@charset "utf-8";
/* CSS Document */

/*COMMON STYLES*/

*
{
	/*font-family:Arial, Helvetica, sans-serif;*/
	text-align:justify;
	font-style:bold;
}

p, div, td
{
	font-size:12px;
	text-align:justify;
	color:#cccccc;
}

body
{
	margin:0px;
}

ul, li
{
	list-style:none;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	
}

.clear
{
	clear:both;
}

a
{
	text-decoration:none;
	color:#cccccc;
	font-size:16px;
}

/*COMMON STYLES*/

/*CONTAINERS*/

#container
{
	width:1000px;
	/*height:auto;*/
	margin:auto;
	border:1px solid #312A20;
	background-color:#000000;}

#header
{
	width:1000px;
	height:200px;
}

#menubar
{
	width:1000px;
	height:40px;
	border-bottom:1px solid #312A20;
	/*font-size:13px !important;*/
}

/*
#menubar .last
{
	border-right:1px solid #312A20;
}
*/

#left
{
	width:200px;
	height:auto;
	float:left;
	border-right:1px solid #312A20;
	/*font-size:13px !important;*/
	
}

#main
{
	width:776px;
	height:auto;
	/*min-height:600px;*/
	float:left;
	/*padding-left:10px;
*/}

#footer
{
	width:1000px;
	height:40px;
	border-top:1px solid #312A20;
	clear:both;
}

/*END OF CONTAINERS*/

/*HOME*/

#menubar ul
{
	margin:auto;
	/*width:796px;*/
	padding-left:200px;
	height:40px;
}

#menubar li
{		
	height:10px;
	margin:auto;
	padding:15px 20px 15px 20px;
	float:left;
	color:#EEEEEE;
	border-left:1px solid #423A2F;
	/*
	padding-top:5px;
	padding:5px 10px 15px 20px;
	padding:5px 10px;
	padding:5px 10px 0px;
	padding:5px;*/
	
}

#menubar .last
{
	border-right:1px solid #423A2F;
}

#menubar .active li, #menubar li:hover, #menubar a:hover
{
	background-color:#312A20;
	color:#DDDDDD;
}

/*#menubar>ul>li>ul>li
{
	
}*/

/*END OF HOME*/

/*LEFT*/

.categories
{
	text-align:center;
	font-size:22px !important;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
}

#left ul
{
	width:200px;
	height:auto;
	float:left;
	border:1px solid #312A20;

}

#left li
{
	width:180px;
	padding:10px 10px 10px 10px;
	height:25px;
	border-bottom:1px solid #312A20;
	font-size:16px;
	color:#FFFFFF;
}

#left .active li, #menubar li:hover, #menubar a:hover
{
	background-color:#312A20;
	color:#DDDDDD;
}


/*END OF LEFT*/

/*MAIN*/

#main .heading
{
	width:795px;
	height:auto;
	height:36px;
	border-bottom:1px solid #312A20;
	font-size:24px;
	padding-top:10px;
	padding-left:5px;
}


#main #about us
{
	width:795px;
	height:35px;
	padding-right:10px;
	padding-left:5px;
}

#featured ul
{
	width:800px;
	/*height:548px;*/
	margin:auto;
	/*border:1px solid #312A20;*/
}

#featured li
{
	width:201px;
	height:275px;
	/*border-right:1px solid #312A20;
	border-bottom:1px solid #312A20;
*/	/*border:1px solid #312A20;
	border-bottom:none;
	border-right:none;*/
	float:left;
	text-align:center;
	font-size:18px;
	padding-top:20px;
	padding-left:32px;
	padding-right:31px;
	padding-bottom:5px;
	border-right:1px solid #312A20;
	border-bottom:1px solid #312A20;
	
}

#featured .first
{
	border-left:1px solid #312A20;
	padding-left:30px;
}

#product ul
{
	width:795px;
	/*height:548px;*/
	
	
	/*border:1px solid #312A20;*/
}

#product li
{
	width:199px;
	height:300px;
	border-right:1px solid #312A20;
	border-bottom:1px solid #312A20;
	/*border:1px solid #312A20;
	border-bottom:none;
	border-right:none;*/
	float:left;
	text-align:center;
	font-size:18px;
	padding:20px 30px 5px 30px;
	 
}

#product .first
{
	border-left:1px solid #312A20;
}

.first
{
	border-left:none;
}

/*END OF MAIN*/

/*FOOTER*/

#footer ul
{	
	width:1000px;
	height:40px;
	clear:both;
}

#footer li
{
	width:920px	
	height:10px;
	padding:15px 10px 15px 10px;
}	

/*FOOTER*/

/*CONTACT US*/

#main .form li
{
	margin-bottom:10px;		
}

#main .form
{
	width:302px;
	height:600px;
		
}

.label
{
	width:140px;
	float:left;
	padding-left:10px;		
}

.field
{
	width:150px;
	float:left;		
}
.textbox
{
	width:150px;
	
}

.btn
{
	float:right;
}

/*END Of contact us*/

/*LIGHTBOX*/

#white_box
{
	z-index:1003;
	top:0px;
	left:0px;
	position:absolute;
	display:none;
}


/*END OF LIGHTBOX*/