body {  
	background-color: #FFFFFF; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	color: #000000;
}
.header {  
	background-image: url(images/header_bg.gif); 
	background-repeat: no-repeat; 
	height: 201px; 
	width: 750px; 
	text-align: left; 
	vertical-align: top;
}
.borderleft {  
	background-image: url(images/page_border_left.gif); 
	background-repeat: repeat-y; 
	width: 4px;
}
.borderright {  
	background-image: url(images/page_border_right.gif); 
	background-repeat: repeat-y; 
	width: 4px;
}
.footer {  
	background-image: url(images/footer_bg.gif); 
	background-repeat: no-repeat; 
	height: 27px; 
	width: 750px;
}
.copyright {  
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	color: #FFFFFF; 
	font-size: 10px; 
	text-align: left; 
	padding: 5px;
}
.credits {  
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	color: #FFFFFF; 
	font-size: 10px; 
	text-align: right; 
	padding: 5px;
}
a.white {  
	color: #FFFFFF; 
	text-decoration: none;
}
a:hover.white {  
	color: #FFFFFF; 
	text-decoration: underline;
}
.logo {  
	position: relative; 
	left: 74px; 
	top: 100px; 
	float: left;
}
.headerlinks {  
	position: relative; 
	left: 136px; 
	top: 115px; 
	float: left;
}
.sublinks {  
	position: relative; 
	right: 10px; 
	top: 115px; 
	float: right;
}
a.sectionlink {  
	font-family: Tahoma, Arial, Verdana, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	text-decoration: none; 
	font-weight: bold; 
	width: 100%; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #AAAAAA; 
	padding-left: 5px; 
	display: list-item; 
	list-style: none;
	line-height: 20px;
}
a.pagelink {  
	font-family: Tahoma, Arial, Verdana, sans-serif; 
	font-size: 11px; 
	color: #666666; 
	text-decoration: none; 
	font-weight: normal; 
	width: 100%; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #CCCCCC; 
	padding-left: 15px; 
	display: list-item; 
	list-style: none; 
	line-height: 15px;
}
a.sublink {  
	font-family: Tahoma, Arial, Verdana, sans-serif; 
	font-size: 11px; 
	color: #999999; 
	text-decoration: none; 
	font-weight: lighter; 
	width: 100%; 
	padding-top: 2px; 
	padding-bottom: 2px;
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #EEEEEE; 
	padding-left: 25px; 
	display: list-item; 
	list-style: none; 
	line-height: 15px;
}
a.sectionlinkactive {  
	font-family: Tahoma, Arial, Verdana, sans-serif; 
	font-size: 11px; 
	color: #E79207; 
	text-decoration: none; 
	font-weight: bold; 
	width: 100%; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #AAAAAA; 
	padding-left: 5px; 
	display: list-item; 
	list-style: none; 
	line-height: 20px
}
a.pagelinkactive {  
	font-family: Tahoma, Arial, Verdana, sans-serif; 
	font-size: 11px; 
	color: #E79207; 
	text-decoration: none; 
	font-weight: normal; 
	width: 100%; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #CCCCCC; 
	padding-left: 15px; 
	display: list-item; 
	list-style: none; 
	line-height: 15px
}
a.sublinkactive {  font-family: Tahoma, Arial, Verdana, sans-serif; 
	font-size: 11px; 
	color: #E79207; 
	text-decoration: none; 
	font-weight: lighter; 
	width: 100%; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #EEEEEE; 
	padding-left: 25px; 
	display: list-item; 
	list-style: none; 
	line-height: 15px
}
a:hover.sectionlink, a:hover.pagelink, a:hover.sublink, a:hover.sectionlinkactive, a:hover.pagelinkactive, a:hover.sublinkactive {
	text-decoration: underline;
}
.heading {
    /* height: 40px; */
	vertical-align: middle;
	text-align: center;
	margin: 0px;	
	margin-bottom: 10px;
}
.heading .left {
	/*
	background: url(images/heading_left.gif) no-repeat;
	width: 7px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	line-height: 39px;
	*/
}
.heading .center {
	/*
	background: url(images/heading_tile.gif) repeat-x;
	height: 40px;
	*/
	color: #333333;
	font: 1.2em/1 Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-weight: 600;
	/* font-style: italic; */
	vertical-align: middle;
	text-align: center;
	/* line-height: 39px; */	
}
.heading .right {
	/*
	background: url(images/heading_right.gif) no-repeat;
	width: 7px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	line-height: 39px;
	*/	
}
.body p {  
	font: 11px Tahoma, Arial, Verdana, sans-serif; 
	color: #333333;
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 5px;	
}
.body li {  
	font: 11px Tahoma, Arial, Verdana, sans-serif; 
	color: #333333;
	line-height: 1.5;
}
.body ul {
	list-style-type: square;
}	
.sublist {
	list-style-type: circle;
}	
.body h2 {  
	font: 13px Tahoma, Arial, Verdana, sans-serif; 
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content {
	/*
	background-image: url(images/watermark.gif); 
	background-repeat: no-repeat; 
    background-position: center 50px;
	*/
}	
.subheading {
    /* height: 29px; */
	vertical-align: middle;
	text-align: left;
	margin-top: 5px;		
}
.subheading .left {
	/*
	background: url(images/subheading_left.gif) no-repeat;
	width: 7px;
	height: 29px;
	vertical-align: middle;
	text-align: left;
	line-height: 28px;
	*/
}

.subheading .center {
	/*
	background: url(images/subheading_tile.gif) repeat-x;
	height: 29px;
	*/
	color: #E79207;
	font: 1.1em/1 Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-weight: 600;
	/* font-style: italic; */
	vertical-align: middle;
	text-align: left;
	/* line-height: 28px; */	
}
.subheading .right {
	/*
	background: url(images/subheading_right.gif) no-repeat;
	width: 7px;
	height: 29px;
	vertical-align: middle;
	text-align: left;
	line-height: 28px;		
	*/	
}
hr {
	background: url(images/split.jpg) no-repeat;
margin-top: 2px;
margin-bottom: 2px;
	clear:both;
}	
.form {
	background-color: #F2F2F2;
	padding: 4px;
}
.formtext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666666;
}
.formfield {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
	background-color: #F2F2F2;
	width: 220px;
	border-top: 1px solid #BEBEBE;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #BEBEBE;
}
.formfieldtiny {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
	background-color: #F2F2F2;
	width: 60px;
	border-top: 1px solid #BEBEBE;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #BEBEBE;
}
.formerror {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FF0000;
}
.formbutton {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #ffffff;
	background-color: #999999;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEBEBE;
	border-right-color: #747373;
	border-bottom-color: #747373;
	border-left-color: #BEBEBE;
	font-weight: bold;
}
.formbuttonsmaller {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #ffffff;
	background-color: #999999;
	width: 50%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEBEBE;
	border-right-color: #747373;
	border-bottom-color: #747373;
	border-left-color: #BEBEBE;
	font-weight: bold;
}
.shout {
	color: #333333;
	font: 11px Tahoma, Arial, Verdana;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 16px;
	width: 149px;
}
.productthumbnail {
    padding-top: 5px;
	vertical-align: top;
	text-align: center;
	font: 9px Tahoma, Arial, Verdana;
	font-weight: normal;
}
.productdescription {
	padding: 10px;
	vertical-align: top;
}
.productimage {
	width: 160px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
.productordering {
	text-align: right;
}
.products {
	/* margin-top: 10px;
	margin-bottom: 10px; */
}
td.popup {  
	font: 11px Tahoma, Arial, Verdana, sans-serif; 
	color: #333333;
	line-height: 1.5;
}
.imageslot
{
	border: 1px solid #ffffff;
	margin: 0 auto;
	margin-bottom: 15px;
}
