/* ----- body & background ----- */
body{
	background:#e2e3dd url(../images/main_background.jpg) repeat 0 0;
	color:#4e4e4e;
	font: 75% Verdana, 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;}

h5{
	margin: 10px 0 -30px 0;
	color:#f35300;
}
.press{
	width: 102px;
	height: 22px;
	background-color:#f26d04;
	position: absolute;
	top: 101px;
	right: 30px;
	z-index:10;
	text-align: center;
	text-transform: uppercase;
}
.press a{
	color: #FFFFFF;
}

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

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

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}
#frmContact{margin-bottom:.5em;}
#ThisForm{margin-bottom:.5em;}
	
/* ----- container size & positioning ----- */
#container{
	position:relative;
	margin:30px auto 0px auto;
	width:948px;
	text-align:left;
	background: url(../images/page_bg.gif) repeat-y 0 0;
}
.g{
	position:relative;
	top: -40px;
	left: -90px;
	background: url(../images/g.png) 0 0 no-repeat;
	width: 237px;
	height: 328px;
	margin-bottom: -300px;
	z-index: -1000;
}
.new-menu{
	float: right;
	margin: -20px -60px 0 0;
	position: relative;
	z-index: 20;
}

/* ----- header area ----- */
#header{
	height:144px;	
	position:relative;
	margin:0;
	background: url(../images/header.png) 0 0 no-repeat;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:27px;
	left:25px;
	display:block;
	height:57px;
	width:151px;
	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:29px;
	left:631px;
	display:block;
	height:57px;
	width:291px;
	background:url(../images/tel.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}


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

/* ----- side navigation column ----- */
#side{
	float:right;
	display:inline;
	width:325px;
	margin-right:25px;
	margin-top:-10px;
}
#side2{
	float:left;
	display:inline;
	width: 900px;
	margin-left:25px;
	margin-top: 10px;
}
.side-main{
	background: url(../images/text-bg.gif) 0 0 repeat-x;
	padding: 20px 10px 0 10px;
}

.side-main h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1a1818;
	font-size: 180%;
	margin: 0;
}

#image-holder h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1a1818;
	font-size: 180%;
	margin: 10px 0 0 -20px;
}

#image-holder{
	background: url(../images/image-holder.gif) 0 0 no-repeat;
	width: 858px;
	height: 184px;
	margin: 5px 0 0 22px;
	padding: 10px 10px 0px 40px;
}
#address{
	text-align: center;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:552px;
	margin-left:23px;
}
#main2{
	float:left;
	display:inline;
	width:900px;
	margin-left:23px;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#37342f;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#37342f;
	font-size:160%;
}
.popup{
	float: left;
	margin-top: 5px;
}

/* ----- r area ----- */
#footer{
	background: url(../images/footer.png) 0 0 no-repeat;
	margin-top:0;
	height: 114px;
	padding: 30px 40px 40px 40px;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0 auto;
	padding:0;
	list-style:none;
	width: 470px;
	text-align: center;
}
#footer li{display:inline;margin-right:.5em;}
#footer a{color:#999;}
#footer a:hover{
	color:#777;
	border-bottom:1px dotted #999;
}
#footer #credits{
	float:right;
	margin-top:40px;
}

#footer #credits a{color:#fff;}
#footer #credits a:hover{
	color:#fff;
	background-color: #f86b02;
}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#1b4556;
	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:0;
	background:#f3f3f3;
	color:#777;
	padding:5px;
}
td{
	background:#fff;
	border:0;
	padding:5px;
	vertical-align:top;
	color:#777;
}
.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:#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;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ----- 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 ----- */

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

.menu {
	position:absolute;
	top:124px;
	left:34px;
	width:891px;
	text-align:center;
}
/* 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;
}
/* 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 {
float:left; 
position:relative;
}
/* 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 {
	display:block; 
	text-align:center; 
	text-decoration:none; 
	float:left;
	padding:8px 13px 8px 12px;
	text-decoration:none;
	color: #666;
    background:url(../images/nav-div.gif) no-repeat left 50%;
}
/* 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 {
height: 25px;
color: #626262;
background: url(../images/nav-on.gif) no-repeat 50% top;
}
.menu li.active {
height: 55px;
color:#000;
background: url(../images/nav-on.gif)  no-repeat 50% top;
}
/* 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;
}

/* ----- nav titles ----- */
#navToolsTitle{display:none;}