html, body, form, input, select, fieldset, ul, a, p, h1, h2, td, li, table {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

body,html {
	background-color:#e7e7db;
	text-align:center;
	color:#201f1d;
}

a {
	color:#f70011;
}
a:hover {
	color:#331c5e;
}
a:visited {
	color:#f70011;
}



div#MainWrapper {
 	width: 944px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}




div#MastHead {
	width:944px;
	height:56px;
	margin-top:20px;
}
div#MastHead #LeftSide {
	width:12px;
	height:56px;
	background-image:url(assets/design/bg_top_left.jpg);
	float:left;
}
div#MastHead #Middle {
	width:900px;
	height:56px;
	float:left;
}
div#MastHead #Middle #LogoArea{
	width:900px;
	height:46px;
	background-color:#331c5e;  /* purpel */
}
div#MastHead #Middle #TopRedBar{
	width:900px;
	height:3px;
	background-color:#f70011; /* Red */
}
div#MastHead #Middle #TopShadow{	/*grey*/
	width:900px;
	height:11px;
	background-color:#c3c3b9;
}

div#MastHead #RightSide {
	width:32px;
	height:56px;
	background-image:url(assets/design/bg_top_right.jpg);
	float:left;
}


div#BodyWrapper {
	position:relative;
	width:944px;
	margin:0;
}
/*** using 3 column system ***
column 1 = left drop shadow;
column 2 = menu
column 3 = page body */

div#Container3 {  /* this is tha background of the right shadow */
	width:100%;
	float:left;
	position:relative;
	background-image:url(assets/design/bg_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
	overflow:hidden;
}
div#Container2 {	/* this is tha white background of the middle area */
	width:100%;
	float:left;
	position:relative;
	right:32px;				/*move this container to the right to reveal container 4 which is 32px */
	background-color:#FFF; 
}
div#Container1 {	/* this is tha background of the left shadow */
	width:100%;
	float:left;
	position:relative;
	right:900px;				/*move this container to the right to reveal container 2 which is 160px */
	background-image:url(assets/design/bg_left.jpg);
	background-position:right;
	background-repeat:repeat-y;

}

div#Column1 {		/* this is the left shadow column */
	width:12px;
	float:left;
	position:relative;
	left:932px;				/*move all column 932 px to the left to position them back where they belong */

}

div#Column2 {		/* this is the body column */
	width:900px;
	float:left;
	text-align:left;
	position:relative;
	left:932px;
}

div#Column3 {		/* this is the right shadow column */
	width:32px;
	float:left;
	position:relative;
	left:932px;
}


/********* PAGE BODY Styles ********/
/*** using 4 column system ***
column 1 = Navigation Menu;
column 2 = page body
column 3 = 4 px seperation column between page body and right side bar
column 4 =  right side bar */

div#BodyContainer4 {		/* This is the right hand side background bloque */
	width:100%;
	float:left;
	position:relative;
	background-color:#FFF;
	overflow:hidden;
}
div#BodyContainer3 {		/* This is the seperation background bloque */
	width:100%;
	float:left;
	position:relative;
	right:216px;				/*move this container to the right to reveal container 3 which is 216px */
	background-color:#c2c2b8;
}
div#BodyContainer2 {		/* This is the main page background bloque */
	width:100%;
	float:left;
	position:relative;
	right:4px;					/*move this container to the right to reveal container 2 which is 4px */	
	background-color:#FFF;
}
div#BodyContainer1 {		/* This is the main navigation background bloque */
	width:100%;
	float:left;
	position:relative;
	right:520px;				/*move this container to the right to reveal container 3 which is 740px */
	background-color:#f3f3e9;
}



div#BodyColumn1 { 			/* this is the main navigation column */
	width:160px;
	float:left;
	text-align:left;
	position:relative;
	left:740px;
	overflow:hidden;
}
div#BodyColumn2 {			/* This is the Main content column */
	width:500px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	left:740px;
}
div#BodyColumn3 {			/* This is the seperation column between right hand side bar and the main content */
	width:4px;
	float:left;
	position:relative;
	left:740px;
}
div#BodyColumn4 {			/* This is the right hand side column */
	width:216px;
	float:left;
	position:relative;
	left:740px;
}

