/* *************************************
	General Content
************************************* */
h1{
	color:#123C64;
	font-family:Helvetica, Arial, sans-serif;
	margin:0px 10px 10px 0px;
	font-size:2.6em;
	line-height: normal;
}
h2{
	color:#123C64;
	font-family:Helvetica, Arial, sans-serif;
	margin:0px 10px 5px 0px;
	font-size:1.8em;
	line-height: normal;
	font-weight:bold;
}
h3{
	color:#4B7397;
	font-family:Helvetica, Arial, sans-serif;
	margin:20px 10px 0px 10px;
	font-size:1.4em;
	line-height: normal;
	padding:5px 10px 5px 10px;
}
p, li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#808080;
}
p{margin:0px 0px 15px 0px;}
strong{font-weight:bold;}
a{color:#AA9977;}
a:hover{color:#9ACB00;}
em{font-style:italic;}
ul{margin:15px 0px 15px 0px;}
ol li{list-style-type:decimal;}
li{list-style-type:circle;}
.clear{clear:both; font-size: 1px;}
.left{float:left;}
.right{float:right;}
body{
	/* background-color:#F2F1E9;*/
	background-color:#FFF;
	background-image:none;
	font-size:10px;
	line-height: normal;
	font-family:Arial, Helvetica, sans-serif;
}
.productHolder{
	width:669px;
	height:380px;
	padding:10px;
	margin:0px auto 0px auto;
	background-color:#F2F1E9;
	overflow:hidden;
}
.productImage{
	width:445px;
	height:380px;
	display:table;
	text-align:center;
	background-image:url(../images/productPages/imgBG.gif);
	overflow:hidden;
	float:left;
	margin-right:20px;
}
.productImage img{margin-top:2px;}
.productInfo{
	width:163px;
	height:340px;
	background-color:#F2F1E9;
	float:left;
	padding:20px;
}
.productInfo h1, .productInfo h2, .productInfo h3{ font-family:Courier New, Courier, mono;}
.productInfo h1{
	color:#AA9977;
	font-weight:bold;
	font-size:1.6em;
	line-height: normal;
}
.productInfo h2{
	color:#9ACB00;
	font-size:1.3em;
	line-height: normal;
}
.productInfo p{
	color:#3F3F3F;
	font-size:1.1em;
	line-height: normal;
}
.productInfo .divider{
	clear:both;
	margin:15px 0px 15px 0px;
}
.prodLinkBack{text-align:center; width:669px;}


