body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	text-align:center;
}

td {font-size: 12px; }

#wrapper {
	width: 90%;
	background: #f6f6f6;
	margin:0 auto;
	margin-bottom: 20px;
	text-align:left;
	border: 1px solid #ddd;
}

#header {
	height: 130px;
	background-color: #fff;
	text-align:center;
	padding-top: 4px;
	/*background-image:url('../images/header.gif');
	 background-position: center;*/
}

a:link, a:visited, a:active {
	color: #002782;
	text-decoration: underline;
}

a:hover {
	color: #a00;
	text-decoration: none;
}

h1 {
	margin: 0 0 10px 0;
	font-family: agency fb;
	font-size: 2em;
	padding: 0px;
}

h2 {
	margin: 10px 0 4px 0;
	font-family: agency fb;
	font-size: 1.7em;
	padding: 0px;
}

.box h2 {
	margin: 0px 0 4px 0;
	font-family: agency fb;
	font-size: 1.7em;
	padding: 0px;
}

h3 {
	margin: 25px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-family: agency fb, arial;
	font-size: 1.6em;
	margin: 5px 0 0px 0;
}

#scroller {
	text-align: center;
	color: #000;
	padding-bottom: 5px;
	background-image:url('../images/arrow_bg.jpg');
	background-repeat:repeat-x;
	background-position:bottom; 
	background-color: #f6f6f6;
	z-index: 1;
}

.prodimage {
	float: left;
	margin-right: 10px;
	line-height: 1.7em;
}

#scroller a:link, .prodimage a:visited, .prodimage a:active {
	color: #002782;
	text-decoration: none;
	font-size: 0.9em
}

#scroller a:hover {
	color: #AA0000;
	text-decoration: none;
	font-size: 0.9em
}

#main {
	padding: 10px 15px 30px 15px;
	background: #fff;
	background-image:url('../images/main_bg2.gif');
	background-repeat:no-repeat;
	background-position: bottom left;
}

#map {
	position: relative;
	float: left;
	margin-right: 7px;
}

/* ============ nav bar content =========================*/

#navbarh {
	position: relative;
	padding: 0px;
	background-color: #002782;
	border-top: 1px solid #dddddd;
	margin: 1px 0 1px 0;
	height: 29px;
	clear:both;
}

#navbarh ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}

#navbarh li {
	float: left;
}

#navbarh-inside1 ul li a {
	display: block;
	padding: 6px 0 6px 0;
	color: #fff;
	margin: 0;
	border-right: 1px solid #dfdede;
	text-decoration: none;
	font-size: 1.1em;

}

#navbarh #navbarh-inside1 ul li.active a {
	background-color: #000560;
}

#navbarh a span {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}

#navbarh #navbarh-inside1 ul li a:hover {
	background-color: #000560;
	text-decoration: none;
}


/* ============ subnav content =========================*/



.submenuitem {
	padding: 8px 0px 8px 0px;
	border-bottom: 1px dotted #aaaaaa;
	margin: 0 10px 0 5px;
	background:url(../images/submenu-arrow.gif) no-repeat  left;
	padding: 6px 0px 6px 25px;
	color: #AA0000;
	font-size: 1.00em;
	font-weight: bold;
}

.submenuitem a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.submenuitem a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.submenuitem a:hover {
	color: #aa0000;
	text-decoration: none;
	font-weight: normal;
}


.submenuheader {
	padding: 10px 5px 10px 10px;
	background: #ddd;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 15px;
}


.subsubmenuitem {
	padding: 8px 0px 8px 35px;
	border-bottom: 1px dotted #aaaaaa;
	margin: 0 10px 0 0px;
	font-size: 0.9em;
	background:url(../images/submenu-pdf.gif) no-repeat  left;
	color: #AA0000;
}

.subsubmenuitem a {
	color: #555;
	text-decoration: none;
	font-weight: normal;
}

.subsubmenuitem a:visited {
	color: #555;
	text-decoration: none;
}

.subsubmenuitem a:hover {
	color: #aa0000;
	text-decoration: none;
}



 
 /* ============ products content =========================*/
 
 #rangeContainer {
	width: 100%;
	margin: 7px 0;
	position:relative;
}

.rangeItem {
	float: left;
	width: 216px;

	margin: 10px 20px 20px 0;

	border: #aaa 1px solid
}

.rangeItem div /* When new product */ {
	position: relative;
}

p.strapline {
	margin-top: 5px;
	padding: 4px;
}


    /* ============ footer content =========================*/
   
#footer {

	padding: 35px 0 10px 10px;
	background: #fff;
	color: #000;
	background-image:url('../images/footer_bg.jpg');
	background-repeat:repeat-x;
	 clear: both;
	line-height: 1.5em;
	text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #002782;
	text-decoration: underline;
}

#footer a:hover {
	color: #666666;
	text-decoration: none;
}


.small {
	font-size: 0.9em;
}

.clearAll {
	clear: both;
	font-size: 1px;
	line-height: 10px;
}

.tablebody {
	font-size: 12px;
}

#menu {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 200px;
}

#content {
	margin: 10px 20px 75px 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 760px;
}

.box {
	border:1px dotted #ddd;
	background:url(../images/box-back.gif) repeat-x top;
	margin: 20px 0 10px 0;
	padding:10px;
}

#googlemap {
	position: relative;
	height: 400px;
	margin-bottom: 10px;
}