@charset "utf-8";
/*
	Bruno Lenette
	12 July 2010
	Headwear
*/

/*
	Centre Style
*/

html {
	background: #1e1e4d url(../images/footer.png) right bottom no-repeat;
	min-height: 100%;
}

#centreStyle 
{	
	!text-align: center; 
	!margin-top:0;
	!height:1000px;
	!width:100%;
}	


/* -------------------------- */
/* popup_box DIV-Styles*/
#popup_box { 
    display:none; /* Hide the DIV */
	
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 70px;
    margin: auto;
	margin-top: 150px;
	z-index:100;
	background:#FFFFFF;
   
    
    /* additional features, can be omitted */
    border:2px solid #ff0000;      
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #ff0000;
    -webkit-box-shadow: 0 0 5px #ff0000;
    box-shadow: 0 0 5px #ff0000;
	color:#000 !important;
	font-size:0.9em !important;
    
}




/*
 position:fixed;  
   
    height:50px;  
    width:200px;  
    background:#FFFFFF;  
    top: 30%;
    left: 20%;
    z-index:100; 
    mmargin-left: 15px;  
    
    
    border:2px solid #ff0000;      
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #ff0000;
    -webkit-box-shadow: 0 0 5px #ff0000;
    box-shadow: 0 0 5px #ff0000;
	color:#000 !important;
	font-size:0.9em !important;
*/

#popup_box a {color:#000 !important;
	font-size:0.9em !important;
	cursor:pointer;
	}



/* This is for the positioning of the Close Link */
#popupBoxClose {
    font-size:20px;  
    line-height:15px;  
    right:5px;  
    top:5px;  
    position:absolute;  
    color:#6fa5e2;  
    font-weight:500;      
}

/* ----------------------------- */


#footerImgBig
{
	!height:105%;
	!background-image:  url('../images/footer.png');
	!background-repeat:no-repeat;
	!background-position: bottom right;
	!background-color: #1e1e4d;
	!min-width:970;
	
	/*
	background: #1e1e4d url(../images/footer.png) right top no-repeat;
	width: 100%;
	height: 241px;
	position: absolute;
	bottom: 0;
	display: none;
	*/
}

#bgHeader
{
	!background: #1e1e4d url('../images/background-headwear-header.png') no-repeat top left;
	!height:290px;

	background: url('../images/background-headwear-header.png') no-repeat top left;
}

/*
	 Site Container
*/	

#siteCon 
{
	!text-align: left;
	!margin-left: auto;
	!margin-right: auto;
	!min-width:970px;
	!width:970px;
	position:relative;	
	margin: 0 auto;
	width: 924px;
}	

#mainNav
{
	position:relative;
	!float:left;

	z-index: 1000;
}

#nav, #nav ul {
	line-height:2;
	list-style:none outside none;
	margin:0;
	padding:0;
}

#nav 
{
	!position:relative;
	float:left;
	/* Removed attribute height:31px. If menu has long text, it will carry the menu on the next line.*/
	!margin:0;
	!padding:0;
	!position:relative;
	!width:970px;
	!z-index:99;
	!margin-top:10px;
	!margin-bottom:10px;

	margin: 10px 0 5px;
	display: block;
}

#nav li
{
	position:relative;
	float:left;
	height:33px;
	!background: url('../images/menu_left_off.png') no-repeat;
}

.selectedLi
{
	height:33px;
	!background: url('../images/menu_left_on.png') no-repeat !important;
}

#nav  a
{
	color:#ffffff;
	font-weight:bold;
	font-size:0.9em;
	text-align:center;
	!background: url('../images/menu_right_off.png') top right no-repeat;
	height:33px;
	display:block;
	text-decoration: none;
	padding-top:5px;
	float:left;
	margin-left:8px;
	padding-left:8px;
	padding-right:20px;
	sline-height:8px;
}



#nav a:hover,  .selectedMain
{
	!background: url('../images/menu_right_on.png') top right no-repeat !important;
	height:33px !important;
	text-decoration: none !important;
}

.menuLiLast
{
	/*width:55px;*/
}


/* Side Navigation */
#sideNavMain
{
	position:relative;
	float:left;
}

#sideNav, #sideNav ul {
	line-height:2;
	list-style:none outside none;
	margin:0;
	padding:0;
}

#sideNav
{
	margin:0;
	padding:0;
	width:208px;
}


#sideNav li
{
	height:22px;
	padding-bottom:3px;
}

#sideNav  a, #sideNav a:hover 
{
	color:#ffffff;
	font-weight:bold;
	font-size:0.9em;
	text-align:left;
	display:block;
	text-decoration: none;
	width:208px;
}

#sideNav  a
{
	background: url('../images/submenu_on.png') top left  no-repeat;
	height:21px;
	margin:0;
	padding:0;
	padding-left:10px;
}

#sideNav a:hover , .selectedSide
{
	background: url('../images/submenu_off.png') top left no-repeat;
	height:21px !important;
	margin:0;
	padding:0;
	padding-left:10px;
}

