@charset "UTF-8";

body {font-family:Arial;font-size:13px;}
p {margin:1px 0px;padding:0px; line-height:18px;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}

strong, b {font-weight:bold;}

h1 {font-weight:bold;color:#6e7e69;font-size:24px;}
h2 {
	font-family:"Myriad Pro", Geneva;
	font-weight:normal;
	font-size:16px;
	text-transform:capitalize;
	padding:0px;
	margin:0px;
}
	h2 strong {
		color:#C46B3A;
		font-weight:normal;
	}
h3 {
	font-family:"Myriad Pro", Geneva;
	font-weight:lighter;
	color:#C46B3A;
	font-size:15px;
	text-transform:capitalize;
	padding:0px;
	margin:0px;
}

.orange {color:#e86e36;}
.black {color:#000000}
.white {color:#FFFFFF}
.prod_subhead {
	display:block;
	background:#2D3F5E;
	clear:both;
	color:#fff;
	padding:2px;
	margin-right: 5px;
	margin-left: 5px;
}

#clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}

#product {
	border:solid 1px #CCC;
	margin: 10px;
	padding: 10px;
	width:auto;
}
	#product a{
		color: #3E5A7B;
	}
#product_top {
	display:inline-block;
	text-align:left;
}
	#prod_logo_group {
		float:left;
		width:250px;
		text-align:center;
	}
		#prod_logo_group img{
			border:0px; 
		}
	#product_link_group {
		float:left;
	}
		#product_links {
			width:180px;
			padding: 2px;
			float:left;
			font-size:11px;
		}
#product_bottom {
	display:inline-block;
}
	#product_descr {
		width: auto;
	}


