body {
	background-color: #FFFFFF;
}

a, div, td, body, table, input, textarea, span, font, form, p, h1, h2, h3 {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #292a2d;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #007cbc;
}

a:hover {
	color: #ffc000;
}

img, a img {
	border: 0;
}

.formbut {
	font-size: 10px; 
	font-weight: bold; 
	color: #000000; 
	background-color: #CCCCCC;
	border: 1px solid #666666; 
}
	
.formline { 
	color: #000000; 
	border: 1px solid #CCCCCC; 
	padding-left: 3px; 
	line-height: 16px; 
	background-color: #FFFFFF;
	width: 200px;
}

.formarea {
	color: #000000; 
	border: 1px solid #CCCCCC;
	padding-left: 3px;
	line-height: 18px;
	background-color: #FFFFFF;
	width: 200px;
	height: 60px;
}

.menu {
	width: 250px;
	background: #007cbc url(../image/web/menu_bg.gif) repeat-y scroll;
}

.header {
	height: 100px;
	background-color: #007cbc;
}

.menu .margin {
	margin: 0px 0px 0px 15px;
}

.content {
	width: 750px;
}

.body_blue {
	background-color: #007cbc;
}

.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #007cbc;
}

.product {
	font-weight: bold;
	color: #007cbc;
}

.btw {
	color: #666;
	font-size:10px;
	line-height:15px;
}

.imageleft {
	float:left;
	margin-right: 20px;
}

.imageright {
	float: right;
	margin-left: 20px;
}

.imagecenter {
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: middle;
}

.imagecenter, .imageleft, .imageright {
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menu1, .menu1selected {
	display: block;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 26px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}

.menu1 {	
	color: #ffffff;
	background: url(../image/web/menu1_bg.gif) no-repeat scroll;
}

.menu1:hover, .menu1selected:hover {
	background: url(../image/web/menu1_hover_bg.gif) no-repeat scroll;
}

.menu1selected {
	color: #292a2d;
	background: url(../image/web/menu1_selected_bg.gif) no-repeat scroll;	
}

.menu2, .menu2selected {
	display: block;
	height: 20px;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size:11px;
}

.menu2 {
	color: #ffffff;
	background: url(../image/web/menu2_bg.gif) no-repeat scroll;
}

.menu2:hover, .menu2selected:hover {
	background: url(../image/web/menu2_hover_bg.gif) no-repeat scroll;
}

.menu2selected {
	color: #292a2d;
	background: url(../image/web/menu2_selected_bg.gif) no-repeat scroll;
}

.menu3, .menu3selected {
	display: block;
	padding-left: 40px;
	padding-right: 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size:11px;
	background-repeat: no-repeat;
	vertical-align:top;
	line-height: 20px;
}

.menu3 {
	color: #ffffff;
	background: url(../image/web/menu3_bg.gif) no-repeat scroll;
}

.menu3:hover, .menu3selected:hover {
	background: url(../image/web/menu3_hover_bg.gif) no-repeat scroll;
}

.menu3selected {
	color: #292a2d;
	background: url(../image/web/menu3_selected_bg.gif) no-repeat scroll;
}

.menu4, .menu4selected {
	display: block;
	padding-left: 50px;
	padding-right: 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size:11px;
	background-repeat: no-repeat;
	line-height: 20px;
}

.menu4 {
	color: #ffffff;
	background: url(../image/web/menu4_bg.gif) no-repeat scroll;
}

.menu4:hover, .menu4selected:hover {
	background: url(../image/web/menu4_hover_bg.gif) no-repeat scroll;
}

.menu4selected {
	color: #292a2d;
	background: url(../image/web/menu4_selected_bg.gif) no-repeat scroll;
}

.menu5, .menu5selected {
	display: block;
	padding-left: 60px;
	padding-right: 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size:11px;
	background-repeat: no-repeat;
	line-height: 20px;
}

.menu5 {
	color: #ffffff;
	background: url(../image/web/menu5_bg.gif) no-repeat scroll;
}

.menu5:hover, .menu5selected:hover {
	background: url(../image/web/menu5_hover_bg.gif) no-repeat scroll;
}

.menu5selected {
	color: #292a2d;
	background: url(../image/web/menu5_selected_bg.gif) no-repeat scroll;
}

.highlight {
	background-color: #FFFF00;
}

.formrequired {
	color: #F88716;
}

.photothumb {
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}

.Mainmenu {
	color: #ffffff;
}

.shoplist
{
	border-bottom: 1px solid #CCC;
}

@media Print
{
	body
	{
		visibility: hidden;
	}
	
	.printable
	{
		 visibility: visible;
		 position: absolute;
		 top: 0px;
		 left: 0px;
	}	
}