.selectedSide
{
	background: url('../images/submenu_off.png') top left no-repeat !important;
	height:21px !important;
	margin:0 !important;;
	padding:0 !important;;
	padding-left:10px !important;
}

#countryTop
{
	!position:relative;
	float:right;
	!margin-left:40px;
}

#countryTop img
{
	margin-top:1px;
	position:relative;
	!float:right;
	margin-right:5px;
	width:31px;
	height:20px;

	float: left;
}

#logoTextMain .countrySelected
{
	margin-top:1px;
	position:relative;
	margin-right:2px;
	width:31px;
	height:20px;
	float: left;
}

#selectCountryTop
{
	position:relative;
	!float:right;
	height:22px;
	
	float: left;
	z-index: 100;
}

#header
{
	position: relative;
	!float:left;
	!min-width:970px;
	!width:970px;
	!background: transparent url('../images/map.png') no-repeat right bottom;
	!clear:left;
	!opacity:0.90;
	/*height:395px;*/
}



.headerCountry
{
	position: relative;
	!float:left;
	background-image:none;
	/*height:385px !important;*/
	background-image: none !important;
}

.headerHome
{
	!margin-top:35px;
	!height:430px !important;
	!clear:left !important;
	!position:relative;
	!float:left;

	padding: 20px 0 0;
}	

#logoContainer
{
	!position:relative;
	float:left;
	width:	266px;
	!clear:right;
}

#logo
{
	!background: url('../images/headwear-logo.png') no-repeat;
	width:266px;
	!height:228px;
	!position:relative;
	!float:left;
	cursor:pointer;
	!margin-left:25px;
	!clear:both;
	
	background: url('../images/headwear-logo.png') no-repeat center bottom;
	height: 245px;
}

.headerHome #logo {
	background-position: center top;
}

.logoCountries
{
	!margin-left:0 !important;
	!position:relative;
	!float:left;
}

.countrySection
{
	height:	400px !important;
}


#logo img
{
	margin-left:0;
}

#logoText
{
	!margin-top:240px;
	!margin-left:20px;
	!width:260px;
	!clear:right;

	margin-top: 60px;
}

#logoTextCap
{
	margin-top:5px;
	margin-left:20px;
	width:260px;
	clear:right;
}

#logoTextMain
{
	!margin-top:240px;
	!margin-left:40px;
	!width:250px;

	margin: 5px 0 0;
}

#emptyBox
{
	height:100px;
}

.countrySelect
{	
	!width:250px;

	width: 244px !important;
	max-width: 244px;
}

#map
{
	background: url('../images/map.png') no-repeat;
	width:	693px;
	height:	363px;
	position:relative;
	float:left;
}

.flags
{
	position:relative;
	float:right
}

#flashSection
{
	position:relative;
	float:left;
	width:688px;
	height:354px;
	z-index:99;
}

#contentSection
{
	!position:relative;
	float:left;
	!width:664px;
	margin-left:40px;

	width:618px;
}
/*
#customisationWrap
{
	!background: url('../images/customisation_photos_box.png') no-repeat;
	width:587px;
	height:93px;
	clear:both;
	font-size:1.2em;
	margin-top:20px;
}

#customisationInternal
{
	padding-left:150px;
	padding-top:10px !important;
}

#customisationWrap a, #customisationWrap a:visited, #customisationWrap a:hover
{
	color:#C73502 !important;
	
}
*/

#contentSection p
{
	swidth:600px;
	padding-bottom:10px;
}

#contentSection a
{
	color:#ffffff;
	text-decoration:underline;
}

#searchVal
{
	width: 240px;
	height:18px;
	position:relative;
	float:left;
	margin-top:3px;
	margin-right:15px !important;
}

.searchBoxInternal
{
	!width:200px !important;
	margin-right:0 !important;
	
	width: 100% !important;
	max-width: 200px;
}

#searchBoxes
{
	!position:relative;
	float:left;
	padding-top:5px;
	aheight:35px;
	width:250px;
	!margin-left:20px;
}

.searchBoxesInternal {
	margin-left:0 !important;
	!width:200px !important;

	width: -webkit-calc(100% - 58px) !important;
	width: -moz-calc(100% - 58px) !important;
	width: calc(100% - 58px) !important;
}

#searchBoxes a,a:hover
{
	color:#ffffff;
	text-decoration:none;
	padding-top:2px;
}

#basicSearch
{
	width:245px;
	position:relative;
	float:left;
	display:block;
}

.basicSearchInternal
{
	!width:210px !important;
	float:none !important;

	max-width: 210px;
}

#advancedSearch
{
	width:470px;
	position:relative;
	float:left;
	display:none;
}

.advancedSearchInternal
{
	width:210px !important;
}

.searchText
{
	padding-top:5px;
	padding-right:5px;
}

.searchBoxesElements
{
	position:relative;
	float:left;
	margin-top:3px;
	margin-right:5px;
	width:150px;
}

.searchBoxesElementsInternal
{
	clear:right;
	margin-top:3px;
	margin-right:0px !important;
	width:205px;
	float:none;
}

#searchBoxes img
{
	margin-left:5px;
}

.goButtonInternal
{
	position:relative;
	float:left;
	clear:both;
	margin-left:0px !important;
}	

