html{
	height: 100%;
	min-height: 100%;
}

body{
	margin: 0px auto 0px auto;
	padding:0px;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #daefef url(/images/background.jpg) repeat 0px 0px;
}
#mainContainer{
	position: relative;
	width: 974px;
	margin: 0 auto;
	padding: 0px 8px 0px 8px;
	min-height: 100%;
	background: #fff;
	text-align: center;
}

.clear{
	clear: both;
	height: 1px;
}

/*** Headers ***/

#header{
	background: #FFF;
	width: 974px;
	height: 165px;
	padding: 0px;
	margin: 0px;
}
#headerLeft{
	float: left;
	height: 90px;
	padding: 0px;
	margin: 20px;
}

#headerRight{
	float: right;
	width: 385px;
	height: 90px;
	padding: 0px;
	margin: 30px;
	color: #70d5e6;
	font-size: 150%;
	text-align: right;
}

#menu{
	display: none;
}

/*** Left panel ***/

#left{
	display: none;
}


/*** Main Content ***/

#main,#main-loggedin{
	width: 954px;
	text-align: left;
	padding: 0px 10px 0px 10px;
	background: #FFF url(/images/main_background.gif) repeat-x 0px 0px;
	float: right;
}

#mainHomeTop{
	width: 974px;
}

#mainHome{
	width: 550px;
	text-align: left;
	padding: 0px 10px 0px 10px;
	background: #FFF url(/images/main_background.gif) repeat-x 0px 0px;
	float: left;
}

#join{
	float: right;
}
#join img{
	margin: 0px 3px 10px 3px;
}
/*** Display Products List ***/

.imageList{
	width: 170px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.imageList span{
	display: block;
	margin: 1px 0px 1px 0px;
	padding: 0px;
	
	width: 162px;
	height: 44px;
	line-height: 1.2em;
	background: url(../images/select_product.gif) no-repeat 0px 0px;
}

.imageList span.textBox{
	padding: 5px 0px 0px 10px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	color: #999;
}

.imageList span.textBox span.price{
	color: #5eb8c7;
}

span.imageBox{
	position: relative;
	z-index: 100;
	border: 2px solid #f0f1f4;
	width: 160px;
	height: 160px;
}
.imageBox img{
	position :absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}


/*** Supplier Tabs ***/

.supplierTab{
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	border-bottom: 1px solid #b7eaf2;
	list-style-type: none;
	text-align: left;
}

.supplierTab li{
	display: inline;
	margin: 0;
}

.supplierTab li a{
	text-decoration: none;
	padding: 3px 20px;
	margin-right: 3px;
	border: 1px solid #b7eaf2;
	border-bottom: none;
	background-color: #9be3f7;
	color: #2d2b2b;
	color: #FFF;
}

.supplierTab li a:visited{
	color: #2d2b2b;
}

.supplierTab li a:hover,.supplierTab li.selected a{
	background: url(/images/tab_back.gif) repeat-x 0px 0px;
	color: #3f6071;
}

.supplierTab li a:active{
	color: #FFF;
}

.supplierTab li.selected a{ 
	position: relative;
	top: 1px;
	padding-top: 4px;
}

/************ Product ************/
#productPanel{
	clear: both;
	width: 700px;
	height: 300px;
	padding: 10px 0px 5px 0px;
}

#buyPanel{
	float: right;
	width: 330px;
	height: 324px;
	background: #f0f3f4;
	padding: 5px 10px 5px 10px;

}
/************* Basket ******************/

#basket{
	color: #70d5e6;
	background: #000 url(../images/cart.gif) no-repeat 140px 0px;
	padding: 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,hr.dotted{
	border-color: #70d5e6;
	border-style: solid;
	border-width: 1px 0 0;
	margin: 5px 0px 5px 0px;
	clear: both;
	height: 0;
}
hr.dotted{
	border-style: dotted;
	
}

.basketTitle{
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	width: 100%;
	height: 20px;
	max-height: 25px;
	background-color: #70d5e6;
	padding: 5px 0px 0px 0px;
	
}
div.id{
	padding: 0px 0px 0px 5px;
	width: 25px;
	min-width: 25px;
	clear: both;
	float: left;
}
div.name{
	width: 275px;
	clear: none;
	float: left;
}
div.price{
	width: 140px;
	clear: none;
	padding: 0px 0px 0px 5px;
	float: left;
}
div.quantity{
	width: 105px;
	clear: none;
	float: left
}
div.quantity form{
	clear: none;
	float: left;
	width: 100px;
}
div.quantity input{
	width: 43px;
	height: 16px;
	float: left;
	clear: none;
}
div.optionTitle{
	background-color: #eef9fb;
	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: #eef9fb;
	width: 275px;
	clear: none;
	float: left;
}
div.optionPrice{
	background-color: #eef9fb;
	width: 140px;
	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
}
div.remove{
	width: 25px;
	clear: none;
	float: left;
}
#thumbs{
	display: none;
}

.thumbnail img{
	display: none;
}
/*** Footers ***/

#footer{
	clear: both;
	width: 880px;
	height: 56px;
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	border-style:solid;
	border-color:#70d5e6;
	border-width:1px 0px 0px 0px;
	text-align: center;
}


#footer_menu{
	display: none;
}


#built{
	display: none;
}
#built img{
	clear: none;
	float: left;
}
#built p{
	float: right;
}

/*** Forms ***/

.form input{
	clear: none;
	float: left;
	height: 15px;
	width: 300px;
}
.form textarea{
	clear: none;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
}
.form select{
	height: 20px;
	width: 305px;
}
	
label .required{
	color: #f00;
}
#main .radio{
	width: 20px;
}

#main input[type='submit'],input.submit{
	margin: 10px 0px 0px 190px;
	width: 120px;
	height: 25px;
}