* html { padding: 0; margin: 0; }

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font: normal 80% helvetica, verdana, arial;
	color: #4c4c4e;
}

body, html {
	scrollbar-arrow-color:#4c4c4e;
	scrollbar-base-color:#555;
	scrollbar-darkshadow-color:#555;
	scrollbar-face-color:#555;
	scrollbar-highlight-color:#999;
	scrollbar-shadow-color:#888;
	scrollbar-track-color:#888;
	scrollbar-3dlight-color:#555;
}

#body_home {
	width:980px;
	height:543px;
	margin: 98px auto 0 auto;
	
	position: relative;
}

a, a:visited {
	text-decoration: none;
	color: #4c4c4e;
	font-weight: bold;
}

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

p { margin: 0 0 10px 0; }

h1 { color: #4c4c4e; font-weight: normal; font-size: 2.0em; padding-bottom: 6px; margin: 0 0 10px 0; }

h2 { color: #4c4c4e; font-size: 1.8em; padding-bottom: 5px; margin: 0 0 10px 0; }

h3 { color: #4c4c4e; font-size: 1.5em; margin: 0 0 10px 0; }

h4 { font-size: 1.3em; margin: 0 0 15px 0; }

#header {
	width: 970px;
	margin: 10px auto 0px auto;
	padding: 0 5px 0 5px;
	overflow: hidden;
	height: 84px;
}

	#logo {
		float: left;
		width: 184px;
		height: 26px;
		padding: 35px 0 0 0;
	}
	
	#menu {
		float: right;
		color: #4c4c4e;
		/*font-size: 1.2em;*/
		font-size: 15px;
		font-weight: normal;
		margin: 0;
		width: 773px;
		position: relative;
		padding: 40px 0 0 0;
	}

		#menu a {
			color: #4c4c4e;
			font-weight: normal;
		}
		
		#menu a:hover { text-decoration: none; color: #000; }

		.menu_nav_item {
			margin-right: 10px;
		}
		
		#menu_wrapper { width: 710px; height: 84px; overflow: hidden; position: relative; }
		
		#menu_slide { width: 490px; position: relative; bottom: -44px; /*right: -690px;*/ right: -200px; text-align: right; z-index: 2; margin: 0; padding: 10px 0px 10px 10px; }
		
		#menu_hover { background: #fff; font-weight: normal; font-size: 24px; position: absolute; bottom: 0px; right: 0; z-index: 3; padding: 10px 0 10px 5px; cursor: pointer; }
		
			#menu_hover:hover { cursor: pointer; }
			
	#menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		float: right;
	}
	
	#menu ul li {
		float: left;
		display: block;
	}
	
	#menu ul li a, #menu ul li a:visited {
		float: left;
		text-transform: uppercase;
		font-size: 12px;
		display: block;
		padding: 4px 6px;
		color: #4c4c4e;
	}
	
	.current { color: #fff !important; background: #fbd3ae; }
	
	#menu ul li a:hover { color: #fbd3ae; }

@media screen and (-webkit-min-device-pixel-ratio:0){

#menu_slide{ bottom: -41px; }

}

	#home_menu {
		float: right;
		color: #fbb278;
		/*font-size: 1.2em;*/
		font-size: 15px;
		font-weight: normal;
		margin: 0;
		position: absolute;
		padding: 40px 0 0 0;
		bottom: 28px;
		left: 30px;
	}

		#home_menu a {
			color: #fff;
			font-weight: normal;
		}
		
		#home_menu a:hover { text-decoration: none; color: #eee; }

			
	#home_menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		float: right;
	}
	
	#home_menu ul li {
		float: left;
		display: block;
	}
	
	#home_menu ul li a, #home_menu ul li a:visited {
		float: left;
		text-transform: uppercase;
		font-size: 12px;
		display: block;
		padding: 4px 6px;
		color: #fff;
	}
	
	.current { color: #fff !important; background: #fbd3ae; }
	
	#home_menu ul li a:hover { color: #eee; }

body:nth-of-type(1) #menu_slide {
bottom: -44px;
}

#main {
	width: 980px;
	height: 543px;
	background: url('/images/bg_default.jpg') top left no-repeat;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border: solid 1px #d8d9db;
}

