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;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background: #FFF;
	width: 1000px;
	height: 100%;
	min-height: 100%;
}
#mainContainer{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

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


#header{
	background: #FFF;
	height: 110px;
	font-size: 140%;
	width: 100%;
	padding: 33px 0px 0px 0px;
}
#left_image{
	background: url(../images/logo.gif) no-repeat 10px 0px;
	float: left;
	width: 393px;
	height: 65px;
}
#left_image img{
	display: none;
}
#right_image{
	padding: 0px 0px 0px 0px;
	width: 548px;
	height:77px;
	float: right;
}
#right_image img{
	border: 0px;
}

#main_menu{
	clear: both;
	text-align: center;
	width: 1000px;
	height: 33px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #000;
}


#main_menu img.right{
	clear: none;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}


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

#left{
	clear: both;
	float: left;
	width: 174px;
	margin: 0px 8px 0px 10px;
	padding: 0px 0px 0px 8px;
	background: #006600 url(/images/top_left.gif) no-repeat 0px 0px;
}
#left img{
	padding: 12px 0px 0px 0px;
}
#brands {
	clear: both;
	background:url(/images/brands.gif) no-repeat 0px 0px;
	height: 230px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 10px;
}



/***************** Right **********************/
#right{
	width: 174px;
	background: #000 url(/images/top_right.gif) no-repeat 0px 0px;
	float: right;
	padding: 8px 4px 0px 4px;
	margin: 0px 12px 0px 0px;
}

#right img{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
}

#right h3{
	margin: 0px 0px 0px 5px;
}

/*************** Login Form *****************/
#login_form{
	padding: 0px 0px 15px 0px;
	float: left;
}
#login_form form{
	font-size: 12px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#login_form label{
	color: #999;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#login_form label,input,select,textarea{
	clear: both;
	font-weight: bold;
	float: left;
	margin: 2px 0px 0px 5px;
}

#login_form input,select{
	width: 130px;
	height: 12px;
	clear: both;
	font-weight: normal;
	font-size: 12px;
	float: left;
}

#login_form input.login{
	width: 59px;
	height: 19px;
	padding: 5px 0px 0px 40px;
}

#login_form a{
	clear: both;
	float: left;
	color: #9C3;
	padding: 5px 0px 0px 5px;
}

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

#main_image{
	background: #99cc33;
	float: left;
	max-width: 310px;
	width: 270px;
	height: 235px;
	margin: 0px 0px 0px 0px;
	padding: 0px 297px 0px 10px;
}
#main_image h1{
	padding: 10px 0px 0px 0px;
}

#testimonials{
	background: #99cc33 url(../images/apply.png) no-repeat 100% 0px;
	position: absolute;
	left: 484px;
	width: 313px;
}
.testImages{
float: right;
display: block;
width: 170px;
}
.testText{
float: left;
display: block;
width: 400px;

}

#apply{
	position: absolute;
	top: 0px;
	right: 0px;
}
	
#testText{
	position: absolute;
	top: 145px;
	left: 0px;
	color: #fff;
	padding: 0px 3px 0px 3px;
}
#testText b{
	display: block;
	font-size: 110%;
}



#main{
	clear: none;
	float: left;
	font-size: 90%;
	width: 597px;
	min-height: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFF;
	z-index: 15;
}

.panel{
	position: relative;
	margin: 180px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	background: #dcefbf;
	border: 1px solid #99cc33;
	width: 194px;
	height: 250px;
}
#panel1{
	clear: none;
	float: left;
	background: url(/images/panel1.jpg) no-repeat 0px 0px;
	width: 196px;
}
#panel2{
	clear: none;
	float: left;
	background: url(/images/panel2.jpg) no-repeat 0px 0px;
	width: 196px;
	margin: 0px 4px 0px 4px;
}
#panel3{
	clear: none;
	float: left;
	background: url(/images/panel3.jpg) no-repeat 0px 0px;
	width: 196px;
}

.form input{
	height: 15px;
	width: 300px;
}
.form select{
	height: 20px;
	width: 300px;
}
.form textarea{
	width: 300px;
}
#main .radio{
	width: 20px;
}

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

