/* CSS Basic Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-indent: 0px;
	
}

.body_text {

	margin-top: 20px;
	margin-bottom: 20px;

}




.menu_table td
{
border-bottom:1px solid #5B3524;
height:27.5px;
padding-left:12px;
}

.offer_box
{
	margin-top: 20px;
}

.border_bottom
{
border-bottom:1px dotted #333333;
}



/* CSS Background image Document */
.header_image
{
background:url(../images/header_bg.jpg) bottom no-repeat;

}







/* CSS Background image Document */

.left_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #63AFE3;
	background-color:inherit;
	text-decoration: none;
	}
.left_link:hover
{
color:#FF9900;
text-decoration:none;
background-color:inherit;
}

.hor_link {
	font:11px Verdana,Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding: 2px 10px;
	font-weight: bold;
}

.top_link {

	font:11px Verdana,Arial, Helvetica, sans-serif;
	color: #FFeeff;
	text-decoration: none;

}
	
.hor_link:hover {
	background: #FF6600;
	color: #ffffff;
}

.hor_link_click {
	font:11px Verdana,Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding: 2px 10px;
	font-weight: bold;
	background: #FF6600;
	color: #ffffff;	
}


#navigation a {
	font:11px Verdana,Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding: 2px 10px;
	font-weight: bold;
}
	
#navigation a:hover {
	background: #FF6600;
	color: #ffffff;
}

.imgright{
	float:right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
}

.imgleft{
	float:left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
 	vertical-align: middle;
}

.caption{
	text-align:center;
	font-size:12px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.clearleft{
	clear:left;
}

.clearright{
	clear:right;
	margin: 20px;
}

.clearboth{
	clear:both;
}

.body_link {
	color: #63AFE3;
	text-decoration: none;
	outline:none;
}

body_link:hover {
	text-decoration: none;
}