
/*
 Version 1.0.1: added 0800 number to bottom of homepage and top of all others
  version: 1.0.3 - 20110525 - added region & country boxes to contact and restyled contact boxes (width)
*/
body {

	background: #fff url(img/bg.jpg) repeat-x 0 0;

	font-family: 'Arial', sans-serif;

	line-height: 1.1em;

}

h1 {

	color: #313131;

	font-size: 26px;

	font-weight: bold;

	letter-spacing: -1px;

	line-height: 29px;

	margin: 14px 0 0 -1px;

}

h2 {

	color: #313131;

	font-size: 23px;

	font-weight: bold;

	letter-spacing: -1px;

	line-height: 25px;

	margin: 20px 0 0 -1px;

	text-transform: none;

}

h3 {

	color: #313131;

	font-size: 19px;

	font-weight: bold;

	letter-spacing: -1px;

	line-height: 21px;

	margin: 14px 0 0 -1px;

}

h4 {

	color: #313131;

	font-size: 15px;

	font-weight: bold;

	letter-spacing: -1px;

	line-height: 28px;

	margin: 14px 0 0 -1px;

	text-transform: uppercase;

}

p {

	color: #404040;

	font-size: 13px;

	margin: 14px 0 0;

}

a {

	color: #0074cc;

	font-weight: bold;

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}

em {

	font-style: italic;

}

strong {

	font-weight: bold;

}

ul,ol {

	padding: 14px 44px;

}

ul {

	list-style-type: disc;

}

ol {

	list-style-type: decimal;

}

li {

	color: #404040;

	font-size: 13px;

}

blockquote {

	border-left: 4px solid #f4f3f3;

	color: #404040;

	font-size: 13px;

	margin: 14px 25px 0;

	padding: 0 15px;

}

img {

	margin: 0;

	padding: 0;

}

img.nomargin {

	margin: 0;

	padding: 0 7px;

}

img.alignright {

	float: right;

	margin: 16px 0 16px 16px;

	padding: 0;

}

img.alignleft {

	float: left;

	margin: 16px 16px 16px 0;

	padding: 0;

}

img.aligncenter {

	display: block;

	margin: 16px auto;

	padding: 0;

}

#outer-wrap {

	background: transparent url(img/header_clouds.jpg) no-repeat 50% 0;

}

#header {

	background: transparent url(img/nav_bg.gif) repeat-x 0 67px;

	height: 147px;

	margin: 0;

}

#header-inside {

	height: 147px;

	margin: 0 auto;

	width: 974px;

}

#nav {

	float: left;

	height: 64px;

	margin: 67px 0 0 0;

	width: 636px;

}

#nav #home {

	background: transparent url(img/nav_home_all.jpg) no-repeat 0 100%;

	display: inline;

	float: left;

	height: 64px;

	width: 82px;

}

#nav #home:hover {

	background: transparent url(img/nav_home_all.jpg) no-repeat 0 -64px;

}

#nav #home.current,

#nav #home.current:hover {

	background: transparent url(img/nav_home_all.jpg) no-repeat 0 0px;

}

#nav #about {

	background: transparent url(img/nav_about_all.jpg) no-repeat 0 100%;

	display: inline;

	float: left;

	height: 64px;

	width: 86px;

}

#nav #about:hover {

	background: transparent url(img/nav_about_all.jpg) no-repeat 0 -64px;

}

#nav #about.current,

#nav #about.current:hover {

	background: transparent url(img/nav_about_all.jpg) no-repeat 0 0px;

}

#nav #products {

	background: transparent url(img/nav_products_all.jpg) no-repeat 0 100%;

	display: inline;

	float: left;

	height: 64px;

	width: 118px;

}

#nav #products:hover {

	background: transparent url(img/nav_products_all.jpg) no-repeat 0 -64px;

}

#nav #products.current,

#nav #products.current:hover {

	background: transparent url(img/nav_products_all.jpg) no-repeat 0 0px;

}

#nav #usefuldata {

	background: transparent url(img/nav_usefuldata_all.jpg) no-repeat 0 100%;

	display: inline;

	float: left;

	height: 64px;

	width: 137px;

}

#nav #usefuldata:hover {

	background: transparent url(img/nav_usefuldata_all.jpg) no-repeat 0 -64px;

}

#nav #usefuldata.current,

#nav #usefuldata.current:hover {

	background: transparent url(img/nav_usefuldata_all.jpg) no-repeat 0 0px;

}

