/* ----- end float fix ----- */
body{
	background:#fff url(../graphics/bg.jpg) repeat-x;
	color:#000;
	font: 70% "Times New Roman", Times, serif ;	
	text-align:center;
	line-height:170%;
	margin:0;
	padding:0;
}

/* ----- global links ----- */
a{
	color:#ffa200;
	text-decoration:none;
}
a:hover{color:#ffa200;text-decoration:underline;}

/* ----- global paragraphs, headers & horizontal rules ----- */
h1, h2, h3, h4, h5, h6{margin:1em 0 0.3em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:140%;}
h4, h5{font-size:100%;}
hr{display:none;}
p{margin:0 0 1em 0;	font-size:130%}
/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}



/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:0 0 1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:920px;
	text-align:left;
	position:relative;
}

/* ----- header area ----- */
#header{
	height:280px;	
	position:relative;
	background:#fff url(../graphics/header.jpg) no-repeat;
	margin:0;
}

/* ----- company logo & strapline ----- */
#logo{
	display:none;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{background:#fff;}



/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{
	padding:0;
	width:160px;
	}
#navDept li{
	/*margin-bottom:1px;*/
}
#navDept li a{
	display:block;
	width:100%;
	
	color:#000;
	background: #fff url(../graphics/arrow.gif) no-repeat 6px .9em;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
}

#navDept li a:hover span, #navDept li a.selected span{color:#ffa200;background: #fff url(../graphics/arrow.gif) no-repeat 6px .9em;text-decoration:none;}

#navDept li a span{
	display:block;
	padding:0em 6px 0em 16px;
	color:#000;
	font-weight:bold;
	line-height:28px;
	border-bottom:1px solid #e6e6e6;	

}



/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:160px;
	margin-left:20px;
}

/* ----- right side column ----- */
#right_side{
	float:left;
	width:244px;
	margin:0;
	padding:0;
}



/* ----- main content area ----- */

#main{
	float:left;
	display:inline;
	width:435px;
	margin:0 20px;
}

#main.wider{width:699px;}
#main h2{
	font-weight:normal;
	padding:0;
	color:#275f81;
	font-size:160%;
	clear:both;
}

h2#pageTitle{
	font-weight:normal;
	padding:0 0 10px 0;
	margin:0 0 .5em 0;
	color:#004438;
	font-size:400%;
	width:435px;
	border-bottom:1px solid #ccc;
	line-height:100%;
	text-transform:uppercase;
}

h2#pageTitle.wider{width:699px;}
/* ----- footer area ----- */

#footer{
	padding:10px 20px;
	margin:0;
}

#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}

#footer ul li{
	display:inline;
	margin:0 10px 0 0;
	float:left;
}

#footer #credits li{float:left;margin:0 1em 0 0;}
#footer #credits a{color:#ccc;}

#footer a{color:#ccc;text-decoration:none;font: 100% Arial, Helvetica, sans-serif;}

#footer a:hover{
	text-decoration:underline;
}

/* ----- contactfooter area ----- */
#contactfooter{
	background:#fff url(../graphics/swirl.gif) no-repeat;
	padding:0 20px;
	margin-top:20px;
	height:69px;
}

#contactfooter ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}

#contactfooter li{font-size:200%;line-height:69px;}
#contactfooter li#phone{float:left;color:#00483A;font-weight:bold;padding-right:28px;}
#contactfooter li#phone em{color:#ffa200;font-size:60%;font-weight:bold;font-style:normal;padding-right:6px;}
#contactfooter li#email{color:#ffa200;float:left;font-size:140%;font-weight:bold;}


#contactfooter a{color:#ffa200;text-decoration:none;}


#contactfooter a:hover{
	text-decoration:underline;
}







/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td{
	background:#eee;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#296fa4;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}


/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */

#shavings{
	float:right;
}
#bwf{
	position:absolute;
	bottom:110px;
	left:20px;
}
#fensa{
	position:absolute;
	bottom:180px;
	left:20px;
}

/* lightbox */

.lightbox{
	width:68px;
	height:68px;
	border:3px solid #004438;
	margin:0 13px 13px 0;
	display:block;
	float:left;
}

/* gallery page */

.group{clear:both;}

/* testimonials page */

p.customer{font-weight:bold;font-style:italic;margin: -.7em 0 1.5em 0;}


