@charset "UTF-8";
/* CSS Document */


a:hover{
color:#fcd547;
}

body {
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9b9ca5;
	background-image:url(../assets/bgfill.jpg);
	background-repeat:repeat-x;
	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: #000000;
	list-style-type:none;
}
.oneColFixCtr #container {
	width: 580px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtr #mainContent {
	padding: 0px 20px 0px 20px;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#bodytext{
	padding:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	font-size:10pt;
}


#menuleft{
padding-top:15px;
vertical-align:top;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#383839;
font-size:12pt;

}
th{
text-align:center;
}
.price{
font-weight:bold;
font-size:11pt;
text-align:right;
}
.title{
font-weight:bold;
font-size:12pt;
}
#menuleft a:hover{
color:#fcd547;
}

#menuleft #current{
color:#fcd547;
}
.current{
color:#fcd547;
}

#submenu{
color:#383839;
}
#submenu a{
color:#fcd549;
}

#footer{
padding:5px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fcd547;
font-size:9pt;
}
a{
text-decoration:none;
}

#menuleft a{
color:#383839;
}
#footer a{
color:#fcd547;
}
#footer a:hover{
color:#383839;
}
