#designer {
	font-size: 10px;
	text-align: center;
}

#designer a {
	text-decoration: none;
	color: #999;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#designer a:hover {
	background-color: black;
	padding: 1px 2px 1px 2px;
	color: white;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	border: 1px none red;
}

#header {
	width: 950px;
	height: 68px;
	background-image: url(../styleImages/backgrounds/header.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#logo {
	width: 220px;
	height: 68px;
	float: left;
}

#searchbar {
	width: 710px;
	padding-right: 20px;
	height: 44px;
	float: left;
	text-align: right;
}

.searchBox {
	margin-top: 5px;
}

.searchBtn {
	vertical-align: middle;
}

#sitedocs {
	width: 730px;
	height: 24px;
	float: left;
	text-align: right;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
}

#colLeft {
	width: 220px;
	float: left;
	margin-right: 14px;
}

#colRight {
	width: 716px;
	float: left;
	margin-top: 8px;
	color: #545454;
	font-size: 12px;
	margin-bottom: 10px;
}

#footer {
	width: 940px;
	height: 15px;
	clear: both;
	color: white;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: black;
}

#legalDocs {
	width: 400px;
	float: left;
}

#copyright {
	width: 300px;
	float: right;
	text-align: right;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.txtSiteDocs {
	margin-left: 3px;
	padding: 6px;
	background-image: url(../styleImages/backgrounds/tab-silver.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 12px;
	color: white;
	text-decoration: none;
	position: relative;
	top:4px;
}

.txtSiteDocs:hover {
	text-decoration: none;
	background-image: url(../styleImages/backgrounds/tab-silver2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #333333;
}

.txtSession {
	margin-left: 3px;
	padding: 6px;
	background-image: url(../styleImages/backgrounds/tab-orange.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 12px;
	color: white;
	text-decoration: none;
	position: relative;
	top:4px;
}

.txtSession:hover {
	text-decoration: none;
	background-image: url(../styleImages/backgrounds/tab-orange2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #9d0a0e;
}

#grabBargain {
	padding: 0px 0 10px 0;
}

.breadcrumb {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 11px;
}

.breadcrumb a {
	color: #545454;
	text-decoration: underline;
}

.breadcrumb a:hover {
	text-decoration: none;
}



/* PANEL: MY BASKET */

#cartBody {
	width: 220px;
	background-color: #363636;
	color: white;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#cartBody .txtCart {
	padding: 4px 18px 3px 18px;
	width: 184px;
	text-indent: 2px;
	border: 1px none red;
}

.txtCartPrice {
	width: 40px;
	text-align: right;
	float:right;
	display: block;
}

.txtCartProduct {
	width: 130px;
	text-align: left;
	color: white;
	text-decoration: none;
	display: block;
	float: left;
}

.txtCartProduct:hover {
	color: #FF6600;
}

/********************/

/* PANEL: MAILING LIST */

#mailinglistBody {
	width: 182px;
	background-color: #363636;
	color: white;
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 18px;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 10px;
}



/********************/

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	width: 220px;
	padding: 0px 0 10px 0;
	margin: 0px;
	background-color: #363636;
}

.ul-nav, .li-nav {
	padding:0;
	margin:0;
}

.li-nav a {
	padding: 4px 0 3px 18px;
	width: 202px;
	height: 20px;
	display: block;
	text-indent: 2px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	background-color: #363636;
	font-size: 12px;
	background-image: url(../styleImages/backgrounds/mainmenu.gif);
	background-position: center 23px;
	background-repeat: no-repeat;
}

.li-nav a:hover {
	color: #FF6600;
}

.ul-nav, .li-nav {
/*	display: block;*/
	list-style: none;
}

.ul-nav {
	width: 220px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 4px solid #0858B6;
	z-index: 99;
}

/*a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 6px;
}*/

/*
End Cross-Browser DHTML Menu
*/