#printHeader { 
	display:none;
	height:0
	}

/* HTML ELEMENTS */

* { margin:0}

body {
	margin:0; 
	font:0.8em Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#66737c;
	 }

a { 
	text-decoration:none;
	color:#a20134
	}

a:hover {
	text-decoration:underline
	}
	
a img { border:none}

#container { 
	margin:0 auto; 
	width:980px;
	}
	

	
hr { 
	color:#adbbc2;
	background-color:#adbbc2;
	height:1px;
	border-width:0;
	margin:20px 0;
	width:100%
	}

/* HEADER */
#header { 
	height:143px; 
	}



#logo {
	float:left;
	overflow:hidden;
	width:237px;
	}

#nav {
	float:right;
	width:725px;
	}

/* image slider */
#image-panel { 
	width:980px;
	overflow:hidden;
	}

#slider {
	width:782px;
	float:left;
	overflow:hidden;
	z-index:10;
	position:relative;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	margin-top:18px
	}

#slider img {
/*	position:absolute;*/
    display:none;
	padding:0;
	margin:0
	}
	
#slider a {
	display:block;
	}

#quotes {
	float:right;
	overflow:hidden;
	width:190px;
	margin:22px 4px 0 0;

	}

/*.quote-box { 
	width:162px;
	border:1px solid #c7d1d8;
	background-color:#eceff1;
	padding:13px;
	margin-bottom:15px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em
	}*/


.quote-box { 
	width:162px;
	border:1px solid #c7d1d8;
	background-color:#eceff1;
	padding:13px;
	margin-bottom:15px;
	font-size:0.9em;
	line-height:1.3em
	}	


#buttons { 
	overflow:hidden;
	width: 980px;
	text-indent: -9999px;
	padding:15px 0 35px
	}

#buttons ul { 
	list-style:none;
	display:inline;
	padding:0; 
	margin:0
	}
	
#buttons a {
    display: block;
    height:135px;
    text-indent: -9999px;
	}
	
#buttons li { 
	list-style: none; 
	float: left; }

#buttons li.one a { background: url(../images/btn1.jpg) 0 0 no-repeat; width:194px; height:198px; margin-right:2px}
#buttons li.one a:hover { background: url(../images/btn1.jpg) 0 -198px no-repeat;}

#buttons li.two a { background: url(../images/btn2.jpg) 0 0 no-repeat; width:194px; height:198px; margin-right:2px}
#buttons li.two a:hover { background: url(../images/btn2.jpg) 0 -198px no-repeat;}

#buttons li.three a { background: url(../images/btn3.jpg); width:194px; height:198px; margin-right:2px}
#buttons li.three a:hover { background: url(../images/btn3.jpg) 0 -198px no-repeat;}

#buttons li.four a { background: url(../images/btn4.jpg); width:194px; height:198px; margin-right:2px}
#buttons li.four a:hover { background: url(../images/btn4.jpg) 0 -198px no-repeat;}

#buttons li.five a { background: url(../images/btn5.jpg); width:194px; height:198px;}
#buttons li.five a:hover { background: url(../images/btn5.jpg) 0 -198px no-repeat;}


/* subnav START */

#subnav {
	width:259px;
	float:left;
	overflow:hidden;
	
	}

#subnav ul {	
	margin:26px 0 0 8px;
	padding:0;
	list-style:none;
		border-bottom:1px solid #CCC;
	}

#subnav ul li {	
	margin:0;
	padding:0;
	list-style:none
	}

#subnav ul li.level1 {
	display:none;
	}
	
#subnav ul li.level1 a { 
	display:none;
	}
	
#subnav ul li.level1 a:hover { 
	display:none;
	}
	
#subnav ul li.level1-on a { 
	display:none;
	}
	
#subnav ul li.level1-on a:hover { 
	display:none;
	}
	
	
/* level 2  */	

#subnav ul li.level2 {
	margin:0;
	padding:0;
	list-style:none;
	width:251px;
	}
	
