body {
	background:#000000;
	margin:0; 
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
}

table{
	color: #959595;
	font: 11px Century Gothic;
	border:0;
}

/*---------------------- HEADER & FOOTER ------------------------------*/
.footer {
	padding-top:10px;
	color: #333333;
	font:11px Century Gothic; 
	float:right;
	margin:0 auto;
	padding-bottom:20px;
}


/*---------------------- SHOPING CART ------------------------------*/
.snumber{
	height:58px; 
	float:left;
	font:bold 42px Century Gothic; 
	color:#FF0000; 
}



/*---------------------- MENU ------------------------------*/

.menu a{
	text-decoration:none;
	margin:0 1px;
	padding:10px 50px 20px 0px;
	display:block;
	float:left;
	color:#333333;
	font: 14px Century Gothic;
}


.menu a:hover{
	text-decoration:none;
	color:#959595;
	font: 14px Century Gothic;
}

/*----------------------------------------------------*/

.nav{
	width:600px; 
	float:right; 
	font:14px Century Gothic;
	padding-top:25px;
	text-align:right;
}

.nav a, .nav a:hover {
	color: #FF0000;
	text-decoration: none;
}

/*------------------------- INPUT ---------------------------*/
input {
    /*border: 1px solid #333;*/
	border: 1px solid #333;
	border-bottom: 1px solid #333;
	padding:2px;
    background: #000;
	color:#959595;
}

.input {
    /*border: 1px solid #333;*/
	border: 1px solid #333;
	border-bottom: 1px solid #333;
	padding:2px;
    background: #000;
	color:#959595;
}

textarea 
{
	border: 1px solid #333;
	border-bottom: 1px solid #333;
	padding:2px;
    background: #000;
	color:#959595;
	}

.button {
    border: 1px solid #171717;
    background: #171717;
    padding: 2px 8px;
	color:#959595;
}
.button:hover {
    border: 1px solid #333;
    background: #333;
    padding: 2px 8px;
	color:#959595;
}

/*-------------------- CONTENT------------------------------*/

h1 {
	font:bold 16px Century Gothic;
	margin:0.5em 0;
	color:#FF0000;
}

h2 {
	font:14px Century Gothic;
	margin:0.5em 0;
	color:#FF0000;
}
h3 {
	font: 14px Century Gothic;
	margin:0.1em 0;
	color:#FF0000;
}

h4{
	font:14px Century Gothic;
	margin:0.5em 0;
	color:#FF0000;
	/*color:#907854;*/
}

h5 {
	font:14px Century Gothic;
	margin:0.2em 0;
	color:#959595;
}

.style1 {color: #FF0000}

a {
	/*color:#1c6b94;*/
	color: #959595;
    text-decoration: none;
}

a:hover {
	/*color:#e55d11;*/
	color: #FF0000;
    text-decoration: none;
}


/*--------------     PRODUCT CATEGORY  LIST      ------------------------------*/
.block_directory {
	margin:6px;
	padding:8px;
	float:left;
	width:90%;
	border:0px solid #baa78c;
}

.block_directory:hover{
	border:0px solid #baa78c;
	/*border:1px solid #eee;
	background:#baa78c;*/
}
ul.list_directory {
	list-style-type:none;
	margin:0px; padding:0px;
}

ul.list_directory li {
	/*width:250px;*/
	padding:5px;
}

ul.list_directory li:hover {
	background: #1c1c1c;
}

.block_directory a {
	/*color:#1c6b94;*/
	color: #959595;
    text-decoration: none;
}

.block_directory a:hover {
	/*color:#e55d11;*/
	color: #959595;
}


/*****************/
/* Error Message */
/*****************/
.ErrorMessagePageValidation
{
	font-weight: bold;
	font-size: 9pt;	
	color: #FF3300;
	font-style: normal;
	font-family: 'Microsoft Sans Serif';
}


/*--------------       light box      ------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }