html
{
  background: #000 url(../images/layout/main-background.png) repeat-x;
  background: url(../images/layout/main-background-swoosh.png) 50% 240px no-repeat, #000 url(../images/layout/main-background.png) repeat-x;
  font-family:Helvetica,Verdana,Helvetica,Arial;
  font-size:16px;
  text-align:justify;
  line-height:150%;
}

a img
{
  border:none;
}

a
{
  color:#7E8182;
  -webkit-transition:color 300ms ease-out 200ms;
  -moz-transition:color 300ms ease-out 200ms;
  -o-transition:color 300ms ease-out 200ms;
  transition:color 300ms ease-out 200ms;
}

a:hover
{
  color:#000;
  -webkit-transition:color 300ms ease-in 200ms;
  -moz-transition:color 300ms ease-in 200ms;
  -o-transition:color 300ms ease-in 200ms;
  transition:color 300ms ease-in 200ms;
}

h1
{
  font-size:32px;
  border-bottom:1px solid #333;
}

h2
{
  font-size:24px;
}

h3
{
  font-size:20px;
}

h4
{
  font-size:18px;
}

h5
{
  font-size:16px;
}

h6
{
  font-size:14px;
}

.invisible
{
  display:none;
}

.clear
{
  clear:both;
  height:0;
  overflow:hidden;
}

img
{
  padding:0px;
}

#header {
  background:url(../images/layout/main-logo.png) 50% 0 no-repeat;
  padding-top:163px;
}

#nav {
  height:35px;
  background:black;
  overflow:hidden;
}

#tree
{
  display:table;
  width:100%;
  text-align:center;
  line-height:35px;
}

#tree li.menu_item
{
  width:33%;
  margin:0 auto;
  float:left;
  list-style: none;
}

#tree a
{
  color:#fdc423;
  font-weight:bold;
  font-size:15px;
  text-decoration:none;
  text-transform:uppercase;
}

#tree a.active
{
  color:#DAAC42;
}

#tree a:hover
{
  color:#B1B6B7;
  text-decoration:none;
}

li .children
{
  display:none;
  width:300px;
  position:absolute;
  top:50px;
  left:0;
  border:1px solid #EEF1EF;
  background:#fff;
  -moz-box-shadow:rgba(0,0,0,0.496094) 0 0 50px;
  -webkit-box-shadow:rgba(0,0,0,0.496094) 0 0 50px;
}

li.hover .children
{
  display:block;
}

#tree .children li
{
  display:block;
  margin:0;
  padding:15px 10px;
}

#content{
  background:white;
  box-shadow:0 2px 12px black;
  font-size:14px;
  
  padding: 20px 40px;
}

#tree, #footer {
  background:black url(../images/layout/footer-background.png) repeat-x;
}

#footer {
  border:1px solid white;
  color:white;
  text-align:center;
  line-height:45px;
}

.field
{
  border:1px solid #c8c8c8;
  font-size:13px;
  color:#333;
  line-height:13px;
  margin-bottom:20px;
  width:360px;
  padding:8px;
}

fieldset
{
  font-size:12px;
  margin:20px 0;
  padding:10px;
}

label.message
{
  background:url(../images/admin/stop.png) no-repeat left 60%;
  font-size:15px;
  font-weight:italic;
  color:#BF3225;
  position:absolute;
  right:0;
  top:-30px;
  padding:10px 0 10px 40px;
}

legend
{
  font-size:16px;
  font-weight:700;
}

fieldset table
{
  margin:0 auto;
}

input.labelhighlight,textarea.labelhighlight
{
  color:#A7A7A7;
}

form p,form div
{
  position:relative;
}

form p
{
  position:relative;
  width:376px;
}

label.error
{
  text-align:right;
  position:absolute;
  right:0;
  top:0;
  color:red;
}

input.error,textarea.error
{
  color:red;
  background:#632112;
}

.fieldwitherrors
{
  display:inline;
}

#errorexplanation
{
  width:400px;
  border:2px solid #CF0000;
  margin-bottom:20px;
  background-color:#f0f0f0;
  padding:0 0 12px;
}

#errorexplanation h2
{
  text-align:left;
  font-weight:700;
  font-size:12px;
  background-color:#c00;
  color:#fff;
  margin:0;
  padding:5px 5px 5px 15px;
}

#errorexplanation p
{
  color:#333;
  margin-bottom:0;
  padding:8px;
}

#errorexplanation ul
{
  margin:2px 24px;
}

#errorexplanation ul li
{
  font-size:12px;
  list-style:disc;
}

#flash_notice,#flash_error,#status
{
  text-align:center;
  font-size:15px;
  line-height:3em;
  overflow:hidden;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  z-index:50000;
  filter:alpha(opacity=95);
  -moz-opacity:.95;
  opacity:.95;
  border-bottom:solid 1px #000;
  -moz-box-shadow:0 15px 55px rgba(0,0,0,0.5);
  -webkit-box-shadow:0 15px 55px rgba(0,0,0,0.5);
  margin:0;
  padding:5px;
}

