body {
	background: #000000;
	font-family: Tahoma, Arial, sans-serif;
	color: #333333;
	min-width: 1000px;
	font-size: 11px;
	/*background-image: url(../images/main_page/img01.gif); */
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
	font-family: Verdana;
	outline:0;
}

a:hover { text-decoration: none; color: #f0c458;}
a img { border: none; }

a.email {
	text-decoration: none;
	color: #f0c458;
	outline:0;
}

a.email :hover { text-decoration: underline; }

/* fixed from left
body {
	margin: 0px 0px 0px 142px;
}
#wrapper {
	width: 1000px;
} */
/* centered */

body {
	margin: 0px;
	text-align: center;
}

#wrapper {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	background: #000;/*171717;*/
	position: relative;
}

div.header {
	background: #171717 url(../images/main_page/header_bg.gif) repeat-x top left;
	padding-top: 12px;
	padding-bottom: 12px;
	overflow: auto;
	top: 0px;
	width: 1000px;
}

* html div.header { width: 1000px; }

div.header #logo {
	position: absolute;
    display: block;
	top: 5px;
	float: left;
}

div.header #logoTXT {
	position: absolute;
    display: block;
	top: 10px;
	left: 7px;
	color: #FFFFFF;
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	float: left;
}

div.header #logoTXT .slogan {
	font-size: 14px;
	font-weight: normal; 
}

div.header #utility {
	float: right;
	padding: 2px 30px 0px 0px;
	border-right: 1px dashed #666666;
	width: 400px;
}

#header_phone {
	background:url(../images/main_page/site-header-phone-icon.gif) center left no-repeat;
	padding-left:18px;
	margin-left:10px;
	color:#fff;
}

div.header #utility ul.navigation { float: right; }
div.header #utility ul.navigation li a { background: url(../images/main_page/grey_bullet.gif) no-repeat center left; }
div.header #utility ul.navigation li:first-child a { background: none; }

div.header #shopping_bag { position:relative; }
div.header #search {
	clear: both;
	padding-top: 10px;
	overflow: auto;
}
div.header #search_form label {
	float: right;
	margin-right: 1em;
	line-height: 21px;
}
div.header #search_term_div {
	background: url(../images/main_page/search_field_bg.gif) no-repeat top left;
	width: 95px;
	float: right;
	padding-left: 2px;
}
div.header #search_term {
	height:16px;
	width: 91px;
	margin:3px 0 0 3px;
	padding: 2px 0px 0px 0px;
	float: right;
	font-weight: normal;
}
div.header #search_btn {
	height: 21px;
	width: 27px;
	background: url(../images/main_page/search_btn_bg.gif) no-repeat top left;
	margin: 0px;
	padding: 0px;
	float: right;
	cursor: pointer;
	outline:0;/*DSN 251*/
}

div.header #shopping_bag {
	float: right;
	background: url(../images/main_page/shopping_bag.gif) no-repeat center left;
	margin-left: 20px;
	padding: 0px 20px 0px 60px;
	min-height: 54px;
}

div.header #shopping_bag p {
	margin: 2px 0px;
	color: #cccccc;
}

ul.navigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*overflow: auto;KT*/
}

ul.navigation li {
	float: left;
	/*cursor: pointer;*/
}

.header ul.navigation li a {
	color: #999999;
}
div.header #shopping_bag ul.navigation li a {
	margin-right: 8px;
	padding-right: 8px;
}
div.header #utility ul.navigation li a {
	margin-left: 8px;
	padding-left: 8px;
}

.custom_input {
	border: 0 none;
    border-color:transparent;
	margin: 0px 0px 0px 3px;
	font-weight: bold;
	font-size: 1em;
	cursor: text;
	text-align: left;
	padding: 0px 4px 0px;
	height: 21px;
	vertical-align: middle;
}

/*NAVIGATION*/
#nav_container {
    display: block;
	max-width: 1000px;
    margin: 0 auto;	
}
#nav_navigation {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    height: 35px;
    padding: 0;
    z-index: 1000;
	background: #332f2b;
}
.nav ul {
	position: relative;
    max-width: 1000px;
    margin: 0;
	padding: 0;
	height: 33px;
	left: 0px;
	list-style: none;	
}
.nav li {
	display: block;
	overflow: hidden;
	float: left;
	border: 1px solid #534f4b;
	border-right: 0px solid #534f4b;
	width: auto;
    height: 33px;
	line-height: 33px;
	padding: 0px 9px 0px 9px;
}
.nav li:hover {
	display: block;
	overflow: hidden;
	float: left;
	border: 1px solid #005baa;
	border-right: 0px solid #005baa;	
	background: #005baa;
    height: 33px;
	padding: 0px 9px 0px 9px;
	z-index: 2;
}
.nav li.last {
	display: block;
	overflow: hidden;
	float: left;
	border: 1px solid #534f4b;
	width: auto;
    height: 33px;
	line-height: 33px;
	padding: 0px 14px 0px 14px;
}
.nav li.last:hover {
	display: block;
	overflow: hidden;
	float: left;
	border: 1px solid #f0c458;
	background: #f0c458;
    height: 33px;
	line-height: 33px;
	padding: 0px 14px 0px 14px;
	z-index: 2;
}
.nav li.empty:hover {
	display: block;
	overflow: hidden;
	float: left;
	border: 1px solid #f0c458;
	background: #f0c458;
    height: 33px;
	line-height: 33px;
	padding: 0px 9px 0px 8px;
	z-index:2;
}

.nav li.last:hover .sub,
.nav li.empty:hover .sub,
.nav li:hover .sub,
.nav li.hover .sub { display:block; }

