/*  =========================================================================  */
/*  Reset CSS  */
/*  -------------------------------------------------------------------------  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
a {
    outline: none;
 }

a img { 
	 border: none; 
	 padding: 0;
	 margin: 0;
	}
	
/*  =========================================================================  */
/*  general styles  */
/*  -------------------------------------------------------------------------  */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.5%;
}

body  {
  font-size: 1em;
	text-align: center;
	line-height: 1.35;
	color: #4d4d4d;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
	}
/*  =========================================================================  */
/*  layout  */
/*  -------------------------------------------------------------------------  */
#headerwrapper {
	width: 100%;
	background-color: #000;
	color: #fff;
	}

#header {
	width: 910px;
	background-color: #000;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0 25px;
	}
	
#logo {
	background: transparent url(../images/css/logo_head2.jpg) no-repeat;
	width: 100%;
	position: relative;
	z-index: 0;
	margin-top: -5px;
	height: 170px;
	padding-top: 8px;
	}
#logo a {
	/* background:transparent url(../images/css/logo.png) no-repeat scroll 25px 15px; */
	background:transparent url(../images/css/logo1.png) no-repeat scroll 0 4px;
	width: 363px;
	height: 162px;
	display: block;
	text-indent: -999em;
	overflow: hidden !important;
	}
/* Hide logo image from html when there is css enabled */
#logo a img {
	display: none;
	}

/*  =========================================================================  */
/*  Menu  */
/*  -------------------------------------------------------------------------  */
#navwrapper {
	width: 910px;
	position: relative;
	padding: 0;
	height: 4em;
	top: 1.9em;
	margin: -1.9em 0 0 0;
	background: transparent url(../images/css/menu_shadow.png) center bottom no-repeat;
	}
/* variations */
.black #navwrapper {
	background-color: #000;
	}
	
/*  =========================================================================  */
/*  nav & cart  */
/*  -------------------------------------------------------------------------  */
#nav {
	width: 910px;
	background: #1c1c1c url(../images/css/menu_bg.gif) left top no-repeat;
	position: relative;
	text-align: center;
	}
#nav ul {
	background: transparent url(../images/css/menu_bottom_white_bg.gif) left bottom no-repeat;	
	width: 910px;
	margin: 0;
	padding: 0 0 3px 0;
	list-style-type: none;
	position: relative;
	}
.black #nav ul {
	background-image: url(../images/css/menu_bottom_bg.gif);
	padding: 0;
	}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#nav a {
	float: left;
	padding: 1.1em 0 1.1em 0;
	width: 109px;
	font-weight: bold;
	font-size: 1em;
	color: #bfbfbf;
	line-height: 1.65em;
	text-decoration: none;
	border-right: 1px solid #1c1c1c;
	}

#nav a:hover{
	color: #fff;
	background-color: #1c1c1c;
	}
	
#nav #navhome a:hover, 
.home #nav #navhome a {
	color: #fff;
	background: transparent url(../images/css/home_hover.gif) left top no-repeat;
	}
	
#nav ul li#active a#current{
	color: #fff;
	background-color: #1c1c1c;
	}

#nav ul li#navhome a#current{
	color: #fff;
	background: transparent url(../images/css/home_hover.gif) left top no-repeat;
	}
/*==============================================================================
	LEFT CATEGORIES NAVIGATION
===============================================================================*/
#leftbar h2{
	background:transparent url(../images/css/categories_indicator.gif) no-repeat scroll left top;
	color:#000000;
	display:block;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	height:39px;
	letter-spacing:-1px;
	margin-left:10px;
	margin-top:20px;
	padding:10px 0 0 15px;
	width:170px;
	}
ul#navlist{
	margin-top:20px;
	margin-left:10px;
	}
ul#navlist ul.sub1{
	margin-left:10px;
	}
ul#navlist ul.sub1 ul.sub2{
	margin-left:20px;
	}
ul#navlist li{
	list-style-type:none;
	color:#323232;
	border-top:1px solid #F58220;
	}
ul#navlist li a{
	color:#323232;
	text-decoration:none;
	}
ul#navlist li a.active{/* <img src="../images/css/exis_idicator.png" width="10" height="12" alt=""> */
	background:transparent url(../images/css/exis_idicator.png) no-repeat scroll left 2px;
	font-weight:bold;
	height:12px;
	padding-left:12px;
	}
/*  =========================================================================  */
/*  Content  */
/*  -------------------------------------------------------------------------  */
#content-wrapper {
	margin:30px auto 0;
	text-align:left;
	width:910px;
	}
/* variations */
.black #content-wrapper {
	background-color: #000;
	color: #fff;
	}
	
#gallery{
	width:720px;
	height:381px;
	margin:0 auto;
	text-align:center;
	background:#fff;
	margin-top:60px;
}
#gal-text{
	float:left;
	width:318px;
	height:341px;
	background:#fff;
	text-align:left;
	padding:20px;
	color:#666;
	text-align:left;
	
	font-weight:normal;
}
#gal-text p{
	font-family:Times New Roman;
	font-size:1.6em;
	font-weight:normal;
	line-height:2.1em;
	}
#gal-text i,#gal-text em{
	font-family:Times New Roman;
	font-size:1.8em;
	font-weight:italic;
	}
#gal-img{
	width:362px;
	height:381px;
	float:left;
	text-align:left;
}
#gal-img li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#nav li.lag img{
	margin:7px auto;
}

/*  =========================================================================  */
/*  fix - floats  */
/*  -------------------------------------------------------------------------  */
 .fix:after {
 	display:block; 
 	visibility:hidden; 
 	clear:both; 
 	height:0; 
 	content: "."; 
 }
 .fix {
 	display:inline-block;
 }
 .fix {
 	display:block;
 }
 
 /*  =========================================================================  */
/*  footer  */
/*  -------------------------------------------------------------------------  */
 #footer {
	width: 910px;
	text-align: left;
	margin: 0 auto 2em auto;
	padding: 1.3em 25px;
	}

#footercontent {
  background: #e6e6e6 url(../images/css2/footer_bg_bottom.gif) left bottom no-repeat;
  font-size: .916em;
  color: #a6a6a6;
  margin-top: 2em;
  float: left;
  width: 100%;
}

#footercontent a, #footercontent a:link, #footercontent a:visited {
	color:#f58220;
}
#footercontent a:hover {
	color:#f58220;
}

#footercontent div {
  padding: .85em 15px .9em 15px;
  background: transparent url(../images/css2/footer_bg_top.gif) left top no-repeat;
  float: left;
  width: 880px;
}

#footercontent div ul li{
	list-style-type:none;
	float:left;
	padding:0 5px;
	border-right:2px solid #ccc;
	}

#footer p {
  float: left;
  margin: 0;
}

#footer p#copyrightinfo {
  float: right;
}

div.back{
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	}
div.back a{
	background: url(../images/css/sprites.png) no-repeat scroll 0 -25px;
	display:block;
	height:25px;
	padding:0;
	text-indent:-3000px;
	width:125px;
}