#subnav ul li.level2 a { 
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	padding:9px 10px 0 32px;
	border-top:1px solid #CCC;
	background: url(../images/bg-subnav-btn.jpg) top left repeat-x;
	height:26px;
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none
	}
	
#subnav ul li.level2 a:hover { 
	color:#FFF;
	text-decoration:none;
	background: url(../images/bg-subnav-btn1.jpg) top left repeat-x;
	}


/* level 2 ON */

#subnav ul li.level2-on a { 
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	padding:9px 10px 0 32px;
	border-top:1px solid #CCC;
	background: url(../images/bg-subnav-btn1.jpg) top left repeat-x;
	height:26px;
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none
	}
	
#subnav ul li.level2-on a:hover { 
	color:#FFF;
	text-decoration:none;
	background: url(../images/bg-subnav-btn1.jpg) top left repeat-x;
	}

/* level 3 */
#subnav ul li.level3 {
	margin:0;
	padding:0;
	list-style:none;
	background-color:#435d6d;
	border-bottom:none;
	}
	
#subnav ul li.level3 a { 
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	padding:6px 10px 0 43px;
	border-top:1px dashed #6d8390;
	background:url(../images/subnav_arrow.gif) 12% 50% no-repeat;
	height:22px;
	color:#c0d0da;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none
	}
	
#subnav ul li.level3 a:hover { 
	color:#fff;
	text-decoration:none;
	background:#30434f url(../images/subnav_arrow1.gif) 12% 50% no-repeat;
	}

/* level 3 ON */

#subnav ul li.level3-on a { 
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	padding:6px 10px 0 43px;
	border-top:1px dashed #6d8390;
	background:#30434f url(../images/subnav_arrow1.gif) 12% 50% no-repeat;
	height:22px;
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none
	}
	
#subnav ul li.level3-on a:hover { 
	color:#fff;
	text-decoration:none;
		background:#30434f url(../images/subnav_arrow1.gif) 12% 50% no-repeat;
	}

/* level 4 */
#subnav ul li.level4 {
	margin:0;
	padding:0;
	list-style:none;
	background-color:#435d6d;
	border-bottom:none;
	}
	
#subnav ul li.level4 a { 
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	padding:6px 10px 0 52px;
	border-top:1px dashed #6d8390;
	background:url(../images/subnav_arrow.gif) 14% 50% no-repeat;
	height:22px;
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none
	}
	
#subnav ul li.level4 a:hover { 
	color:#fff;
	background:#30434f url(../images/subnav_arrow1.gif) 14% 50% no-repeat;
	text-decoration:none
	}

/* level 4 ON */

#subnav ul li.level4-on a { 
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	padding:6px 10px 0 52px;
	border-top:1px dashed #6d8390;
	background:#30434f url(../images/subnav_arrow1.gif) 14% 50% no-repeat;
	height:22px;
	color:#c0d0da;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none
	}
	
#subnav ul li.level4-on a:hover { 
	color:#fff;
	background:#30434f url(../images/subnav_arrow1.gif) 14% 50% no-repeat;
	text-decoration:none
	}


/* subnav END */

/* H TAGS */

/* page main headings */
h1 {
	color:#1d232c;
	font-size:1.4em;
	margin:0;
	}

/* subnav  */
h2 {	
	margin:0;
	font-size:1.0em;
	}

/* breadcrumbs- */
h3 {
	margin:0;
	display:inline;
	font-weight:normal;
	font-size:85%;
	}

/* page subheadings */
h4 {
	color:#557080;
	font-size:1.3em;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px solid #adbbc2
	}

#products h4 {
	color:#a20134
	}

#content2 h4 {font-size:1.1em;}

h5 {
	color:#a20134;
	font-size:1.1em;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px solid #adbbc2
	}
	
#content2 h5 { margin-bottom:10px}
	
