body {
	margin: 0 auto;
	padding: 100px 0 0 0;
	padding: 0px;
	background-color: #f2f2f2;
	color: #767476;
}

#wrapper {
	position: relative;
	width: 1258px;
	margin: 0 auto;
	background-color: #FFF;
}

#content {
	position: relative;
	width: 1258px;
	min-height: 500px;
	background-color: #FFF;
	margin-top: 68px;
}
#content_wrapper {
	position: relative;
	min-height: 500px;
	background-color: #FFF;
	background-image: url(/images/template/content_back.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 385px 170px;
}

#header {
	position: fixed;
	width: 1258px;
	height: 100px;
	top: 0px;
	overflow: hidden;
	/*background-image:url(/images/template/header_new_10.png);
	 background-repeat:no-repeat;	*/
	z-index: 10;
}
#searchBar {
	position: fixed;
	top: 100px;
	margin-left: 1073px;
	height: 40px;
	text-align: right;
	color: #FFF;
	background: url(/images/template/sample_6.png);
	background-repeat: no-repeat;
	z-index: 11;
}

#topLogo {
	position: absolute;
	top: 15px;
	left: 10px;
}
#printLogo {
	vertical-align: middle;
	margin: 10px;
}

#topMenu {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #222;
	text-align: right;
	font-size: 14px;
}

#lhsMenu {
	width: 220px;
	padding-top: 20px;
	position: absolute;
	top: 15px;
	z-index: 0;
}

#footer {
	width: 1258px;
	background-color: #6e6e6e;
	color: #ddd;
	margin-top: 10px;
}

input {
	border-style: solid;
	border: thin;
	border-color: #000000;
	border-width: 1px;
	background-color: #f2f2f2;
}

#menu {
	width: 1258px;
	background-image: url(/images/template/navmenu.png);
	background-repeat: no-repeat;
	top: 100px;
}

#leftNav ul {
	margin-left: 10px;
	padding-left: 0px;
}
#leftNav li {
	margin-bottom: 20px;
}
#leftNav li a {
	display: block;
	margin-bottom: 5px;
}
#leftNav li a.level_top {
	/*border-bottom:1px solid black;*/
	color: #0066B3;
	text-transform: uppercase;
}
#leftNav li p.level_top {
	border-bottom: 1px solid black;
	color: #000;
}

#leftNav li a.level_2nd {
}

#leftNav li a.level_3rd {
	list-style: disc;
}

.padding5 {
	padding: 5px;
}

.padding3 {
	padding: 3px;
}

.search_h2 {
	background-color: #B6B8BA;
	padding: 3px;
}

.search_ul {
	margin-left: -37px;
}

.viewMore {
	color: #09C;
}

.viewMore:hover {
	color: #000;
}

.postcode {
	background-color: #903;
}

.mainColumn {
	text-align: left;
	background-color: #ffffff;
	-moz-opacity: 0.25;
	border: solid;
	border-width: thin;
	border-color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 4px 4px 4px #969696;
	-webkit-box-shadow: 4px 4px 4px #969696;
	/* IE8 Browser Shadows */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=6);
}

/* GLOBALHEADER */
#globalheader {
	width: 1258px;
	margin: 0px auto;
	position: fixed;
	top: 100px;
	z-index: 10;
}
#globalheader #globalnav {
	margin: 0;
	padding: 0;
}
#globalheader #globalnav li {
	display: inline;
}
#globalheader #globalnav li a {
	float: left;
	height: 0;
	padding-top: 38px;
	overflow: hidden;
}
#globalheader #globalnav li a, #globalheader #globalsearch {
	background-image: url(/images/template/main_menu_new_5.png);
	background-repeat: no-repeat;
	z-index: 1;
}

/* BUTTONS */
#globalheader #globalnav li#home a {
	background-position: 0 -39px;
	width: 138px;
}
#globalheader #globalnav li#about_us a {
	background-position: -137px -39px;
	width: 155px
}
#globalheader #globalnav li#products a {
	background-position: -292px -39px;
	width: 157px;
}
#globalheader #globalnav li#downloads a {
	background-position: -448px -39px;
	width: 157px;
}
#globalheader #globalnav li#news a {
	background-position: -604px -39px;
	width: 157px;
}
#globalheader #globalnav li#dealer_locator a {
	background-position: -760px -39px;
	width: 156px;
}
#globalheader #globalnav li#contact_us a {
	background-position: -915px -39px;
	width: 158px;
}

