/* CSS - Screems */
/* Version Dev */

/* Thirsty Dealer */
/* Jesse Stewart */

/* Table of Contents */
/* 1.0 Basic Styles */
/* 2.0 */
/* 3.0 Container */
/* 4.0 Header */
/* 5.0 Navigation */
/* 6.0 Title */
/* 7.0 Body */
/* 8.0 Footer */

/*--------- 1.0 Basic Styles ---------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5b5a5a;
	letter-spacing: 1px;
	
	background-color: #a8a8a8;
	background-image: url(/images/cuautosales/page_bkg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

a:link, a:visited, a:active {
	color: #00a67c;
	text-decoration: none;
	}
a:hover {
	color: #77ccb7;
	text-decoration: underline;
	}

H1 {
	font-size: 23px;
	color: #00a67c;
	font-weight: 400;
	margin:  0 0 10px 0;
	}
H2 {
	font-size: 17px;
	color: #525252;
	font-weight: 400;
	margin:  0 0 10px 0;
	}
H3 {
	font-size: 15px;
	color: #999999;
	font-weight: 400;
	margin:  0 0 10px 0;
	text-align: center;
	}

address {
	font-style: normal;
	}

hr {
	display: none;
	}

p {
	margin: 0 0 15px 0;
	}
.floatleft {
	/* Floats Left */
	float:left;
	text-align: left;
	}
.floatright {
	/* Floats Right */
	float:right;
	text-align: right;
	}
.imgleft {
	/* Floats Left */
	float:left;
	margin: 0 10px 10px 0;
	}
.imgright {
	/* Floats Right */
	float:right;
	margin: 0 0 10px 10px;
	}
#clearboth {
	/* Clears Both */
	clear:both;
	}
#displaynone {
	/* Don't display this */
	display:none;
	}
th {
	font-weight: 400;
	font-size: 13px;
	text-align: right;
	color: #000000;
	}
th i {
	text-align: right;
	font-size: 12px;
	color: #999999;
	}
input.color {
	background-image: url(/images/cuautosales/btn_bkg.gif);
	border: 1px solid #007B5C;
	color: #FFFFFF;
	padding: 3px;
}
input.color-small {
	background-image: url(/images/cuautosales/btn_bkg.gif);
	color: #FFFFFF;
	border: 1px solid #007B5C;
	padding: 1px;
	font-size: 10px;
}
input {
	background-image: url(/images/cuautosales/btn_bkg2.gif);
	border: 1px solid #8E8E8E;
	color: #666666;
	padding: 3px;
	font-size: 14px;
}
select {

}
option {
	margin: 5px;
}
form {
	margin: 0;
}
#map  {
	border: 1px solid #979797;
	background-color: #e5e3df;
	width: 250px;
	height: 300px;
	margin: auto;
	}
#img_frame {
	background-color: #FFFFFF;
	border: 1px solid #969696;
	width:229px;
}
#img_frame img {
	margin:2px;
}
/*--------- 2.0 ---------*/

/*--------- 3.0 Container ---------*/
#container {
	width: 846px;
	margin: 0 auto;
	}

/*--------- 4.0 Header ---------*/
#address {
	text-align: center;
	padding:3px;
	border-bottom: 1px solid #000000;
	background-image:url(/images/cuautosales/footer_bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #999999;
}
#header {
	height: 180px;
	background-color: #222222;
	background-repeat: no-repeat;
	}

#header h1 {
	display: none;
	}
	
.logoimg {
	display: none;
	}

#header #h1-text {
	display: none;
	}
	
   
#header a.skipcontent {
	display: block;
	width: 846px;
	height: 34px;
	background: url(/images/cuautosales/btn_skiptocont_0.gif) 0 0 no-repeat;
	text-decoration: none;
}
#header a:hover.skipcontent {
	background: url(/images/cuautosales/btn_skiptocont_1.gif) 0 0 no-repeat;
}
	
/*--------- 5.0 Navigation ---------*/
#navigation {
	height: 41px;
	background-image: url(/images/cuautosales/nav_bkg.jpg);
	font-size: 12px;
	}

#navigation ul {
	padding:0;
	margin:0;
	}
#navigation li {
	float:left;
	list-style:none;
	padding: 10px 30px;
	border-right: 1px solid #FFFFFF;
	height: 21px;
	}