#main_homepage {
	width: 980px;
	height: 543px;
	background: url('/images/background_images/bg_homepage.jpg') top left no-repeat;
	margin: 0px auto 0 auto;
}

	#content_wrapper {
		float: right;
		padding: 0 25px 0 25px;
		margin: 15px 0 0 0;
		width: 930px;
	}

		#page_title {
			width: 930px;
			text-align: right;
			float:right;
		}
		
			.store_menu { text-transform: uppercase; }
		
			#Australia, #International, #Online { position: relative; right: 0px; top: 10px; }
			
			#page_title a:hover { text-decoration: none; color: #4c4c4e; }
		
			#page_title .heading { color: #4c4c4e; font-weight: normal; font-size: 2.0em; display: none; }
			
				#page_title .heading a, #page_title .heading a:visited { color: #4c4c4e; font-weight: normal; }
				
				#page_title .heading a:hover { color: #fff; }

			#page_title .store_menu .heading { color: #4c4c4e !important; font-weight: normal; font-size: 2.0em; }
			
				#page_title .store_menu .heading a, #page_title .heading a:visited { color: #4b4b4d !important; font-weight: normal; }
				
				#page_title .store_menu .heading a:hover { color: #fff; }

			#page_title .store_menu .cat_menu_item { color: #4c4c4e !important; font-weight: normal; margin: 11px 0 0 0; padding: 0 13px 0 0; font-size: 11px; /*float:right;*/ }
			
				#page_title .store_menu .cat_menu_item a { font-weight: normal; color: #4c4c4e !important; }
			
			#page_title .store_menu .cat_menu_itemOn { font-weight: normal; margin: 11px 0 0 0; padding: 0 13px 0 0; font-size: 11px; /*float:right;*/ }
			
				#page_title .store_menu .cat_menu_itemOn a, #page_title .cat_menu_itemOn a:visited { font-weight: normal; color: #4c4c4e !important; }
			
			#page_title .store_menu .subcat_menu_item { font-weight: normal; margin: 5px 0 0 0; padding: 0 13px 0 0; font-size: 11px; }
			
				#page_title .store_menu .subcat_menu_item a { font-weight: normal; color: #4c4c4e !important; }
				
				#page_title .store_menu .subcat_menu_item a:hover { font-weight: normal; color: #4c4c4e !important; }
			
			#page_title .store_menu .subcat_menu_itemOn { font-weight: normal; margin: 5px 0 0 0; padding: 0 13px 0 0; font-size: 11px; }
			
				#page_title .store_menu .subcat_menu_itemOn a, #page_title .subcat_menu_itemOn a:visited { font-weight: normal; color: #4b4b4d !important; }

			
			#page_title .store_heading { color: #4b4b4d !important; font-weight: normal; font-size: 2.0em; float: right; display: none; }
			
			#page_title .store_menu { float:right; color: #4b4b4d !important; }
			
			#page_title .cat_menu_item { color: #4c4c4e; font-weight: normal; margin: 11px 0 0 0; padding: 0 13px 0 0; font-size: 11px; /*float:right;*/ }
			
				#page_title .cat_menu_item a { font-weight: normal; color: #4c4c4e; }
				
				#page_title .cat_menu_item a:hover { font-weight: normal; color: #4c4c4e; }
			
			#page_title .cat_menu_itemOn { font-weight: normal; margin: 11px 0 0 0; padding: 0 13px 0 0; font-size: 11px; /*float:right;*/ }
			
				#page_title .cat_menu_itemOn a, #page_title .cat_menu_itemOn a:visited { font-weight: normal; color: #4c4c4e; }
			
			#page_title .subcat_menu_item { font-weight: normal; margin: 5px 0 0 0; padding: 0 13px 0 0; font-size: 11px; }
			
				#page_title .subcat_menu_item a { font-weight: normal; }
			
			#page_title .subcat_menu_itemOn { font-weight: normal; margin: 5px 0 0 0; padding: 0 13px 0 0; font-size: 11px; }
			
				#page_title .subcat_menu_itemOn a, #page_title .subcat_menu_itemOn a:visited { font-weight: normal; color: #4c4c4e; }
			
			.sub_menu_item { font-weight: normal; margin: 0; padding: 0 13px 0 0; font-size: 11px; margin-top: 11px; }
			
				.sub_menu_item a, .sub_menu_item a:visited { font-weight: normal; color: #4c4c4e; }
			
			.spacer { padding: 0; margin: 0; }

		#content {
			color: #4c4c4e;
			width: 455px;
			/*margin: 0px 5px 0 0;*/
			font-size: 1.0em;
			line-height: 1.5em;
			float: right;
			height: 420px;
			overflow-y: auto;
			overflow-x: hidden;
			padding-right: 10px;
		}
			
		#content p {
			margin: 0 0 15px 0;
			padding: 0;
		}

#footer_wrap {
	width: 980px;
	margin: 0 auto;
}

#minicart {
	float: left;
	padding: 18px 0 0 50px;
	width: 270px;
	height: 25px;
	color: #333333;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 10px;
	background: url('../images/checkout_bag.jpg') top left no-repeat;
}

	#minicart a, #minicart a:visited {
		color: #f8aa6d;
		font-size: 1.2em;
	}

	#minicart a:hover {
		color: #333333;
		text-decoration: none;
	}
	
	.minicart_cost { margin-left: 15px; }
	
	.minicart_items { margin-left: 15px; }

