/*
  Think Web.
  (c) 2008 Think Web Limited (www.thinkweb.co.nz)
*/

/* SETUP */

@import url("../library/css/std.css");
@import url("../library/css/form.css");
body { text-align:center; background-color:#fff; font-family:Arial, Helvetica, sans-serif; }

#container { position:relative; margin:0 auto; width:996px; text-align:left; }
#columnwrap { margin:10px 5px 0; }
#content-main { margin:0; padding:0; }
#content-related { overflow:visible !important; overflow:hidden; width:280px; padding-bottom:5em; background-color:#bebebe; font-size:1.2em; line-height:1.5em; min-height:400px; height:auto !important; height:400px; }
/*img { behavior: url(/media/library/js/iepngfix.htc); } /* png alpha transparency support */

/* HEADER */

#header { background-color:#fff; margin:0; padding-top:10px; height:auto !important; height:1%; }
#navbar { margin:0; padding:0; text-align:center; font:bold 1em/1em Arial, Helvetica, sans-serif; }
#logo-container { height:179px; background:#666 url(../img/header-bg.jpg) repeat-x; margin:0 auto; }
#logo-container h1 { text-align:center; text-transform:uppercase; font-weight:bold; font-size:7.5em; line-height:179px !important; line-height:159px; position:relative; top:0 !important; top:10px; font-family:Arial, Helvetica, sans-serif; color:#800000; }
#logo { display:block; margin:0; padding:0; width:393px; height:119px; }

/* NAV */

#nav-global { height:28px; margin:3px auto 0; background-color:#777; }
#nav-global li { display:block; float:left; list-style-type:none; }
#nav-global li a { display:block; float:left; padding:0 1em; margin:0; font:bold 1.5em/28px Arial,sans-serif; text-decoration:none; color:#fff; }
#nav-global li a:hover { background-color:#666; }
#homepage #nav-homepage a, #gallery #nav-gallery a, #surfaces #nav-surfaces a, #about #nav-about a, #contact #nav-contact a { background-color:#800000; }
#homepage #nav-homepage a:hover, #gallery #nav-gallery a:hover, #surfaces #nav-surfaces a:hover, #about #nav-about a:hover, #contact #nav-contact a:hover {  }

/* FOOTER */

#footer {  clear:both; margin:10px auto 0; background-color:#666; text-align:center; color:#fff; line-height:30px; }
#container #footer a { color:#fff; text-decoration:none; }
#container #footer a:hover { text-decoration:underline; }

/* CONTENT */

#content-main { line-height:1.5em; font-size:1.4em; }
#content-main ul { margin:0 0 1em 20px; }
#content-main ol { margin-left:2em; }

/* CONTENT-RELATED */

#content-related ul { margin-left:25px; font-weight:bold; font-size:1.2em; list-style-type:square; }


/* FORMS */

.form .form-heading { margin-bottom:0.5em; padding-left:210px; background-color:#ccc; text-align:left; }
.form { width:auto; }
.form table { width:100%; }
.form th { width:200px; }
.form th.vehicle-group { padding-left:210px; border-top:1px dashed #ccc; text-align:left; }
.vTextField, .vEmailField, .vPasswordField, .vSelectField, .vLargeTextField, .vCheckboxField, .vCaptchaField { width:300px; }
.vLargeTextField { width:800px; }
.form .section-heading { width:auto; margin:10px 0; padding-left:210px; background-color:#ccc; text-align:left; }
.form select { width:3.5em; }
.price { float:right; margin-right:45em !important; margin-right:22em; font-weight:bold; }

/* SITEMAP */

#sitemap h1 { font-size:1.5em; }
#sitemap-list ul { margin-left:0; }
#sitemap-list li { list-style-type:none; font-weight:bold; margin-left:0; }
#sitemap-list li li li { margin-left:1em; font-weight:normal;}
#sitemap-list, #sitemap-list a { color:#333; }

/*  CLEARFIX KLUDGE */

#columnwrap:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#columnwrap { display:inline-block; }
/* Hides from IE-mac \*/
* html #columnwrap { height: 1%; }
#columnwrap { display: block; }
/* End hide from IE-mac */

/* HEADINGS */

#content-main h1 { margin:0; padding:0; text-align:center; font:bold 2.5em/2.5em Arial, sans-serif; color:#600; text-transform:uppercase; }
#content-main h2 { font:normal 1.5em/1.5em Arial, sans-serif; color:#9c9c9c; }
#content-main h3 { text-transform:uppercase; font-size:1em; margin:1.5em 0 0.5em; }

/* LINKS */

#container a { color:#666; }

/* MISC */

.button { cursor:pointer !important; cursor:hand; }
#pg-title { position:absolute; left:-2000px; display:none; }

#action-call { margin-top:1em; text-align:center; font-weight:bold; font-size:2em; color:#600; text-transform:uppercase; }


/* HOMEPAGE */

#content-main #feature-list { margin-top:85px; color:#600; font-size:1.3em; line-height:1.5em; }

/* GALLERY */

#gallery-table { width:100%; }
#gallery-table tr td { text-align:center; }
#gallery-table tr td img { display:inline; width:320px; height:180px; }

/* SURFACES */

#surfaces-table { width:100%; }
#surfaces-table tr td { text-align:center; font-weight:bold; padding-bottom:1.5em; }
#surfaces-table tr td img { display:inline; width:240px; height:240px; }

/* ABOUT PAGE */

#about-images { text-align:center; }
#about-images img { display:inline; width:320px; height:180px; margin:3px; }

/* CONTACT PAGE */

#contact-images { float:right; }
#contact-images img { display:inline; margin-left:20px; }
#business-card { position:relative; left:150px; margin:20px 0 40px; }
