/* CSS 3 document */

/* Eric Meyer's CSS reset - http://meyerweb.com/eric/tools/css/reset  */

html, body, div, span, applet, object, iframe,
header, nav, article, aside, section, footer,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
    font-family: arial;
    font-size: inherit;
    font-weight: inherit;
    }

header, nav, article, aside, section, footer {
    display: block;
    }
    
ol, ul {
    list-style: none;
    }
    
blockquote, q {
    quotes: none;
    }
strong {
	font-weight: bold;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}
h1 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	padding: 0px 0px 12px 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
#OuterWrapper {
	width: 960px;
	margin: 0 auto;
	padding: 33px 0px 0px 0px;
}
#Logo {
	width: 502px;
	height: 35px;
	float: left;
}
#Social {
	float: right;
}
#MenuWrap {
	background: #333333;
	padding: 24px 34px;
}
#MenuWrap a {
	border: none;
	text-decoration: none;
}
.MenuSeperator {
	margin: 0px 16px;
}
#LeftMenu {
	float: left;
}
#RightMenu {
	float: right;
}
#Body {
	float: left;
	margin: 28px 0px 0px 18px;
	line-height: 1.8em;
	width: 520px;
}
#Car {
	float: right;
	width: 408px;
	height: 176px;
	position: relative;
	margin: 24px -24px 0px 0px;
	z-index: 10000;
}
.Line {
	height: 1px;
	border-top: 1px dotted #cccccc;
}
#Products {
	margin: -22px 0px 0px 0px;
}
.Product {
	width: 960px;
	margin: 6px 0px;
}
.RegPrice {
	font-size: 28px;
}
#Footer {
	text-align: center;
}
#Footer a {
	border: none;
	text-decoration: none;
}
.FooterSeperator {
	margin: 0px 12px;
}
#FooterSeperator {
	margin: 16px 0px;
}
#Copyright {
	text-align: center;
}
#BottomContact {
	float: left;
	color: #666666;
	font-size: 11px;
	margin: 6px 0px 0px 8px;
}
#BottomAWD {
	float: right;
	color: #666666;
	font-size: 11px;
	margin: 6px 8px 0px 0px;
}
a {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
a:hover {
	font-style:italic;
}

.StarMe {
	color: #F00;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #999999;
	padding: 3px;
	background-repeat:repeat-x;
    background-image:url(../images/TextBoxBg.jpg)
}
.table td {
	padding: 3px 0px;
	vertical-align: top;
}

#Overlay {
	display: none;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25000;
	background:url(../images/overlay.png) repeat;
	position: fixed;
}
#EnquiryForm {
	display: none;
	position: absolute;
	width: 330px;
	padding: 22px;
	border: 4px solid #fad70a;
	background: #ffffff;
	border-radius: 6px;
	z-index: 30000;
}
.enquiry td {
	padding: 6px 0px;
	vertical-align: top;
}
#CloseEnquiry {
	position: absolute;
	margin: -36px 0px 0px 338px;
}
#btnSendEnquiry, #CloseEnquiry, .Cursor {
	cursor: pointer;
}
#EnquirySuccess {
	display: none;
	font-weight: bold;
	text-align: center;
}
#Preloader {
	display: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 12px 0px 0px 0px;
}