

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

html, body
{ 
	font-family: Helvetica; 
	font-size: 12px;
	padding: 0px; 
	margin: 0px; 
	border: 0px transparent none; 
	
	background-repeat:no-repeat; 
	background-position:top;
	background-color:#000000;
	height:100%;
	color:#cccccc;
	
}

a
{
	color:#c11623;
	text-decoration:none;
}

a:hover
{
	color:#999;
	text-decoration:underline;
}


#shell
{
	width: 990px;
	margin:0 auto;
	padding:0px;
	text-align:center;
	position:relative;

}

#navbar
{
	width:100%;
	background-image:url(../images/bg_navbar.jpg);
	background-repeat:repeat-x;
	height:78px;
	text-align:center;
	
}

#navigation
{
	
	width: 990px;
	margin: 0 auto;
	padding:0;
	text-align:center;
	position:relative;
	border-bottom:1px solid #999999;
	height:77px;
	z-index:1000;

}

#left
{
	width:742px;
	float:left;
	
}

#right
{
	width:247px;
	float:left;
	border-left:1px solid #999999;
}

.featured
{
	float:left;
	width:345px;
	height:98px;
	background-image:url(../images/bg_featured.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #FFF;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	color:#666;
	padding:10px;
	padding-left:15px;
	text-align:left;
}

.left_brands
{
	float:left;
	width:330px;
	padding-top:30px;
/* 	height:634px; */
	height: 750px;
	background-color:#e6e7e8;
	color:#666;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
}

.right_brands
{
	float:left;
	width:660px;
/* 	height:659px; */
	height: 775px;
	background-color:#FFF;
	padding-top:5px;
}


.left_brands2
{
	float:left;
	width:330px;
	padding-top:30px;
	background-color:#CCC;
	color:#666;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	height:100%;
}

.right_brands2
{
	float:left;
	width:660px;
	background-color:#FFF;
	padding-top:5px;
	color:#333;
}


.bg_galleries
{
	background-color:#ffffff;
	padding:10px;
	color:#666;
	min-height:440px;
}


.subcagegories
{
	width:312px;
	height:180px;
	margin-left:10px;
	margin-right:0px;
	margin-top:3px;
	margin-bottom:0px;
	float:left;
}

.subcagegories2
{
	width:630px;
	height:170px;
	margin-left:15px;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:0px;
	float:left;
	border:1px solid #a2a1a1;
}

.right_boxes
{
	width:170px;
	min-height:600px;
	float:right;
	color:#666;
	background-color:#efefef;
	padding:15px;
	text-align:center;
	
}

.right_boxes_ibib
{
	width:210px;
	min-height:600px;
	float:right;
	color:#666;
	background-color:#FFF;
	padding:10px;
	text-align:center;
	
}


.display_pages_nav
{
	text-align:right; 
	margin-top:5px; 
	color:#666666; 
	margin-right:15px; 
	width:728px; 
}

.breadcrumb
{
	float:left;
	width:500px;
	
}

.search_count
{
	float:right;
	widows:200px;
}


.error_message
{
	border:1px solid #cccccc; 
	background-color:#efefef; 
	padding:5px; 
	margin-bottom:10px; 
	margin-top:20px; 
	color:red; 
	width:500px;
}

/* NAVIGATION BAR */


ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	
	height: 32px;
}
 ul#topnav li a:hover { background-position: left bottom; background-color:#1d1d1d; }

.current 
{
	width: 107px; 
	color:#CCC;
	padding-top:45px;
	text-decoration:none;
	background-image:url(../images/bg_current.jpg);
	background-repeat:repeat-x;
	text-transform:uppercase;
	font-size:11px;
}
ul#topnav a.links {
	width: 107px; 
	color:#CCC;
	padding-top:45px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
}



 
ul#topnav li .sub {
	position: absolute;	
	top: 78px; left: 0;
	background: #fff;
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.85);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	border-right:1px solid #333333;
	border-left:1px solid #333333;
	border-bottom:1px solid #333333;

	font-size:13px;

}

