/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #8AA8A7;*/
	color:#628483;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #E7F5F5;
	background-image:url(interface/page_bg.jpg);
	background-repeat:repeat-x;
}
table {
margin-bottom:10px;
}
p {
	line-height:1.5;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	}
#menu a {
	padding-right:7px;
	border-right:1px #BEE4E2 solid;
	padding-left:7px;
	text-decoration:underline;
	}
#menu .a_end {
	padding-right:7px;
	border-right:0px #FF0000 solid;
	padding-left:7px;
	}
#splash a {
	padding-right:4px;
	border-right:1px #BEE4E2 solid;
	padding-left:4px;
	font-size:11px;
	}
#splash .a_end {
	padding-right:4px;
	border-right:0px #FF0000 solid;
	padding-left:4px;
	}
a:link {
	color: #00A0AF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00A0AF;
}
a:hover {
	text-decoration: underline;
	color: #00C7D7;
}
a:active {
	text-decoration: none;
	color: #00A0AF;
}
h1 {
	font-size:18px; 
	width:290px;
	color:#2B4E62;
	font-weight:normal;
	
	
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	
}
.page_container {
	margin-left:auto; 
	margin-right:auto; 
	width:900px; 
	padding-bottom:10px; 
	background-image:url(interface/footer.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom;
}
.content_background {
	background-image:url(interface/content_bg.jpg); 
	background-repeat:repeat-y; 
	padding-bottom:1px;
}
.content_heading {
	background-image:url(interface/header.jpg); 
	background-repeat:no-repeat; 
	
	/*padding-top:230px;*/
}
#menu {
	height:24px; 
	/*float:right;*/
	padding-left:120px; 
	padding-right:80px;
	padding-top:15px;
	margin-bottom:20px;
	font-size:11px;
	
	
}
#splash {
	height:24px; 
	padding-left:165px; 
	margin-bottom:25px;
}
.text {
	width:745px; 
	padding-left:72px;
}
.credits {
	width:745px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:right; 
	font-size:10px;
	clear:both;
}
.img_float_right {
float:right;
}
.bg_highlight {
background-color:#F4F4F4;
}
#text_body_ {
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom right;
	}
	


/* SHOPPING CART */
.cart_form {
	background-color:#FFFFFF;
	border:#BEE4E2 1px solid;
	text-align:right;
	color:#8AA8A7;
	}
.cart_add {	
	border:0px; 
	background-color:none;
	color:#00A0AF;
	cursor:pointer;
	}
.cart_add:hover {	
	border:0px; 
	background-color:none;
	color:#00C7D7;
	cursor:pointer;
	}

.productbg_1 {
	background-color:#EFF9FA;
	}
.productbg_2 {
	background-color:#F8FCFD;
	}
.productbg_title {
	background-color:#98D4D2;
	}
.productbg_title td {
	color:#2B4E62;
	font-weight:bold;
	}
#cartinfo {
	float:right; color:#2B4E62; font-size:11px; text-align:right;
	}
	


/* SKIN CSS*/
.skin_div {
	position:absolute;
	visibility:hidden;
	display:block;
	background-color:#FFFFFF;
	border:#BEE4E2 1px solid;
	}
/*.skin_span:hover .skin_div {
	visibility:visible;
	}*/
	
.skin_span:hover {
	text-decoration:none;
	color:#2B4E62;
	}
.skin_span {
	text-decoration:underline;
	color:#2B4E62;
	}
	