@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #6398ba;
	background-image: url(images/site/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0f5f63;
	text-decoration: none;
}

.centerimg {
	display:block; 
	margin: auto;
}

a {
	text-decoration: none;
		color: #38919a;
	font-weight: bold;
}

.copy a{
	text-decoration: none;
	color: #0f5f63;
}
.copy a:visited, .link_01 span{
	text-decoration: none;
}
.copy a:hover, .link_01 span{
	color: #FFFFFF;
	text-decoration: underline;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #38919a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38919a;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 8px;
}
.card {
	padding-bottom: 8px;
	padding-right: 10px;
	color: #38919a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38919a;
}
.content {
	font-size: 13px;
	font-weight: normal;
}
.content_prod_details {
	font-size: 12px;
}
.content_order {
	font-size: 11px;
	font-weight: normal;
}
.order_promotion {
	float: left;
	width: 200px;
	border: 1px solid #CC0000;
	margin-right: 20px;
	margin-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #38919a;
}
h1 a{
	color: #5192ca;
}
h1 a:visited, .link_01 span{
}
h1 a:hover, .link_01 span{
	color: #38919a;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #38919a;
}
h3 a{
	color: #5192ca;
}
h3 a:visited, .link_01 span{
}
h3 a:hover, .link_01 span{
	color: #38919a;
	text-decoration: none;
}
.h1_sub {
	font-size: 10px
}
.h1_black {
	font-size: 14px
}
.go-top:link, .go-top:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:red;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
.go-top:hover{
	color:#38919a;
	text-decoration:none;
	}
.product_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #38919a;
	font-weight: bold;
	padding-bottom: 4px;
}
.product_break {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38919a;
}
.product_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #38919a;
	font-weight: bold;
}
.product_price{
		font-style: italic;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
.order {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 38919A;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 50px;
}

.stocktitle {
	width:210px; 
	float: left;
	width: 470px;
}

.stocktitleimg {
	width: 120px; 
	float:left;	
}

.divider {
	display: block;
	margin-left:auto;
	margin-right:auto;
}

/* Gallery stuff: */

#gallery {
	width: 434px;
	padding: 0;
	margin: 12px auto;
	border: 0;
	height: 200px;
	background-color:#066;
}

#galimg {
	height: 200px;
	width: 263px;
	background-image:url(images/gallery/pic0.jpg);
	margin: 0;
	float: left;
}

.galbutt {
	margin: 0;
	border: 0;
	float: left;
}

/* Title bars:*/

#tophead {
	background-image:url(images/site/header2.png);
	width: 606px;
	height: 125;
		
}

#bothead {
	background-image:url(images/site/titlespace2.jpg);
	width: 606;
	height:
}


/* The quote box: */

#quotes {
	font-size:11px; 
	color:#333; 
	padding: 20px 3px 20px 15px; 
	background-color:#FF9;
}

/* The specials box: */

#special {
	border: #C06 thin solid;
	padding: 4px;
	width: 275px;
	height: 65px;
	background-color:#C5D9DB;
}

.specialimg {
	float: left;
	width: 100px;
}

#specialtext {
	float: left;
	width: 150px;
	padding: 3px;
	text-align:center;
}



/*MENU STARTS*/
		.menu {
		height:150px;
		font-size:90%;
		margin:0px; /* this page only */
		}

		/* remove all the bullets, borders and padding from the default list styling */
		.menu ul {
		position:relative;
		z-index:500;
		padding:0;
		margin:0;
		list-style-type:none;
		width:120px;
		}
		/* style the list items */
		.menu li {
		background:#fff url(shade.gif);
		height:26px;
		/* for IE7 */
		float:left;
		}
		.menu li.sub {background:#fff url(images/sub.gif) no-repeat right center;}

		/* get rid of the table */
		.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

		/* style the links */
		.menu a, .menu a:visited {
		display:block; 
		text-decoration:none;
		height:25px;
		line-height:25px;
		width:121px;
		color:#38919a;
		text-indent:5px;
		border:1px solid #38919a;
		border-width:0 1px 1px 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #38919a;
		font-weight: bold;
		}
		/* hack for IE5.5 */
		* html .menu a, * html .menu a:visited {width:120px; w\idth:119px;}
		/* style the link hover */
		* html .menu a:hover {color:#fff; background:#38919a; position:relative;}

		.menu li:hover {position:relative;}

		/* For accessibility of the top level menu when tabbing */
		.menu a:active, .menu a:focus {color:#fff; background:#38919a;}

		/* retain the hover colors for each sublevel IE7 and Firefox etc */
		.menu li:hover > a {color:#fff;background:#38919a;}
		 
		/* hide the sub levels and give them a positon absolute so that they take up no room */
		.menu li ul {
		visibility:hidden;
		position:absolute;
		top:-31px;
		/* set up the overlap (minus the overrun) */
		left:92px;
		/* set up the overrun area */
		padding:30px;
		/* this is for IE to make it interpret the overrrun padding */
		background:transparent url(transparent.gif);
		}

		/* for browsers that understand this is all you need for the flyouts */
		.menu li:hover > ul {visibility:visible;}

		/* for IE5.5 and IE6 you need to style each level hover */

		/* keep the third level+ hidden when you hover on first level link */
		.menu ul a:hover ul ul{
		visibility:hidden;
		}
		/* keep the fourth level+ hidden when you hover on second level link */
		.menu ul a:hover ul a:hover ul ul{
		visibility:hidden;
		}
		/* keep the fifth level hidden when you hover on third level link */
		.menu ul a:hover ul a:hover ul a:hover ul ul{
		visibility:hidden;
		}

		/* make the second level visible when hover on first level link */
		.menu ul a:hover ul {
		visibility:visible;
		}
		/* make the third level visible when you hover over second level link */
		.menu ul a:hover ul a:hover ul{ 
		visibility:visible;
		}
		/* make the fourth level visible when you hover over third level link */
		.menu ul a:hover ul a:hover ul a:hover ul { 
		visibility:visible;
		}
		/* make the fifth level visible when you hover over fourth level link */
		.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
		visibility:visible;
		}
/*MENU ENDS*/


/* Tooltip STARTS */
a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:242px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}
/* Tooltip ENDS */