@charset "UTF-8";
body {
	/* font: 14px "Times New Roman", Times, serif; */
	font: 12px Verdana, Arial, sans-serif;
	background-image:url(images/background_tile.jpg);
	background-color: #d31f24;
	/*letter-spacing: 2px;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#4b1b0e;
}


.oneColFixCtrHdr a{
color:#4b1b0e;
font-weight: bold;
text-decoration: none;}

#flashHolder{
position: absolute;
top:-60px;
left:-20px;
}

.oneColFixCtrHdr a:hover{
color:#4b1b0e;
font-weight: bold;
text-decoration: underline;}


.oneColFixCtrHdr .heading{
text-transform: uppercase;}


.oneColFixCtrHdr #container {
position: relative;
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	-webkit-background-size: 750px 4550px; 
	background-image:url(images/mainbackground.jpg);
	background-repeat: no-repeat;
	background-position: 0 230px;
	background-color: #fcf6dc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000;
	height: 228px;
	background-image:url(images/header.jpg);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #headerDL {
	background: #000000;
	height: 228px;
	background-image:url(images/headerDL.jpg);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #headerDL h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #menu {
	padding-top:10px;
	color:#4b1b0e;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
}

.oneColFixCtrHdr #menu ul{
display: inline;
margin-left: -40px;
list-style: none;
}


.oneColFixCtrHdr #menu li{
display: inline;
padding-right: 20px;
list-style: none;
}

#gallery a img{border:0px;}

.oneColFixCtrHdr .subMenu {
	font-weight:normal;
	font-size:14px;
	text-transform: none;
}

.oneColFixCtrHdr #mainContent {
margin-top:-30px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
}
.oneColFixCtrHdr #mainContent h1{
	text-align:center;
	font-size: 30px;
	text-transform:uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #mainContentShop {
padding: 0;
margin-top: -4px;
font-size: 14px;
}

.galthumbs{
float:left;
width: 155px
margin-left: 22px;
margin-right:22px;
margin-bottom: 22px;
margin-top: 22px;}


.oneColFixCtrHdr #footer {
position: relative;
	text-align: center;
	height: 75px;
	font-size: 10px;
	font-weight: normal;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color:#f4d9a6;
}
.fb{position: absolute; left:10px; top:30px;width:250px;}
.fb-like{margin-right: 10px;}
.twitter{position: absolute; right:10px; top:30px;width:150px;}
.pressCats{float:left;}
.pressGallery{margin-top:40px;}
.presssbyyear p{margin-left: -20px;}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 23px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.inputrow{
padding-top: 20px;
padding-bottom: 20px;
padding-right: 0px;
padding-left: 30px;
border-bottom: 1px dotted #a1a1a1;
}

.inputrow label{
padding-right: 70px;}

.desText{
font-family: Verdana,Arial,Heletica,Sans-serif;
font-weight: normal;
font-size: 11px;
color:#a1a1a1;
letter-spacing: normal;}

.submitrow{
float:right;
padding-left: 70px;
padding-top: 20px;}

.galleriesMain{background-image: url(images/gall.png); width:725px; height:300px; position: relative; margin-top: 20px; margin-left: -20px;}
.galleriesSlider{top:85px; left:29px; width:692px; height:186px;position: absolute; overflow: hidden;}
.marquee{height:240px;}

.buyDiv{background-image:url(images/trans.png);border-top:3px solid #c81115; border-bottom:3px solid #c81115;}
.priceBuy{background-color: #000; padding-left: 15px; padding-right:15px;border-bottom:3px solid #c81115;}
.prodPrice{float: left; color:#fff;}
.prodBuy{float: right;}
.prodOptions{padding: 15px;}
.prodOptionItem{ width:300px; float: left; color:#fff; padding-right:15px;}
.prodOptionItem select{float:right;}
.showcart{float:right; padding-right: 15px; padding-left:15px;}