#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #88e0ca;
	text-decoration: none;
	}
#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	}
#navigation ul .end {
	border-right:none;
	}
#navigation ul .active {
	color: #FFFFFF;
	}

/*--------- 5.0 Title ---------*/
#title {
	padding: 10px;
	background-image: url(/images/cuautosales/title_bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}
#title h1 {
	float: left;
	margin: 10px;
}
#title h4 {
	float: left;
	margin: 10px;
	font-size: 12px;
}
#title #h1-text {
	float: left;
	font-size: 11px;
	letter-spacing: -0px;
	margin-left: 15px;
	width: 300px;
}
#title #h1-text h2 {
	color:#969696;
	font-size: 23px;
	font-weight: 400;
	margin: 10px 0;
}
#title #breadcrumbs {
	float: right;
	font-size: 11px;
	text-align: right;
}

/*--------- 5.0 Body ---------*/
#body {
	background-color:#FFFFFF;
	}
#body .left {
	float: left;
	width: 594px;
	clear: left;
	background-image: url(/images/cuautosales/vert_div.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}
#body .right {
	float: right;
	width: 252px;
	clear: right;
	}
#body .full {}

#title2 {
	font-size: 12px;
	background-image:url(/images/cuautosales/tab_bkg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0;
	margin: 0 0;
	height: 26px;
	}

#title2_blank {
	font-size: 12px;
	background-image:url(/images/cuautosales/tab_bkg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0;
	margin: 0 0;
	height: 1px;
	}

#tabs{
	padding: 0 0;
	margin: 0 0;
	}
	
#tabs h2{
	font-size: 12px;
	color: #007D5F;
	
	padding: 3px 10px 0 0;
	height: 23px;
	display: block;
	float: left;
	background-image: url(/images/cuautosales/tab_right_2.gif);
	background-position:right;
	}

#tabs ul{
	padding: 0 10px;
	margin: 0 0;
	}

#tabs li{
	height: 26px;
	float: left;
	list-style:none;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	background-image: url(/images/cuautosales/tab_left_0.gif);
	color: #666666;
	}

#tabs li a{
	padding: 3px 10px 0 0;
	height: 23px;
	display: block;
	float: left;
	background-image: url(/images/cuautosales/tab_right_0.gif);
	background-position:right;
	color: #666666;
	}

#tabs li a:hover{
	text-decoration: none;
	color:#999999;
	}

#tabs li.selected{
	color: #007D5F;
	background-image: url(/images/cuautosales/tab_left_2.gif);
	}

#tabs li.selected a{ /*selected main tab style */
	color: #007D5F;
	background-image: url(/images/cuautosales/tab_right_2.gif);
	}

#tabs li.selected a:hover{ /*selected main tab style */
	color: #666666;
	text-decoration: none;
	}

.h2-text {
	float: right;
	padding: 0 15px;
	margin: 0 0;
	}
.content {
	padding: 20px 25px 25px;
	}
.content_1 {
	padding: 10px;
	}
.content_0 {
	padding: 0px;
	}
.content h2, .content h3, .content_1 h2, .content_1 h3, .content_0 h2, .content_0 h3 {
	border-bottom:1px solid #CCCCCC;
	}

/*--------- 5.0 Footer ---------*/
#footer {
	background-image:url(/images/cuautosales/footer_bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
}
#footer .left {
	background-image:url(/images/cuautosales/footer_bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
	float: left;
	width: 593px;
	border-right: 1px solid #333333;
	}
#footer .right {
	background-image:url(/images/cuautosales/footer_bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
	float: right;
	width: 235px;
	}
#footer .full {
	background-image:url(/images/cuautosales/footer_bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
}

#footer h2 {
	color: #999999;
	font-size: 12px;
}

#copyright {
	font-size:10px;
	}
	
#thirstypixel {
	padding: 15px;
	float: right;
	}
#thirstypixel a {
	color:#00B988;
	text-decoration:none
	}

#sub-navigation {
	text-align: left;
	float: left;
	padding: 15px;
	font-size:10px;
	width: 500px;
	}
#sub-navigation ul {
	padding:0;
	margin:0;
	}
#sub-navigation li {
	display: inline;
	list-style:none;
	padding-right:10px;
	}
#sub-navigation li .active {
	color:#000000;
	}