/* =========================================================================
   RESET
========================================================================= */

*, html, body, div, table, tr, td, ul, li, h1, h2, h3, h4, input, textarea {margin:0; padding:0;}
a img {border:0;}


html {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 35px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #B5B2AA;
	line-height: 19px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

img.logo {
	margin: 26px 0 9px 0;
}
	
a {
	color: #B5B2AA;
	text-decoration: none;
}

a:hover {
	color: #E95593;
}

#navigation {
	height: 35px;
	display: block;
	margin-bottom: 35px;
}

#navigation li {
	display: block;
	float: left;
	list-style: none;
}

#navigation li a {
	float: left;
	width: 91px;
	height:1%; /* Stupid IE hack*/
	/*height: 27px;*/
	margin-right: 6px;
	padding: 8px 0 10px 0; 
	background: transparent url(../../../../images/bt-menu.gif) no-repeat top left;
	text-align: center;
	font-weight: bold;
	color: white;
}

#navigation li a:hover {
	background-position: 0px -120px;
}

#navigation li a:active {
	background-position: 0px -80px;
}

#navigation li.active a {
	background-position: 0px -40px;
}

/*---*/

#menu {
    width: 400px;
    float: left;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li {
	padding: 0 0 7px 25px;
	background: url(../../../../images/bg-list.gif) no-repeat top left;
}

#menu ul li.section-title {
	font-size: 18px;
	font-weight: bold; 
	padding: 5px 0 8px ;
	background: none;
}

#menu ul li.active {
	color: gray;
	background: url(../../../../images/bg-list-active.gif) no-repeat top left;
}

#content {
	margin-left: 400px;	
}

p {}

h1 { 
	font-size: 18px;
	margin-bottom: 13px; 
}

h2 { font-size: 14px; color: grey; }

#img-container {
	width: 400px;
	padding-top: 30px;
	float: left;
}

#img-container div {
	float: left;
	display: block;
	border: #E8E5E0 solid 1px;
	width: 177px;
	padding-left: 8px;
	margin: 0 10px 20px 0;
}

#img-container div a img {
	width: 160px;
	height: auto;
}

#once { clear: left; }

.footer {
	margin-top: 15px;
	clear: both;
	font-size: 10px;
}
