@charset "UTF-8";
/* CSS Document */
	
/**************
*** General ***
**************/
html
{
	overflow:auto;
}

body  
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 100%;
	color:#000;	
	overflow:hidden;
}

/*************
*** Header ***
*************/
#header 
{
}


.productPopUp
{
	visibility:hidden;
	background-color:black;
	color:white;
	display:none;
	position:absolute;
	text-align:left;
	font-size:0.8em;
	bottom:0px;
	width:100%;
	left:0px;
}

.productPopUp a
{
	text-decoration:none;
	color:#0099FF;
}

.productPopUp a:hover
{
	color:white;
}

.xCloser
{
	float:right; 
	color:red; 
	margin-right:0.2em; 
	margin-top:0.2em;
	cursor:pointer;
}

#leftColumn
{
	width:160px;
	left:0px;
	float:left;
}

#leftColumnInner
{
	margin-left:4px; 
	margin-right:4px; 
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:small; 
	font-weight:bold; 
	margin-top:5px;
}

#bodyArea
{
	position:absolute;
	top:129px;
	overflow-y:auto;
	overflow-x:hidden;
	bottom:0px;
	width:100%;
 background-color:#c30000; 
}

#mainBody
{
	position:absolute;
	left:163px;
	right:0px;
 background-color:white; 
	float:left;
 border-left:3px solid #dbdaac; 
	min-height:100%;
}

.leftArea
{
	width:71%;
	float:left;
	margin-left:0.5em;
	margin-top:0.5em;
	text-align:center;
}

.leftColumn
{
	max-width:31%;
	float:left;
	margin-right:0.5em;
	margin-top:0.5em;
	text-align:center;
}

.rightColumn
{
	width:25%;
	float:right;
	margin-right:0.5em;
	margin-top:0.5em;
	text-align:center;
	border-left:1px solid grey;
}

.centerColumn
{
	max-width:65%;
	margin:auto;
	padding-top:0.3em;
	text-align:center;
	float:left;
}

.priceCenter
{
	margin:auto;
	padding-top:0.3em;
	text-align:center;
}

/*==========================================================*/
/*= Index page CSS                                    =*/
/*==========================================================*/
.idxCategories
{
	margin:auto;
	width:100%;
}

.idxInner
{
	/*margin:auto;*/
	margin-left:10px;
	margin-right:20px;
	/*max-width:96%;*/
}

/*==========================================================*/
/*= Department page CSS                                    =*/
/*==========================================================*/
.dpResults
{
	float:left;
	width:80%;
}

.dpSliderContainer
{
	position:absolute;
	top:0px;
	right:0px;
	vertical-align:top;
	height:400px;
	overflow:hidden;
}

.dpSliderContent
{
	border:2px solid palegoldenrod;
	background-color:#dbdaac;
	height:398px;
	width:100%;
	position:absolute;
	left:75px;
	top:2px;
}

.dpColumn
{
	width:30%;
	float:left;
	margin-left:0.5em;
	margin-top:0.5em;
	text-align:center;
}

.dpRightColumn
{
	width:25%;
	float:right;
	margin-right:0.5em;
	margin-top:0.5em;
	text-align:center;
}

.dpFooter
{
	background-color:palegoldenrod;
	/*border:1px solid grey;*/
	background: #afb395 url('../../images/buttonTemplate.png');	
	width:170px;
	height:35px;
}

.dpSaleFooter
{
	/*background-color:palegoldenrod;*/
	/*border:1px solid grey;*/
	background: #afb395 url('../../images/saleFooter.png');	
	width:170px;
	height:35px;
}

.dpModel
{
	font-size:1em;
	color:#0099FF;
}

.dpBrand
{
	font-size:0.8em;
	font-weight:bold;
}

.dpDescOne
{
	font-size:0.8em;
	font-weight:bold;
}

.dpDescTwo
{
	font-size:0.8em;
}

.dpPrice
{
	font-size:1em;
	font-weight:bold;
}

.dpVat
{
	font-size:0.5em;
}

.dpProduct
{
	margin-top:0.5em;
	text-align:left;
	background-color:#dbdaac;
	border:1px solid grey;
}

.dpImageDiv
{
	border: 1px solid grey;
}		

.dpImageDiv img
{
	max-height: 115px;
}		
/*==========================================================*/
/*= Product page CSS                                       =*/
/*==========================================================*/
.ppImage
{
	width:90%;
}		

