/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

/********** GLOBAL **********/

ul, ol, dl{
	margin:15px 0 15px 30px;
}
ul li, ol li, dl li{
	margin:3px 0;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear-both{
	clear:both;
}
a:link{
	color:#333;
}
a:visited{
	color:#666;
}
a:hover{
	color:#4c4cc5;
}
a:active{
	font-weight:700;
}
a:focus{
	font-weight:700;
}
input.checkbox{
	border:none;
	background-color:transparent;
}

/********* TYPOGRPAHY ********/

body{
	font-family:helvetica, arial, sans-serif;
	font-size:14px;
	color:#666;
	text-align:center;
}
h1, h2, h3, h4, h5{
	font-family:tahoma, arial, sans-serif;
	color:#e76020;
}
h1{
	font-size:24px;
	margin:16px 0 16px 0;
}
h2{
	font-size:20px;
	margin:15px 0 16px 0;
}
h3{
	font-size:18px;
	margin:15px 0 16px 0;
	color:#0f3a88;
}
h4{
	font-size:14px;
	margin:15px 0 16px 0;
	color:#0f3a88;
}
h5{
	font-size:12px;
	margin:15px 0 16px 0;
	color:#0f3a88;
}
p{
	margin:0 0 15px 0;
	line-height:20px;
}

/********* STRUCTURE *********/

#wrapper{
	margin:0 auto;
	text-align:left;
	width:980px;
	position:relative;
	overflow:hidden;
}

/********* HEADER & IMAGE CHANGER *********/

#header{
	height:416px;
	position:relative;
	margin:0 0 20px;
}
#header #logo{
	position:absolute;
	top:24px;
	left:0;
}
#header #enquire{
	position:absolute;
	top:14px;
	right:0;
}
#header #strap{
	position:absolute;
	top:62px;
	right:0;
}
#top-nav{
	overflow:hidden;
	background:url('../nav/nav_bg.gif') top left no-repeat #e76020;
	position:absolute;
	top:116px;
	left:0;
	width:100%;
}
#top-nav ul{
	height:40px;
	margin:0 2px 0 0;
	list-style:none;
	float:right;
}
#top-nav ul li{
	display:inline;
	margin:0;
}
#top-nav ul li a{
	display:block;
	padding:0 16px;
	color:#fff;
	text-decoration:none;
	float:left;
	line-height:40px;
	font-weight:700;
	font-size:12px;
}
#top-nav ul li a:hover, #top-nav ul li.selected a{
	background:url('../nav/selected.gif') top center no-repeat;
}
#js-images{
	position:absolute;
	bottom:0;
	left:0;
	width:980px;
	height:259px;
	overflow:hidden;
	background-color:#3a68bc;
}
ul#js-image-links{
	position:absolute;
	top:10px;
	left:0;
	margin:0;
	z-index:50;
}
ul#js-image-links a{
	display:block;
	background:transparent;
	position:relative;
	font-family:arial;
	color:#fff;
	width:222px;
	height:33px;
	overflow:hidden;
	font-weight:700;
	font-size:12px;
	text-decoration:none;
	margin:0 0 6px;
	padding:0 0 0 10px;
	line-height:38px;
}
ul#js-image-links li{
	display:inline;
}
ul#image-changer{
	list-style:none;
	margin:0;
	padding:0;
}
ul#image-changer li{
	width:980px;
	height:259px;
	overflow:hidden;
	padding:0;
	float:left;
	position:relative;
	margin:0;
}
ul#image-changer img{
	position:absolute;
	top:0;
	left:0;
}
ul#image-changer li a{
	display:block;
	width:546px;
	height:73px;
	background:url('../nav/trans.png');
	position:absolute;
	bottom:17px;
	right:0;
	font-family:arial;
	color:#fff;
	font-weight:700;
	font-size:12px;
	text-decoration:none;
}
ul#image-changer span.title{
	display:block;
	width:140px;
	position:absolute;
	top:14px;
	left:18px;
	font-family:tahoma;
	font-size:16px;
}
ul#image-changer span.text{
	display:block;
	width:320px;
	height:60px;
	top:10px;
	left:210px;
	position:absolute;
	line-height:18px;
}
ul#image-changer span.r-more{
	display:block;
	text-align:right;
	font-style:italic;
	color:#ff5b0e;
}

/********* SUBNAV *********/

ul#sidebar-list{
	margin:0 5px 0 20px;
	list-style:none;
}
ul#sidebar-list li{
	display:inline;
}
ul#sidebar-list li a{
	display:block;
	padding:10px 10px;
	color:#fff;
	font-weight:700;
	font-size:11px;
	background-color:#e76020;
	margin:0 0 2px 0;
	text-decoration:none;
}
ul#sidebar-list li a:hover, ul#sidebar-list li.selected a{
	background-color:#3766c0;
}

/********* CONTENT/PAGES *********/

