/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background: #f4f4f4 url(../images/bg.gif) top center repeat-y;
}
.menu_table td
{
border-bottom:1px solid #B97429;
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) left top no-repeat;
height:140px;
}







/* CSS Background image Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
h1 {
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: bold;
	line-height: 1.5;
	font-weight: bold;
	font-variant: bold;
	color: #333333;
}
h2 {
	margin:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: bold;
	line-height: 1.5;
	font-weight: bold;
	font-variant: bold;
	color: #333333;
}
.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: #B97429;
	background-color:inherit;
	text-decoration: none;
	}
.left_link:hover
{
color:#E3BA5E;
text-decoration:none;
background-color:inherit;
}
.footer_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B97429;
	text-decoration: none;
	background-color:inherit;
}
.footer_link:hover
{
text-decoration:underline;
color:#F33E2B;
background-color:inherit;
}
.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
input.button {
max-width: 500px;
width: 500px;
padding: 1px 4px; /* whatever your required padding is */
overflow: visible; /* seems to keep ie (inc 7) in check without anything else */
}

.button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
} 