@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	margin:20px 0px;
	background-color: #000;
	/*background-image: url(images/BG.png);*/
}
a:link {
	color: #A00507;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #740306;
}
a:hover {
	text-decoration: none;
	color: #480204;
}
a:active {
	text-decoration: underline;
	color: #F00;
}
.container{
	width:95%;
	background:white;
	margin:0px auto;
	min-height:700px;
	position:relative;
}
.socialIcons {
	position: fixed;
	display: inline;
	/*margin-left:838px;
	margin-top:84px;*/
	right:-10px;
	top:94px;
	z-index:999;
	padding:17px 0px 0px 6px;
	width:63px;
	height:195px;
	background:url(images/IconsSocial.png) no-repeat;
}
.cobtbl{
	
}
.socialBTN{
	margin-bottom:3px;
	border:none;
}
.formField{
	background:#EBE8E0;
	border:1px solid #5A3008;
}
.search{
	float:left;
	margin:10px 10px 0px 20px;
}
.advancedSearch{
	vertical-align:middle;
}
.cart{
	float:right;
	width:96px;
	height:21px;
	display:block;
	background:url(images/IconCart.png) no-repeat right;
	margin:10px 40px 0px 0px;
	padding-top:10px;
}
.leftColumn{
	width:225px;
	float:left;
	min-height:500px;
	padding-left:10px;
}
a.menuButtons{
	width:194px;
	height:13px;
	background:#A7987B;
	border:1px solid #5A3008;
	display:block;
	color:black;
	font-weight:bold;
	/*font-variant:small-caps;*/
	text-decoration:none;
	padding:5px;
	font-size:120%;
	margin-left:1px;
	margin-bottom:1px;
}
.contentContainer{
	margin-left:230px;
	min-height:500px;
	/*width:642px;*/
	background:url(images/HeaderBg.png) repeat-x 0px 60px;
}
.content{
	width:95%;
	min-height:300px;
	padding-top:10px;
}
.twitter{
	margin-top:10px;
}
.footer{
	color:white;
	text-align:center;
	margin-top:10px;
}