#goButtonImage
{
	position:relative;
	float:left;
	right:0;
	padding-top:5px;
	!padding-left:10px;
	cursor:pointer;
}

#textSearch, #clearField
{
	cursor:pointer;
}

a.bullet  {
	background-image:url("../images/bullets.png");
	background-repeat:no-repeat;
	background-size: 100%;
	display:block;
	height:15px;
	position:absolute;
	width:15px;
	z-index:2;
	color:#ffffff;
}


#homeBodyContent
{
	position: relative;
	!float:left;
	!width:970px;	
	padding-bottom: 10px;

}

.homepageHeaders
{
	cursor:pointer;
	display:block;
}

.homepageTitleMargin
{
	!margin-left:5px;
}

.featureBox
{
	position:relative;
	float:left;
	width:280px;
	height:260px;
	background: url('../images/seperator-products.gif') no-repeat right;
	margin-left:25px;
}

.featureBoxCountry
{
	width:300px;
	padding-right:5px;
}

.featureBoxFirst
{
	padding-left:0;
	margin-left:0 !important;
	padding-right:25px;
}

.featureBoxLast
{
	background-image:none;
	padding-right:0;
}


.featureHeaderFirst
{
	margin-left:5px;
	
}

.featureHeader
{
	margin-left:5px;
}

.featureCommited
{
	padding-right:25px;
}

#productsSection_one
{
	width:275px;
	background: url('../images/homepage/cap_one.png') no-repeat right;
	height:105px;
}

#productsSection_one p
{
	!margin-left:5px;
	width:140px;
}

#productsSection_two
{
	width:285px;
	background: url('../images/homepage/cap_two.png') no-repeat left;
	height:105px;
}

#productsSection_two p
{
	width:140px;
	float:right;
	margin-left:60px;
	margin-top:10px;
}

#committed_one
{
	width:275px;
	background: url('../images/homepage/commited_one.png') no-repeat right;
	height:105px;
}

#committed_one p
{
	!margin-left:5px;
	width:140px;
}

#committed_two
{
	width:285px;
	background: url('../images/homepage/commited_two.png') no-repeat left;
	height:105px;
}

#committed_two p
{
	width:140px;
	float:right;
	margin-left:60px;
	margin-top:10px;
}

#quality_one
{
	width:280px;
	background: url('../images/homepage/quality_one.png') no-repeat right;
	height:105px;
}

#quality_one p
{
	!margin-left:5px;
	width:140px;
}

#quality_two
{
	width:290px;
	background: url('../images/homepage/quality_two.png') no-repeat left;
	height:105px;
}

#quality_two p
{
	width:145px;
	float:right;
	margin-top:10px;
}

/*
	Country section home page
*/

.countryHeader
{
	padding-bottom:5px;
}

.countryHeaders
{
	background: url('../images/transparent.gif') no-repeat;
	z-index:99;
	position:absolute;
	cursor:pointer;
	height:30px;
	width:150px;
}

.countryImagesBox
{
	position:absolute;
	right:20px;
	width:125px;
	height:110px;
	cursor:pointer;
}

#standardRange
{
	width:280px;
	background: url('../images/standardrange.png') no-repeat top right;
	height:120px;
	margin-top:10px;
}

#newproducts
{
	width:280px;
	background: url('../images/newproducts.png') no-repeat top right;
	height:120px;
	margin-top:10px;
}

#expressRange
{
	width:280px;
	background: url('../images/expressrange.png') no-repeat top right;
	height:120px;
	margin-top:10px;
}

#customisations
{
	width:280px;
	background: url('../images/customisations.png') no-repeat top right;
	height:120px;
	margin-top:10px;
}

#fastTrackRange
{
	width:280px;
	background: url('../images/fasttrackrange.png') no-repeat top right;
	height:120px;
	margin-top:10px;
}

#decoration
{
	width:280px;
	background: url('../images/decoration.png') no-repeat top right;
	height:120px;
	margin-top:10px;
}


#standardRange p,#newproducts p,#expressRange p,#decoration p,#customisations p,#fastTrackRange p
{
	width:150px;
}


.hLine
{
	background: url('../images/horizontal-line.png') no-repeat left bottom;
	height:2px;
	clear:left;
}

.featureBox .hLine
{
	background: url('../images/horizontal-line.png') no-repeat left bottom;
	height:2px;
	clear:left;
	margin-top:10px;
}


/*
	Categories Section
*/

#catSelectHatThumbs
{
	!width:664px;
	!margin-top:25px;
}

.categoriesListing
{
	float:left;
	!width:165px;
	height:140px;
	text-align:center;
	padding: 7px 0 8px;
	background: url('../images/seperator-products.gif') no-repeat right;

	width: 160px;
}

.categoriesListingLast, .productListingLast
{
	background:none!important;
}

.categoriesListing img
{
	ppadding-top:10px;
}

#downloadBox
{
	!background: url('../images/download-standard.png') no-repeat;
	!width:584px;
	height:80px;
	!float:left;
	!margin-left:20px;
	!margin-top:20px;

	margin-left: 50px;
}

