@import url("typography.css");
@import url("forms.css");
/**********************
GENERAL STYLES
**********************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #740100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(../images_interface/bodyBG_tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.clearFloats {
	clear: both;
}
/*-----------Links---------------*/
a:link, a:visited {
	color: #740100;
}
a:hover, a:active {
	color: #830005;
	text-decoration: none;
} 
/**********************
PAGE STRUCTURE
**********************/
#container {
	width: 790px;
	margin-left: -395px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-attachment: scroll;
	background-image: url(../images_interface/bg_repeat.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/*-----------MastHead---------------*/
#masthead {
	background-attachment: scroll;
	background-image: url(../images_interface/masthead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	margin: 0px;
	padding-top: 110px;
}

#masthead h2, #masthead h3 {
	display: none;
}


/*-----------mainNav---------------*/
#mainNav {
	width: 485px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#mainNav ul {
	
}
#mainNav li {
	float: left;
	width: 84px;
	list-style-type: none;
	margin-right: 5px;
}
#mainNav span {
	display: none;
}
#mainNav a:link,  #mainNav a:visited {
	display: block;
	background-image: url(../images_interface/mainNav_home.jpg);
	height: 69px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
}
#mainNav a:hover,  #mainNav a:active {
	background-image: url(../images_interface/mainNav_home.jpg);
	background-position: left top;
}


li#mmAbout {
	width: 101px;
}
li#mmAbout a:link,  li#mmAbout a:visited {
	background-image: url(../images_interface/mainNav_about.jpg);
}
li#mmAbout a:hover,  li#mmAbout a:active {
	background-image: url(../images_interface/mainNav_about.jpg);
	background-position: left top;
}


li#mmContact {
	width: 136px;
}
li#mmContact a:link,  li#mmContact a:visited {
	background-image: url(../images_interface/mainNav_contact.jpg);
}
li#mmContact a:hover,  li#mmContact a:active {
	background-image: url(../images_interface/mainNav_contact.jpg);
	background-position: left top;
}


li#mmShop {
	width: 142px;
}
li#mmShop a:link,  li#mmShop a:visited {
	background-image: url(../images_interface/mainNav_shop.jpg);
}
li#mmShop a:hover,  li#mmShop a:active {
	background-image: url(../images_interface/mainNav_shop.jpg);
	background-position: left top;
}


/*-----------PageBodyCentered---------------*/
#pageBodyCenter {
	background-attachment: scroll;
	background-image: url(../images_interface/contentBG_repeat.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 790px;
}

#pageBodyWidth {
	width: 615px;
	margin-left: 85px;
	padding-top: 25px;
	padding-bottom: 15px;
}

#pageBodyBottom {
	background-attachment: scroll;
	background-image: url(../images_interface/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 35px;
	width: 790px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#colImage {
	width: 30%;
	float: right;
}
#colImage img {
	border: 1px solid #B76322;
}
#colText {
	width: 60%;
	float: left;
}

#pageBodyCenter h1 {
	color: #740100;
	font-size: 18px;
	}

#pageBodyCenter h2 {
	font-size: 12px;
	color: #740100;
	font-weight: lighter;
	font-style: italic;
	margin-bottom: 10px;
}

#pageBodyCenter p {
	font-size: 12px;
	color: #c57724;
	line-height: 18px;
	margin-bottom: 10px;
}




/*-----------Promotionals---------------*/
#promotionals {
	background-attachment: scroll;
	background-image: url(../images_interface/promo_Boxes.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 49px;
	padding-top: 20px;
	display: none;
}

#promotionals h2 {
	font-size: 14px;
	font-weight: bold;
	color: #740100;
}

#promotionals p {
	font-size: 11px;
	line-height: 16px;
	color: #f2e4ba;
	padding-top: 10px;
}
#promotionals img{
	border: 2px solid #740100;
	float: right;
	margin-left: 8px;
}

#promotionals a:link, #promotionals a:visited {
	color: #740100;
	text-decoration: none;
}
#promotionals a:hover, #promotionals a:active {
	color: #F2E4BA;
}

/*-----------Promo Blocks---------------*/
#promo1, #promo2, #promo3 {
	width: 180px;
	float: left;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-left: 20px;
}
#promo2 {
	width: 176px;
}
#promo3 {
	width: 175px;
}
/*-----------Promo Blocks IMG---------------*/

#promo2 img{
	border: 2px solid #f2e4ba;
}

/*-----------Promo Blocks Heading 2---------------*/
#promo2 h2 {
color: #f2e4ba;

}

/*-----------Promo Blocks p---------------*/
#promo2 p {
	color: #c57724;
}

/*-----------Promo Blocks Links---------------*/
#promo2 a:link, #promo2 a:visited {
	color: #F2E4BA;
}
#promo2 a:hover, #promo2 a:active {
	color: #C57724;
}

/*-----------Contact Us---------------*/
#rightContactCol {
	float: right;
}
#contactMap {
	clear: both;
	margin-top: 40px;
}

/*-----------Shopping Around---------------*/
#productBlock {
	
}
.productItem, .productItemProfile {
	border: 1px solid #740100;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.productItem {
	width: 43%;
	float: left;
}
.productIMG {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.productTitle {

}
.productCost {
	font-size: 14px;
	color: #006633;
	margin-bottom: 10px;
}
.productLinks {
	clear: both;
	text-align: right;
	margin-top: 15px;
}
.productLinks a:link,  .productLinks a:visited {
}
.productLinks a:hover,  .productLinks a:active {
}
/*-----------Footer---------------*/
#footer {
	width: 680px;
	margin-left: 55px;
	padding-bottom: 20px;
}

#sitemap {
	font-size: 9px;
	color: #f2e4ba;
	padding-top: 10px;
	text-align: center;}

#sitemap a:link, #sitemap a:visited {
	font-size: 9px;
	color: #f2e4ba;
	text-decoration: none;
}

#sitemap a:hover, #sitemap a:active {
	color: #740100;
	text-decoration: underline;
}

#copyright {
	font-size: 9px;
	color: #f2e4ba;
	padding-top: 3px;
	text-align: center;
	margin-top: 10px;
}

#address {
	font-size: 9px;
	color: #f2e4ba;
	padding-top: 3px;
	text-align: center;
}

