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

body{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

h1, div, p, ul, li, h2, h3, h4, h5, img, form {
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 16px;
}

ul {
	list-style: none;
}
img{
	border: none;
}
#wrap {
	width: 990px;
	margin: 0 auto;
	background: none;
	padding: 0;
	border: none;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}
/*----------HEADER---------------*/
#header{
	width: 990px;
	height: 209px;
	position: relative;
	background-image: url(images/limo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
}

#logo{
	width: 435px;
	height: 70px;
	position: absolute;
	left: 465px;
	top: 20px;
	background-image: url(images/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#phone{
	width: 465px;
	height: 58px;
	position: absolute;
	left: 454px;
	top: 140px;
	background-image: url(images/phone.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
/*-----NAV---*/
#nav{
	width: 620px;
	height: 36px;
	position: absolute;
	left: 370px;
	top: 90px;
}
#nav ul li{
	display: block;
	width: 120px;
	height: 32px;
	float: left;
	text-align: center;
	padding-top: 3px;
	margin-left: 2px;
	background-color: #FFFFFF;
	border: 1px solid #c2c2c2;
}
#nav ul li#selected{
	background-image: url(images/tab.jpg);
	background-repeat: repeat-x;
	display: block;
	width: 120px;
	height: 32px;
	margin-left: 2px;
	float: left;
	text-align: center;
	padding-top: 4px;
	border-bottom: none;
}
#nav ul li a{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	display: block;
}
#nav ul li a:hover{
	color: #990000;
}
#nav ul li#selected a:hover{
	color: #333333;
}
/*-----middle-----*/
#middle{
	width: 990px;
	position: relative;
	clear: both;
}
#ads{
	width: 400px;
	height: 270px;
	float: left;
	border: 1px dashed #CCCCCC;
	margin-left: 7px;
}
#slide{
	width: 560px;
	height: 270px;
	float: left;
/*	border: 1px dashed #CCCCCC; */
	margin-left: 10px;
}

/*----content----*/
#content{
	position: relative;
	background-image: url(images/content-mid.jpg);
	background-repeat: repeat-y;
	clear: both;
}
#top{
	background-image: url(images/top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#bottom{
	background-image: url(images/bellow.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#center{
	padding: 0 16px;
}

#center h1{
	background-color: #660000;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 0 4px 4px;
	font-weight: normal;
}

#center p{
	margin-top: 12px;
}
/*-----footer-----*/
#footer{
	height: 64px;
	width: 990px;
	background-image: url(images/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	text-align: center;
	padding-top: 26px;
	clear: both;
}

#footer ul li{
	display: inline;
	margin: 0 20px;
}
#footer p{
	margin-top: 10px;
}
/*-----contact-----*/
div#contact{
	position: relative;
}
div#label{
	width: 20%;
	float: left;
}
div#boxes{
	width: 78%;
	float: left;
	background-image: url(images/contact_icon.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div#boxes input{
	margin: 14px 0 0 0;
}
div#boxes p{
	margin: 20px 0 0 0;
}
div#boxes textarea{
	margin: 14px 0 0 0;
}

div#label p{
	margin: 20px 0 0 0;
}
div#contain{
	width: 80%;
	position: relative;
	margin: 0 auto;
}
