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


body, html {
	background-image:url("../images/template-background.jpg");
	background-repeat:repeat-x;
	background-color:#000000;
	margin-top:20px;	
}

input.coupon {
	background-color:#9b397d;
	font-size:12px;
	font-family:arial;
	color:#ffffff;
	border:1px #e454b7 solid;
}

#page {
	width:880px;
	background-color:#ffffff;
	overflow:hidden;
}

#top {
	width:880px;
	height:89px;
	background-image:url("../images/template-top.jpg");
	background-repeat:no-repeat;
	position:relative;
}

#topAccess {
	width:880px;
	height:30px;
	position:relative;
	background-color:#5d2249;
	font-size:12px;
	font-family:arial;
	color:#ffffff;
	text-align:right;
	padding-top:4px;
}

#topAccess input.textbox {
	width:150px;
	border:1px #ffccec solid;
	font-family:arial;
	font-size:12px;
	color:#333333;
}

#topAccess #brands {
	width:200px;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	float:right;
	margin-right:6px;
}

#topAccess #select {
	width:150px;
	border:1px #ffccec solid;
	font-family:arial;
	font-size:12px;
	color:#333333;
	float:right;
}

#top #miniBasket {
	position:absolute;
	left:610px;
	top:20px;
	height:50px;
	width:100px;
}

#top #miniBasket table.productListing * {
	background:none;	
	border:0px;
}

#top #miniBasket .contentBoxContents {
	background:#000000;
}

#top #miniBasket .infoBoxContents { 
	background:none;
}

#top #miniBasket .infoBoxContents .smalltext {
	color:#ffffff;	
	font-size:11px;
	font-family:arial;		
}

table.headerBar, td.headerBar {
	background-image:url("../images/template-top-menu-bg.jpg");		
}

table.headerBar a.staticLink {
	background:none;
	font-family:arial;
	padding-right:	19px;
	color:#ffccec;
}

table.headerBar a.staticLink:hover {
	background:none;
	font-family:arial;
	padding-right:19px;
	color:#ffffff;	
}

#footer, .footer  {
	width:880px;
	height:89px;
	background-color:#4a4a4a;
	position:relative;
	height:200px;	
}

#footer * {
	border:none;
}

.footer {
	height:60px;
	border:none;
	background:none;
}

#footer #links {
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	margin-top:100px;	
}

#footer img#phone {
	position:absolute;
	left:780px;
	top:0px;
}


#footer #links a {
	font-size:13px;
	font-family:arial;
	color:#ffffff;
	padding:0px;
	margin:0px;
}

#footer .infoBoxBorder {
	border:none;
	background:none;
}

#footer #links * {
	border:none;
}

#footerText {
	font-size:13px;
	font-family:arial;
	color:#ffffff;
	padding:0px;
	margin:0px;
	width:850px;
}








