html{
	height: 100%;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


body{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background: #FFF;
	width: 803px;
	height: 100%;
	min-height: 100%;
}
#mainContainer{
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

/******************* HEADERS ********************/


#header{
	background: #b977b1 url(../images/header.jpg) no-repeat 0px 0px;
	height: 86px;
	font-size: 140%;
	width: 100%;
}
#header img{
	display: none;
}


#main_menu{
	clear: both;
	text-align: center;
	float:right;
	height: 26px;
	padding: 0px 15px 0px 0px;
	margin: 0 auto;
}

#curve{
	background: url(../images/left_curve.jpg) no-repeat 0px 0px;
	height: 102px;
	width: 206px;
}

#search{
	position: absolute;
	top: 72px;
	right: 30px;
	font-size: 60%;
}
#search label{
	padding: 0px;
	margin: 0px;
}
.search{
	cursor:pointer;
	border:0px;
	background:#999;
	color:#666;
	font-size:0%;
	width: 53px;
	height: 19px;
	padding: 7px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	background: url(/images/search.gif) no-repeat left top;
}

#q{
	width: 120px;
	height: 15px;
	padding: 0px;
	margin: 0px;
}


/******************* Left ********************/

#left{
	background: url(../images/left_back.jpg) no-repeat 0px 0px;
	clear: both;
	float: left; 
	width: 162px;
	height: 271px;
}

#left_menu{
	clear: left;
	float: left;
	height: 248px;
	padding: 20px 0px 5px 15px;
	margin: 0px 0px 5px 0px;	
	text-align: left;
	overflow: visible;
}

#left img{
	clear: both;
	float: left;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


/******************* Main ********************/

#main{
	clear: none;
	float: left;
	font-size: 90%;
	width: 600px;
	height: 100%;
	min-height: 320px;
	margin: -30px 0px 20px 10px;
	padding: 0px 0px 0px 20px;
}
#change{
	clear: both;
	float:left;
	background: url(/images/footer.gif) no-repeat 0px 0px;
	font-size: 163%;
	letter-spacing: 2px;
	height: 40px;
	width: 600px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 193px;
	text-align: center;
	color: #999;
}
.form input{
	height: 15px;
	width: 400px;
}
.form select{
	height: 20px;
	width: 200px;
}
.form textarea{
	width: 400px;
}
#main .radio{
	width: 20px;
}



#main label{
	font-size: 90%;
}
#main input[type='submit'],input.submit{
	margin: 10px 0px 0px 200px;
	width: 100px;
	height: 25px;
}

#footer_menu{
	clear: both;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#footer{
	clear: both;
	width: 100%;
	color: #8d8d8d;
	margin: 0px 0px 0px 193px;
	padding: 10px 0px 3px 0px;
	text-align: left;
	font-size: 80%;
}
.clear{
	clear: both;
}

/********* basket etc ***************/

.cell{
	clear: none;
	float: left;
	font-weight: bold;
	color: #ff8a00;
	width: 95px;
	font-size: 80%;
}
.cell2{
	clear: none;
	float: left;
	font-weight: bold;
	color: #000;
	width: 95px;
	font-size: 80%;
}
.cella{
	clear: none;
	float: left;
	font-weight: bold;
	color: #ff8a00;
	width: 180px;
	font-size: 80%;
}
.cell2a{
	clear: none;
	float: left;
	font-weight: bold;
	color: #000;
	width: 180px;
	font-size: 80%;
}

#basket{
	color: #74ac39;
	background: #000 url(../images/cart.gif) no-repeat 140px 0px;
	padding: 0px 0px 0px 0px;
}
#basket p{
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 10px 0px;
}

.basketItem{
	margin: 3px 0px 2px 0px;
	padding: 0px 0px 5px 0px;
}

hr{
	border-color: #ff9933;
	border-style: solid;
	border-width: 1px 0 0;
	margin: 5px 0px 5px 0px;
	clear: both;
	height: 0;
}
hr.dotted{
	border-color: #ff9933;
	border-style: dotted;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

.basketTitle{
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	width: 100%;
	height: 20px;
	max-height: 25px;
	background-color: #ff9933;
	padding: 5px 0px 0px 0px;
	
}
div.id{
	padding: 0px 0px 0px 5px;
	width: 25px;
	min-width: 25px;
	clear: both;
	float: left;
}
div.name{
	width: 230px;
	clear: none;
	float: left;
}
div.price{
	width: 100px;
	clear: none;
	padding: 0px 0px 0px 5px;
	float: left;
}
div.remove{
	width: 25px;
	clear: none;
	float: left;
}
div.quantity{
	width: 105px;
	clear: none;
	float: left;
}
div.quantity form{
	clear: none;
	float: left;
	width: 100px;
}
div.quantity input{
	width: 40px;
	height: 16px;
	float: left;
	clear: none;
}
div.optionTitle{
	background-color: #eee;
	margin: 0px 0px 0px 35px;
	width: 465px;
	clear: both;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #060;
}
div.optionName{
	background-color: #eee;
	width: 230px;
	clear: none;
	float: left;
}
div.optionPrice{
	background-color: #eee;
	width: 100px;
	padding: 0px 0px 0px 5px;
	clear: none;
	float: left;
}
div.total{
	width: 50px;
	margin: 0px 3px 0px 0px;
	clear: none;
	float: left;
	text-align: right;
}
div.option{
	margin: 0px 0px 0px 30px;
	width: 350px;
	clear: both;
	float: left
}