#footer {
	float: right;
	width: 460px;
	padding-right: 2px;
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 0.8em;
	/*font-weight: bold;*/
	color: #cdcfce;
}

	#footer p {
		padding: 0px;
		margin: 0 0 3px 0;
	}

	#footer a, #footer a:visited { color: #cdcfce; font-weight: normal; }
	#footer a:hover { color: #333; }

#clear { clear: both; }

#left_arrow, #right_arrow { width: 32px; background: #ccc; height: 32px; float:right; margin-top: 438px;}

#content_editorial {
	color: #fff;
	width: 920px;
	margin: 80px auto 0 auto;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.5em;
	overflow: auto;
}




.menu {
    font-family: arial, verdana, sans-serif;
    position: relative;
}

.rb_toggle {
    height: 25px;
    line-height: 25px;
    padding: 0 5px 0 0;
}
.rb_toggle span {
    color: #999;
    font-size: 11px;
    font-weight: bold;
    font-family: arial, verdana, sans-serif;
    cursor: hand;
    cursor: pointer;
}
.rb_toggle span.hover {
    color: red;
}

.rb_menu {
    position: absolute;
    left: 200px;
    top: 0;
}

.rb_menu ul,
.rb_menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.rb_menu li {
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 0;
}
.rb_menu a {
    font-size: 16px;
    font-weight: regular;
    color: #f90;
    text-decoration: none;
}
.rb_menu a:hover {
    text-decoration: underline;
}
.rb_menu a.current {
    color: #999;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* store css */

#product_images {
width: 382px;
height: 452px;
float: left;
}

#product_image_main {
	float: left;
	width: 269px;
	height: 451px;
	position: relative;
}

#product_thumbs {
	float: left;
	width: 112px;
	margin-left: 1px;
}

#zoom_button { position: absolute; top: 432px; left: 247px; background: url('/persistent/images/zoom_button.jpg') no-repeat; width: 22px; height: 19px; }

.thumb { margin-bottom: 1px; }

.fullscale img, .fullscale img a, .fullscale img a:visited, .fullscale img a:active { border: 0; }

#content_product {
	color: #787879;
	width: 470px;
	padding-right: 20px;
	margin: 45px auto 0 auto;
	font-size: 1.0em;
	
	line-height: 1.5em;
	float: right;
	height: 415px;
	overflow-y: auto;
	overflow-x: hidden;	
}

#content_product a, #content_product a:visited {
	color: #4c4c4e;
}

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

#content_product h1 {
	color: #4c4c4e;
	font-size: 1.5em;
}

.checkout_input {
	height: 18px;
	padding: 0;
	border: solid 1px #7f9db9;
	color: #666666;
	font-size: 11px;
}

.shopfront_input {
	height: 14px;
	padding: 2px 2px 0 2px;
	border: solid 1px #7f9db9;
	color: #666666;
	font-size: 11px;
}

.checkout_button { text-transform: lowercase; font-weight: bold; background: none; border: 0; padding: 0; text-align: left; cursor: pointer; }

.checkout_button:hover { color: #4c4c4e; cursor: pointer;}

.cart_button {
	color: #4c4c4e;
	border: none;
	padding: 0;
	margin:  0 !important;
	background: #fff;
	font-weight: bold !important;
	font-size: 1.0em;
	text-align: left;
	cursor: pointer;
}

.cart_button:hover {
	text-decoration: none;
	color: #FBD3AE;
	cursor: pointer;
}

.contact_submit { background: transparent !important; padding: 0px; margin: 0px; border: 0 !important; color: #4c4c4e !important; font-weight: bold; }

.contact_submit:hover {
	text-decoration: none;
	color: #fff !important;
	cursor: pointer;
}

#product_info { width: 80px; float: left; }


/* button styling */

input { padding: 2px; background: #eee; border: solid 1px #393939; color: #333; }

#social_icons {
	float: left;
	color: #4b4b4d;
	font-size: 0.9em;
	/*font-weight: bold;*/
	margin: 10px 0 0 0;
	padding: 0 55px 0 2px;	
}

#social_icons p {
		padding: 0px;
		margin: 0 0 5px 0;
		font-size: 0.9em;
}

#social_icons a, #social_icons a:visited {
	color: #4b4b4d;
}

#newsletterSubscribe table td {
	padding: 0 0 7px 0;
}

#sale {
	/*display: none;*/
	position: absolute;
	right: 31px;
	top: 166px;
	z-index: 1000;
}

#gallery_block {
	padding: 0;
	margin: 0;
	height: 320px;
	width: auto;
	overflow: hidden;
}

#gallery_block td { padding: 0 20px 0 0; }

#gallery_block a, #gallery_block a:visited {
	display: block;
	border: solid 4px #000;
}