/* OVER STATES */
#globalheader #globalnav li#home a:hover {
	background-position: 0 -39px;
}
#globalheader #globalnav li#about_us a:hover {
	background-position: -137px 1px;
}
#globalheader #globalnav li#products a:hover {
	background-position: -292px 1px;
}
#globalheader #globalnav li#downloads a:hover {
	background-position: -448px 1px;
}
#globalheader #globalnav li#news a:hover {
	background-position: -604px 1px;
}
#globalheader #globalnav li#dealer_locator a:hover {
	background-position: -760px 1px;
}
#globalheader #globalnav li#contact_us a:hover {
	background-position: -915px 1px;
}

/* PRESSED STATES */
#globalheader #globalnav li#home a:active {
	background-position: 0 -39px;
}
#globalheader #globalnav li#about_us a:active {
	background-position: -137px 0;
}
#globalheader #globalnav li#products a:active {
	background-position: -292px 0;
}
#globalheader #globalnav li#downloads a:active {
	background-position: -448px 0;
}
#globalheader #globalnav li#news a:active {
	background-position: -604px 0;
}
#globalheader #globalnav li#dealer_locator a:active {
	background-position: -760px 0;
}
#globalheader #globalnav li#contact_us a:active {
	background-position: -915px 0;
}

/* ON STATES */
#globalheader.home #globalnav li#home a:hover {
	background-position: 0 -39px;
	cursor: default;
}
#globalheader.about_us #globalnav li#about_us a {
	background-position: -137px -114px !important;
}
#globalheader.products #globalnav li#products a {
	background-position: -292px -114px !important;
}
#globalheader.downloads #globalnav li#downloads a {
	background-position: -448px -114px !important;
}
#globalheader.news #globalnav li#news a {
	background-position: -604px -114px !important;
}
#globalheader.dealer_locator #globalnav li#dealer_locator a {
	background-position: -760px -114px !important;
}
#globalheader.contact_us #globalnav li#contact_us a {
	background-position: -915px -114px !important;
}

.go-to-title {
	margin-top: -140px;
	padding-top: 140px;
	width: 1px;
	display: block;
}
#go-to-title {
	margin-top: -140px;
	padding-top: 140px;
	width: text-indent : -99999999999px;
	font-size: 0px;1px;
	display: block;
}
.back-to-top {
	margin-top: -140px;
	padding-top: 140px;
	width: 1px;
	text-indent: -99999999999px;
	font-size: 0px;
	display: block;
}
#back-to-top {
	margin-top: -140px;
	padding-top: 140px;
	width: 1px;
	text-indent: -99999999999px;
	font-size: 0px;
	display: block;
}

#leftNav_event {
	width: 220px;
	padding-top: 30px;
	position: absolute;	
	z-index: 0;
}

#leftNav_event ul {
	margin-left: 10px;
	padding-left: 0px;
}
#leftNav_event li {
	margin-bottom: 20px;
}
#leftNav_event li a {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
#leftNav_event li a.active {
	text-decoration:underline;
	color:#FF0000;
}
#leftNav_event li a.level_top {
	/*border-bottom:1px solid black;*/
	color: #0066B3;
	text-transform: uppercase;
}
#leftNav_event li p.level_top {
	border-bottom: 1px solid black;
	color: #000;
}

#leftNav_event li a.level_2nd {
}

#leftNav_event li a.level_3rd {
	list-style: disc;
}

#menu_products {

    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    top: 38px;
    left: 292px;


}

#products:hover #menu_products {
    display: block;

}

#menu_products ul {

        list-style: none;
        margin: 0;
        padding: 0;
}

#menu_products li {
        display: list-item !important;
        height: 30px !important;
        padding: 10px !important;
        //margin: 10px !important;


}

#menu_products li a {

        background-image: none !important;
        float: none !important;
        margin: 0px !important;
        padding: 0px;
        height: 30px !important;
        padding-top: 1px !important;
        display: block;
        overflow: visible !important;
        //margin: 10px;
}

#menu_products li:hover {
        background: grey;
        color: white !important;
}

#menu_products li:hover a {
        background: grey;
        color: white !important;
}

