/* CSS Document */

/*--------------------------- GENERAL ---------------------------*/

body {
	font-size:12px;
	color: #282828;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFEF9;
	margin:0;
	line-height: 1.5em;
	background-image: url(../images/style-1/backgrounds/bg-1.jpg);
	background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;}

/*--------------------------- WRAPPER ---------------------------*/

#wrapper {
	width:960px;
	margin:0 auto 0 auto;}
	
/*--------------------------- HEADER ---------------------------*/

#header {
	width:945px;
	height:auto;
	overflow:hidden;
	padding:10px 0px 5px 15px;
	background-color:#FFF;
	border-top:#022029 3px solid;}

/*--------------------------- LOGO ---------------------------*/

#logo {
	float:left;
	font-size:35px;
	letter-spacing: normal;
	font-family: 'BebasNeueRegular';
	color:#022029;}

/*--------------------------- TOP BANNER ---------------------------*/

.top-banner {
	float:right;
	width:468px;
	height:60px;
	background-color: #CCC;}

/*--------------------------- NAVIGATION TOP ---------------------------*/

.sf-menu {
	width:960px;
	background-color:#022029;
	color:#FFFFFF;
	font-size:18px;
	height:42px;
	margin-bottom:20px !important;
	z-index:99;
	background-image: url(../images/style-1/texture/blue.jpg);
	background-repeat: repeat;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;}
	
.sf-menu {
	line-height:	40px;}
	

	
	
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */}
	
.sf-menu li {
	float:			left;
	position:		relative;}
	
.sf-menu a {
	font-family: 'BebasNeueRegular';
	display:		block;
	position:		relative;
	color:#FFF;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	font-weight: normal !important;}
	
	/* Drop down */
	
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	background-color:#fff;
	font-size:13px !important;}	


.sf-menu ul li {
	width:			100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	height:30px;
	line-height:30px !important;}
	
.sf-menu ul li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;}

.sf-menu ul li a:hover {
	color:#000;
	background: #f3f3f3;
 	 border-left: 3px #282828 solid;
	  padding-left: 7px;}

.sf-menu a:hover {
	color:#f3bc19;
	font-weight: normal;
}
	
.sf-menu a.current {
	color:#f3bc19;
	border-bottom:2px solid #f3bc19;
	font-weight: normal;
	}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			42px; /*2.5em; */ /* match top ul list item height */
	z-index:		99;}
	
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;}
	
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;}
	
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;}
	
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;}
	
.sf-menu a.sf-with-ul {
	padding-right: 	30px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */}
	
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url(../images/style-1/navigation/arrows.png);
	background-repeat: no-repeat;
	background-position: -10px -100px;
}
	
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/}
	
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;}

/*--------------------------- STATIC IMAGE ---------------------------*/

#static-image {
	width:960px;
	height:auto;
	margin-bottom:20px;}

/*--------------------------- BREADCRUMB ---------------------------*/

#breadcrumb {
	color: #555 !important;
	width:930px;
	margin-bottom:20px;
	background-color: white !important;
	background-image: url(../images/style-1/texture/white.png);
	height:30px;
	line-height:30px;
	padding:0 15px 0 15px;
	border:1px solid #d3d3d3;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#breadcrumb ul {}

#breadcrumb li {
	list-style-type: none;
	float: left;}
	
#breadcrumb ul li{}

#breadcrumb ul li a{
	color:#CB6326;
	text-decoration:none;
	background-image: url(../images/elements/list.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin:0 6px 0 0;
	padding:0 10px 0 0;
}

#breadcrumb ul li a:hover{
	color:#022029;
	text-decoration:underline;}

/*--------------------------- SLIDER ---------------------------*/

#slidershow {
	width:960px;
	margin-bottom:20px;
	background-color:#022029;
	}

/*--------------------------- EMPTY BOX ---------------------------*/

.empty-box {
	margin-bottom:20px;
	width:930px;
	color:#282828;
	padding:0 15px 0 15px;
	font-size: 40px;
	line-height:40px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:300;
}

/*--------------------------- MAIN CONTENT ---------------------------*/

#main-content.full_width {
	background-color:#FFFFFF;
	width:930px;
	clear:both;
	height:auto;
	margin-bottom:20px;
	padding:15px 15px 15px 15px;}

#main-content.shop {
	width:715px !important;
	float:left;
	height:auto;
	margin-bottom:20px;
	padding:0px !important;}

#main-content.shop-full-width {
	width:960px !important;
	height:auto;
	margin-bottom:20px;
	padding:0px !important;}

#main-content {
	background-color:#FFFFFF;
	width:685px;
	float:left;
	height:auto;
	margin-bottom:20px;
	padding:15px;}

#main-content.no-background {
	background-color:transparent !important;}





/*--------------------------- SHOP STYLE ---------------------------*/



.boxgrid{
	padding-top:10px;
	width: 225px; 
	height: 170px; 
	float:left; 
	background:#fff;
	overflow: hidden; 
	position: relative;}
	