#downloadBox.express
{
	background: url('../images/download-express.png') no-repeat;
}

#downloadText
{
	margin-top:35px;
	!margin-left:85px;
	color:#cc0000;
	font-weight:bold;
	font-size:1.2em;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: white;
	-webkit-box-shadow: inset 3px 3px 10px 1px rgba(0, 0, 0, .4);
    box-shadow: inset 3px 3px 10px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 3px 3px 10px 1px rgba(0, 0, 0, .4);
	max-width: 480px;
	padding: 10px 20px 10px 40px;
	position: relative;
}
#downloadText:before {
	position: absolute;
	background: url('../images/download.png') no-repeat;
	display: block;
	content: '';
	width: 65px;
	height: 80px;
	left: -40px;
	top: -25px;
}

#downloadText a, #downloadText a:hover, #downloadText a:visited
{
		color: #C73502 !important;
		text-decoration:underline;
}

/* downloadTextStandard */
.downloadTextStandard:before {
	position: absolute;
	background: url('../images/download-standard.png') no-repeat !important;
	display: block;
	content: '';
	width: 65px;
	height: 80px;
	left: -40px;
	top: -25px;
}


#catalogueText
{
	!float:left;
	margin-top:15px;
	!margin-left:85px;

	margin-left: 42px;
}

#catalogueText a
{
	color:#ffffff;
	text-decoration:underline;
}

.productWrapper
{
	width:160px;
	float:left;
	spadding-bottom:15px;
	background: url('../images/horizontal-line.png') repeat-x left bottom;
	
}

.productWrapperCustomisation
{
	padding-bottom:0;
	height:155px;
}

.productListing
{
	float:left;
	width:160px;
	text-align:center;	
	background: url('../images/seperator-products.gif') repeat-y right top;
}

.seperatorLine
{
	background: url('../images/horizontal-line.png') repeat-x left bottom;
	height:2px;
	width:640px;
	clear:left;
}

.customisation
{
	height:155px;
}

.productListingImgProduct
{
	width:130px;
	height:110px;
	background: url('../images/blankbg.png') no-repeat top;
	margin-left:15px;
	z-index:1;
}

.productListingImgProduct img
{
	padding-top:15px;
	padding-right:3px;
	border:0;
}

.productListingTitle
{
	width:140px;
	text-align:center;
	margin-left:10px;
	padding-bottom:10px;
	clear:right;
}

.titleCategories, .titleProducts
{
	font-weight:bold;
	z-index:99;
	overflow:auto;
	!width:165px;
	margin-bottom:5px;
}

.titleCategories
{
	height:30px;
	
	padding: 0 5px;
}

.titleProducts
{
	font-size:12px;
}

/*
	Pagination
*/

.pagination
{
	margin-left:20px;
	margin-top:20px;
	font-size:12px;
}

.pagination a
{
	color:#ffffff;
}

.current
{
	color:#C73502;
}

.verticalLineCategory
{
	float:right;
	background: url('../images/seperator.gif') no-repeat right;
}


/* Products details */

#productThumbs
{
	overflow: auto;
	height:90px;
}

#productPlaceHolder
{
	!background: url('../images/products-bg.png') no-repeat right;
	!height:320px;
	!padding-bottom:25px;

	margin-bottom: 15px;
	background-color: #lele4d;
	border: 1px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 4px;
}

#productPlaceHolder img
{
	!margin-top:35px;
	!margin-right:15px;
	!float:right;

	max-width: 100%;
	height: auto;
}

#textHolder
{
	!width:130px;
	!position:relative;
	!float:left;
	line-height:20px;
	!padding-top:20px;

	padding: 20px 0;
}

#highResText
{
	position:relative;
	/*padding-bottom: 5px;
	padding-top:10px;*/
	padding:0;
	margin-right:5px;
}

.refNo
{
	font-weight: bold;
	font-size: 14px;
	color:#fff;
}

#high_line_container
{
	width:220px;
	text-align:left;
	mmargin-left:180px;
	float:left;
}

.backListing
{
	background: url('../images/back-arrow.png') no-repeat left;
	width:250px;
	height:15px;
	margin-top:10px;
	padding-left:25px;
}

#highResText a, a:visited, a:hover,
.backListing a, a:visited, a:hover
{
	color:#ffffff !important;
	text-decoration:underline;
}

#lineDrawingText img, #highResText img {
	padding-right: 5px;
	vertical-align: middle;
}
/*
	High Resolution table
*/
#highResSetion
{
	!width:650px;
	margin:0;
	padding:0;
	padding-top:10px;
}

.highResprodContainer
{
	position:relative;
	float:left;
	margin-top:5px !important;
	color:#000000;
	padding:10px;
}

.highResProd
{
	padding-right:50px;
	padding-bottom:20px;
	position:relative;
	float:left;
	width: 105px;
	
}



.categoriesHighRes
{
	margin-bottom:10px !important;
}

#highResSetion a
{
	text-decoration: none;
	color:#ffffff;
}

#highResSetion a:hover
{
	text-decoration: none;
	color:#ffffff;
}