#nav #specials {

	background: transparent url(img/nav_specials_all.jpg) no-repeat 0 100%;

	display: inline;

	float: left;

	height: 64px;

	width: 108px;

}

#nav #specials:hover {

	background: transparent url(img/nav_specials_all.jpg) no-repeat 0 -64px;

}

#nav #specials.current,

#nav #specials.current:hover {

	background: transparent url(img/nav_specials_all.jpg) no-repeat 0 0px;

}

#nav #contact {

	background: transparent url(img/nav_contact_all.jpg) no-repeat 0 100%;

	display: inline;

	float: left;

	height: 64px;

	width: 105px;

}

#nav #contact:hover {

	background: transparent url(img/nav_contact_all.jpg) no-repeat 0 -64px;

}

#nav #contact.current,

#nav #contact.current:hover {

	background: transparent url(img/nav_contact_all.jpg) no-repeat 0 0px;

}

#logo {

	background: transparent url(img/logo.png) no-repeat 0 0;

	float: right;

	height: 88px;

	margin: 58px 1px 0 0;

	width: 322px;

}

#inner-wrap {

	margin: 0 auto;

	width: 974px;
    position: relative;

}

#content-left {

	float: left;

	width: 233px;

}

#content-right {

	float: right;

	width: 233px;

}

.sidebar-title {

	background: transparent url(img/sidebar_title_bg.png) no-repeat 0 0;

	height: 45px;

	position: relative;

}

.sidebar-title h2 {

	color: #fbd50d;

	font-family: 'Arial Black', Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	line-height: 14px;

	margin: 0;

	padding: 19px 0 0 31px;

	position: absolute;

	text-transform: uppercase;

	z-index: 10;

}

.sidebar-title h2.shadow {

	color: #000;

	padding: 20px 0 0 31px;

	z-index: 9;

}

.sidebar-content {

	background: transparent url(img/sidebar_bg.png) repeat-y 0 0;

	font-size: 1px;

	width: 233px;

}

.sidebar-content img {

	margin: 0;

	padding: 0 7px;

}

.sidebar-content p {

	color: #404040;

	font-size: 12px;

	padding: 14px 23px;

}

.sidebar-top {

	background: transparent url(img/sidebar_top.png) no-repeat 0 0;

	height: 20px;

}

.sidebar-bottom {

	background: transparent url(img/sidebar_bottom.png) no-repeat 0 0;

	height: 20px;

}

.sidebar-spacer {

	font-size: 1px;

	height: 9px;

}

.sidebar-content #submenu {

	background: #e5e5e5;

	margin: 0 7px;

}

.sidebar-content .wfrow a {

	background: transparent url(img/sidebar_tier_0_bg.gif) no-repeat 0 0;

	display: block;

	font-size: 14px;

	font-weight: normal;

	padding: 6px 24px;

	text-decoration: none;

	color:#313131;

}

.sidebar-content .wfrow a.current {

    font-size: 15px;

    font-weight: bold;

}

.sidebar-content .wfrow a:hover {

	background: transparent url(img/sidebar_tier_0_hover_bg.gif) no-repeat 0 0;

}

.sidebar-content .wfrow a.prod1,

#home-products a h4.prod1,

#home-quicklinks a h4.prod1 {

	color: #0074cc;

}

.sidebar-content .wfrow a.prod2,

#home-products a h4.prod2,

#home-quicklinks a h4.prod2 {

	color: #002e6f;

}

.sidebar-content .wfrow a.prod3,

#home-products a h4.prod3,

#home-quicklinks a h4.prod3 {

	color: #007308;

}

.sidebar-content .wfrow a.prod4,

#home-products a h4.prod4,

#home-quicklinks a h4.prod4 {

	color: #870000;

}

.sidebar-content .wfrow .wfrow a {

	background: transparent url(img/sidebar_tier_1_bg.gif) no-repeat 0 0;

	color: #414141;

	display: block;

	font-size: 14px;

	font-weight: normal;

	padding: 6px 9px 6px 38px;

	text-decoration: none;

}

.sidebar-content .wfrow .wfrow a.current ,

.sidebar-content .wfrow .wfrow a.current:hover {

	background: transparent url(img/sidebar_tier_1_current_bg.gif) no-repeat 0 0;

	font-weight: bold;

}

.sidebar-content .wfrow .wfrow .wfrow a {

	color: #414141;

	display: block;

	font-size: 12px;

	font-weight: normal;

	padding: 6px 9px 6px 54px;

	text-decoration: none;

}

