/* General properties */
* {
	margin: 0;
	padding: 0;
}
body { 
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: black;
}

div#grid {
	width: 100%;
	height: 100%;
	background: url("../images/structure/grid.gif") no-repeat center center ;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;

}
#star1{
	position: absolute;
	top: 10px;
	right: -85px;
}
#star2{
	position: absolute;
	top: 160px;
	right: -85px;
}
/* Font properties */

h1 {
	margin: 0 0 0.2em 0;
	font-size: 2.4em;
	font-weight: 400;
}
div.puff h2, div.puff h2.dark {
	font-weight: bold;
	font-size: 1.8em;
	padding: 10px 0 0 10px;
	font-weight: 400;
	color: white;
}
div.puff h2.dark {
	color: #313131;
}
p {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #313131;
	margin: 0 0 1.4em 0;
}
div.puff p {
	color: #ffffff;
	padding: 0 10px 0 10px;
	margin: 0;
}
div#left_column ul {
	margin: 0 0 1em 2em;
	width: 80%;
	list-style-type: none;
	
}
div#left_column ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #313131;
	margin: 0 0 1em 0;
	padding-left: 20px;
	background: url("../images/structure/bullet.gif") no-repeat left 3px ;
}

div.puff a.button {
	font-size: 1.2em;
	color: #313131;
	float: right;
	display: block;
	width: 110px;
	text-align: center;
	height: 30px;
	padding-top: 13px;
	margin: 0 5px 0 5px;
	background: url("../images/structure/buttons.gif") no-repeat center center ;
}
/* Image properties */
a img {
	border: none;
	
}

/* Header properties */
div#header {
	height: 180px;
	width: 100%;
	background: url("../images/structure/topband.jpg") white repeat-x center 16px ;
}
	div#header_content {
		margin: 0 auto;
		width: 792px;
		height: 180px; 
		text-align: left;
	}
	div#header_content img {
		position: relative;
		top: 70px;
		left: 20px;
	}
div#header_inner {
	background: url("../images/structure/cart.jpg") right top no-repeat;
	height: 180px;
	width: 100%;
}
/* Main menu */
div#main_menu {
	height: 180px;
	width: 272px;
	margin-left: -12px;
	float: left;
	background: url("../images/structure/mainmenu.jpg") center no-repeat  ;
}
	div#main_menu ul {
		list-style-type: none;	
		position: relative;
		top: 30px;
		left: 30px;
	}
	div#main_menu ul li {
		color: white;
		font-size: 1em;	
		display: block;
		height: 25px;
	}
		div#main_menu ul li a {
			font-size: 1.4em;
			color: white;	
		}
/* Main content properties */
div#main_wrapper {
	width: 100%;
	background: url("../images/structure/grass.jpg") bottom repeat-x white  ;
}
	div#main_content {
		margin: 0 auto;
		width: 792px;
		text-align:left;
		padding-bottom: 30px;
	}
/* Left column properties */
div#left_column {
	width:521px;
	float: left;
	padding: 0 0 20px 0;
}
/* Misc properties */
div.column_padding {
	padding: 0 10px 0 10px;
}
/* Right column properties */
div#right_column {
	width: 250px;
	float: right;
	clear: right;
	position: relative;
}
div.logo{
	margin-bottom: 5px;
}
div.puff {
	width: 248px;
	height: 184px;
	float: left;
}
/* Puff 1 properties */
div#blue {
	position: relative;
	background: url("../images/structure/puff_blue.jpg") no-repeat  ;
	top: 30px;
}

div#blue a. {
	background: url("../images/structure/button_blue.gif") no-repeat center center  ;
}

/* Puff 2 properties */
div#brown {
	margin-left: 23px;
	background: url("../images/structure/puff_brown.jpg") no-repeat  ;
	margin-top: 30px;
}
div#brown a.button {
	background: url("../images/structure/button_brown.gif") no-repeat center center  ;
}
/* Puff 3 properties */
div#orange {
	position: relative;
	top: 7px;
	background: url("../images/structure/puff_orange.jpg") no-repeat  ;
}
div#orange.new {
	margin-left: 23px;
	margin-top: 22px;
}
div#orange a.button {
	background: url("../images/structure/button_orange.gif") no-repeat center center  ;
}
div#orange img#loove {
	margin: 17px 0 0 7px;
}
div#orange img#majava{
	margin: 17px 0 0 2px;
}
div#orange img#tktrailer {
	margin: 5px 0 0 2px;
}
div#orange img#tiki {
	margin: 0 0 0 7px;
}

/* Panel properties */
div#panel {
	width: 790px;
	height: 68px;
	clear: both;
	background: url("../images/structure/panel.gif") no-repeat;
	margin-bottom: 20px;
}
div#panel_left {
	padding: 5px 0 5px 10px;
	width: 125px;
	float: left;
}
div#panel_left_new {
	padding: 23px 0 5px 30px;
	width: 200px;
	float: left;
}
div#panel_left  h2{
	margin: 15px 0 0 0;
}
div#panel_right {
	padding-top: 6px;
}
div#panel_right ul {
	margin: 0 0 0 0;
}
div#panel_right ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 20px 0 20px 0;	
	background: url("../images/structure/arrow.gif") no-repeat left;
}
div#panel_right_new ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 25px 30px;	
	background: url("../images/structure/arrow.gif") no-repeat left;
}

div#panel_right ul li a {
	padding-left: 45px;
	font-size: 1.2em;
	color: #313131;
}
div#panel_right_new ul li a {
	padding-left: 45px;
	font-size: 1.2em;
	color: #313131;
}
/* Footer properties */
div#footer {
	width: 790px;
	height: 150px;
	margin: 0 auto;
	text-align: left;
}

div#footer a.link_white {
	color: white;
}
div#footer div.contact {
	width: 140px;
	float: left;
	color: white;
	margin-right: 15px;
	margin-top: 20px;
}
div#footer div.contact p {
	color: white;
}
div#footer div.contact.new {
	width: 182px;
}
/*
 * Makes floating objects take up space. Fix from http://www.csscreator.com/attributes/containedfloat.php
 */
.floatcontainer:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}

.floatcontainer
{
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
	height: 1%;
}

.floatcontainer
{
    display:block;
}
/* End Hack */
