@charset "utf-8";
* {padding:0px; margin:0px;}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#header {
	width:100%;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: 0px 15px;
	background-color: #AEDFFD;
}
#wrapper .right_nav h3 {
	padding-top: 8px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#wrapper .right_nav ul {
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 1.5em;
	list-style-type: none;
}
#wrapper .right_nav ul li {
	display: block;
}


#header .head_wrapper {
	height: 124px;
	width: 960px;
	margin: 0px auto;
}
#header .logo {
	background-image: url(../images/Logo-MarketConvert.png);
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 515px;
	position: relative;
}
#header .topheadline  {
	float: left;
	height: 50px;
	width: 380px;
	position: relative;
	top: 55px;
	left: 20px;
}
#header .topheadline h1 {
	font-size: 18px;
	color: #FFF;
	padding-top: 10px;
}
/* Main Navigation */
#navbar {
	width:100%;
	background-image:url(../images/nav-background2.png);
	background-repeat:repeat-x;
	height: 50px;
}
#navbar .main_nav {
	background-image: url(../images/nav-background2.png);
	background-repeat: repeat-x;
	float: left;
	height: 50px;
	width: 930px;
	position: relative;
	left: 20px;
}
#navbar .nav_wrapper {
	width: 960px;
	margin: 0px auto;
	height: 50px;
}
#navbar .main_nav a {
	background-image: url(../images/buttom-down2.jpg);
	height: 50px;
	text-align: center;
	float: left;
	display: block;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	width: 181px;
}
#navbar .nav_wrapper .main_nav a:link {
	color: #FFF;
}
#navbar .nav_wrapper .main_nav a:hover {
	background-color: #333;
	background-image: url(../images/button-up.png);
}
#navbar .nav_wrapper .main_nav a:active {
	background-color: #999;
	background-image: url(../images/button-up.png);
}
#navbar .main_nav a h1 {
	font-size: 18px;
	padding-top: 5px;
}


/* body structure */
#wrapper {
	width: 960px;
	margin:10px auto 10px auto;
}
#wrapper .body_container {
	float: left;
	width: 705px;
	margin-right: 2px;
	position: relative;
	margin-bottom: 16px;
	background-color: #FFF;
	border: 3px solid #111CB4;
}
#wrapper .body_container p {
	line-height: 1.6em;
	color: #333;
	padding: 5px 10px 5px 10px;
}

#wrapper .body_container h2 {
	color: #0E0E0E;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
}
/* Right Navigation */
#wrapper .right_nav {
	float: left;
	width: 235px;
	position: relative;
	margin-left: 5px;
	background-color: #FFF;
	border: 3px solid #111CB4;
}
#wrapper .right_nav .links_container {
	margin-bottom: 10px;
}
#wrapper .right_nav .coupon_container {
	height: 238px;
	background-color: #FFF;
	background-image: url(../images/coupon-box2.png);
	background-repeat: no-repeat;
	width: 238px;
	float: left;
	position: relative;
}
#wrapper .right_nav .links_container h3 {
	color: #393939;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper .right_nav .links_container ul {
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #333;
	line-height: 1.3em;
}
#wrapper .right_nav .links_container ul li {
	display: block;
	height: 30px;
	padding-top: 8px;
}
#wrapper .right_nav .links_container h3 a {
	color: #393939;
	text-decoration: none;
}
#wrapper .right_nav .links_container h3 a:hover {
	color: #db0001;
	text-decoration: none;
}
#wrapper .right_nav .links_container h3 a:active {
	color: #db0001;
	text-decoration: none;
}
#wrapper .right_nav .links_container ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #db0001;
}
#wrapper .right_nav .links_container ul li a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #db0001;
}
#wrapper .right_nav .links_container ul li a {
	color: #333;
	text-decoration: none;
}

/* footer */
#footer {
	background-color: #333;
	width: 100%;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer .foot_wrapper {
	width: 960px;
	margin: 0px auto;
}
#footer .foot_wrapper h3 {
	color: #FFF;
	line-height: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#footer .foot_wrapper div {
	margin-top: 10px;
	width: 180px;
	position: relative;
	margin-right: 10px;
}
#footer .foot_wrapper div.box {
	float: left;
}
#footer .foot_wrapper .box p {
	font-size: 14px;
	color: #FFF;
	padding-bottom: 10px;
}
#footer .foot_wrapper .box ul {
	color: #CCC;
	padding-left: 15px;
	list-style-type: none;
	font-size: 12px;
}
#footer .foot_wrapper .box ul li {
	display: block;
	height: 25px;
}
#footer .foot_wrapper .copyright {
	display: block;
	clear: both;
	height: 30px;
	width: 600px;
	margin: 15px auto 16px auto;
}
#footer .foot_wrapper .copyright p {
	font-size: 12px;
	color: #999;
	padding: 10px;
}
#footer .foot_wrapper .box p a {
	color: #FFF;
	text-decoration: none;
}
#footer .foot_wrapper .box p a:hover {
	text-decoration: underline;
}
#footer .foot_wrapper .box ul li a {
	color: #CCC;
	text-decoration: none;
}
#footer .foot_wrapper .copyright p a {
	color: #999;
	text-decoration: none;
}
#wrapper .body_container ul {
	color: #333;
	line-height: 1.4em;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}
/* coupon container */
#wrapper .right_nav .coupon_container h4 {
	color: #FFF;
	display: block;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	margin-top: 3px;
}
#wrapper .right_nav .coupon_container p {
	color: #CCC;
	text-align: center;
	padding-top: 10px;
}
#wrapper .right_nav .coupon_container fieldset {
	width: 235px;
	border: 0px;
}
div.required {
	width: 220px;
	margin: 0px auto;
	padding: 1px 1px 3px 1px;
}
form div label {
	width: 80px;
	color: #CCC;
	text-align: right;
	margin: 0 5px 5px 0;
	float: left;
}
div.submit {
	padding-left: 50px;


}
input.inputSubmit {
	font-size: 14px;
	text-transform: uppercase;
	height: 30px;
	margin-top: 10px;
	width: 140px;
}
input.inputText {
	margin: 0px;
	padding-top: 1px;
	padding-right: 3px;
	padding-left: 1px;
	width: 120px;
}
div.center   {
	margin: 0px auto;
	width: 500px;
	padding-top: 10px;
}
#wrapper .body_container img.padded {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#wrapper .body_container span.legend {
	font-size: 12px;
	font-weight: bold;
	color: #3B3B3B;
	text-align: center;
}
#wrapper .body_container h1 {
	color: #db0001;
	padding: 5px 10px 5px 10px;
}
#wrapper .body_container h3.gm {
	padding-top: 15px;
	padding-bottom: 10px;
}
#wrapper .body_container .gm img {
	padding: 5px;
}
#wrapper .right_nav div noscript p {
	font-size: 14px;
	color: #DB0001;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bold;
}
#wrapper .body_container p img {
	padding: 5px;
}
#wrapper .body_container h3 {
	padding-top: 8px;
	padding-bottom: 8px;
}