.sidebar-content .wfrow .wfrow .wfrow a.current ,

.sidebar-content .wfrow .wfrow .wfrow a.current:hover {

	background: transparent url(img/sidebar_tier_2_current_bg.gif) no-repeat 0 0;

	font-weight: bold;

}

.sidebar-content .wfrow .wfrow .wfrow .wfrow a {

	color: #414141;

	display: block;

	font-size: 14px;

	font-weight: normal;

	padding: 6px 9px 6px 70px;

	text-decoration: none;

}

.sidebar-content .wfrow .wfrow .wfrow .wfrow a.current ,

.sidebar-content .wfrow .wfrow .wfrow .wfrow a.current:hover {

	background: transparent url(img/sidebar_tier_3_current_bg.gif) no-repeat 0 0;

	font-weight: bold;

}

.sidebar-content .wfrow .wfrow a:hover {

	background: transparent url(img/sidebar_tier_1_hover_bg.gif) no-repeat 0 0;

}

.sidebar-content #quote {

	background: transparent url(img/quote.gif) no-repeat 0 0;

	height: 119px;

	margin: 0 7px;

}

.sidebar-content #quicklinks {

	font-size: 1px;

}

.sidebar-content #ql-catalogue {

	background: transparent url(img/quicklink_catalogue.gif) no-repeat 0 0;

	height: 101px;

	margin: 0 7px;

}

.sidebar-content #ql-parts {

	background: transparent url(img/quicklink_parts.gif) no-repeat 0 0;

	height: 100px;

	margin: 0 7px;

}

.sidebar-content #ql-warranty {

	background: transparent url(img/quicklink_warranty.gif) no-repeat 0 0;

	height: 101px;

	margin: 0 7px;

}

.sidebar-content #ql-contact {

	background: transparent url(img/quicklink_contact.gif) no-repeat 0 0;

	height: 101px;

	margin: 0 7px;

}

.sidebar-content #search {

	background: transparent url(img/search_bg.gif) no-repeat 0 0;

	height: 49px;

	margin: 0 7px;

	overflow: hidden;

	width: 219px;

}

.sidebar-content #search-inner {

	padding: 12px;

}

.sidebar-content #searchbox {

	background: transparent url(img/search_input_bg.gif) no-repeat 0 0;

	height: 24px;

}

.sidebar-content #searchbox #inputbox {

	background: #fff;

	border: 0;

	display: inline;

	float: left;

	font-size: 12px;

	margin: 3px 0 0 5px;

	width: 154px;

}

.sidebar-content #searchbutton {

	background: transparent url(img/search_button.gif) no-repeat 0 0;

	border: 0;

	cursor: pointer;

	display: inline;

	float: left;

	height: 25px;

	width: 30px;

}

#content-main {

	float: right;

	width: 730px;

}

.content-main-title {

	background: transparent url(img/content_title_bg.png) no-repeat 0 0;

	height: 45px;

	position: relative;

}

.content-main-title h1 {

	color: #fbd50d;

	font-family: 'Arial Black', Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	margin: 0;

	padding: 12px 0 0 31px;

	position: absolute;

	text-transform: uppercase;

	z-index: 10;

}

.content-main-title h1.shadow {

	color: #000;

	padding: 13px 0 0 31px;

	z-index: 9;

}

.content-main-content {

	background: transparent url(img/content_bg.png) repeat-y 0 0;

	width: 730px;

}

.content-main-content .divider,

.content-productview-content .divider {

	background: transparent url(img/hr.gif) no-repeat 0 0;

	clear: both;

	height: 14px;

	margin: 14px -25px 0 -25px;

}

.content-main-bottom {

	background: transparent url(img/content_bottom.png) no-repeat 0 0;

	height: 25px;

}

#content-productview {

	float: left;

	margin: 0 0 0 9px;

	width: 490px;

}

.content-productview-title {

	background: transparent url(img/content_prodview_title_bg.png) no-repeat 0 0;

	height: 45px;

	position: relative;

}

.content-productview-title h1 {

	color: #685500;

	font-family: 'Arial Black', Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	margin: 0;

	padding: 12px 0 0 31px;

	position: absolute;

	text-transform: uppercase;

	z-index: 10;

}

.content-productview-title h1.shadow {

	color: #fff;

	padding: 13px 0 0 31px;

	z-index: 9;

}

.content-productview-content {

	background: transparent url(img/content_prodview_bg.png) repeat-y 0 0;

	width: 490px;

}

