@charset "UTF-8";

/*
 Sam Steven's Inc.
by Web-Pace
	  
COLOR KEY:
	
Light Blue: #1e7eb6;
Dark Blue: #07276a;
Red: #ff0000;
10& Gray: #ebebeb;
*/

/*
RESET AND BASICS
*/

* { margin:0px; padding:0px; }								
								
li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}
	
body#home { height:100%; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; line-height:16px; background-image:url(../images/bg.jpg); background-repeat:repeat-x; }
								
::selection { background: #1e7eb6; color: #ffffff; }
								
::-moz-selection { background: #1e7eb6; color: #ffffff; }								

a, a:visited { text-decoration:none; outline:none; color:#ff0000; }
	
a:hover	{
	text-decoration:none;
}
					
a img { border:none; text-decoration: none; }
					
img { vertical-align:middle; }
					
.clear { clear:both; }
					
fieldset { border:none; }
						
.aligncenter { text-align:center; }
								
.alignright { text-align:right; }
								
.floatleft { float:left; }
								
.floatright { float:right; }

.blue { color:#07276a; }

.white { color:#FFFFFF; }		

/*
	MAIN STRUCTURE
*/

#header-wrap { height:110px; width:935px; background-image:url(../images/bg-header.jpg); background-repeat:no-repeat; margin:0 auto; padding:10px 0 0 35px; }

a#logo-top { height:110px; width:100px; background-image:url(../images/logo-top.jpg); display:block; }

a#logo-btm { height:30px; width:100px; background-image:url(../images/logo-btm.jpg); display:block; margin-left:30px; }

#content-wrap { min-height:570px; width:960px; background-image:url(../images/bg-content.jpg); background-repeat:repeat-y; margin:0 auto; padding:0 5px; }

#flash-wrap { height:270px; width:960px; background-color:#6666FF; }

#bottom-content-wrap { height:290px; width:960px; border-top:10px solid #07276a; }

#footer-wrap {
	height:25px;
	width:970px;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:no-repeat;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#home-left-content { height:105px; width:240px; background-image:url(../images/home-content-left.jpg); padding:185px 10px 0 15px; }

#home-right-content { height:270px; width:680px; background-image:url(../images/home-content-right.jpg); padding:10px 10px 10px 5px; }

#home-featured { height:130px; width:680px; margin-bottom:10px; }

#home-preowned { height:130px; width:680px; margin-bottom:10px; }

.promo-text { height:80px; width:450px; padding:40px 10px 10px 10px; }

#interior-left {
	width:160px;
}

#interior-right {
	width:800px;
}

#interior-right-content {
	width:760px;
	margin-top:40px;
	padding:20px;
}

#interior-text {
	width:300px;
	padding-right:10px;
	text-align:left;
}

#interior-maintext {
	padding-right:10px;
	text-align:left;
}

/*
	GLOBAL NAVIGATION
*/

#global-nav { width:805px; height:25px; margin-top:75px; }

#global-nav a { float:left; }

.nav-spacer { height:25px; width:10px; float:left; }

a#about{ height:25px; width:150px; background-image:url(../images/btn-about.jpg); }

a#equipment { height:25px; width:150px; background-image:url(../images/btn-equipment.jpg); }

a#find { height:25px; width:150px; background-image:url(../images/btn-find.jpg); }

a#catalog { height:25px; width:150px; background-image:url(../images/btn-catalog.jpg); }

a#contact { height:25px; width:150px; background-image:url(../images/btn-contact.jpg); }

#global-nav a:hover { background-position: 150px 0; }

.active { background-position: 150px 0; }

/*
	INTERIOR LEFT NAVIGATION
*/

#left-nav {
	width:160px;
	margin-top:60px;
	background-color:#CDCDCD;
	height: 505px;
}

#left-nav a {
	width:150px;
	display:block;
	text-decoration:none;
	color: #000000;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 2px;
}

#left-nav a:hover, #left-nav a.left-nav-active  {
	color:#FFFFFF;
	background-color: #990000;
}

/*
	BREADCRUMB NAVIGATION
*/

#breadcrumb-nav {
	height:2px;
	width:790px;
	margin-top:10px;
	background-color:#990000;
	font-size:12px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

ul#breadcrumb-nav li {display:inline;}

ul#breadcrumb-nav li a {color:#000000; }


/*
	FOOTER NAVIGATION
*/

ul#footer-left {
	height:18px;
	clear: both;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

ul#footer-left li {
	display:inline;
	clear: both;
}

#footer-right {
	height:20px;
	clear: both;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}


/*
	TYPOGRAPHY
*/

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align: left;
}


#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #06235F;
	margin-bottom: 20px;
}
#img {
	margin: 5px;
	border: thin solid #CCCCCC;
	padding: 5px;
}
#picture {
	float: left;
	margin-left: 20px;
}


/*
	misc
*/


a:link {
	color: #990000
} 
a:visited {
	color: #990000
} 
a:hover {
	color: #1B72A5
} 
a:active {
	color: #990000
} 
.mytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #072667;
	line-height: 16px;
} 
.mytext a:link {color: #333333; text-decoration: underline} 
.mytext a:visited {color: #666666; text-decoration: underline} 
.mytext a:hover {color: #999933; text-decoration: none} 
.mytext a:active {color: #333333; text-decoration: none} 
.mytext2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666} 
.mytext2 a:link {color: #666666; text-decoration: underline} 
.mytext2 a:visited {color: #666666; text-decoration: underline} 
.mytext2 a:hover {color: #CCCCCC; text-decoration: none; background-color: #333333} 
.mytext2 a:active {color: #333333; text-decoration: none}

.clear {clear:both}
.clear30 {clear:both; height:30px; overflow:hidden}

/*form*/
#quote-form input#name, #quote-form input#email, #quote-form input#phone {border:1px solid #2d2d2d; padding:3px; width:150px; font:12px Arial, Helvetica, sans-serif; margin-bottom:10px;}
#quote-form textarea#message {font:12px Arial, Helvetica, sans-serif; padding:3px; border:1px solid #2d2d2d; width:300px; height:150px; margin-bottom:10px;}
#quote-form input#submit {cursor:pointer; font:bold 12px Arial, Helvetica, sans-serif; border:1px solid #2d2d2d; background:#d8d8d8;}