.ppImageLarge
{
	position:absolute;
	left:0px;
	top:0px;
	border:1px solid #dbdaac;
	/*display:none;*/
	visibility:hidden;
	z-index:100;
	/*width:340px;*/
}		

.ppThumbnail
{
	width:15%;
	border:1px solid #dbdaac;
}		

.ppHeader
{
	/*height:3em;*/
	/*border:1px solid black;*/
	background-position:center;
	background-repeat:no-repeat;
	/*margin-top:0.5em;*/
	/*width:100%;*/
}		

.sliderHeader
{
	/*height:3em;*/
	/*border:1px solid black;*/
	background-position:left;
	background-repeat:no-repeat;
	/*margin-top:0.5em;*/
	/*width:100%;*/
}		

.ppHeader div
{
	padding-top:1.5em;
	margin-left:3em;
	color:white;
	font-weight:bold;
	font-size:0.7em;
}

img { 
	border: none;
		}
		
.imagecenter { 
	text-align: center; 
	margin: 15px; 
} 		
		
.wideOverlay
{
	background-position:center;
	background-repeat:no-repeat;
	height:31px;
	margin-top:0.5em;
	vertical-align:middle;
	padding-top:0.5em;
}
		
.menu a, .menu div
{
	color:white;
	background-color:#c30000;
	display:block;
	text-decoration:none;
	margin-top:0.5em;
	padding-bottom:0.2em;
	font-size:small;
	padding-left:0.2em;
}

a.overlay{
	color:#dbdaac;
	background-color:black;
	text-decoration:none;
	margin-top:1em;
	font-size:small;
	font-weight:bold;
	margin-left:3em;
	margin-right:1em;
}

.menu 
{
	border-bottom:2px solid black;
}

.dropClosed 
{
	border-top:2px solid #dbdaac;
}

.menu a:hover, .menu div:hover
{
	color:#dbdaac;
	background-color:black;
}

a.overlay:hover 
{
	color:#c30000;
}

h1, h2 {
	
	font-variant:small-caps;
}

h1 { 
	font-size:2.5em; 
	color:#fff;
}

h2 { font-size:1.5em;	}

/****************
*** Container ***
****************/
#container { 
	/* Only needed when navigation is set to the right or left - gives the illusion of a contiuous rectangle*/
	background-color:#B496C4;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

/****************
*** Manufacturer Searh drop down ***
****************/
.search { 
	/* Only needed when navigation is set to the right or left - gives the illusion of a contiuous rectangle*/
	background-color:#dbdaac;
	font-size:0.8em;
	margin-top:0.2em;
}

/*************
*** Header ***
*************/
#header { 
	/* Header Text Image - Recommended dimensions 600px by 100px*/
	}
	
#header h1 {
	margin-right:0.3em;
}

/*****************
*** Navigation ***
*****************/
#navTab 
{
	background-color:#fff;	
	border-bottom:0.1em solid #2D002E;
}

#navTab ul 
{
	list-style:none;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}

#navTab ul li {
	background: #FFF;
	/*border-bottom:1px solid #ccc;*/
	/*border-left:1px solid #ccc;*/
}

#navTab ul li.active {
	background:#FFF;
	/*border-bottom:1px solid #FFF;*/
}

/*****************
*** Sidebar ***
*****************/
#navColumn {
	background: #ccc; /* the background color will be displayed for the length of the content in the column, but no further */
}

#navColumn ul {
	list-style:none;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}

#navColumn ul li {
	background: #ccc;
	border-bottom:1px dashed #999;
}

#navColumn ul li.active {
	background:#fff;
	border-bottom:1px solid #FFF;
}

#navColumn h2 { 
	text-align:center;
}

div.innerColumn {
	background-color:#B496C4;	
}


/*******************
*** Main Content ***
*******************/
#mainContent {
	text-align:justify;
	background:#FFF;
} 

#mainContent {
	
}

#mainContent p {
	font-size:0.8em;

}


#columnLeft
{
	background-color:#B496C4;
}

/*************
*** Footer ***
*************/
#footer { 
	background:#c7bfc7;
} 

#footer p {
	font-size:0.8em;
}

#footer p span {
	font-weight:bold;
	font-size:1.2em;
}

#footer div {

}