.content-productview-bottom {

	background: transparent url(img/content_prodview_bottom.png) no-repeat 0 0;

	height: 25px;

}

#content-wrap {

	border: 1px solid #fff;

	margin: 0 7px;

	padding: 0 24px;

}

#flash {

	background: transparent url(img/home_top_bg.png) no-repeat 0 0;

	height: 318px;

	width: 974px;

}

#flash-wrap {

	padding: 7px 7px 0 7px;

}

#flash-content {

	background: transparent url(img/ram-banner-cropped.jpg) no-repeat 0 0;

	height: 311px;

	height: 301px;	

	width: 960px;

}

#flash-content-text {

    float: left;

    padding: 23px 0 0 30px;

    width: 470px;  

		text-indent: -9999px; 

}

#flash-content-text h3 {

    color: #404040;

    letter-spacing: 0;

    margin: 7px 0 21px;

}

#flash-content-text p {

    font-size: 14px;

    line-height: 22px;

    margin: 16px 0;

}

#flash-content-link {

    float: right;

    height: 59px;

    margin: 252px 0 0;

    width: 279px;

}

#home-products {

	background: transparent url(img/home_products_bg.png) no-repeat 0 0;

	height: 154px;

	width: 974px;

}

#home-products a {

	cursor: pointer;

	font-weight: normal;

}

#home-products a:hover {

	text-decoration: none;

}

#home-products-wrap {

	padding: 15px 7px 0 7px;

}

#product-stock {

	background: transparent url(img/home_product_stock.png) no-repeat 50% 0;

	display: inline;

	float: left;

	margin: 0 15px;

	padding: 59px 0 0 0;

	text-align: center;

	width: 210px;

}

#product-express {

	background: transparent url(img/home_product_express.png) no-repeat 50% 0;

	display: inline;

	float: left;

	margin: 0 15px;

	padding: 59px 0 0 0;

	text-align: center;

	width: 210px;

}

#product-rambuilder {

	background: transparent url(img/home_product_rambuilder.png) no-repeat 50% 0;

	display: inline;

	float: left;

	margin: 0 15px;

	padding: 59px 0 0 0;

	text-align: center;

	width: 210px;

}

#product-special {

	background: transparent url(img/home_product_special.png) no-repeat 50% 0;

	display: inline;

	float: left;

	margin: 0 15px;

	padding: 59px 0 0 0;

	text-align: center;

	width: 210px;

}

#home-products h4 {

	display: block;

	font-size: 21px;

	font-weight: bold;

	margin: 0;

	padding: 0;

	text-transform: none;

}

#home-products p {

	color: #575757;

	font-size: 12px;

	line-height: 15px;

	margin: 0;

	padding: 0;

}

#home-quicklinks {

	background: transparent url(img/home_quicklinks_bg.png) no-repeat 0 0;

	height: 119px;

	margin: 20px 0 0;

	overflow: hidden;

	width: 974px;

}

#home-quicklinks a {

	cursor: pointer;

	font-weight: normal;

}

#home-quicklinks a:hover {

	text-decoration: none;

}

#home-quicklinks-wrap {

	padding: 29px 7px 0 7px;

}

#quicklink-catalogue {

	background: transparent url(img/icon_catalogue.png) no-repeat 0 50%;

	display: inline;

	float: left;

	margin: 0 15px;

	width: 210px;

	height: 65px;

}

#quicklink-preferred {

	background: transparent url(img/icon_preferred.png) no-repeat 0 50%;

	display: inline;

	float: left;

	margin: 0 15px;

	width: 210px;

}

#quicklink-warranty {

	background: transparent url(img/icon_warranty.png) no-repeat 0 50%;

	display: inline;

	float: left;

	margin: 0 15px;

	width: 210px;

}

#quicklink-contact {

	background: transparent url(img/icon_contact.png) no-repeat 0 50%;

	display: inline;

	float: left;

	margin: 0 15px;

	width: 210px;

	height: 63px;

}

#home-quicklinks h4 {

	display: block;

	font-size: 16px;

	font-weight: bold;

	margin: 0 0 0 66px;

	padding: 0;

	text-transform: none;

}

#home-quicklinks p {

	color: #575757;

	font-size: 12px;

	line-height: 15px;

	margin: 0 0 0 66px;

	padding: 0;

}

#footer {

	background: #3a3b3d;

	border-top: 1px solid #8b8b8b;

	color: #b5b5b7;

	font-size: 12px;

	margin: 24px 0 0 0;

	padding: 0 0 48px 0;

	text-align: center;

}