#errorAlert{
		position: absolute;
		float: left;
		width: 500px;
		height: 150px;
		jpadding: 10px 10px 10px 10px;
		margin-top: 80px;
		border: 1px solid #C73502;
		background: #ffffff url(../images/logo-pop.png) no-repeat top left;
		color:#000000;
	}
	#errorAlert h1{
	 float: left;
	}	
	#errorAlert .closeButton{
	 float: right;
	 margin-right:10px;
	 margin-top:10px;
	}
	#errorAlert p{
	clear: both;
	width:300px;
	margin-top:5px;
	padding-top:5px;
	}
	
	#errorAlert a,#errorAlert a:visited,#errorAlert a:hover
	{
		color:#C73502 ;
	}
	
	.alertText
	{
		margin-top:30px;
		margin-left:130px;
	}


/*
	Footer
*/

#footer
{
	color: #ffffff;
	font-size:0.8em;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	!float:left;
	!margin-left:20px;
	clear:both;
	padding-top:10px;
}

#footer a,#footer a:hover, #footer a:visited
{
	color:#C73502 !important;
}

.footerMain
{
	!padding-left:15px;
	margin: 0 !important;
}

.footerCountryInternal
{
	margin:0 !important;
}

#fourOFourHeader
{
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:10px;
}

#productThumbs { height:70px; padding:10px; overflow:hidden; background:#fff; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#productThumbs .thumbs_container { overflow:hidden; }
#productThumbs .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	height: 10px;
	margin: 3px auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #ab060f;
	opacity: 1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .7);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .7);
}
#productThumbs .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
#productThumbs .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: #ab060f;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
#productThumbs .mCustomScrollBox>.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

#productThumbs .mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

#productThumbs .mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}
#productThumbs .thumb a {
	position: relative;
	display: block;
}
#productThumbs .thumb a:hover img {
	opacity: 0.3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
#productThumbs .thumb a:hover label {
	display: block;
}
#productThumbs .thumb a label {
	display: none;
	position: absolute;
	color: #214255;
	font-size: 12px;
	top: 36%;
	z-index: 100;
	font-weight: bold;
	text-align: left;
	left: 35%;
	cursor: pointer;
}
.formView .formRow {
	background-color: #1e1e4d;
	-webkit-backface-visibility: hidden;
}
.mobileMenu {
	display: none;
}

.mobileMenu, .mobileMenu:hover {
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #8d8d92;
	margin: 20px 0 0;
	font: bold 15px 'Arial';
	text-decoration: none !important;
	padding: 11px 0;
}

.mobileMenu .caret {
	display: inline-block;
	border-top: 10px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
	margin-left: 5px;
}

.content-header h3 {
	margin: 20px 0 0;
	font-size: 25px;
}

.content-header h4 {
	font-size: 19px;
}

.footer-customisation {
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}

.customisationLink, .customisationLink:visited, .customisationLink:hover {
	color:#C73502 !important;
	-webkit-box-shadow: inset 3px 3px 10px 1px rgba(0, 0, 0, .4);
    box-shadow: inset 3px 3px 10px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 3px 3px 10px 1px rgba(0, 0, 0, .4);
	font-size: 1.2em;
	display: inline-block;
	background-color: white;
	border-radius: 6px;
	padding: 10px 0 !important;
	width: 520px;
	text-align: center;
	margin: 20px 0 50px;
	max-width: 100%;
}

.customisation-images {
	margin: 55px 0 0;
}

.customisation-images img {
	max-width: 100%;
}

#locationMap {
	!background: transparent url('../images/map.png') no-repeat left top;
	position: relative;
	float: right;
	margin: 60px 0 0;
	!background-size: 100%;
}

#locationMap img {
	max-width: 100%;
	height: auto;
}

.locationMap.map1 {
	display: none;
}

.textHolderLeft {
	line-height: 18px;
	margin-right: 35px;
	padding-bottom:5px;
	float: left;
}

.productImageWrapper {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff;
	text-align: center;
	height: 100%;
	overflow: hidden;
}

#siteCon.siteSideNav #logoText {
	margin: 15px 0 0;
}

#siteCon.siteProductDetails .content-header,
#siteCon.siteCategory .content-header,
#siteCon.siteCategory .content-desc {
	position: static;
}

#siteCon.siteCategory .content-desc {
	!min-height: 140px;
	margin-bottom: 30px;
}

.featureBoxCountryFirst {
	margin-left: 0 !important;
}

#siteCon.siteHome #logoText {
	margin: 30px 0 0;
}

.mobile #selectCountryTop, .mobile .formView .formRow > select, .mobile #selectCountry { 
	height: 32px; 
}

.mobile #selectCountryTop {
	width: 226px !important;
}

.mobile #countryTop img {
	width: auto;
	height: 30px;
}

.mobile .sIFR-replaced embed {
	display: none;
}

.mobile .sIFR-replaced span.sIFR-alternate {
	position: static;
	width: auto;
	height: auto;
	letter-spacing: -1px;
}