/**********  MAIN NAVIGATION STYLES **********/
div#BodyColumn1 li{
	height:24px;
	width:160px;
	margin:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	color:#324b64;
	padding-top:1px;
}
div#BodyColumn1 li a{
	height:24px;
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	color:#535353;
}
div#BodyColumn1 li:hover{
	height:24px;
	width:160px;
	color:#f70013;
	background-image:url(assets/design/bg_menu.jpg);
	background-repeat:repeat-x;
}
/******** Right Side Bar  ************/
div#BodyColumn4 .SideBarHeader {
	width:216px;
	height:18px;
	padding-top:4px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	background-image:url(assets/design/bg_sidebar_header.jpg);
	background-repeat:repeat-y;
}

#BodyColumn4 p, label{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:left;
	color:#201f1d;
	margin-bottom:15px;
}


/********  HOME PAGE STYLES  *************/
div#ShowHome {
	position:relative;
	width:740px;
	height:280px;
	left:740px;
	float:left;
}
div#ShowHome .SlideShowHome{
	position:relative;
}






#BodyColumn2 p, td, li{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	color:#201f1d;
	margin-bottom:15px;
}

#BodyColumn2 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#000;
	margin-top:10px;
	margin-bottom:6px;
	text-transform:uppercase;
}
#BodyColumn2 h1 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#f70011;
	margin-top:10px;
	text-transform:uppercase;
}


#BodyColumn2 h2{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#303030;
}
.ProductName{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	text-align:left;
	color:#000;
	width:500px; 
	height:22px; 
	background-image:url(assets/design/bg_product_bar.jpg);
}
.ProductDisplay {
	width:500px;
}
.ProductDisplay .ProductPicture {
	width:260px;
	height:460px;
	float:left;
}
.ProductDisplay .ProductInfo {
	width:230px;
	margin-left:10px;
	float:left;
}
.ProductDisplay .ProductInfo .Price{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	text-align:left;
	color:#303030;
}


.ProductRows {
	width:498px;
	height:240px;
}
.ProductRows .ProductList {
	width:166px;
	height:240px;
	text-align:center;
	color:#201f1d;
	float:left;
}
.ProductRows .ProductList:hover {
	background-color:#FEEFEF;
}
.ProductList .Image{
	width:166px;
	height:165px;
}
.ProductList .Name{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#000;
	width:166px; 
	height:22px; 
	background-image:url(assets/design/bg_product_bar.jpg);
}
.ProductList .Price{
	margin-top:6px;
	color: #f70011;
}
.ProductList .Name a{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#000;
	width:166px; 
	height:22px; 
	background-image:url(assets/design/bg_product_bar.jpg);
}
.ProductList .Price a{
	margin-top:6px;
	color: #f70011;
}


.ColorCombination {
	width:32px;
	height:46px;
	float:left;
	padding-right:16px;
	text-align:center;
}



.ZebraOn {
	background-color:#EEE;
}
.ZebraOff {
	}
.ItemTitle {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#324b64;
}









div#BottomLine {
	width:944px;
	height:8px;
	position:relative;
	float:left;
}
div#BottomLineLeft {
	width:12px;
	height:8px;
	position:relative;
	float:left;
	background-image:url(assets/design/bg_left.jpg);
}
div#BottomLineRight {
	width:32px;
	height:8px;
	position:relative;
	float:left;
	background-image:url(assets/design/bg_right.jpg);
}
div#BottomLineMiddle {
	width:900px;
	height:8px;
	position:relative;
	float:left;
}

div#BottomLineBleu {
	width:900px;
	height:6px;
	position:relative;
	float:left;
	background-color:#331c5e;
}
div#BottomLineRed {
	width:900px;
	height:2px;
	position:relative;
	float:left;
	background-color:#f70011;
}

div#Footer {
	width:944px;
	height:24px;
	background-image:url(assets/design/bg_bottom.jpg);
	text-align:center;
	position:relative;
	float:left;
}














.txtBox {
	font:Arial, Helvetica, sans-serif;
	color:#201f1d;
	letter-spacing:0.02em;
	border:1px solid #d6c791;
	font-size:11px;
	background:#ffffff;
	cursor:pointer;
	height:22px;
}

.btnBox {
	font:Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing:0.1em;
	font-size:11px;
	padding:0 8px 2px 8px;
	background:#f70011;
	cursor:pointer;
	height:20px;
	text-transform:uppercase;
}

form, select, input, a {
	display:inline;
}
