/***** Tags *****/
body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
p {
	font-size: 1.3em;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
	color: #A30B00;
}
h3 {
	font-size: 1.3em;
	color: #0077AA;
	border-bottom: 1px solid #0077AA;
}
h4 {
	font-size: 1.3em;
}
a, a:hover {
	color: maroon;
}
img {
	border: none;
}

/***** Layout *****/
#header {
	padding: 5px 10px 0;
    background-color: #800000;
}
#header a{
	text-decoration: none;
	color: white;
}
#header label{
	text-decoration: none;
	color: white;
	font-size: 1.1em;
}

#search {
	float: right;
}
#container {
	width:98%;
	min-width:987px;
	padding: 10px;
}
#side {
	float: left;
	width: 170px;
}
#side label {
	color: #0077AA;
	font-size: 1.1em;
}

#right_side {
	float: right;
	width: 170px;
}
#content {
}
#banner {
	width: 620px;
}
#offers {
}
#news {
	font-weight: bold;
	font-size: 1.1em;
}
#news ul{
	padding: 0 15px;
	margin: 0;
}
#news li{
	margin: 5px;
}
#main_content {
	margin: 0 auto;
	width: 624px;
}
#footer {
	padding: 10px;
	font-size: 1em;
}
#footer_content {
	text-align: center;
}
#footer li {
	display: inline;
}

/***** Forms *****/
form{
	margin: 0;
	padding: 0;
}
label{
	color: #0077AA;
	font-size: 1.3em;
}
input{
	color: #666666;
	font-size: 1.1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.text_field{
	border: 1px solid #CCCCCC;
	width: 160px;
}

/***** Tabs *****/
#tabs {
	padding:0;
	font-size: 1.1em;
	font-weight: bold;
}
#tabs ul {
	margin:0;
	padding:0pt;
	width: 100%;
	text-align: center;
}
#tabs li {
	display:inline;
}
#tabs a {
	margin: 0;
	padding: 3px 20px;
	display:inline-block;
	color: #999999;
	border: 1px solid #CCCCCC;
	background: transparent url(../images/tab_bg.gif) repeat-x scroll center bottom;
	text-decoration: none;
}
#tabs a.selected {
	padding: 3px 20px 4px;
	color: #A30B00;
	border-bottom: none;
	background: #E7E7E7 none;
}
/***** Menu *****/
#menu {
	margin: 0 -85px 20px;
	background: #E7E7E7 none;
	font-weight: bold;
	font-size:1.1em;
}
#menu ul { /* all lists */
	margin: 0 auto;
	padding: 0;
	display:inline;
	display:inline-block;
	display:table;
	list-style: none;
	line-height: 1;
}
#menu ul {
	margin: 0pt 0pt 0pt 28%;
}

#menu a {
	display: block;
	margin: 5px;
	text-decoration: none;
	color:navy;
}
#menu a.selected {
	padding: 3px 20px 4px;
	color: #A30B00;
	border-bottom: none;
	background: #E7E7E7 none;
}
#menu a:hover {
	color: #A30B00;
}
#menu li { /* all list items */
	float: left;
}
#menu .submenu {
	background:transparent url(../images/menu_rigth_arrow.gif) no-repeat scroll left center;
	padding:0pt 25px 0pt 13px;
	display:table-cell;
}
#menu li ul { /* second-level lists */
margin: 2px 0 0 0;
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#menu ul li ul{
	background:#FFFFFF none;
	border: 1px solid #CCCCCC;
	margin: 5px 0pt 0pt;
	padding: 0;
}
*html #menu ul li ul{
	margin: 2px 0pt 0pt;
}
#menu ul li ul a{
	color:#999999;
}

/***** General *****/
.box {
	padding: 0 10px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	border-top: 4px solid #CCCCCC;
}
.box h4 {
	margin: 10px 0 0;
}
.framed{
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_float {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.clear_right {
	clear: right;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.clear_left {
	clear: left;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.highlighted{
	color:#A30B00;
}
.success{
	color:lightblue;
	font-size: 14px;
	font-family:"Lucida Handwriting"
}
.title{
	color:white;
	font-size: 35px;
	font-family:"Andalus";
}
.greybox{
	background-color: #A9A9A9;
	width:100%;
}
.searchLabel{
	color: white;
	font-size: 1.3em;
	float: right;
}