body{
	margin:0;
	padding:0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DCE0E9;
	line-height: 1.5em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868686;
}

#maincontainer{
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/bg_page.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868686;
}

#maincontainer2{
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/bg_page2.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868686;
}

#topsection{
	position: relative;
	height: 131px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 340px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 340px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
	clear: left;
	vertical-align: top;
	text-align: right;
	height: 90px;
	padding-right: 30px;
}

#menuleft{
	position: absolute;
	top: 20px;
	left: 360px;
	width: 180px; 
	height: 80px;
}

#menuright{
	position: absolute;
	top: 20px;
	left: 510px;
}

#newsletterform{
	float: right;
	padding-top: 9px;
	padding-right: 30px;
	text-align: right;
}

.innertube{
margin: 30px 30px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertube_left{
margin-left: 110px; 
height: 190px;
}

.innertube_left2{
margin-left: 110px; 
}

.innertube_footer{
	margin-top: 20px;
	margin-right: 160px; 
}

input, textarea, select {	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #777;
	padding: 0;
	margin: 0;
	scrollbar-3d-light-color:#fff;
	scrollbar-arrow-color:#cccc00;
	scrollbar-base-color:#fff;
	scrollbar-dark-shadow-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-track-color: #fff;
}

input.colour{
	background-color : #ff6600;
	color : #fff;
}

a:link {color: #4BB927;text-decoration: underline;} 
a:active {color: #4BB927;text-decoration: underline;} 
a:visited {color: #4BB927;text-decoration: underline;} 
a:hover {color: #4BB927;text-decoration: none;} 

a.cart:link {color:#868686;text-decoration: none;} 
a.cart:active {color:#868686;text-decoration: none;}
a.cart:visited {color:#868686;text-decoration: none;}
a.cart:hover {color:#868686;text-decoration: underline;}

a.popular:link {color: #4BB927;text-decoration: underline;} 
a.popular:active {color: #4BB927;text-decoration: underline;} 
a.popular:visited {color: #4BB927;text-decoration: underline;} 
a.popular:hover {color: #4BB927;text-decoration: none;} 

a.biglink:link {color:#ff6600;text-decoration: none;} 
a.biglink:active {color:#ff6600;text-decoration: none;}
a.biglink:visited {color:#ff6600;text-decoration: none;}
a.biglink:hover {color:#868686;text-decoration: underline;}

.slogan{
	margin-top: 20px;
	margin-bottom: 20px;
}

.iconspacer{
	margin-bottom: 10px;
}

.iconspacer2{
	margin-bottom: 20px;
}

.orange{
color: #ff6600;
}

.green {
color: #4BB927;
}

table.prodtable {
padding: 0; 
border: none;
}


table.prodtable tr.special td {
	vertical-align: top;
	text-align: center;
	width: 49%;
}

table.prodtable tr.special2 td {
	text-align: center;
}

table.prodtable2 {
	padding: 0; 
	border-width: 1px;
	border-style: dashed;
	border-color: #ddd;
	border-collapse: collapse;
}

table.prodtable2 td {
	border-width: 1px;
	padding: 2px;
	border-style: dashed;
	border-color: #ddd;
	-moz-border-radius: ;
}

table.prodtable2 tr.special td {
	text-align: center;
}

table.prodtable2 tr.special2 td {
	padding: 10px;
	text-align: center;
}

#cell_1 {
	width: 600px;
	height: 58px;
	background-image: url(../images/bg_footer.jpg);
	padding: 0px;
	margin: 0px;
	float: right;
}

.inputfield_xlarge{
  width:360px;
 }

.inputfield_large{
  width:183px;
 }
 
 .inputfield_small{
  width:100px;
 }
 
.regform{
	line-height: 2.0em;
}