/* common questions */	
h6 {
	color:#557080;
	font-size:1.2em;
	padding-bottom:3px;
	margin:8px 0 5px 0;
	border-bottom:1px dotted #adbbc2
	}

	
.title {
	color:#a20134;
	font-size:1.2em;
	font-weight:bold;
	width:650px;
	padding-bottom:3px;
	margin:25px 0 15px 0;
	border-bottom:1px dotted #adbbc2
	}

/* CONTENT */
#content {
	width:980px;
	overflow:hidden;
	}

#content1 {
	width:980px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/bg-subnav.gif) top left repeat-y
	}

#content2 {
	width:890px;
	padding-left:45px;
	overflow:hidden;

	}






#rightcol {
	float:left;
	overflow:hidden;
	width:721px;
	color:#1b212a;
	font-size:90%
	}

#rightcol ul li {	
	margin:0;
	list-style:none;
	background:url(../images/bullet.gif) top left no-repeat ;
	padding-left:12px;}

#rightcol2 {
	float:left;
	overflow:hidden;
	width:721px;
	color:#1b212a;
	background:url(../images/bg-page.jpg) top left no-repeat;
	font-size:90%
	} 
	
#headerpic {
	height:231px
	}
	
#rightcol-inner {
	width:650px;
	margin:28px 0 0 41px}


#products { 
	width:650px;
	overflow:hidden
	}

#products-left {
	float:left;
	overflow:hidden;
	width:376px;
	margin-right:25px;
	}

#products-right {	
	float:left;
	overflow:hidden;
	width:249px;	
	}

#products ul { 
/*	list-style:none;*/
	margin-top:10px;
	padding:0
	}

#products ul li { 
	margin:0;
	padding-bottom:5px;
	background:url(../images/bullet.gif) top left no-repeat ;
/*	list-style:none;*/
	padding-left:12px;
	}

#details ul li {
	list-style-type:none;
		padding-left:0;
			background:none;
	}
	
	
#products ul.list1 { 
	list-style:none;
	margin-top:10px;
	padding:0;
	margin-left:40px;
	}

#products ul.list1 li { 
	margin:0;
	padding:0;
	list-style: disc
	}

#details {
	width:376px;
	overflow:hidden;
	}

#details-left {
	float:left;
	overflow:hidden;
	width:178px;
	margin-right:20px
	}
	

#details-right {
	float:left;
	overflow:hidden;
	width:178px;
	}

#top {
	width:650px;
	overflow:hidden
	}
	
#top-left {
	width:468px;
	float:left;
	overflow:hidden
	}
	
#breadcrumbs { 
	color:#648090;

	}

#breadcrumbs a {
	color:#648090;
	text-decoration:none
	}

#breadcrumbs a:hover { 
	text-decoration:underline
	}

#page-title {
/*	width:468px;*/
	padding:20px 0
	}

#btn-enquire-now {
	float:right;
	padding-top:10px;
	overflow:hidden;
	width: 178px;
	text-indent: -9999px;
	}
	
#btn-enquire-now a { float:left; overflow:hidden; background-image: url(../images/btn-enquire-now.jpg); width:178px; height:45px; text-decoration:none;}
#btn-enquire-now a:hover { background:url(../images/btn-enquire-now.jpg) 0 -46px; width:178px; height:45px; text-decoration:none}

#btn-enquire-now2 {
	float:right;
	padding-top:10px;
	overflow:hidden;
	width: 178px;
	text-indent: -9999px;
	}
	
#btn-enquire-now2 a { float:left; overflow:hidden; background-image: url(../images/btn-enquire-now2.jpg); width:178px; height:45px; text-decoration:none;}
#btn-enquire-now2 a:hover { background:url(../images/btn-enquire-now2.jpg) 0 -46px; width:178px; height:45px; text-decoration:none}


#btn-print {
	padding-top:25px;
	width: 178px;
	text-indent: -9999px;
	}
	
