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

html{
	height:100%;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:100%;
	background:#000 url(images/body-bg.png) repeat-x;
	color:#EEE;
	padding:0px;
	margin:0px;
}

a{
	color:#C00;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#FFF;
	text-decoration:underline;
}

a:visited{
	color:#999;
	text-decoration:underline;
}

#wrap{
	width:835px;
	margin:11px auto 0;
}

#head{
	background:url(images/head-bg.png) no-repeat;
	width:835px;
	height:146px;
}

#nav{
	background:url(images/nav-bg.png) no-repeat;
	width:835px;
	height:60px;
}

#nav ul{
	list-style:none;
	padding:0px;
	margin:0px;
	height:60px;
	width:545px;
	margin:0 auto;
}

#nav ul li{
	display:inline;
}

#nav ul li a{
	display:block;
	width:100px;
	color:#000;
	font-size:15px;
	height:59px;
	line-height:60px;
	text-decoration:none;
	text-align:center;
	float:left;
}

#nav ul li.bigger a{
	display:block;
	width:135px;
	color:#000;
	font-size:15px;
	height:59px;
	line-height:60px;
	text-decoration:none;
	text-align:center;
	float:left;
}

#nav ul li a:hover{
	color:#FFF;
}

#nav ul li.current a{
	color:#FFF;
}

#nav ul li.sep{
	float:left;
	height:60px;
	background:url(images/nav-sep.png) no-repeat;
	width:2px;
}

#shadow{
	background:url(images/shadow-bg.png) no-repeat;
	height:8px;
	width:835px;
}

#content{
	float:left;
	background:url(images/wrap-bg.png) repeat-y;
	width:835px;
}

#left{
	width:460px;
	float:left;
	padding:0px 0px 20px 50px;
}

#left p{
	line-height:18px;
}

#right{
	width:230px;
	float:right;
	padding:0px 50px 20px 0px;
}

#right h3{
	color:#900;
}

#footer{
	width:835px;
	height:70px;
	margin:0 auto;
	background:url(images/footer-bg.png) no-repeat;
	padding-top:55px;
	text-align:center;
	font-size:10px;
	color:#666;
	clear:both;
}

a img:hover{
	outline:1px solid #fff;
}

.testimonial{
	border:#C00 1px solid;
	background:#666;
	color:#FFF;
	padding:20px;
	display:block;
}
