@charset "UTF-8";
/*

dark blue: 325670
light blue: 5e829c
grey: e8e8e8

*/



*{
	margin:0;
	padding:0;
}
body{
	background:#b8c4cd url(../images/bg.gif) repeat-x;
	background:#0e0f0f url(../images/bg2.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
}
a{
	color:#2a303b;
}
a:hover{
	color:#0e0f0f;
}
p{
	margin-bottom:15px;
}
h1{
	font-size:18px;
	text-transform:uppercase;
	color:#0e0f0f;
}
h2{
	font-size:14px;
	text-transform:uppercase;
	color:#999999;
	border-bottom:1px solid #DDDDDD;
	margin-bottom:20px;
}
h3{
	font-size:14px;
	text-transform:uppercase;
	color:#333333;
	margin-bottom:10px;
}
blockquote{
	background:#E8E8E8;
	background:url(../images/gradient.gif) repeat-x;
	border:1px solid #999999;
	border-bottom:2px solid #666666;
	padding:10px;
	margin-bottom:20px;
}
img{
	border:none;
}
.clear{
	clear:both;
}
.terms{
	margin-top:30px;
	font-size:90%;
	line-height:90%;
}
.download{
	text-align:center;
	margin:10px;
}
.download a{
	display:block;
	background:#0e0f0f;
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}
.download a:hover{
	background:#2a303b;
}

#container{
	width:782px;
	margin:auto;
	background:#FFFFFF;
	margin-bottom:40px;
}
#header{
	height:268px;
	background:url(../images/img1.jpg) no-repeat;
}
#contact{
	background:#FFFFFF;
	font-size:10px;
	text-align:right;
	line-height:12px;
	padding:5px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
#slogan{
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	margin-top:206px;
	background:#FFFFFF;
	text-align:right;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	padding:5px 0 5px 0;
}
#logo{
	float:left;
	padding:30px 0 0 10px;
}

#menu{
	background:#2a303b;
	height:30px;
}
#menu ul{
	list-style:none;
}
#menu li{
	float:left;
	text-transform:lowercase;
}
#menu li a{
	display:block;
	color:#FFFFFF;
	padding:6px 25px 6px 25px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	border-right:1px solid #0e0f0f;
	letter-spacing:1px;
	font-size:11px;
}
#menu li a:hover{
	display:block;
	color:#FFFFFF;
	background:#0e0f0f;
	padding:6px 25px 6px 25px;
	text-decoration:none;
}

#content{
	padding:20px;
	margin-bottom:20px;
	background:url(../images/gradient.gif) repeat-x;
}
#sidebar{
	width:210px;
	float:left;
}
#sidebar img{ border:2px solid #CCC; }
#main{
	float:right;
	width:500px;
	padding-left:25px;
	border-left:1px solid #E8E8E8;
}

#footer{
	clear:both;
	background:#E8E8E8;
	border-top:1px solid #666666;
	font-size:10px;
	color:#666666;
}
#footer p{
	padding:10px;
}