/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	font: .63em/1 arial, sans-serif;
	background: #000 url(img/bkg.jpg) no-repeat center 150px;
}

#home {
	background: #000 url(img/bkgh.jpg) no-repeat center 150px;
}

#nobkg {
	background: #000 url(img/bksub.jpg) no-repeat center 150px;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
}

/* @end */

/* @group Styles */

#header {
	height: 80px;
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}

#logo {
	width: 200px;
	height: 80px;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#logo a {
	width: 200px;
	height: 80px;
	display: block;
	text-indent: -9999px;
	background: url(img/logo.png) no-repeat left top;
	cursor: pointer;
}

#tagline {
	width: 230px;
	height: 80px;
	display: block;
	float: right;
	background: url(img/tagline.png) no-repeat right top;
}

#nav {
	color: #fff;
	background: url(img/nav.png) center top;
	width: 100%;
	height: 43px;
	overflow: hidden;
	font: 12px optima, Optimer;
}

#navinner {
	width: 980px;
	margin: 0 auto;
	font: 12px optima, Optimer;
}

#nav ul {
	display: block;
	height: 35px;
	padding-top: 4px;
	overflow: hidden;
	font: 12px optima, Optimer;
}

#nav ul li {
	float: left;
	display: block;
	background: url(img/navdiv.png) no-repeat right center;
	font: 12px optima, Optimer;
}

#nav ul li.last {
	background: none;
}

#nav ul li a {
	display: block;
	color: #fff;
	padding:11px 20px 12px 20px;
	font: 12px optima, Optimer;
}

#nav ul li a:hover {
	background: url(img/navhi.png) no-repeat center;
	text-shadow: #59000d 1px 1px 1px;
}

#contentwrapper {
	margin: 0 auto;
	width: 940px;
}

#contentwrapper p {
	color:#fff;
	font-size:1.2em;
	line-height:1.5em;
}

#home_tagline {
	width: 940px;
	height: 185px;
	color: #fff;
	font-family: Optimer;
	padding-top: 10px;
}

#home_tagline h1 {
	font-size: 24px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 100%;
}

#home_tagline h2 {
	font-size: 16px;
	padding-left: 140px;
	line-height: 100%;
}

h4 {
	color: #fff;
	font-size: 16px;
	font-family: Optimer;
	padding-top: 40px;
	line-height:20px;
}

h3 {
	color: #fff;
	font-size: 14px;
	font-family: Optimer;
	padding-top: 20px;
	padding-bottom: 10px;
		line-height:17px;
}

h5 {
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
}

#productline {
	float: left;
	display: block;
	width: 300px;
	margin-right: 20px;
}

#productline.last {
	margin-right: 0;
}

.slider {
	width: 300px;
	height: 280px;
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.slider .cover {
                position: absolute;
                top: 0;
                left: 0;
}
 
.slidertext {
                
                color: #fff;
                font-size: 1.2em;
                line-height: 125%;
}


.slidertext a {
	color: #fff;
	width: 250px;
	height: 230px;
	display: block;
	cursor: pointer;
}

.productblurb1, .productblurb2, .productblurb3 {
	padding: 20px;
	color: #fff;
	font-size: 1.1em;
	height: 90px;
	line-height: 135%;
}

.productblurb1 {
	background: url(img/homeg_gliss.png) repeat-y left top;
}

.productblurb2 {
	background: url(img/homeg_taft.png) repeat-y left top;
}

.productblurb3 {
	background: url(img/homeg_palette.png) repeat-y left top;
}

#footer {
	clear: both;
	text-align: right;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #404040;
	margin: 0 auto;
	width: 940px;
}

#footer a {
	color: #404040;
}

#productscroller {
	width: 940px;
	padding-bottom: 70px;
	background: url(img/clicksexclusive.gif) no-repeat right bottom;
}

#productinfo {
	width: 940px;
	height: 220px;
	overflow: hidden;
}

.panel img { padding: 0 20px; }

.menu_list {	
	width: 920px;
	float:left;
	padding-bottom:30px;
}

.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    background: #272727;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
}

.menu_body {
	display:none;
	padding: 10px 0 10px 10px;
}

.menu_body a{
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  font-weight:bold;
  text-decoration:none;
}

.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }

.menu_body ol{	
	list-style:disc;
	list-style-position:inside;
	font-size:1.1em;
}

.field {
	padding: 5px;
	background-color: #202026;
	color: #bcbec0;
	font: 1em arial;
	border: none;
}

.txt_email {
	padding: 5px;
	width: 150px;
	background-color: #202026;
	color: #bcbec0;
	font: 1em arial;
	border: none;
	margin-left: 10px;
	margin-right: 10px;
}



.contactfield {
	background-color: #202026;
	color: #bcbec0;
	font: 1em arial;
	border: none;
	width: 250px;
	height: 12px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px;
}

#enqtype {
        height: 25px;
}

#enqtype, #q1, #q4, #q5, #q8, #q9, #q10 {
	color: #bcbec0;
}

#msg {
	height: 109px;
}

.pagecol1 {
	width: 260px;
	float: left;
	margin-right:40px;
}

.pagecol2 {
	width: 260px;
	float: left;
	margin-left:40px;
}

.pagecol3 {
	width: 260px;
	float: left;
	margin-left:80px;
}

.pagecol4 {
	width: 425px;
	float: left;
	margin-right:90px;
	height:650px;
}


.pagecol5 {
	width: 425px;
	float: left;
	height:650px;
}

.pagecol6 {
	width: 425px;
	float: left;
	margin-right:90px;
}

.pagecol7 {
	width: 425px;
	float: left;
}

.pagecol6 ul {
	color:#fff;
	font-size:1.1em;
	list-style:disc;
	list-style-position:outside;
	padding-left:10px;
	line-height:1.5em;
}

.pagecol6 a {
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
}

.adverts{
	display: block;
	float: left;
	padding-bottom:10px;


}

.adverts a{
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

.adverts img{
	border: 1px solid gray;
	text-align: left;
}
/* @end */