h3.sIFR-replaced embed {
	height: 36px !important;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.textReqdResponsive{
	float:right;
	margin-top:-85px;
	margin-right:40px;
}
.promoImageTag{
    height: 107px;
    margin-left: 60px;

}


@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}

@media (min-width: 1200px) {
	#locationMap {
		!width: 699px !important;
		!height: 363px !important;
	}

	#siteCon {
		width: 970px;
	}

	#nav a {
		padding-left: 11px;
		padding-right: 22px;
	}

	#contentSection {
		width: 664px;
	} 
	
	#carousel {
		display: none;
	}
}

@media (max-width: 1199px) {
	.featureBoxFirst, .featureCommited {
		padding-right: 20px;
	}

	.featureBox {
		margin-left: 20px;
	}

	.featureBoxCountry {
		margin-left: 12px;
		padding-right: 0;
	}

	#flashSection {	
		display: none;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
	#locationMap {
		width: 658px !important;
		height: 342px !important;
	}

	#downloadText {
		max-width: 430px;
	}
}

@media (max-width: 1024px) {
	#bgHeader {
		background: none;
	}

	html {
		background: #1e1e4d none !important;
		padding-bottom: 0 !important;
	}
	
	.textReqdResponsive{
		margin-top:0px !important;
		float:left !important;				
	}
}

@media (max-width: 979px) {
	#footerImgBig {
		display: none !important;
	}

	#header {
		padding-bottom: 30px;
	}
	
	#locationMap {
		position: absolute;
		top: 0;
		right: 0;
		left: 180px;
		!height: 282px !important;
	}
	
	.featureCommited {
		background: none;
		padding-right: 0;
	}

	.featureBoxLast {
		margin-left: 0;
	}

	.featureBoxCountryMiddle {
		background: none;
	}

	#carousel {
		margin: 0 !important;
	}

	#downloadBox,
	#catalogueText {
		margin-left: 0;
	}

	#downloadText {
		padding: 10px 20px;
	}

	#downloadText:before {
		display: none;
	}
	/*
	#catSelectHatThumbs {
		text-align: center;
	}

	.categoriesListing, .productWrapper {
		float: none;
		display: inline-block;
	}
	*/
}

@media (min-width: 768px) {
	#productPlaceHolder img {
		margin: 15px 0 0;
	}
}

@media (min-width: 481px) and (max-width: 979px) {
	.headerHome #logo {
		width: 180px;
		height: 220px;
		background-size: 100%;
	}

	#productPlaceHolder {
		margin-bottom: 5px;
	}

	#productPlaceHolder img {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.visible-desktop {
		display: none;
	}

	.customisation-images {
		margin: 40px 0 0;
	}

	#footer {
		position: absolute;
		bottom: 0;
	}

	#countryTop {
		pposition: absolute;
		float: none;
		top: 0;
		left: 0;
		z-index: 999;
		
	}
	
	.country_top
	{
		padding-top: 5px;
	}
	
	#currentCountry
	{
		padding-bottom:5px;
	}
	
	#listCountries
	{
		float:left !important;
		height: 50px !important;
	}
	
	.killClear { display:none !important}

	.countrySelected {padding-bottom:5px !important;}

	#contentSection {
		margin: 0;
		float: none;
		width: auto;
	}

	.submitRowContact {
		margin-left: 0 !important;
	}

	#logo {
		width: 180px;
		height: 200px;
		background-size: 100%;
	}

	.headerHome #logo {
		height: 180px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.content-header,
	.content-desc {
		position: absolute;
		top: 85px;
		left: 210px;
	}

	.siteSearch .content-header {
		position: static;
	}

	.content-desc {
		top: 125px;
		max-height: 155px;
		overflow: hidden;
	}

	.content-header h3 {
		margin: 0 !important;
		padding: 0 !important;
	}

	#logoContainer {
		width: auto;
		float: none;
	}

	.siteHome #logoContainer {
		float: left;
		width: 180px;
	}

	#carousel {
		margin: 40px 0 0 !important;
	}

	.headerHome #logoTextMain {
		margin: 105px 0 0;
	}
	
	#countryTop { border:solid 1px red;}
	
	.country_top
	{
		border:solid 1px red;
	}
}

@media (min-width: 601px) and (max-width: 767px) {
	#siteCon.siteProductDetails #logoContainer,
	#siteCon.siteCategory #logoContainer {
		float: left;
		width: 266px;
	}

	#siteCon.siteProductDetails #contentSection,
	#siteCon.siteCategory #contentSection {
		width: -webkit-calc(100% - 266px);
		width: -moz-calc(100% - 266px);
		width: calc(100% - 266px);
		float: left;
	}

	#siteCon.siteCategory .content-header {
		margin: 80px 0 0;
	}

	#countryTop {
		left: 0 !important;
	}

	.searchBoxesInternal {
		width: 250px !important;
	}

	.siteSideNav .searchBoxesInternal,
	.siteCategory .searchBoxesInternal {
		width: -webkit-calc(100% - 58px) !important;
		width: -moz-calc(100% - 58px) !important;
		width: calc(100% - 58px) !important;
	}

	.searchBoxInternal,
	.basicSearchInternal {
		max-width: 100%;
	}

	.siteSideNav .searchBoxInternal,
	.siteSideNav .basicSearchInternal,
	.siteCategory .searchBoxInternal,
	.siteCategory .basicSearchInternal {
		max-width: 200px;
	}
}

