/***********/
/* General */
/***********/
body {
 background-color: #4f4f4f;
 margin: 15px 0 0;
 padding: 0;
 font-family: "Trebuchet MS", Arial, sans-serif;
 font-size: 90%;
 color: #ffffff;
 text-align: center;
 background-image: url(images/background.jpg);
 background-repeat: repeat-x;
 background-position: 0 0;
}

div.clear {
 height: 0;
 line-height: 0;
 font-size: 0;
}

.clear {
 clear: both;
}

.left {
 float: left;
 margin: 0 15px 10px 0;
}

.right {
 float: right;
 margin: 0 0 10px 15px;
}

a {
 font-weight: bold;
 text-decoration: underline;
 color: #f2d300;
}

a:hover {
 text-decoration: none;
}

img {
 border: 0;
}

address {
 font-style: normal;
 margin: 0.5em 0 1em;
}

li {
 margin: 5px 0;
}

/*************/
/* Container */
/*************/
div#container {
 width: 955px;
 margin: 0 auto;
 text-align: left;
 background-image: url(images/container_background.png);
 background-repeat: no-repeat;
 background-position: -10px 100%;
}

* html div#container {
 background-image: none;
}

div#containerinner {
 background-image: url(images/container_inner_background.png);
 background-repeat: no-repeat;
 background-position: 0 0;
}

h1#logo {
 float: left;
 border: 0;
 margin: 20px 0 -132px 10px;
 width: 364px;
 height: 112px;
 background-image: url(images/logo.png);
 background-repeat: no-repeat;
 background-position: 0 0;
 text-indent: -9999px;
}

* html h1#logo {
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='crop');
 display: inline;
}

address#address {
 float: left;
 clear: left;
 margin-top: 140px;
 margin-left: 105px;
 text-align: center;
 display: inline;
}

/*******/
/* Nav */
/*******/
div#nav {
 float: left;
 clear: left;
 width: 185px;
 margin-top: 20px;
}

div#nav ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

div#nav ul li {
 margin: 0 0 10px;
 padding: 0;
}

* html div#nav ul li {
 display: inline;
}

div#nav ul li a {
 display: block;
 line-height: 30px;
 padding: 0 40px 0;
 text-align: right;
 background-image: url(images/nav_arrow.png);
 background-repeat: no-repeat;
 background-position: 155px 50%;
 color: #ffffff;
 font-weight: normal;
 text-decoration: none;
}

* html div#nav ul li a {
 background-image: url(images/nav_arrow.gif);
 padding-top: 4px;
 padding-bottom: 2px;
 background-position: 155px 70%;
}

div#nav ul li a:hover {
 background-color: #cc0000;
 text-decoration: none;
}

body#pageHome div#nav ul li#navHome a
,body#pageShowroom div#nav ul li#navShowroom a
,body#pageAbout div#nav ul li#navAbout a
,body#pageFAQs div#nav ul li#navFAQs a
,body#pageDelivery div#nav ul li#navDelivery a
,body#pageContact div#nav ul li#navContact a {
 background-color: #cc0000;
 cursor: default;
 font-weight: bold;
 color: #f2d300;
}

/***********/
/* Content */
/***********/
div#content {
 width: 719px;
 float: right;
 margin: 20px 10px 0 0;
 padding: 0 0 75px;
 line-height: 1.3em;
}

* html div#content {
 padding: 0;
}

div#content h2.title {
 font-size: 1.9em;
 margin: 0 0 25px;
 font-weight: normal;
 text-align: center;
 color: #f2d300;
}

div#content h3 {
 font-size: 1.5em;
 margin: 1em 0 0;
}

div#content h4 {
 font-size: 1.2em;
 margin: 1em 0 0;
}

div#content p.intro {
 font-size: 1.2em;
}

div#content img.button {
 float: right;
}

div#content div.col {
 width: 340px;
 margin-left: 20px;
 float: left;
}

div#content div.col.first {
 margin-left: 0;
}

div#content span.big {
 font-size: 1.5em;
 color: #f2d300;
}

div#content div.faq {
 background-image: url(images/tick.png);
 background-repeat: no-repeat;
 background-position: 0 0;
 padding-left: 55px;
 min-height: 49px;
}

div#content p.question {
 font-size: 1.2em;
 color: #f2d300;
 line-height: 1em;
 margin-bottom: -10px;
}

div#content table.data {
 margin-top: 12px;
}

div#content div#map {
 width: 718px;
 height: 540px;
 border: 1px solid #000000;
 margin: 15px 0;
}

div#content span.mapinfo {
 font-size: 0.9em;
 color: #000000;
}

/***********/
/* Buttons */
/***********/
div#buttons {
 width: 465px;
 float: right;
 text-align: right;
}

div#buttons img {
 border: 0;
 margin-bottom: 5px;
}

/**********/
/* Footer */
/**********/
div#footer {
 margin-top: 15px;
 margin-bottom: 5px;
 border-top: 10px solid #cc0000;
 height: 15px;
 font-size: 0.9em;
}

div#footer p.right {
 float: right;
 text-align: right;
 margin: 0;
}

div#footer p.left {
 float: left;
 margin: 0;
}

div#footer a {
 font-weight: normal;
 color: #ffffff;
}

/******************/
/* PNG fix for IE */
/******************/
* html img
,* html div {
 behavior: url(iepngfix.htc);
}
