BODY, TABLE, TD, DIV{
	text-align : left;
	background-color: transparent;
	font-family : arial, sans-serif;
	font-size : 12px;
	color : #111;
	border-collapse : collapse;
	vertical-align : top;
}

FORM{
	margin : 0px;
	padding : 0px;
}

INPUT.text{
	border-style : solid;
	border-width : 1px;
}

select{
	border-style : solid;
	border-width : 1px;
}

a {
	background-color: transparent;
	color : #117;
	font-weight : bold;
	text-decoration : underline;
}

a:hover{
	background-color: transparent;
	color : #000000;
	text-decoration : none;
}

a:visited{
	background-color: transparent;
	color : #000000;
}

table#body{
	width : 800px;
}

td#header{
	width : 800px;
	padding : 0px;
}

img#masthead{
	width : 800px;
	height : 123px;
}

td#menu{
	background-color : #000;
	padding : 4px;
	text-align : center;
}

#menu ul{
	padding : 0px;
	margin : 0px;
	color: #fff;
	float: left;
	width: 100%;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	font-size : 13px;
	font-weight : bold;
	padding: 2px 4px;
	text-decoration: none;
	color: #fff;	
	border-right: 0px solid #fff;
}

#menu ul li a:hover{
	background-color: #369;
	color: #fff;
}

td#boxouts{
	text-align : center;
	width : 150px;
	background-color : #9BCD9C;
	background-image : url('gfx/boxoutbg.jpg');
	background-repeat : no-repeat;
	background-position : 0% 100%;
}

td.content{
	background-color : #FEFFCC;
	width : 650px;
}

div.content{
	padding :10px;
}

div.bigpagetitle{
	margin-bottom : 15px;
	font-size : 160%;
	font-weight : bold;
	color : #000;
}

div.pagetitle{
	margin-bottom : 15px;
	font-size : 130%;
	font-weight : bold;
	color : #336633;
}

div.paratitle{

}

td#footer{
	background-color : #000;
	font-size : 12px;
	padding : 4px;
	color : #fff;
}

span.address{
	margin-left : 10px;
}

span.phone{
	float : right;
	font-weight : bold;
	font-size : 12px;
	margin-right : 10px;
}

table.product{
	width : 620px;
}

table.product td{
	vertical-align : top;
	padding : 2px;
	font-size : 11px;	
}

table.product td.productdetails{
	width : 175px;
	font-size : 11px;	
}

table.product td.productdetails select{
	font-size : 10px;
	width : 150px;
}

table.product td.description{
	width : 320px;
	font-size : 11px;	
}


div.bordercalculator{
	background : #679566;
	margin : 5px;
	width : 130px;
	padding : 4px;
	font-weight : bold;
}

div.yellowtitle{
	text-align : center;
	color : #F4FF4B;
	font-size : 120%;
	font-weight : bold;
}

table.product td.image{
	text-align : center;
}

table.product td.image img{
	width : 100px;
	height : 100px;
}

td.description div.description{
	height : 60px;
	font-size : 11px;	
	overflow : auto;
}

input.addtobasket{
	width : 66px;
	height : 28px;
	border : none;
	vertical-align : middle;
	margin-left : 10px;
	border : none;
}

a input.addtobasket{
	border : none;
}

table.product td.producticons{
	padding-top : 0px;
	padding-bottom : 1px;
	text-align : right;
	vertical-align : middle;
}

input.quantity{
	padding : 1px;
	border : 1px solid #679566;
	background-color : #fff;
	width : 20px;
	font-size : 10px;
}

input.biab{
	padding : 1px;
	border : 1px solid #9BCD9C;
	background-color : #fff;
	width : 35px;
	font-size : 10px;
	margin : 2px;
}

input.biabsubmit{
	padding : 1px;
	background-color : #9BCD9C;
	color : #000;
	font-weight : bold;
	margin : 2px;
}

img.largeitem{
	width : 28px;
	height : 28px;
	border : none;
	vertical-align : middle;
	margin-right : 6px;
	margin-left : 6px;
}

div.searchboxout{
	padding : 2px;
	margin : 5px;
	font-weight : bold;
	text-align : center;
	margin-bottom : 30px;
	text-align : left;
}

input.searchboxout{
	padding : 1px;
	border : 1px solid #679566;
	background-color : #fff;
	width : 90px;
	font-size : 80%;
}

select.searchboxoutselect{
	padding : 1px;
	border : 1px solid #679566;
	background-color : #fff;
	width : 100px;
	font-size : 80%;
	margin-top : 4px;
}

.searchgo{
	margin : 2px;
	margin-top : 1px;
	vertical-align : middle;
}

table.homelinks{
	margin-top : 30px;
	width : 600px;
}

table.homelinks td a{
	text-decoration : none;
	color : #000;
}

table.homelinks td a img{
	border : none;
}

td.label{
	text-align : right;
	padding : 2px;
	vertical-align : middle;
	width : 50%;
	padding-left : 20px;
}

td.input{
	text-align : left;
	padding : 2px;
	vertical-align : middle;	
	padding-right : 20px;
}

td.submit{
	text-align : center;
	padding : 2px;
}

td.bgroundtopleft{
	font-size : 1px;
	background-image : url('gfx/bgtopleft.gif');
	background-repeat : no-repeat;
	width : 50%;
	height : 10px;
	padding : 0px;
}

td.bgroundtopright{
	font-size : 1px;
	background-image : url('gfx/bgtopright.gif');
	background-repeat : no-repeat;
	background-position : 100% 0%;
	width : 50%;
	height : 10px;
	padding : 0px;	
}

td.bgroundbottomleft{
	font-size : 1px;
	background-image : url('gfx/bgbottomleft.gif');
	background-repeat : no-repeat;
	background-position : 0% 100%;
	width : 50%;
	height : 10px;
	padding : 0px;	
}

td.bgroundbottomright{
	font-size : 1px;
	background-image : url('gfx/bgbottomright.gif');
	background-repeat : no-repeat;
	background-position : 100% 100%;
	width : 50%;
	height : 10px;
	padding : 0px;	
}

div.page{
	height : 15px;
	width : 15px;
	font-size : 11px;
	margin-right : 5px;
	text-align : center;
	border : 1px solid #679566;
	float : left;
	background-color : #ddd;
}

div.page a{
	text-decoration : none;
	font-weight : bold;
}

img.boxout{
	margin : 5px;
	margin-top : 10px;
	border : none;	
}

a img.boxout{
	border : none;
}

table.basket{
	border : 1px solid #666;
	width : 100%;
}

table.basket td{
	text-align : center;
	padding : 3px;
	font-size : 90%;
}

td.basketheader{
	font-size : 140%;
	font-weight : bold;
	background-color : #9BCD9C;
	padding : 4px;
	vertical-align : bottom;
	border-bottom : 1px solid #666;	
}

td.toggle1{
	background-color : #B5F2B5;
}

td.toggle2{
	background-color : #CCFFCC;
}

td.basketfooter{
	font-size : 140%;
	font-weight : bold;
	background-color : #9BCD9C;
	padding : 4px;
}

a.button, a.button:visited, a.button:hover{
	display : block;
	padding : 4px;
	background-color : #bbb;
	border : 1px outset;
	color : #000;
	text-decoration : none;
	width : 150px;
}

input.orderform{
	border : 1px solid #333;
	background-color : #B5F2B5;
	
}