#form_11 input,#form_11 select,#form_11 label{
	clear: both;
	float: left;
	width: 130px;
	margin: 3px 0px 0px 5px;
}
#form_11 label{
	color: #999;
	font-size: 12px;
}
#form_11 input.submit-btn,#form_11 input[type='submit'] {
	width: 95px;
	height: 18px;
	background: #000 url(../images/get_products.gif) no-repeat;
	outline: none;
	border: none;
	margin: 8px 0px 0px 35px;
}


#form_16 input,#form_16 select,#form_16 textarea{
	clear: none;
	float: right;
	margin: 6px 0px 0px 8px;
	width: 350px;
}
#form_16 textarea{
	height: 70px;
}
#form_16 label{
	clear: left;
	float: left;
	font-size: 12px;
	width: 200px;
	text-align: right;
	margin: 6px 0px 0px 8px;
}
#form_16 input.submit-btn,#form_16 input[type='submit'] {
	margin: 8px 140px 0px 35px;
}


#form_16 label.required{
	color: #f00;
}

#form_19 form{
	margin: 0px 80px 0px 0px;

}

#form_19 input,#form_19 select,#form_19 textarea{
	clear: none;
	float: right;
	margin: 6px 0px 0px 8px;
	width: 350px;
}
#form_19 label{
	clear: left;
	float: left;
	font-size: 12px;
	width: 140px;
	text-align: right;
	margin: 6px 0px 0px 8px;
}

#form_19 input.submit-btn,#form_19 input[type='submit'] {
	width: 170px;
	height: 30px;
	background: url(../images/checkout.gif) no-repeat;
	outline: none;
	border: none;
	margin: 8px 110px 0px 35px;
}

.productlist img.left{
	float: left;
	margin: 0px 5px 0px 0px;
}
.productlist div.image{
	width: 135px;
	height: 70px;
	float: left;
}
.productlist img.right{
	float: right;
}

.product {
	padding: 0px 0px 0px 10px;
}
.product h1{
	margin: 3px 0px 0px 0px;
}

.product img.right{
	float: right;
}

.rangeImage{
	width: 150px;
	float: right;
	background: #f00;
}

.rangelist p,ul{
	float: left;
	width: 400px;
	clear: left;
}
.rangelist a{
	font-size: 120%;
}
	
#buyNow{
	font-size: 110%;
	float: left;
	width: 140px;
	color: #fff;
	background: #000 url(/images/top_right150.gif) no-repeat 0px 0px;
	margin: 0px 10px 0px 0px;
	padding: 15px 0px 10px 10px;
}
#buyNow h3{
	clear: none;
	color: #9c3;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#buyNow img{
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}
#buyNow form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#buyNow label,#buyNow select,#buyNow label{
	height: 20px;
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#buyNow label{
	font-weight: bold;
	clear: both;
	color: #fff;
	margin: 3px 0px 0px 0px;
}
#buyNow input.submit-btn,#buyNow input[type='submit'] {
	width: 95px;
	height: 18px;
	background: #000 url(../images/add_basket.gif) no-repeat;
	outline: none;
	border: none;
	margin: 8px 0px 0px 20px;
}
/************* Basket ******************/

#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: #060;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 5px 0px 5px 0px;
  clear: both;
  height: 0;
}
hr.dotted{
  border-color: #060;
  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: #060;
	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: 100px;
	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: #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: 275px;
	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;
	background-color: #f00;
	width: 350px;
	clear: both;
	float: left
}
div.remove{
	width: 25px;
	clear: none;
	float: left;
}



/*********** Footer *************/
#footer_menu{
	clear: both;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#footer{
	clear: both;
	width: 600px;
	color: #666;
	margin: 8px 0px 0px 0px;
	padding: 5px 0px 3px 0px;
	text-align: center;
	font-size: 90%;
}


.clear{
	clear: both;
}
.clear2{
	clear: both;
	height: 15px;
}

/******************* Mouse over/zoomed images ********************/

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 3px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 20px;
left: -50px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