@media (max-width: 600px) {
	.siteHome #advancedSearch {
		width: 210px;
		text-align: right;
	}

	.siteHome .searchBoxesElements {
		float: none;
	}

	#goButtonImage {
		padding-left: 10px !important;
	}

	#siteCon.siteSideNav #logo {
		width: 100%;
		background-size: 180px auto;
	}

	#sideNavMain .mobileMenu {
		display: block;
		margin: 0;
	}

	#sideNavMain {
		float: none;
		position: relative;
		z-index: 100;
		top: 120px;
	}

	#siteCon.siteSideNav #logoText
	{
		!padding-bottom: 30px;
		!margin-top: 20px;

		margin: -20px 0 90px;
		padding: 0;
	}

	#sideNav {
		width: 100%;
		position: absolute;
		display: none;
		background-color: #666;
	}

	#sideNav li {
		padding: 0;
		margin: 0;
		height: auto;
	}

	#sideNav a:hover {
		background-image: none;
		display: block;
		padding: 10px 0;
		font: normal 14px 'Arial';
		padding: 9px 0 !important;
		margin: 0;
		width: auto;
		text-align: center;
		background-color: #8d8d92 !important;
		height: auto !important;
	}

	#sideNav a {
		background-image: none !important;
		display: block;
		padding: 9px 0 !important;
		font: normal 14px 'Arial';
		margin: 0;
		width: auto;
		text-align: center;
		height: auto !important;
	}

	#siteCon.siteCategory .content-header h3 {
		margin: 10px 0 0 !important;
	}

	form[name="frmProdSearchInColumn"] {
		width: 258px !important;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#siteCon {
		width: 724px;
	}

	#contentSection {
		width: 418px;
	}

	.formRow textarea {
		max-width: 240px;
	}

	.submitRowContact {
		margin-left: 0 !important;
	}
}

@media (max-width: 767px) {
	body {
		padding: 0 20px;
	}

	#siteCon {
		width: auto;
	}
}

@media (max-width: 670px) {
	input[type="text"][name="usageByPieces"] {
		float: left !important;
	}
	
	input[type="text"][name="usageByDollar"] {
		clear: left;
		float: left !important;
		margin-top: 5px;
	}

	.formRow > div:last-child {
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	.featureBox, .featureBoxFirst, .featureBoxLast {
		padding: 0;
		margin: 0 auto !important;
		background: none;
		float: none;
	}

	.featureBoxCountryFirst, .featureBoxCountryMiddle {
		background: url('../images/horizontal-line.png') no-repeat left bottom
	}

	.headerHome .countrySelect {
		margin: 0 auto;
		float: none;
		display: block;
		width: 280px !important;
	}
}

@media (max-width: 630px) {
	.formRow textarea {
		max-width: 280px;
	}
}

@media (max-width: 480px) {
	.siteSearch .content-header.sub-header h4 {
		margin-left: 20px;
	}

	.searchBoxesInternal {
		max-width: 200px !important;
	}

	#header {
		padding-top: 50px;
	}
	.catalogueOnly #header {
		padding-top: 0px;
	}

	#logoText {
		margin-top: 20px;
	}

	.searchText {
		padding-right: 0;
		margin-right: -5px;
	}
	
	.locationMap.map1 {
		display: block;
		position: relative !important;
		float: none !important;
		margin: 0 !important;
		top: 0 !important;
	}

	.locationMap.map2 {
		display: none;
	}

	#carousel {
		float: none !important;
	}

	#catSelectHatThumbs {
		margin: 0 -20px;
	}
	
	#locationMap {
		top: 125px;
		left: 0;
		!height: 250px !important;
	}
	
	#logoTextMain {
		margin: 150px 0 0;
	}

	.headerHome #logoTextMain {
		margin: 0;
	}

	#logoContainer {
		float: none;
		width: auto;
	}

	#logo {
		width: 100%;
		background-size: 180px auto;
		margin: 5px 0 0;
		height: 165px;
	}

	.formView .formRow {
		margin-top: 10px !important;
	}

	.submitRowContact {
		padding-top: 10px !important;
	}

	.formView .formRow > label,
	.formView .formRow > input,
	.formView .formRow > table,
	.formView .formRow > select {
		float: none;
	}

	.content-header h3 {
		margin-top: 20px !important;
	}

	.submitRowContact input {
		float: none;
		margin-bottom: 5px;
	}

	.mobileMenu {
		display: block;
	}

	ul#nav {
		float: none;
		background-color: #666;
		position: absolute;
		width: 100%;
		z-index: 100;
		top: 40px;
		margin: 0;
		display: none;
	}

	ul#nav li,
	ul#nav a,
	ul#nav a:hover {
		background: none !important;
		float: none;
		display: block;
		height: auto !important;
		border: 0 !important;
		border-radius: 0 !important;
	}

	ul#nav .menuLiLast {
		width: auto;
	}

	ul#nav a:hover {
		background-color: #8d8d92 !important;
	}

	ul#nav a {
		font: normal 14px 'Arial';
		padding: 9px 0 !important;
		margin: 0;
	}

	#countryTop {
		top: 15px;
		!right: 0;
	}

	.textHolderLeft {
		float: none;
	}

	#searchBoxes
	{
		width: -webkit-calc(100% - 58px);
		width: -moz-calc(100% - 58px);
		width: calc(100% - 58px);
		max-width: 200px;
	}
	
	#searchVal {
		width: -webkit-calc(100% - 7px);
		width: -moz-calc(100% - 7px);
		width: calc(100% - 7px);
		max-width: 225px;
		margin-right: 5px !important;
		width: 100%;
	}

	#basicSearch
	{
		width: 100%;
		max-width: 210px;
	}

	#siteCon.siteHome form[name="frmProdSearchInColumn"] {
		position: absolute;
		top: 240px;
		left: 0;
		right: 0;
	}

	#siteCon.siteHome #carousel {
		position: absolute;
		top: 300px;
	}

	#siteCon.siteHome #logoText h3 {
		margin: 320px 0 0;
	}
}