#footer-top {

	background: #959595;

	font-size: 1px;

	height: 2px;

	margin: 0 0 24px 0;

}

#footer a {

	color: #b5b5b7;

	font-weight: normal;

	text-decoration: none;

}

#footer a:hover {

	text-decoration: underline;

}

.ajaxSearch_result {

	border-top: 1px solid #e5e5e5;

	margin: 16px 0 0 0;

	padding: 15px 0 0 0;

}

.ajaxSearch_resultDescription {

	display: none;

}

.ajaxSearch_resultsInfo {

	font-size: 16px;

	font-style: italic;

	font-weight: bold;

}

.ajaxSearch_highlight {

	background: #fef4c3;

	font-style: italic;

}

#contactform {

	margin: 16px 0 0 0;

}

#contactform #name, 



#contactform #email,

#contactform #idlkdu-idlkdu,

#contactform #company,



#contactform #region,
#contactform #country,
#contactform #phonenumber
{

	width: 210px;

}


#contactform .forminput span {
	color: #404040;
	font-size: 12px;
	padding-left: 12px;
}

#contactform #mailingaddress {

	height: 40px;

	width: 240px;

}

#contactform img {

	margin: 0 0 4px 0;

}

#contactform .formlabel {

	color: #404040;

	font-size: 13px;

	font-weight: bold;

	padding: 2px 0 4px 0;

	vertical-align: top;

	width: 124px;

}

#contactform .forminput {

	padding: 0 0 4px 16px;

}

#contactform .formlabelsmall {

	font-size: 11px;

	font-style: italic;

	font-weight: normal;

	line-height: 13px;

}

#contactform #vericode {

	width: 148px;

}

#contactform #submitcol {

	padding: 13px 0 0 140px;

	text-align: left;

}

#contactform #submitbutton {

	background: #fff url(img/but_submit.gif) no-repeat 0 0;

	border: 0;

	height: 37px;

	width: 121px;

	cursor: pointer;

}

#contactform .invalid,

#contactform .required {

	background: #fef4c3;

	border: 1px solid #ff0000;

}

.errors {

	background: #fff url(img/icon_error.gif) no-repeat scroll 0 4px;

	border-bottom: 1px solid #E5E5E5;

	color: #404040;

	font-size: 13px;

	margin: 16px 0;

	padding: 0 0 10px 50px;

}

#player_1 , #player_2, #player_3 {

    display: inline;

    float: right;

    height: 161px;

    margin: 4px 0 15px 20px;

    width: 211px;

}

.clear {

	clear: both;

}

.no_wrap {

	margin-left: 120px;

}

#flash-wrap a {

	cursor: pointer;    

}



td {

  vertical-align : top ;

	padding : 15px ;

	}



#unbeatable {

  width: 804px;

	height: 53px;

	margin: 10px auto 30px auto;

	background: transparent url(img/unbeatable.png) no-repeat 0 0;

  }	

	

.hidden {

  display: none;

}
a#sizes{
background:transparent url(img/sizespecs.gif) no-repeat scroll top right; 
width:96px;
height: 29px;
display:inline-block;
text-indent: -9999px;
}
a#sizes:hover{
background:transparent url(img/sizespecs.gif) no-repeat scroll bottom right; 
}
a#specs{
background:url("img/sizespecs.gif") no-repeat scroll left top transparent;
display:inline-block;
height:29px;
margin-left:7px;
text-indent:-9999px;
width:96px;
}
a#specs:hover{
background:transparent url(img/sizespecs.gif) no-repeat scroll bottom left;
} 


#oh800 {

font-family: Arial;
font-size: 24px;
color: white;
position: absolute;
top: -122px;
right: 10px;
background-color: transparent;
font-weight: bold;
}
#footerHomeWrap {
	width: 960px;
	margin: 0 auto;
}

#footerText {
float: left;
width: 510px;
text-align: right;
padding-top: 14px;
padding-bottom: 3px;

}
#footerPhone {
float: left;
width: 380px;
text-align: left;
background-image: url('/assets/templates/hustler/img/phoneIcon.png');
background-repeat: no-repeat;
height: 36px;
color: white;
font-size: 27px;
font-weight: bold;
padding-left: 70px;
padding-top: 14px;
}
#footerPhone span {
	color: #aeaeae;
}
a#enquireNow {
    display: block; height: 300px;
    color: transparent;
    font-size: 0px;
    line-height: 0px;
}