#btn-print a { float:left; overflow:hidden; background-image: url(../images/btn-print-page.jpg); width:178px; height:44px; text-decoration:none;}
#btn-print a:hover { background:url(../images/btn-print-page.jpg) 0 -44px; width:178px; height:44px; text-decoration:none}


.rows {
	width:650px;
	overflow:hidden;
	padding:20px 0 0 0
	}

.th1 {
	width:143px;
	float:left;
	overflow:hidden;
	margin-right:26px;
	text-align:center
	}
	
.th2 {
	width:143px;
	float:left;
	overflow:hidden;
	margin-right:26px;
	text-align:center
	}
	
.th3 {
	width:143px;
	float:left;
	overflow:hidden;
	margin-right:26px;
	text-align:center
	}
	
.th4 {
	width:143px;
	float:left;
	overflow:hidden;
	text-align:center
	}

.rows a img  { 
	border:1px solid #535861;
	padding:0;
	margin:0 0 -1px -1px;
	}
	
.rows a:hover img   { 
	border:1px solid #a70a3b;
	padding:0;
	margin:0 0 -1px -1px;
	}

.rows a { 
	text-decoration:none;
	color:#1b212a;
	padding:0 1px;
/*	font-size:90%;*/

	}

.rows a:hover {
	text-decoration:none;
	color:#a70a3b;
	}



ol {
	padding:0;
	margin:0;
	}

ol li { 
	padding:0;
	margin-left:40px;
	}


	
/* FOOTER */
#footer { 
 	background: url(../images/bg-footer.jpg) top left repeat-x
	}

#footer1 { 
	width:890px;
	margin:0 auto;
	padding-top:20px;
	color:#9aa6ad;
	font-size:85%;
	line-height:1.5em;
	}

#footer1 h2  { 
	margin:0;
	font-size:100%;
	color:#9aa6ad;
	font-weight:normal;
	display:inline
	}

#footer1 a {
	color:#9aa6ad;
	text-decoration:none;
	padding:0 2px
	}

#footer1 a.first { margin-left:-2px}
#footer1 a:hover {text-decoration:underline;	}


#toplink {
/*	width:650px;*/
	margin:15px 0 25px 0;
	font-size:0.8em;
	text-align:right;
	text-transform:uppercase
	}

#toplink a { 
	color:#648090;
	text-decoration:none
	}

#toplink a:hover { 
	text-decoration:underline
	}

#warranty ul {margin-top:10px;
list-style:none}

#warranty ul li { 
	margin:0;
	padding-bottom:5px;
	list-style:none;
	background:url(../images/bullet.gif) top left no-repeat ;
	padding-left:12px;
	}

#product-categories { 
	margin:0;
	padding:0}

#product-categories h5  {
	margin:15px 0 15px 0;
	}

#product-categories h5.first  {
	margin:0 0 15px 0;
	}
	
#product-categories a img  { 
	border:1px solid #535861;
	padding:0;
	margin:0 0 -1px 1px;
	}
	
#product-categories a:hover img   { 
	border:1px solid #a70a3b;
	padding:0;
	margin:0 0 -1px 1px;
	}

/*#product-categories a { 
	text-decoration:none;
	color:#1b212a;
	padding:0 1px;
	}

#product-categories a:hover {
	text-decoration:none;
	color:#a70a3b;
	}*/

form legend {	
	color:#a20134;
	font-size:1.1em;
	font-weight:bold
	}

#sitemap a { 
	color:#66737c;
	text-decoration:none
	}

#sitemap a:hover { 
	text-decoration:underline
	}

#sitemap ul {
	margin-left:35px;
	padding:0;
	list-style:none
	}

#sitemap ul li {
	margin:0;
	padding-bottom:1px;
	list-style:none
	}

#sitemap ul ul {
	margin-left:35px;
	padding:0;
	list-style:none
	}

#sitemap ul ul li {
	margin:0;
	padding-bottom:1px;
	list-style:none
	}
	