.boxgrid h5{
	color:#022029;
	padding:0 15px;
	font-family: 'BebasNeueRegular';
	font-size:18px;}			

.boxgrid a{
	text-decoration:none;
	color:#022029;}

.boxgrid a:hover {}

.boxgrid-info-box {
	float: left;
	width:225px;
	background-color:#FFF;
	background-image: url(../images/style-1/texture/blue.jpg);
	background-repeat: repeat;
}

.boxgrid-old-price {
	color:#1f7f9c;
	float:left;
	height:36px;
	line-height:32px;
	margin-left:10px;
	font-family: 'BebasNeueRegular';
	font-size:16px;
	text-decoration:line-through;}

.boxgrid-price {
	color:#fff;
	float:left;
	height:36px;
	line-height:38px;
	margin-left:10px;
	font-family: 'BebasNeueRegular';
	font-size:19px;}
	
a.button.add {
	float:right;}
	
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; }

/*--------------------------- IMAGES ---------------------------*/

img {
	border:none;}
	
img a{
	border:none;}

/*--------------------------- RIBBONS ---------------------------*/

.new-item{
	background-image:url(../images/style-1/shop%20labels/new-item.png);
	z-index:98;
	top:0px;
	right:0px;
	position:absolute;
	width:79px;
	height:79px;
}
	
.out-of-stock{
	background-image:url(../images/style-1/shop%20labels/out-of-stock.png);
	z-index:98;
	top:0;
	right:0;
	position:absolute;
	width:79px;
	height:79px;}	

.off-price{
	background-image:url(../images/style-1/shop%20labels/off-price.png);
	z-index:98;
	top:0;
	right:0;
	position:absolute;
	width:79px;
	height:79px;}

			
a.button.add-in {
	margin:5px 0 0 15px;}

.boxgrid p{ 
	padding: 0 15px; 
	color:#022029; }
				
.boxcaption{ 
float: left; 
position: absolute; 
background: #082028; 
height: 100px; 
width: 100%; 
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}

.captionfull .boxcaption {
	top: 260;
	left: 0;}
	
.caption .boxcaption {
	top: 220;
	left: 0;}

/*--------------------------- SHOP SINGLE STYLE ---------------------------*/

.description-article {
	width:193px !important;
	border:1px solid #ccc;
	padding:10px;
	background-color:#FFFFFF;
	color: #CB6326;}

.availability {
	margin-bottom: 5px;
	display:block;}


select {
	width:100%;
	margin-bottom:20px;
}
option {}

/*--------------------------- FLOAT & ALIGN---------------------------*/

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;}

/*--------------------------- FRAME IMAGES---------------------------*/

.border-frame {
	background: white;
	padding: 4px;
	border: 1px solid #DEDEDE;
	vertical-align: bottom;}

/*--------------------------- COLUMNS ---------------------------*/

.shop-item {
	width: 225px;
	position: relative;
	margin-right: 20px;
	float: left;
	margin-bottom:25px;}

.one_half 		{ width: 455px; }
.one_half a 		{ color:#369; }

.one_third 		{ width: 296px; }
.two_third 		{ width: 613px; }
.one_fourth 	{ width: 217px; }
.three_fourth 	{ width: 692px; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 20px;
	float: left;
	margin-bottom:25px;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

.margin-top-20 {	
	margin-top: 20px;
}

/*--------------------------- SIDEBAR ---------------------------*/

#sidebar {
	width:225px;
	float:left;
	height:auto;
	margin-right: 20px;
}

#sidebar a{
	color:#cb6326;}

#sidebar a:hover{
	color:#000;}

#sidebar .sidebar-widget{
	margin-bottom:20px;}

#sidebar .sidebar-title {
	font-family: 'BebasNeueRegular';
	background-color:#022029;
	font-size:18px;
	padding:7px 15px 7px 15px;
	color:#FFF;
	background-image: url(../images/style-1/texture/blue.jpg);
	background-repeat: repeat;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

#sidebar .sidebar-title.red {
	font-family: 'BebasNeueRegular';
	background-color:#cb6326 !important;
	background-image: url(../images/elements/texture-bg-red.png);
	font-size:18px;
	padding:7px 15px 7px 15px;
	color:#FFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);}

#sidebar .sidebar-title.white {
	font-family: 'BebasNeueRegular';
	background-color:#FFF !important;
	background-image: url(../images/style-1/texture/white.png);
	font-size:18px;
	padding:7px 15px 7px 15px;
	color:#022029;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#sidebar .sidebar-content {
	font-size:13px;
	background-color:rgba(255, 255, 255, 1.0);
	color:#000;
	padding:7px 15px 7px 15px;}

/*--------------------------- LOGIN PAGE ---------------------------*/