/*
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px; text-align:left;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; 
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 3px 3px 3px 5px;
	display: block;
	text-decoration: none;
	color: #fff;
}



ul#topnav .sub ul li a:hover {color:#F00; background-position: 5px 12px ;}
*/

.nav_top_tabs
{
	width:48%;
	padding:0px; 
	color:#fff; 
	float:left; 
	margin-left:1px;
	font-size:14px;
	minimum-height:300px;
}

.nav_top_tabs a {
	
	color:#CCC;
	font-size:12px;
}

.nav_top_tabs a:hover {
	background-color:#000;
	text-decoration:none;
	color:#666;
}


/* --------------- IMAGE CAPTIONS -------------------------*/
.ic_container{
    vertical-align:baseline;
    margin:0px;
    position:relative;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;*/
}
.overlay {
    opacity:0.3;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.ic_caption{
    position:absolute;    
    opacity:0.6;   
    overflow:hidden;
    margin:0px;
    padding:0px;
    left:0px;
    right:0px;
    cursor:default;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.ic_category{
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:3px;
    padding:5px;
    margin:0px;
}
.ic_caption h3{
    padding:0px 5px 5px 5px;
    margin:0px;
    font-size:18px;
}
.ic_text{
    padding:10px;
    margin:0px;
    text-align:center;
    font-size:14px;

}

.ic_text a
{
	color:#CCC;	
	text-decoration:none;
}

.ic_text a:hover
{
	color:#FFF;	
	text-decoration:none;
}

/*------------ END OF IMAGE CAPTION CSS ------*/

.productPrice
{
	float:right;	
}

.account_boxes
{
	float:left; 
	width:290px; 
	height:200px; 
	padding:10px; 
	border:1px solid #CCC;
	background-color:#efefef;
	margin:5px;
}

.account_boxes2
{
	float:left; 
	width:612px; 
	height:200px; 
	padding:10px; 
	border:1px solid #CCC;
	background-color:#efefef;
	margin:5px;
	overflow:auto;
}


.spaced {
	margin-bottom:5px;	
}


.browse_category_thumbs img:hover {
-moz-box-shadow: 1px 1px 5px #999; 
-webkit-box-shadow: 1px 1px 5px #999; 
box-shadow: 1px 1px 5px #999;	
}

.confirm {
	padding:5px;
	border:1px solid #666;
	background-color:#FFF;
	cursor:pointer;
	width:140px;
	text-align:center;
}

.fancy_title {
	font-family: 'Questrial', sans-serif;
	text-transform:uppercase;
	font-size:20px;
	border-bottom:1px solid #CCC;
}

.fancy_font {
	font-family: 'Questrial', sans-serif;
}

.fancy_boxes {
	padding:20px;
	background-color:#efefef;
	font-size:15px;
	line-height:18px;
	border:1px solid #ccc;
	margin-bottom:15px;
}

.error_message {
	padding:15px;
	background-color:#F33;
	font-weight:700;
	color:#FFF;
	border:1px solid #ccc;
	width:900px;
}

.warning_message {
	padding:15px;
	background-color:#F96;
	font-weight:700;
	color:#FFF;
	border:1px solid #ccc;
	width:900px;
}

.success_message {
	padding:15px;
	background-color:#060;
	font-weight:700;
	color:#FFF;
	border:1px solid #ccc;
	width:900px;
}

.login_box {
	width:300px;
	padding:30px;
	background-color:#efefef;
	border:1px solid #ccc;
}

.search_types {
	margin:3px; 
	width:120px; 
	height:20px;
	padding:8px; 
	float:left; 
	border:1px solid #333; 
	text-align:center;	
}

.search_types a {
	color:#999;	
	font-size:12px;
}

fieldset {
	font-family: Futura, Arial, Helvetica, sans-serif;	
	background-color: #efefef;
	border: 1px #CCC solid;
	color: #333;
	margin-bottom:10px;
	margin-bottom:10px;
	width:280px;
	min-height:190px;
	float:left;
	margin-right:8px;
}