body {
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, sans-serif;
	color: #87675c;
	background: #fff;
	min-width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	margin: 5px 0px 0px;
}

a { color: #e07e27; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }
div.logo { 
width: 396px; 
font-size: 0; 
line-height: 0; 
margin: 0 auto; 
position: relative; 
top: 0; 
}
div.logo a {
	display: block;
	height: 142px;
	background: url(/images/logo.png) no-repeat 0 8px;
	text-indent: -4000px;
}
div.toprule {
	/* [disabled]margin: 32px auto 33px; */
	/* [disabled]width: 170px; */
	/* [disabled]border-top: 1px solid #e07e27; */
}
.wrapper {
	width: 912px;
	margin: 0 auto;
	position: relative;
	padding-right: 24px;
	padding-left: 24px;
	border-left: 2px dotted #e79a55;
	border-right: 2px dotted #e79a55;
}
.sidenav {
	float: left;
	width: 239px;
}
.main {
	margin-left: 290px;
}
p {
	margin: 0px 0px 12px;
	padding: 0px;
}

h1 {
	/* [disabled]color: #e37d22; */
	/* [disabled]text-transform: uppercase; */
	/* [disabled]font-weight: normal; */
	/* [disabled]padding-bottom: 10px; */
}
h1 {
	color: #e37d22;
	text-transform: uppercase;
	font-size: 17px;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 2px dotted #e79a55;
	font-weight: normal;
}
h1.country {
	color: #e37d22;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 2px dotted #e79a55;
}
h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
	margin: 0px 0px 20px;
	padding: 5px 0px;
	background: #e37d22;
	text-align: center;
}
h3 { color: #e37d22; text-transform: uppercase; font-weight: normal; padding-bottom: 10px; }
h3#error_message_title {font-weight: bold;  font-size: 28px; }
h4 {
	color: #e37d22;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	margin: 0px 0px 12px;
	padding: 0px;
}
h4 strong { font-weight: normal; color: #85675f; }
h5 { color: #e37d22; text-transform: uppercase; font-weight: normal; padding-bottom: 10px; }
h5 strong { font-weight: normal; color: #85675f; }
h6 { color: #e37d22; text-transform: uppercase; font-weight: normal; padding-bottom: 10px; }
h6 strong { font-weight: normal; color: #85675f; }
.main table#choices  {
	border-top: 1px solid #e07e27;
	margin-bottom: 10px;
	width: 500px;
}
.main table#choices td {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e07e27;
}
.main table#choices td p {
	margin-bottom: 6px;
}
.main table#choices td p span{
	color: #C03;
}
.main table#choices tr.norule td {
	border-bottom: none;
}
.main form table#choices input#amount_other  {
	border: 1px solid #feb953;
	height: 18px;
	width: 100px;
}

/* footer */
.footer  {
	padding-top: 40px;
	border-top: 2px dotted #e79a55;
	margin-top: 24px;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
}
.footer .bar {
	position: relative;
	border-bottom: 66px solid #e37d22;
	padding-bottom: 46px;
	margin: 0px;
}
.footer p  {
	font-size: 12px;
	line-height: 14px;
	color: #e07e27;
	margin: 0px;
	padding: 0px;
}
.footer span  {
	color: #e07e27;
	margin: 0px;
	padding: 0px;
}
.footer .left  {
	width: 435px;
	float: left;
	text-align: right;
	padding-right: 20px;
	border-right: 1px solid #e79a55;
}
.footer .right  {
	padding-left: 20px;
	width: 436px;
	float: right;
}
.footer .fb  {
	background: url(/images/facebook.png) no-repeat right 0px;
	padding-right: 20px;
	padding-bottom: 15px;
}
.clr {
	clear: both;
}
.centercontainer {
	text-align:center;
}
.blockcenter {
	display:inline-block;
	text-align:left;
}
.sidenav .ecard{
	width: 234px;
	background: #E37D22;
        padding: 0 2px 0 3px;
}
.sidenav .ecard a.text{
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	text-decoration: none;
	display: block;
}
.sidenav .ecard a span{
	background: url(/images/arrow_ecard.png) no-repeat right 2px;
	padding-right: 10px;
}