#full-text-block{
	padding:20px 20px 20px 20px;
	background-color:#f0f4ff;
	margin:0 0 20px;
}
#full-text-block h1{
	margin:0 0 15px;
}
#full-text-block strong.imp{
	font-size:16px;
	font-weight:400;
	color:#444;
}
ul#homepage-blocks{
	margin:0 0 20px 0;
	list-style:none;
	height:405px;
}
ul#homepage-blocks li{
	width:300px;
	float:left;
	margin:0;
	height:395px;
	position:relative;
}
ul#homepage-blocks li img.read-more{
	position:absolute;
	bottom:0;
	left:0;
}
ul#homepage-blocks li#center-home-block{
	margin:0 39px;
}
ul#homepage-blocks li.clear-both{
	width:auto;
	float:none;
	clear:both;
}
ul#homepage-blocks h2{
	margin:10px 0 0 0;
}
ul#homepage-blocks h3{
	margin:0 0 10px;
	font-size:12px;
	color:#8e8e90;
}
ul#homepage-blocks p{
	font-size:12px;
}
#breadcrumb{
	height:30px;
	background-color:#f0f4ff;
	margin:0 0 1px;
	line-height:30px;
	font-size:11px;
	padding:0 0 0 10px;
}
#images{
	width:254px;
	margin:10px 0 18px 32px;
}
#images.left-images{
	float:left;
	display:inline;
	margin:15px 20px 18px 0;
}
#images img{
	padding:1px;
	border:1px solid #fff;
	float:left;
	display:inline;
	margin:0 0 14px;
}
#images img.thumb{
	padding:0;
	margin:0 15px 14px 0;
}
#images img.thumb.no-margin{
	margin:0 0 14px 0;
}
ul#faq{
	list-style:none;
	width:590px;
	margin:20px 0;
}
ul#faq li{
	border-bottom:1px solid #fff;
	padding:0 0 5px;
	margin:0 0 20px;
}
a.back-to-top {
	float:right;
	font-size:10px;
	position:relative;
	top:-15px;
}
#map{
	margin:30px 0 30px 35px;
}
#product-info{
	margin:15px 0 0;
	float:left;
	display:inline;
	width:340px;
}

/********* CATEGORY LIST *********/

ul#categories{
	list-style:none;
	margin:0 0 0 25px;
}
ul#categories li{
	width:252px;
	height:172px;
	overflow:hidden;
	float:left;
	margin:20px;
}

/********* SIDEBAR *********/

#sidebar{
	width:300px;
	float:right;
	height:100%;
	border-left:1px solid #fff;
	margin:0 0 0 20px;
}
#sidebar h3{
	margin:0 0 20px 20px;
}

#contact-content {
	padding:15px;
}

#contact-content table tr td {
	padding:5px;
}

/********* FORMS AND CONTACT PAGE *********/

form#form{
	width:400px;
	padding:10px 0 10px 0;
	margin:0 0 0 100px;
}
form#form.contact-form{
	margin:0 0 0 50px;
	float:left;
	display:inline;
	padding:5px 0 10px;
}
form#form fieldset{
	margin:0 0 20px 0;
	background-color:#e5ebfb;
	padding:20px 0 15px;
}
form#form p{
	margin:0;
	clear:both;
}
form#form label{
	display:block;
	width:120px;
	float:left;
	display:inline;
	margin:2px 0 0 20px;
	line-height:20px;
	color:#333;
}
form#form label span{
	font-size:11px;
	font-style:italic;
	color:#999;
}
form#form input, form#form textarea{
	bordeR:1px solid #e0e0e0;
	background-color:#fff;
	height:20px;
	width:220px;
	margin:0 0 8px;
}
form#form textarea{
	width:240px;
	height:120px;
}
form#form input#submit{
	width:249px;
	height:28px;
	margin:0 0 0 138px;
	border:none;
}
form#form input#submit.form-button-med{
	margin:0 0 0 201px;
}
ul#form-errors{
	margin:25px 0 0 112px;
	list-style:none;
	width:377px;
	padding:8px 0 0;
	background:url('../nav/alert_top.gif') top left no-repeat #f8f8f8;
}
ul#form-errors.contact-form-errors{
	margin:25px 0 0 242px;
}
ul#form-errors li{
	padding:0 0 0 60px;
	background:transparent;
}
ul#form-errors li p{
	color:#da1111;
}
ul#form-errors li#error-foot{
	height:10px;
	background:url('../nav/alert_bottom.gif') bottom left no-repeat #f8f8f8;
	margin:0;
}

/********* FOOTER *********/

#footer{
	background:url('../nav/footer.gif') no-repeat #0f3a88;
	height:99px;
	clear:both;
	margin:0 0 20px;
	position:relative;
	color:#fff;
}
#footer p{
	color:#b7c4dc;
	position:absolute;
	font-size:11px;
	line-height:18px;
	bottom:10px;
	right:80px;
	margin:0;
	text-align:right;
}
#footer p a {
	color:#b7c4dc;
}
ul#language{
	margin:0;
	list-style:none;
	position:absolute;
	right:11px;
	top:9px;
}
ul#language li{
	display:inline;
}