@media (max-width: 337px) {
	.countrySelect {
		width: -webkit-calc(100% - 36px) !important;
		width: -moz-calc(100% - 36px) !important;
		width: calc(100% - 36px) !important;
	}

	#countryTop {
		right: 0;
		left: 0 !important;
	}

	#siteCon.siteHome #carousel {
		position: absolute;
		top: 320px;
	}

	#siteCon.siteHome #logoText h3 {
		margin: 280px 0 0;
	}
}

@media (max-width: 315px) {
	form[name="frmProdSearchInColumn"] {
		width: auto !important;
	}

	#siteCon.siteHome #logoText h3 {
		margin: 260px 0 0;
	}
}

#mainNav #nav li {
	height: 29px;
	background: #cccccc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MyYzJjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2IwYjBiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ExYTFhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZjlmOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cccccc 0%, #cccccc 25%, #cccccc 50%, #c2c2c2 51%, #b0b0b0 75%, #a1a1a1 99%, #9f9f9f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(25%,#cccccc), color-stop(50%,#cccccc), color-stop(51%,#c2c2c2), color-stop(75%,#b0b0b0), color-stop(99%,#a1a1a1), color-stop(100%,#9f9f9f));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#cccccc 25%,#cccccc 50%,#c2c2c2 51%,#b0b0b0 75%,#a1a1a1 99%,#9f9f9f 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#cccccc 25%,#cccccc 50%,#c2c2c2 51%,#b0b0b0 75%,#a1a1a1 99%,#9f9f9f 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#cccccc 25%,#cccccc 50%,#c2c2c2 51%,#b0b0b0 75%,#a1a1a1 99%,#9f9f9f 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#cccccc 25%,#cccccc 50%,#c2c2c2 51%,#b0b0b0 75%,#a1a1a1 99%,#9f9f9f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#9f9f9f',GradientType=0 );
	border-radius: 4px;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #6c6c6c;
	border-bottom: 1px solid #6f6f6f;
}

#mainNav #nav li:hover,
#mainNav #nav li.selectedLi {
	background: #da565a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNTY1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZGE1NjVhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjY2QxZDIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjY2QxZDIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjY2MwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjY2MwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjY2MwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #da565a 0%, #da565a 1%, #cd1d23 25%, #cd1d23 50%, #cc0000 51%, #cc0000 75%, #cc0000 99%, #900000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da565a), color-stop(1%,#da565a), color-stop(25%,#cd1d23), color-stop(50%,#cd1d23), color-stop(51%,#cc0000), color-stop(75%,#cc0000), color-stop(99%,#cc0000), color-stop(100%,#900000));
	background: -webkit-linear-gradient(top,  #da565a 0%,#da565a 1%,#cd1d23 25%,#cd1d23 50%,#cc0000 51%,#cc0000 75%,#cc0000 99%,#900000 100%);
	background: -o-linear-gradient(top,  #da565a 0%,#da565a 1%,#cd1d23 25%,#cd1d23 50%,#cc0000 51%,#cc0000 75%,#cc0000 99%,#900000 100%);
	background: -ms-linear-gradient(top,  #da565a 0%,#da565a 1%,#cd1d23 25%,#cd1d23 50%,#cc0000 51%,#cc0000 75%,#cc0000 99%,#900000 100%);
	background: linear-gradient(to bottom,  #da565a 0%,#da565a 1%,#cd1d23 25%,#cd1d23 50%,#cc0000 51%,#cc0000 75%,#cc0000 99%,#900000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da565a', endColorstr='#900000',GradientType=0 );
	border-top: 1px solid #e79497;
	border-left: 1px solid #d95257;
	border-right: 1px solid #a8181d;
	border-bottom: 1px solid #900000;
}

#mainNav #nav li a {
	padding-top: 4px;
}

@media (min-width: 1200px) {
	#mainNav #nav a {
		padding-left: 8px;
		padding-right: 18px;
	}
}