body {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
}
.mainbutton {
	background-image: url(../images/mainbutton_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 11px;
	position: relative;
	padding-left: 30px;
	margin-left: 0px;
	line-height: 100%;
	color: #333333;
	font-weight: normal;
}
.mainbuttonOn {
	background-image: url(../images/mainbutton_bg_on.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 11px;
	position: relative;
	padding-left: 30px;
	margin-left: 0px;
	line-height: 100%;
	color: #333333;
	font-weight: normal;
}
.maintable {
	margin: 0px 20px 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 180%;
	
}
a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
HR {
	height:1px;
	}
.main_hr {
	width: 540px;
	background-color: #CCCCCC;
	height: 1px;
	background-image: url(../images/spacer.gif);
	position: relative;
}
.pagefooter {
	font-size: 9px;
	text-decoration: none;
	text-align: right;
	padding-top: 10px;
	color: #999999;
}
/*
Everything happens in a td so this is really the base class for whatever will happen in your page copy area.
*/


TD { 
text-decoration: none;
}

/*
This is the standard for text and textarea input boxes
Please note that input class="text" is essential for text boxes as the text boxes all have a class "text".  This is to avoid issues with '<input type="image">'.
*/
INPUT.text,TEXTAREA{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal; 
font-size: 14px;
width:300px;
color:#000000;
}

/*
This input box class is used for the quantity field on the view basket page
*/
INPUT.small{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal; 
font-size:15px;
border-width:1px;
border-color:#000000;
width:35px;
color:#000000;
}

/*
All submit buttons will follow this style.
*/
input.submit{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal; 
font-size:15px;
width:300px;
}


/*
All list boxes will follow this style.
*/
SELECT {
border:1px;
font-size:15px;
background:white;
width:300px;
}

/*
All text links will use this style.
*/
a:link,a:hover,a:visited{
color: #003366; 
font-style: normal;
}

/*
All h1 tags will follow this style
*/
H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366;
	font-weight: bold;
}

ul,li {
	list-style-image: url(../images/bullet.gif);
	display: list-item;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 10px;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	font-weight: bold;
	line-height: 18px;
}
.leftbg {
	background-image: url(../images/leftcol_bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.rightbg {
	background-image: url(../images/rightcol_bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.mainnav {
	vertical-align: top;
	background-image: url(../images/mainnav_bg.gif);
	background-repeat: repeat-y;
}
.main {
	background-color: #FFFFFF;
}
