@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-color:#49382e;
	font-size: 10pt;
}

.main #container {
	width: 730px;
	background-color:#FF9;
	margin: 0 auto;
	padding:5px 5px 10px 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/Background/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:none;
}



.main #header {
	width: 730px;
	height: 160px;
	background-color: inherit;
	background-image: url(images/Background/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0 auto;
	font-size:xx-large;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 25pt;
	text-align:right;
}

.main #menu {
	width: 148px;
	background-color:#FFFFFF;
	text-align:center;
	line-height:20pt;
	font-size:8pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#49382e;
	padding:5px;
	border: solid #f7dc5e 1px;
}

.main #logo {
	margin: 15px 0px 0px 0px;
	width: 160px;
	text-align:center;
}

.main #rightSide{
	width: 160px;
	float:left;
	padding:0px;
	margin: 0px 5px 5px 5px;
}

.main #mainContainer{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	clear:none;

}

.main #mainContent {
	margin:5px 5px 5px 175px;
	padding: 5px 15px 10px 15px;
	min-height:600px;
	background-color:#FFF;
	border: solid #f7dc5e 1px;
	clear:none;
}

.main #copyright {
	text-align:center;
	font-size:8pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#49382e;
	margin: 10px 10px 30px 170px;
	padding: 0px;
	line-height:1.5;
}

.main #comingSoon {
	margin:5px 5px 50px 5px;
	padding: 5px 15px 5px 15px;
	min-height: 170px;
	background-color:#FFF;
	border: solid #f7dc5e 1px;
	text-align:center;
}

.main #imgRight {
	float:right;
	margin: 0px 0px 10px 15px;
	text-align:center;
}

.main #imgLeft {
	float:left;
	margin: 0px 15px 10px 0px;
	text-align:center;
}

.main #imgCenter {
	text-align:center;
	margin: 0px 7px 10px 5px;
}

.main #shopMenuImg {
	margin: 0px 12px 24px 12px;
	width: 210px;
	height: 230px;
	text-align:center;
	padding: 10px;
	border: solid #f7dc5e 1px;
	float:left;
}

.main #shopMenu {
	margin: 0;
	text-align: center;
	overflow:hidden;
	align:middle;
	
}

.main #shopEntry {
	width:100%;
	min-height: auto;
	padding: 0 auto;
	margin: 0px 0px 20px 0px;
	overflow:hidden;
	border-bottom:solid #f7dc5e 1px;
}

.main #shopEntryImg {
	float:left;
	margin: 0px 15px 10px 0px;
	text-align:center;
}

.main #shopEntryTitle {
	margin: 0px 0px 10px 0px;
	color: #49382E;
	font-weight: bold;
}

.main #shopButton {
	text-decoration:none;
	padding: 0;
	height: auto;
	width: auto;
	margin: 0px 0px 5px 0px;
	text-align:center;
	float:right;
}

.c {
	text-decoration:underline;
	font:bolder;
}

.captionText {
	text-align:center;
	font-size:8pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #49382E;
}

.bb {
	color: #49382E;
	font-weight: bold;
}


li {
	list-style:disc;
}

a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #49382E;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	font:bolder;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
	background:#FF9;
	padding:5px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #49382E;
}

