/*
    by Steven E. Armstrong sa@c-area.ch

@import url("foo.css");
*/


body {
	background-color: #2a2a2d;
	font-family: Verdana;
	font-size: 80%;
	color: #d0d0d0;
}

a {
	border: none;
	color: #d0d0d0;
	}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}



#container {
	position: relative;
	width: 850px;
	margin: 0 auto 40px auto;
	}



#head {
	height: 100px;
	position: relative;
	}
#branding {
	position: absolute;
	left: 0px;
	top: 22px;
	}
#menubar {
	position: absolute;
	right: 40px;
	bottom: 0px;
	}

#body {
	background-color: #232326;
	border: 2px solid #d0d0d0;
/*	float: left; */
	padding: 40px 40px 0px 40px;
	position: relative;
	width: 766px;
	}
#content {
	/*
	width: 766px; without sidebar
	width: 581px; with sidebar
	*/
	}

#content h1,
#content h1.simple {
	background: #2a2a2d url("../img/bg_default.png") no-repeat left top;
	font-size: 180%;
	height: 49px; /* 66 - 17*/
	margin: 0;
	padding: 18px 0 0 15px;
	margin-bottom: 15px;
	}
/* height: 300px; 317 - 17 */
#section-shop h1 { height: 300px; background: url("../img/bg_shop.jpg") no-repeat left top; }
#section-street h1 { height: 300px; background: url("../img/bg_street.jpg") no-repeat left top; }
#section-contest h1 { height: 300px; background: url("../img/bg_contest.jpg") no-repeat left top; }
#section-production h1 { height: 300px; background: url("../img/bg_production.jpg") no-repeat left top; }

#sidebar { }

#footer { }


.clearfix:after {content:"."; clear:both; display:block; height:0; visibility:hidden;}
/*.clearfix:after {content:"###"; display:block;clear:both;}*/
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {zoom:1;}
.clearfix {display:block;}
/* End hide from IE-mac */



.box {
	background-color: #2a2a2d;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.box h2 {
	margin-bottom: 5px;
}
.box * {
	margin-top: 0;
	padding-top: 0;
}

