 /*Main Page Styles*/
 
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/bg-image.jpg);
	background-color: #0f0100;
	background-repeat: repeat-x;
}

table {
	display: none;
}

#mainBoxTop {
	background-image: url(images/roundtop.png);
	background-position: top;
	margin: 0 auto;
	width: 640px;
	height: 18px;
}

#mainBoxBottom {
	background-image: url(images/roundbottom.png);
	background-position: top;
	margin: 0 auto;
	width: 640px;
	height: 18px;
}

#mainBox {
	color: #bf9e66;
	font-size: 12px;
	margin: 0 auto;
	background-image: url(images/maintransparent.png);
	width: 620px;
	height:auto !important;
	min-height:100%;
	height: 100%; /* IE6: treaded as min-height*/
	padding: 10px 10px 10px 10px;
}

#footer {
	color: #FFFFFF;
	margin: 0 auto;
	height: 12px;
	width: 550px;
	padding: 0 0 1px 0;
	text-align: center;
	font-family: Georgia;
	font-size: x-small;
	margin-bottom: 10px;
	margin-top: 10px;
}

#mainMenu {
	margin: inherit;
	margin-bottom: 20px;
}

#hoverMenuLeft {
	clear: both;
	float: none;
	background: #CCC url(images/boxbg.png) repeat-x;
	background-position: bottom;
	position: absolute;
	border-style:dotted;
	border-color: #000;
	margin-top: 25px;
	margin-left: 2.0%;
	border-width: 1px 1px 1px 1px;
	width: 150px;
	text-align: center;
	padding: 2px;
	}
	
#hoverMenuLeftB {
	clear: both;
	float: none;
	background: #CCC url(images/boxbg.png) repeat-x;
	background-position: bottom;
	position: absolute;
	border-style:dotted;
	border-color: #000;
	margin-top: 235px;
	margin-left: 2.0%;
	border-width: 1px 1px 1px 1px;
	width: 150px;
	text-align: center;
	padding: 2px;
	}

#contentMain {
	border-top: 2px dotted #000;
	margin: 0px 10px 0px 10px;
	padding-top: 13px;
	padding-bottom: 5px;
}

#mainLogo {
	margin: 0 auto;
	padding: 0;
	width: 450px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*End Main Page Styles*/

/*LinkStyles*/

a:link, a:visited {
	color: #cccc9a; text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #7A8A58;	text-decoration: none;
	font-weight: bold;
}

/*EndLinkStyles*/

/*ContactBox*/

#contact {
	padding: 1px;
	margin: 0px;
}
.contactImage {
	float: left;
	height: 100px;
	width: 100px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.contactName {
	float: left;
	width: 100px;
	margin: 0px 5px 0px 0px;
	padding: 1px;
}

.contactImage img	{
	border: 1px solid black;
}

.contactInfo {
	padding: 1px;
	margin: 0px 0px 0px 110px;
}

/*EndContactBox*/

/*ImageMenu*/

#imageMenu {
	position: relative;
	display: block;
	cursor: pointer;
	width: 550px;
	height: 120px;
	overflow: hidden;
	margin: 5px 5px 5px 5px;
}

#imageMenu .items {
	display: block;
	height: 120px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu .item {
	text-indent: -1000px;
	border-right: 2px solid #D8D8C0;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 120px;
}

#imageMenu .item span {
	display: none;
}

#imageMenu .home {
	background: url(images/home.jpg) repeat scroll 0%;
}

#imageMenu .shop {
	background: url(images/shop.jpg) repeat scroll 0%;
}

#imageMenu .about {
	background: url(images/about.jpg) repeat scroll 0%;
}

#imageMenu .contact {
	background: url(images/contact.jpg) repeat scroll 0%;
}

#imageMenu .blog {
	background: url(images/blog.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*EndImageMenu*/

/*ContentBox*/

#content{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#contentText{
	padding-left: 25px;
	padding-right: 10px;
	margin-top: 10px;
}

/*EndContentBox*/