/* ----- body & background ----- */
body{
	background:url(../images/full-bg.jpg) repeat 0 0;
	color:#999;
	font: 80%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#37342f;
	text-decoration:none;
}
a:hover{
	color:#555;
	text-decoration:none;
}

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

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}
#calc{
	position: absolute;
	margin:0;
	padding:0;
	top:-14px;
	left:-90px;
	display:block;
	height:287px;
	width:222px;
	background:url(../images/calc.png) no-repeat 0 0;
	z-index:-10;
}
	
/* ----- container size & positioning ----- */
#container{
	margin:30px auto 0 auto;
	width:1000px;
	text-align:left;
	background: url(../images/page_bg.gif) repeat-y 0 0;
	position:relative;
}

/* ----- header area ----- */
#header{
	height:182px;	
	position:relative;
	margin:0;
	background:url(../images/header.png) no-repeat 0 0;
}
#banner{
	background: url(../images/banner-bg.jpg) 0 0 repeat;
	height: 280px;
	margin-bottom: 10px;
	padding: 30px 0 0 25px;
}
#bannerinner{
	background: url(../images/banner-bg.gif) 0 0 repeat;
	height: 55px;
	margin-bottom: 0px;
	padding: 30px 0 0 25px;
}
#banner h2.pageTitle, #bannerinner h2.pageTitle{
	padding:0 0 2px 0;
	margin:0 1px;
	font-size:29px;
	letter-spacing: -0.04em;
	font-weight: bold;
	color:#fff;
	line-height: 24px;
}
#banner #content{
	color: #fff;
	width: 440px;
	font-size: 14px;
}

#testimonial{
	width: 393px;
	height: 264px;
	position:absolute;
	margin:0;
	padding:0;
	top:207px;
	left:525px;
	display:block;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:47px;
	left:53px;
	display:block;
	height:129px;
	width:168px;
	background:url(../images/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
#logo a{
	display:block;
	height:105px;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:42px;
	left:497px;
	display:block;
	height:90px;
	width:455px;
	background:url(../images/phone.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
	background:url(../images/main-bg.png) repeat-y 0 0;
}
/* ----- nav titles ----- */

#navToolsTitle{display:none;}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:930px;
	margin-left:35px;
	background-color:#fff;
}
#maininner{
	margin: 10px 25px 20px 25px;
	background-color: #f7f7f7;
	border: 1px solid #dbdbdb;
	padding: 10px 0 20px 15px;
	color: #3c3c3d;
	float: left;
}
#maininner img{
	border: 7px solid #606060;
	margin: 0 15px 5px 15px;
	float: right;
}
#maininner strong{
	color:#f5841f;
	font-size: 20px;
}
#xero{
	margin: 10px 25px 0px 25px;
}

/* ----- r area ----- */
#footer{
	background: url(../images/footer.png) 0 0 no-repeat;
	height: 231px;
	padding:10px;
	margin-top:0;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
}
#footer ul{
	margin: -50px 40px 0 40px;
}
#footer li{display:inline;margin-right:.5em;}
#footer a{color:#fff;}
#footer a:hover{
	color:#fff;
	text-decoration: underline;
}

#footer #address a, #footer #telephone a{color:#f39e1c;}
#footer #address a:hover, #footer #telephone a:hover{
	color:#777;
}
#footer #credits{
	float:right;
	margin-top:-1.5em;
	margin-right: 40px;
}
#footer #address{
	position:relative;
	margin:0;
	padding:0;
	top:17px;
	left:53px;
	display:block;
	height:129px;
	width:198px;
	color: #fff;
}
#footer #telephone{
	position:relative;
	margin:0;
	padding:0;
	top:-77px;
	left:223px;
	display:block;
	height:129px;
	width:230px;
	color: #fff;
}
#footer h3{
	color:#afc527;
	font-size: 24px;
	margin: 0px;
	padding-bottom: 15px;
}
/* ----- 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 ----- */

