/*
-------------------------------------------------
URI: http://www./
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important; -moz-binding:none } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px; background:#000 }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:arial, verdana, "microsoft sans serif", helvetica, sans-serif; line-height:1.4em; color:#000;  }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#000; margin:0 0 12px 0 }
h2 { font-size:1.5em; color:#000; margin:0 0 12px 0 }
h3 { font-size:1.4em; color:#000; margin:0 0 12px 0 }
h4 { font-size:1.3em; color:#000; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#000; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#000; margin:0 0 12px 0 }
p {  font-size:1.1em; color:#000; margin:0 0 12px 0 }
a { color:#8b8a8a }
a:hover { color:#ffffff }
a:visited { color:#8b8a8a }
a:active { color:#8b8a8a }
ul { margin:0 0 12px 0; font-size:1.1em }
ol { margin:0 0 12px 0; font-size:1.1em }
dl { margin:0 0 12px 0; font-size:1.1em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#000 }
blockqoute {  }
table { border-top:1px solid #ccc;  border-left:1px solid #ccc }
th, td { border-bottom:1px solid #ddd; border-right:1px solid #ccc }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }

/* 2.1 - index page */
h1.ttl-name {}
h2.ttl-select-products {}

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { width:901px; margin:0 auto; position:relative; text-align:left; }

/* 3.3 - header */
div#header { margin-top:60px; }

/* 3.4 - content */
div#content { position:relative }

/* 3.5 - primary content */
div#primary-content { position:absolute; top:58px; left:7px }
div#primary-content #column1 { width:165px; float:left; background-color:#333333; padding:10px 5px 5px 10px; filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; -khtml-opacity:0.75; }
div#primary-content #column1 h2 { font-size:2.2em; color:#fff; line-height:120% }
div#primary-content #column1 p { color:#fff }

div#primary-content #column2 { width:698px; float:left; filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90; margin-left:5px }
div#primary-content #column2 p { color:#fff }

body#contact div#primary-content #column2 { width:700px; float:left; filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90; margin:5px 0 0 0px }
body#contact div#primary-content #column2 h1 { padding-top:15px  }
body#contact div#primary-content #column2 p { color:#fff }


/* 3.6 - secondary content */
div#secondary-content { margin-top:0px }
div#secondary-content #column1 { width:545px; float:left; padding-right:30px }
div#secondary-content #column1 h2 { font-size:1.8em; font-weight:normal; color:#9a9a9a }
div#secondary-content #column1 p { color:#fff; line-height:160% }

div#secondary-content #column2 { width:326px; float:left }
div#secondary-content #column2 h2 { font-size:1.8em; font-weight:normal; color:#9a9a9a }
div#secondary-content #column2 p { color:#fff; line-height:180% }

/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - footer */
div#footer { padding-top:100px }

/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }

/* 4.2 - footer links */
ul#footer-links { float:right; list-style:none }
ul#footer-links li {float:left; margin:30px 0 0 2px}
ul#footer-links li a {color:#9a9a9a; text-decoration:none; font-size:0.9em }
ul#footer-links li a:hover { color:#fff; } 
div#footer span {float:left; font-size:1.1em; margin:30px 0 0 0; font-size:0.9em}
div#footer span a {color:#9a9a9a; text-decoration:none }
div#footer span a:hover { color:#fff; }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

div#flashcontent { }

div#evolution { background:#3b393b; padding:17px 17px 10px 17px; margin-bottom:5px }
div#evolution h1 { font-size:2.0em; color:#fff }
div#evolution p { color:#fff }

div#endeavour { background:#3b393b; padding:17px 17px 10px 17px; margin-bottom:5px }
div#endeavour h1 { font-size:2.0em; color:#fff }
div#endeavour p { color:#fff }

div#interior-design { background:#514a4b; padding:0 17px; margin-bottom:5px }
div#interior-design h2 { font-size:1.6em; color:#fff; padding-top:17px }
div#interior-design p { margin:0; padding:0 300px 0 0 }

div#exterior-design { background:#7b7b7b; padding:0 17px; margin-bottom:5px }
div#exterior-design h3 { font-size:1.6em; color:#fff; padding-top:17px }
div#exterior-design p { margin:0; padding:0 300px 0 0 }

div#utilities { background:#adacad; padding:0 17px; margin-bottom:5px }
div#utilities h4 { font-size:1.6em; color:#fff; padding-top:17px }
div#utilities p { margin:0; padding:0 300px 0 0 }

ul.image-list { float:right; margin:0; padding:0 }
ul.image-list li { list-style:none; float:left; background:#fff; margin-right:5px }
ul.image-list li a { display:block; border:5px solid #999999; }
ul.image-list li a:hover {  border:5px solid #ffffff; }
ul.image-list li img { margin:0 -1px -4px 0  }


/* newandused */

div#new-and-used { background:#3b393b; padding:17px 17px 10px 17px; }
div#new-and-used h1 { font-size:2.0em; color:#fff }
div#new-and-used p { color:#fff }
#new-and-used ul { list-style:none; margin-left: -20px; }
#new-and-used ul li { float: left; padding: 0 20px 0 5px;  margin:0 0 10px 15px; border-right:solid 1px #666666; }
#new-and-used ul li.first_vehicle { float: left; padding: 0 20px 0 5px;  border-right:solid 1px #666666; }

div#vehicles2 { background:#7b7b7b; padding:17px; margin:5px 0 5px 0 }
div#vehicles2 h3 { font-size:1.8em; color:#fff; padding-top:17px }
div#vehicles2 p { margin:0; padding:0 300px 0 0; line-height:150% }
div#vehicles2 p.price { margin-top: 1em; font-size: 1.4em; font-weight: bold }

body#newandused ul.image-list { width: 320px; margin-left:20px; }
body#newandused ul.image-list li { margin: 0 0 5px 5px }
body#newandused ul.image-list li.first { margin-left: 0 }

div#basescript { width:900px; margin:auto; padding-top:200px; font-size:1.0em; text-align:left; }
div#basescript h1 { font-size:1.4em; color:#fff }
div#basescript p { font-size:1.0em; color:#8b8a8a }

ul#basewords { width:900px; margin:0 auto; text-align:center; padding-top:200px }
ul#basewords li { display:inline; list-style:none; margin:0 8px; color:#999 }
ul#basewords p { padding-bottom:-3px!important}

ul#basewords-index { width:900px; margin:0 auto; text-align:center;}
ul#basewords-index li { display:inline; list-style:none; margin:0 8px; color:#999 }
ul#basewords-index p { padding-bottom:-3px!important}


/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.leftpadding { padding-left:10px }