body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	text-align: center;
	color: #000000;
	background: #eaeaea;
}
h1{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-variant: small-caps;
	font-style: italic;
	border-bottom: 1px solid #eee;
}
h1 span{
	font-variant: normal;
}
h2{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px solid #eed;
}

a:link{
	color: #000000;
	font-weight: bold;
}	
a:visited{
	color: #000000;
	font-weight: bold;
}
a:hover{
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li{
	padding-bottom: 7px;
	line-height: 1.4em;
}

table{
	border-color: #eed;
}
tr{
	vertical-align: top;
	padding-bottom: 20px;
}

input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	padding: 3px;
	width: 145px;
}
textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	width: 300px;
}

 input.basketform{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	padding: 3px;
	width: 50px;
}
input.basketformsmall{
	width: 20px;
}

/*POSITIONING STYLES*/
#outerbody{
	margin: 0 auto;
	height: 100%;
	background-color: #fff;
	width:760px;
}
#innerbody{
	text-align:left;
	margin: 2px;
	background-color: #fff;
	height: 100%;
}
#header{
	height:100px;
	background-color:#ffffff;
}
#content{
	width: 500px;
	float: right;
	padding-right: 5px;
	_padding-top: 15px;
	background-color: #ffffff;
}

/*MENU STYLE*/
#menu{
	padding:0;
	width:240px;
	float:left;
	border-top: 11px solid #ffffff;
	background-color: #ffffff;
}
#menu a{
	font-size: 13px;
	display: block;
	border: 1px Solid #0099cc;
	text-decoration: none;
	line-height: 3em;
	padding-right: 5px;
	padding-left: 5px;
	color: #ffffff;
	width: 228px;
	background-color: #0099cc;
}
#menu a:visited{
	color: #ffffff;
}
#menu a:hover{
	background-color: #ffffff;
	color: #cc0000;
	border: 1px Solid #0099cc;
}
#menu span{
	display: block;
	font-size: 9px;
	color: #000000;
	line-height: 1.5em;
}

#displayimage{
	padding-right: 16px;
}
#displaytopimage{
	padding-left: 11px;
}

.detailslink{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099cc;
	font-variant: small-caps;
	font-style: italic;
	text-align: right;
	padding-bottom: 10px;
}

#bottom{
	clear:both;
	background:#0099cc;
	height:15px;
	border-top:20px solid #ffffff;
	padding:5px;
	color: #000000;
	text-align: center;
	font-size: 9px;
}
#main{
	background-color: #ffffff;
}

#cookie{
	float: left;
}
#basket{
	float: right;
}
img#basket{
	margin-bottom: 30px;
}

/* table display classes*/
.divider{
	border-top: 10px solid #ffffff;
	background-color: #eed;
	padding: 3px 10px 8px 10px;
	color: #999999;
	font-weight: bold;
	float: none;
	height: 15px;
}
.divider a:link{
	color: #999999;
}
.divider a:visited{
	color: #999999;
}
.details{
	padding-top: 20px;
}
.center{
	text-align: center;
}
.odd{
	background-color: #ffffff;
}
.even{
	background-color: #eed;
}
.larger{
	font-size: 13px;
}
.filler{
	width: 255px;
}
textarea.filler{
	width: 300px;
	/*height: 100px;*/
	padding-right: 10px; /*float: left;*/
	overflow: auto;
	border: 0px solid #ffffff;
	color: #000000;
}

/* form style */
.frmcontact{
	float: left;
	width: 100px;
	font-weight: bold;
}
.frmcontact em{
	color: #ff0000;
	float: right;
}