#flash_notice,#status
{
  background-color:#CFC;
  border:solid 1px #6C6;
}

#flash_error
{
  background-color:#FCC;
  border:solid 1px #C66;
}

#content.home {
  padding-right:40px;
}
#content.home p {
  padding-right:80px;
}

.block, #content, #nav { /* keeps the hover edit link inside */
  position:relative;
  overflow:hidden;
}

.block.home-splash {
  background:url(../images/layout/home-splash-background.png) 0 100px no-repeat;
  border:1px solid white;
  border-top:none; border-bottom:none;
  width:958px;
  height:330px;
}

.edit-link, #user_nav {
  display:none;
  position:absolute;
  top:8px;
  right:8px;
  background:white; background: rgba(230,230,230,.9);
  border:1px solid black; border:1px solid rgba(0,0,0,.7);
  border-radius:4px;
  padding:8px 16px;
  font-size:16px;
  font-family:"Helvetica", "Arial", sans-serif;
  line-height:16px;
}
.edit-link, .edit-link a, #user_nav, #user_nav a {
  color:black;
  font-size:12px;
  text-decoration:none;
  text-align:right;
}

.block:hover .edit-link, #content:hover .edit-link, #nav:hover .edit-link {
  display:block;
}

#user_nav
{
  display:block;
  position:fixed;
  left: 8px;
  right:auto;
  opacity:0;
  filter: alpha(opacity=0);
}

#user_nav:hover, #user_nav.logged_in
{
  opacity:1;
  filter: alpha(opacity=100);
}

#logged_out a
{
  color:black;
}

#content-editor {
  overflow:scroll;
  background:white;
}

#im-logo {
  padding:20px 0 40px;
}

#im-logo a {
  display:block;
  width:168px; height:22px;
  background:url(../images/im-logo.png) no-repeat;
  margin:0 auto;
  float:right;
}

/* gallery */
.category.section ul.category li.product {
  float:left;
  list-style:none;
  width:178px;
  margin:0 20px 20px;
  *margin-bottom:0;
}

.category.section h2 {
  border-bottom:1px solid #333;
  padding-bottom:4px;
}

.category.section ul.category li.product .box {
  width:178px;
  height:125px;
  border: 1px solid #333;
  border-radius:16px;
  
  overflow:hidden;
}

.header-container {
  width:132px;
  margin:0 auto;
}

.category.section ul.category li.product h3 {
  font-size: 14px;
  color: black;
  text-align:center;
  margin-bottom:0;
}

.category.section ul.category a {
  text-decoration: none;
}

#specifications {
  float:right;
  width:330px;
  position:relative;
}

ul.columns li {
  float:left;
  list-style:none;
  margin:0 26px 26px 0;
  overflow:hidden;
  width:100px; height:100px;
  position:relative;
}

ul.columns {
  float:left;
  position:relative;
}

#gallery {
  width:510px;
  text-align:center;
  position:relative;
  overflow:hidden;
  border-right:1px solid #333;
}

#large-photo-area {
  margin:0 30px 20px 0;
  height:225px;
  position:relative;
}

#large-photo-area img {
  vertical-align:bottom;
}

a.download {
  color:#333;
  text-decoration:none;
  font-weight:bold;
  position:relative;
  right:0;
  border:1px solid #333;
  border-radius:4px;
  padding:8px 0;
  background-color:#DDD;
  text-shadow:1px 1px 1px white;
  width:100%;
  display:block;
  text-align:center;
}

/* contact page */
.contact-right {float:right;margin: 0;width:450px;}
.contact-left {float:left;}
#interior .contact-right h4 {margin: 0 0 10px 0;text-align: center;margin-left: 0;}
.contact_page_content p {text-align: center;}
#google_map {width:400px;padding-bottom:20px;font-size:14px;font-family:Verdana, sans-serif;}
.top_contact span {display: block;float: right;height: 32px;width: 32px;text-indent: -9999px;margin: 4px;}
.field_with_errors .message {position:absolute;top:-36px;right:0px;float:right;}
.field_with_errors label {float:left;}
.contact-left .field {margin-bottom:0px;}
.contact-right .field {width:320px;}
.contact-left p {margin-bottom:10px;}
.padding-div {padding-bottom:60px;}
.contact-page-name {font-family:'Kreon', serif;color:#3b1273;font-weight:bold;font-size:24px;margin-bottom:0px;}
#google-map input[type="submit"] {width:32px;}
.short-form {height:18px;}
.short-form-field {margin:0;}
.short-form-button{line-height:26px; width:48px;}
.driving-directions{margin:10px 0;}
#google_map h4 {font-size:20px;font-family:'Open Sans',Verdana,Arial,sans-serif;margin-bottom:10px;text-align:center;margin-right:20px;}
#google_map .info {font-size:12px;text-align:center;margin-right:20px;}