/* CSS Document */

* {
    margin:0;
    padding:0;

}
body {
	text-align:center;
	background:#FCFCFC;
	font-size:13px;
    font-family : Arial, Verdana, Lucida, "Lucida Grande", Helvetica, sans-serif;
}
a {
    text-decoration: none;
    color:#ECECEC;
}
a:hover {
    text-decoration: underline;
    color:#B0BDCD;
}
img {
    border:none;
}
#container {
	margin:0 auto;
	width:1010px;

}
* html #container {
	width:1003px;
}
*+ html #container {
	width:1004px;
}
#header {
	
}
#banner {
    background:#FCFCFC url(../images/top_bg.jpg) repeat-x center;
	height:161px;
	border-top:1px solid #ccc;
}
#banner span {
    display:none;
}


#top-nav {
    background:#053364 url(../simages/menu_bar.jpg) repeat-x center;
	height:28px;
	border-bottom:#CF0021 4px solid;
	font-weight:bold;
	border-top:#7D92AD 1px solid;

}
#top-nav ul {
    	padding-top:5px;
}
#top-nav li {
    display:inline;
	list-style:none;
	margin-left:50px;

}



#content {
    color:#0B3366;
	background:#fff;
}
#content a {
    text-decoration: underline;
    color:#309;
	font-weight:bold;
}
#content a:hover {
    text-decoration: none;
    
}

#squares-list {
    height:85px;
	background:#F0F8ff;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
}
#squares-list ul {
    	padding-top:2px;
}
#squares-list li {
    display:inline;
	list-style:none;
	margin-left:2px;
	float:left;

}
#squares-list li img {
    border:none;
}
#squares-list li {
    background:url(../images/squares1.jpg) no-repeat;
}
#squares-list li:hover {
    background:url(../images/squares2.jpg) no-repeat;
}

#welcome {
    float:left;
	width:1000px;
	clear:both;
	border-bottom:1px dashed #ccc;
	background:#F0F8FF;
	padding-bottom:20px;
}

#links {
    float:left;
	width:250px;

	margin-left:15px;
}
#links h3 {
    background: url(../images/blak_bg.jpg) repeat-x left;
	height:42px;
	line-height:42px;
}
#links img {
    text-decoration: none;
    margin-top:10px;
}

#about-us {
    float:left;
	text-align:left;
	width:450px;
	height:165px;
	margin-top:10px;
	margin-left:10px;

}
#about-us h3 {
	height:20px;
	text-align:left;

}
#about-us p {
    font-family:tahoma;
}





#budget-lot {
	margin:0 auto;
	background:#FFF;
}
#budget-lot div {
    width:220px;
	float:left;
	margin-left:20px;
}
#budget-lot div h4 {
    margin-top:5px;
	margin-bottom:10px;
}
#budget-lot div p {
    text-align:left;
}
#more-vehicle {
	float:left;
	width:980px;
	height:30px;
	background:#FFF;
	border-bottom:1px dotted #000;
	text-align:right;
	padding-top:5px;

}
#more-vehicle img {
    border:none;
}
#car-list {
    width:100%;
	float:left;
	margin-top:1px;
}
#car-list div {
    background:#f5f5f5;
}
#car-list .odd {
    background:#fff;
}
#car-list div:hover {
    background:#F0F8FF;
}

#car-list table td img {
    border:none;
}

#video {
    float:left;
	width:250px;
	border:0px solid red;
	margin-top:10px;
	margin-left:10px;
}





#footer {
    background:#B0BDCD url(../dimages/bottom_bar.jpg) repeat-x ;
	height:25px;
	font-size:13px;
	color:#053364;
	padding-top:5px;
	clear:both;
}