/* four boxes in a row */
.box-wrap{
	width:905px;
	background: #f6f4db url(../images/panel-bg.gif) repeat-x 0 0;
	padding-left: 25px;
	padding-bottom: 25px;
	padding-top:10px;
}
.no-bg{
	background-image: none;
}
.box{
	width:212px;
	background:url(../images/boxtop.gif) no-repeat 0 0;
	padding:6px 0 47px 0;
	position:relative;
	float:left;
	margin:0 11px 0 0;
	display:inline;
	
}
.b3{margin:0 0 0 -1px;}
.box h3{
	background:url(../images/boxbg.jpg) repeat-x 0 100%;
	padding:0 0 2px 0;
	margin:0 1px;
	font-size:22px;
	letter-spacing: -0.04em;
	font-weight: bold;
}
.box h3 span{
	display:block;
	color:#666;
	font-size:12px;
	padding:3px 0 0 0;
	font-weight:bold;
	text-transform: uppercase;
}
.box h3 a{
	display:block;
	position:relative;
	padding:7px 12px;
	color:#46771a;
}
.box h3 a:hover,.box h3 a:hover span{color:#f39e1c!important; text-decoration: none;}
p.image{
	margin:6px 0 10px 9px;
	width:195px
}
p.image a{
	display:block;
	background:#fff;
	width:185px;
	height:99px;
	padding:4px;
	border:1px solid #e1e1e1;
}
p.image a:hover{
	background:#ccc;
	border:1px solid #46771a;
}
p.txt{
	font-size:95%;
	color:#505050;
	margin:0 12px;
	line-height: 1.3em;
}
#content p.txt a{color:#505050!important; font-weight: normal;}
#content p.txt a:hover{color:#404040!important; text-decoration: none;}

p.boxbase{
	margin:0;
	background:#46771a;
	position:absolute;
	left:0;
	bottom:-1px;
	width:212px;
	font-size:95%;
	font-weight:bold;
	font-family: Helvetica, Arial,  sans-serif;
}
p.boxbase a,p.boxbase span{
	display:block;
	position:relative;
	color:#f3f2d3!important;
	text-align:right;
}
p.boxbase span{padding:10px 15px 4px 0}
p.boxbase b{
	height:6px;
	overflow:hidden;
	display:block;
	background:url(../images/box-base.gif) no-repeat 0 0;
	width:212px;
}
p.boxbase a:hover{/*background:#545454;*/text-decoration:underline}
/*p.boxbase a:hover b{background-position:0 -6px}*/
/* @end */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/
/* @end */

/* ----- main navigation ----- */

.menu {
	position:absolute;
	margin:0;
	padding:0;
	top:144px;
	left:448px;
	list-style: none;
	display:block;
	width: 510px;
	height: 45px;
	z-index:1000;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}

.menu li em {
	font-weight: normal;
	background: url(../images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -55px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 1001;
	display: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
	padding: 0;
	margin: 0px;
	float: left;
	position: relative;
	text-align: center;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
padding: 14px 0px;
	display: block;
	color: #000000;
	width: 98px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/button-off2.gif) no-repeat center center;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#3e3e3e;
	background: url(../images/button.gif) no-repeat center center;
}
.menu li.active {
color:#3e3e3e;
background: url(../images/nav-on.gif) repeat-x 0 0;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:41px; 
left:0; 
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#faeec7; 
color:#000;
width: 180px;
border-bottom: 1px solid #e7d59b;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#b6ced0; 
color:#45666a;
}
/* @end */
/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	color:#f5841f;
	font-size: 20px;
	font-weight: bold;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #d0d0d0;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #d0d0d0;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#37342f;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#37342f;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#37342f;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
.formButton:hover{cursor:pointer;}
label span{
	color:#b00;
	font-size:110%;
	font-weight:bold;
}
p span{color:#b00;}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}