.sign-in {
	width:425px;
	height: 200px;
	padding: 15px;
	float: left;
	margin:7px 0 7px 0;
	background-color: white;
	border: #CCC solid 1px;}
	
.sign-in ul {
	float: left;
	list-style: none;
	padding-bottom: 10px;}
	
.sign-in label {
	float:left;
	width:100px;}	
	
.sign-in li {
	float: left;
	list-style: none;
	padding-bottom: 10px;}

.sign-in label {
	margin-right:15px;}
	
.new-customer {
	width:425px;
	height: 200px;
	padding: 15px;
	float: right;
	margin:7px 0 7px 0;
	background-color: white;
	border: #CCC solid 1px;}

/*--------------------------- SIDEBAR WIDGETS SEARCH BOX ---------------------------*/

#sidebar .search-box input{
	height:30px !important;
	padding:0 15px 0 15px;
	width:195px;
	color:#999;
	border:none !important;
}

/*--------------------------- SIDEBAR WIDGETS ACCORDION MENU ---------------------------*/

ul.menu {
	margin:-7px -15px -7px -15px;
}

ul.menu a {
  display: block;
  text-decoration: none;}

ul.menu li {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
}

ul.menu li a {
	color: #282828 !important;
	padding: 0.5em;
	background-color: #fff;
	background-image: url(../images/style-1/elements/accordion/accordion-main-static.jpg);
	background-repeat: no-repeat;
	padding-left:15px;
	background-position: right;
}

ul.menu li a:hover {
	background-color: #fff;
	background-image: url(../images/style-1/elements/accordion/accordion-main.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

ul.menu li ul li a {
  background: #fff;
  color: #000;
  padding-left: 25px;}

ul.menu li ul li a:hover {
  background: #f3f3f3;
  border-left: 3px #282828 solid;
  padding-left: 22px;}

/*--------------------------- FOOTER WIDGETS ---------------------------*/

#footer .footer-widget{
	}

#footer .footer-title {
	font-family: 'BebasNeueRegular';
	font-size:18px;
	padding:4px 0px 0px 0px;
	color:#f3bc19;}

#footer .footer-content {
	font-size:13px;
	color:#999;
	padding:7px 0px 7px 0px;
}

/*--------------------------- FOOTER ---------------------------*/

#footer {
	color:#999;
	width:930px;
	padding:7px 15px 7px 15px;
	clear:both;
	background-color:#022029;
	height:auto;
	overflow:hidden;
	background-image: url(../images/style-1/texture/blue.jpg);
	background-repeat: repeat;
	max-height:346px;
	margin-bottom:20px;
}

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

#footer a:hover{
	color:#F3BC19;}

#footer ul li {
	list-style-position: inside;
	list-style-image: url(../images/style-1/elements/list/circle.png);
}

/*--------------------------- COPYRIGHT ---------------------------*/

#copyright {
	color:#999;
	width:960px;
	margin-bottom:40px;}

/*--------------------------- 404 PAGE ---------------------------*/

.error-title {
	font-size: 70px;
	font-family: 'BebasNeueRegular';
	text-align:center;
	color:#022029;
	margin-top: 50px;
	margin-bottom: 50px;
}

.error-main {
	text-align:center;
	color:#022029;
	font-size:26px;
	margin-bottom:20px;}

.error-text {
	text-align:center;
	margin-bottom:20px;}

/*--------------------------- CONTACT FORM ---------------------------*/

#contact-wrapper {}

#contact-wrapper div {
	clear:both;}
	
#contact-wrapper label {
	display:block;
	float:none;
	width:auto;}
	
form#contactform input {
	text-decoration:none;
	display: inline-block;
	margin: -5px 5px 9px 0px;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 6px 6px 6px;
	}
	
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	margin: -5px 5px 0px 0px;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;}

/*------------------------------------------------*/
/*	BUTTON SHORTCODES
/*------------------------------------------------*/
	
a.button{
	text-decoration:none;
	color:#FFF !important;
	height: 18px;
	display: inline-block;
	margin: 5px 5px 5px 0;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 6px 0 6px;
}

a.button.blue-button {
	background-image: url(../images/style-1/elements/buttons/default.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:#022029 1px solid;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
	
a.button.blue-button:hover {
	background-image: url(../images/style-1/elements/buttons/default-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:#022029 1px solid;}

a.button.orange-button {
	color:#7b6113 !important;
	background-image: url(../images/style-1/elements/buttons//orange.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:#f3bc19 1px solid;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);}
	
a.button.orange-button:hover {
	background-image: url(../images/style-1/elements/buttons/orange-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:#f3bc19 1px solid;}

a.button.red-button {
	color:#5b2a0d !important;
	background-image: url(../images/style-1/elements/buttons/red.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:#cb6326 1px solid;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);}
	
a.button.red-button:hover {
	background-image: url(../images/style-1/elements/buttons/red-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:#cb6326 1px solid;}

a.button.white-button {
	color:#555 !important;
	background-image: url(../images/style-1/elements/buttons//white.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:#D3D3D3 1px solid;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);}
	
a.button.white-button:hover {
	background-image: url(../images/style-1/elements/buttons/white-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:#D3D3D3 1px solid;}
