@charset "utf-8";
/* CSS Document */

body{
	background:#333;
	margin:0px;
	padding:0px;
}

*{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	font-size:34px;
	color:#232323;
	font-weight:normal;
	margin-top:0px;
}
h2{
	font-size:23px;
	color:#262626;
	font-weight:normal;
	margin-bottom:10px;
}
h3{
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin-bottom:5px;
}

p, li, td{
	font-size:12px;
	color:#333;
}

div#body-white p, div#body-white li, div#body-white td{
	font-size:12px;
	color:#666;
}

p strong, p b{
	font-size:15px;
	font-weight:normal;
}

li strong, li b{
	font-size:14px;
	font-weight:normal;
}

a.thumb:link img, a.thumb:active img, a.thumb:visited img{
	border:0px solid #111;
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
a.thumb:hover img{
	border:0px solid #fff;
	text-decoration:none;
	opacity:1;
	filter:alpha(opacity=100);
}

a:link, a:active, a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.nolink:hover, a.nolink:link, a.nolink:active, a.nolink:visited{
	text-decoration:underline;
}
a.nolink img{
	border:0px solid #111;
}

.txt-light a:link, .txt-light a:active, .txt-light a:visited{
	text-decoration:none;
	color:#fff;
}
.txt-light a:hover{
	text-decoration:underline;
	color:#eee;
}

.txt-13{
	font-size:13px;	
}

.green{
	color:#8dab00;	
}

.brown{
	color:#b39e71;	
}

.red{
	color:#bd1313;	
}

div#main{
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

div#main-navigation{
	position:absolute;
	top:55px;
	left:50px;
	z-index:300;
	height:40px;
}

div#main-navigation a{
	float:left;
	height:40px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	margin-right:3px;
	padding-bottom:20px;
	font-size:11px;
	background:url(../images/menu.gif) no-repeat;
	background-position:0px 0px;
	color:#fff;
	text-decoration:none;
	letter-spacing:1px;
}
div#main-navigation a:hover{
	/*color:#fff;*/
	letter-spacing:1px;
}

div#main-navigation a.active{
	color:#111;
	background:url(../images/menu_white.gif) no-repeat;
	background-position:0px 0px;
	font-weight:bold;
	letter-spacing:1px;
}

div#content{
	border:1px solid #121212;
	background:url(../images/_grey_bottom_stripes.gif) bottom right repeat-x #262626;
	width:100%;
	color:#262626;
}

div#copyright{
	width:900;
	color:#555;
	font-size:10px;
	padding-right:40px;
	text-align:right;
	text-transform:uppercase;
	padding-top:3px;
	margin-bottom:10px;
}

p.txt-light{
	color:#777;
}
.txt-light td{
	color:#777;
}
.txt-light strong, .txt-light b{
	color:#adadad;
}
h2.txt-light{
	color:#adadad;
	font-weight:normal;
}
h3.txt-light{
	color:#adadad;
	font-weight:normal;
	border-bottom:1px solid #333;
}
ol.txt-light li,ul.txt-light li, li.txt-light{
	color:#777;
	font-weight:normal;
	margin-bottom:10px;
}

div.col{
	float:left;
	margin-left:50px;
}

div#content-white{
	position:absolute;
	top:110px;
	left:0px;
	width:100%;
	z-index:400;
}
div#body-white{
	position:relative;
	width:900px;
	height:300px;
	margin:0px;
	padding:0px;
	z-index:200;
}

div#body-white a:link, div#body-white a:active, div#body-white a:visited{
	text-decoration:none;
}
div#body-white a:hover{
	text-decoration:underline;
}

img#content-color{
	width:70px;
	height:292px;
}

img#logo{
	position:absolute;
	top:24px;
	left:755px;
	z-index:1000;
}

div.logo a{
	float:left;
	margin:1px;
}
div.logo a img{
	border:0px;
	width:150px;
	height:75px;
	opacity:0.3;
	filter:alpha(opacity=30);
}
div.logo a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}

.thumbs{
	background:url(/resources/images/thumbs.png) top left no-repeat;
	position:relative;
	width:114px;
	height:113px;
}
.thumbs img{
	width:106px;
	height:105px;
	margin-left:1px;
}
