/************************************************
	Common Styles											
************************************************/

body{
	background:#000 ;

	font-size:76%;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
}

div.head-wrap{
	width:auto;
	background:#AE2012 url(../images/bg-page-product.gif) center bottom repeat-x;
	margin:0 0 10px 0;
	
}
div.head{
	width:700px;
	margin:0 auto;
	min-height:5.5em;
}

div.head img{
	vertical-align:middle;
	margin:10px 10px 10px 0;
	float:left;
}

div.head h1{
	float:left;
	margin:.5em 0;
	padding:0 40px 0 0;
	background: url(../images/ornament-head-1.gif) no-repeat right 50%;
	font-size:2.8em;
	font-family:Goudy, "Adobe Caslon Pro", Georgia, "Times New Roman", serif;
	font-weight:normal;
}

div.head a:link, div.head a:visited {
color:#FFFFFF;
text-decoration:none;
}

span.B_crumbBox{
	float:right;
	width:350px;
	margin:30px 0 0 0;
	font-size:1.2em;
}
span.B_crumbBox a:link,span.B_crumbBox a:visited{
text-decoration:underline;
}
span.B_crumbBox a:hover{
	color:#FFFF99;
}
div.wrap{
	width:700px;
	margin:0 auto;
}

div.column{
		float:right;
		width:50%;
		font-size:1.3em;
		line-height:1.2em;
}

div.column h1 {
color:#9E7D3A;
font-family:"Adobe Caslon Pro",Georgia,"Times New Roman",sans-serif;
font-size:2.5em;
font-weight:normal;
line-height:1em;
margin:0 0 10px 0;
padding:0;
}

div.column p{
	margin:.5em 0 1em 0;
}

img.product{
	float:left;
	border:2px solid #999;
	padding:5px;
	margin:0 0 10px 0;
	background:#fff;
}

