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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	padding-bottom:30px;
	background-color:#202020;
}

a {
	text-decoration:none;
	color:#da7b00;
}
a:hover {
	text-decoration:none;
	color:#da7b00;
}
.wrapper {
	width: 952px;
	text-align: left;
	margin:0 auto;
	padding: 0px;	
}

.outline {
	float:left;
	width:952px;
}

.header {
	width:952px;
	height:570px;
	float:left;
	margin-top:10px;
	background-image:url(../images/header_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}




.nav{
	width:500px;
	height:30px;
	margin-top:0;
	margin-left:0;
	float:left;
	color: #CCC;
	padding-top: 80px;
	padding-left: 15px;
	font-size: 18px;
	text-align:right;
}

.logo{
	width:400px;
	height:100px;
	margin-top:0;
	margin-left:0;
	float:left;
	color: #CCC;
	padding-top: 17px;
	padding-left: 15px;
	font-size: 18px;
	text-align:left;
}



.nav_pic{
	width:952px;
	height:440px;
	float:left;
	padding-top: 12px;
	background-image:url(../images/header_001.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.nav2 {
	width:300px;
	height:200px;
	float:left;
	margin-left:20px;
	margin-top:52px;
	font-size:15px;
	
	
}

.content{
	width:585px;
	background-image:url(../images/middle_bg_sub.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height:410px;
	float:left;
	margin-left:290px;

	padding-bottom:100px;
	padding-left:5px;
	padding-right:5px;
}

.car{
	width:244px;
	height:396px;
	background-image:url(../images/guy.png);
	z-index:100000;
	position:absolute;
	margin-left:550px;
	margin-top:130px;
}


.scroll{
	width:715px;
	height:500px;
	overflow:auto;
	margin-top:5px;
	margin-bottom:5px;
}


.box-shadow{
	border:#666666 2px solid; 
-moz-box-shadow: 3px 3px 4px #000;
03.
-webkit-box-shadow: 3px 3px 4px #000;
04.
box-shadow: 3px 3px 4px #000;
05.
/* For IE 8 */
06.
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
07.
/* For IE 5.5 - 7 */
08.
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}



.cont_bg{
	background-image:url(../images/cont_bg.jpg);
	background-repeat:no-repeat;
	width:952px;
	float:left;
}
	


.lhs{
	margin-left:2px;
	background-color:#FFFFFF;
	background-image:url(../images/lhs_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:669px;
	min-height:414px;
	float:left;
	font-size:12px;
	padding: 5px;
}
.rhs{
	margin-left:10px;
	background-color:#FFFFFF;
	width:237px;
	min-height:414px;
	float:left;
	font-size:12px;
	padding: 5px;
	text-align:center;
}

	


.img_holder{
	width:200px;
	height:382px;
	background-image:url(../images/together.jpg);
	background-repeat:no-repeat;
	}
	


.footer {
	width:941px;
	height:80px;
	margin-top:15px;
	background-color:#000000;
	background-image:url(../images/footer_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
.footer a {
	text-decoration:none;
	color: #fff;
	padding-left:7px;
	padding-right:7px;
}
.footer a:hover {
	text-decoration:none;
	color: #fff;
}
.rhs-links{
	margin-top:80px;
	width:260px;
	text-align:center;
	float:right;
}
.box {
  margin: 5px;
  padding: 5px;
  background: #D8D5D2;
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.gall{
	width:700px;
	float:left;
}

#nav {
margin: 0px;
padding: 0px;
margin-left:20px;
list-style-image: none;
list-style-type: none;
height: 300px;
width: 180px;
padding-top:20px;
float:left;
}
#nav li {
margin: 0px;
padding: 0px;
display: block;
background-attachment: scroll;
background-image: url(../images/menu_bg_.png);
background-repeat: repeat-x;
background-position: top left;
height: 53px;
width: 180px;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
text-decoration: none;
color: #f1f1f1;
display: block;
height: 39px;
width: 170px;
margin: 0px;
padding-left:10px;
padding-top:14px;
text-align: left;
background-attachment: scroll;
background-repeat: repeat-x;
background-position: top left;
background-image: url(../images/menu_bg.png);
font-size:14px;
}
#nav li a:hover {
text-decoration: none;
background-image: none;
}