.nav li .sub {
	display: none;
	position: absolute;
	top: 35px;
	max-width: 378px;
	border: 3px solid #f0c458;
	background: #fff;
	margin-left: -10px;
}
.nav li.empty .sub {
	display: none;
	position: absolute;
	top: 35px;
	min-width: 0px;
	height: 0px;	
	border: 0px solid #f0c458;
	background: #dedede;
	margin-left: -10px;
}
.nav li.last .sub {
	display: none;
	position: absolute;
	top: 35px;
	min-width: 0px;
	height: 0px;	
	border: 0px solid #f0c458;
	background: #dedede;
	margin-left: -10px;
}

.catMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
}

.subMenuC { 
    position: relative;
	display: block;
	overflow: hidden;
	float: left;	
	top: 0px;
	display: block;
	border: 0px solid #f0c458; 
	z-index: 2;
	background: #ffffff;	
	width: 180px;
	line-height: 17px;
}

.subCatIMG {
	border: 1px solid #f0c458; 
	background: #ffffff;
	max-width: 40px;
	max-height: 40px;
	text-align: center;	
}
/* END OF NAVIGATION */

.mainPage {
	position: absolute;
	color: #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	width: 674px;
	height: 180px;
	padding: 20px 10px 0px 10px;
	background: #333333;
	border-right: 6px solid #f0c458;
}

.mainPage_fullwidth {
	position: relative;
	height: 200px;
	background-color: #333333;
	margin-bottom: 0px;
}

.sMenuH {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.sMenuSO {
	color: #f0c458;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.sMenuPC {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.prodDesc {
	padding: 0px 20px 0px 0px;
}

.sMenuPR {
	color: #f0c458;
	font-family: verdana;
	font-size: 16px;
}

SELECT.size {
	background-color: #fff; 
	color: #000;
	border: 1px solid #f0c458;
	font-size: 10px;
	font-family: Verdana;
	line-height: 20px;
	padding: 1px;
}

SELECT.color {
	background-color: #fff; 
	color: #000;
	border: 1px solid #f0c458;
	font-size: 10px;
	font-family: Verdana;
	line-height: 15px;	
}






/* SLIDER */
.container { 
	width: 100%; 
	height: 200px; 
	overflow: hidden; 
	position: relative; 
	cursor: pointer;
}
div.slides { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
}
div.slides > div { 
	position: absolute; 
	top: 0; 
	width: 300px; 
	display: none; 
	padding: 0; 
	margin: 0; 
}
#loopedSlider { 
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
	clear: both; 
}
img { border: 0px; }

.opacity {
	position:absolute;
	bottom: 0;
	left:0;
	height: 20px;
	width: 298px;
	padding: 8px 0px;
	background: #f0c458;
	opacity:0.50;
	filter: alpha(opacity=50);
}

.opacityText {
	color: #000;
	line-height: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}

#bot_navigation {
    position: relative;
    width: 998px;
    margin: 0 auto;
    height: 33px;
    padding: 0;
    z-index: 10;
	border-top: 1px solid #f0c458;	
	border-bottom: 1px solid #f0c458;
	border-left: 1px solid #000;
	border-right: 1px solid #000;		
	background: #000000;
}

#bot_navigation2 {
    position: relative;
    width: 998px;
    margin: 0 auto;
    height: 10px;
    padding: 0;
    z-index: 10;
	border-top: 1px solid #f0c458;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;		
	background: #000000;
}

/* FOOTER AND PICTURE MENU */
.footer {
	clear: both;
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	min-height: 700px;
}

.special {
	clear: both;
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
}


.sMenuImg { 
    position: absolute;
	top: 30px;
	display: block;
	border: 0px solid #f0c458; 
	z-index: 2;
	background: #ffffff;
	width: 140px;
	height: 140px;
	text-align: center;
}

.newInDescription { 
	margin-top: -10px;
	width: 140px; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sMenu1 {
    position: relative;
	display: block;
	overflow: hidden;
	float: left;	
	top: 0px; 
    left: 0px;
	width: 170px;
	height: 500px;
	border-bottom: 0px dashed #534f4b;
	padding: 30px 2px 30px 20px;
	background: #000000;
}

.sMenu1a {
    position: relative;
	display: block;
	overflow: hidden;
	float: left;	
	top: 0px; 
    left: 0px;
	width: 140px;
	height: 240px;
	border-bottom: 0px dashed #534f4b;
	padding: 30px 2px 30px 20px;
	background: #000000;
}

a.spec {
	text-decoration: none;
	color: #f0c458;
	outline: 0;
}

a.spec :hover { text-decoration: underline; }


a.sMenuP {
	color: #f0c458;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.sMenuP :hover{
	color: #f0c458;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.footer2 {
	clear: both;
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	padding: 10px 20px 10px 25px;
	border-top: 1px dashed #534f4b;
}

.includeData {
	color: #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	padding: 20px 0px 0px 10px;
	border-bottom: 0px solid #f0c458;
}

.specialOffers {
	color: #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	padding: 20px 0px 0px 10px;
	background: #000000;
	border-bottom: 0px solid #f0c458;
}

.productDetails {
	color: #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	padding: 20px 0px 0px 10px;
	background: #000000;
	border-bottom: 0px solid #f0c458;
}

.sMenuP {
	color: #f0c458;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.catBG {
    position: relative;
	display: block;
	height: 140px; 
	width: 140px; 
	border: 1px solid #f0c458;
	z-index: 10;
}

.catIMG {
	max-height: 130px; 
	max-width: 130px; 
}

.detIMG {
	width: 300px; 
	border: 2px solid #f0c458;
}

.subCatMenu {
	color: #f0c458;	
	font-weight: none;
	text-decoration: none;
}

.catMenu  a {
	color: #fff;	
	font-weight: none;
	text-decoration: none;
}


