/* CSS Document */

/* Tags */

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ec1118;
}
a img {
	border: none;
	outline: 0;
}
h1,
h2,
h3 {
	font-size: 26px;
	font-weight: bold;
	color: #ed1c24;
	margin: 20px 0 10px 0;
	padding: 0;
}
h2,
h3 {
	font-size: 22px;
}
p {
	margin: 0 0 10px;
	padding: 0;
}
ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

/* POPUP BOX */

#popupbox {
	position: absolute !important;
	z-index: 100 !important;
    left: 0;
	top: 0;
    width: 100% ;
    height: 100%;
	visibility: visible;
	background: url(../_img/bg_mask.png);
}
#msgbox {
	height: 429px;
	width: 558px;
	padding: 0;
	margin: 150px auto;
	background: url(../_img/thankyou_bg.png) no-repeat;
}
#popupbox p {
	font-size: 22px;
	color: #333;
	height: 200px;
	width: 400px;
	line-height: 24px;
	margin: 0;
	padding: 120px 0 0 80px;
	background: none;
	text-align: center;
}
#popupbox span {
	display: block;
	width: 400px;
	height: 50px;
	margin: 0;
	padding: 0;
}
#popupbox span.doubleline {
	height: 80px !important;
}
#popupbox a {
	font-size: .8em;
}

/* Structure */

body {
	font: 70%/110% Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0;
	margin: 0;
	color: #666;
	background: #f4f4f4 url(../_img/bg_rpt.gif) repeat-x;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 934px;
	height: 100%;
	background: url(../_img/content_rpt.png) repeat-y;
}
#contents {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
	height: 100%;
	background: #fff;
	border-bottom: 6px solid #d51820;
}
#topbar {
	width: 900px;
	height: 140px;
	margin: 0;
	padding: 0;
	position: relative;
}
#topbar p {
	width: 242px;
	height: 85px;
	float: left;
	display: block;
	margin: 24px 0 0 34px;
	padding: 0;
}
#topbar span {
	width: 192px;
	height: 49px;
	float: right;
	display: block;
	margin: 45px 34px 0 0;
	padding: 0;
}
#mainpic {
	width: 900px;
	height: 303px;
	margin: 0;
	padding: 0;
	border-top: 6px solid #d51820;
	border-bottom: 2px solid #b1b3b2;
}
#middle {
	width: 900px;
	height: 770px;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
#leftside {
	width: 460px;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0 20px;
	display: block;
	position: relative;
	background: none;
}
#leftside ul {
	margin-left: 14px;
	list-style-position: outside;
}
#rightside {
	width: 398px;
	height: 100%;
	float: left;
	display: block;
	background: none;
}
#videobox {
	width: 100%;
	height: 295px;
	margin: 20px 0 0;
	padding: 0;
}
#signup {
	width: 318px;
	height: 279px;
	color: #ccc;
	margin: 20px 0 0;
	padding: 18px 20px 0 20px;
	background: url(../_img/signup_box_lrg.jpg) no-repeat;
}
#signup h2 {
	margin: 0;
	padding: 0 0 12px;
	color: #fff;
}
#signup p {
	padding-bottom: 5px;
}
form {
	width: 300px;
	height: 100%;
	margin: 0;
	padding: 0;
}
form p {
	margin: 0;
	padding: 0 !important;
	width: 100%;
	height: 35px;
}
form p label {
	float: left;
	width: 60px;
	margin: 4px 0 0;
	font-weight: bold;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.textform {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border: 1px solid #999;
	width: 230px;
	padding: 2px;
	height: 16px;
	color: #000;
	font-weight: bold;
	background: #dcdcdb url(../_img/textform_bg.gif) repeat-x;
}
.submit {
	width: 83px;
	height: 22px;
	float: right;
	display: block;
	margin: 5px 3px 10px 0;
	padding: 0;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	outline: none;
	background: url(../_img/submit_button.png) no-repeat;
}
.optin {
	margin: 3px 0 0 3px;
}

/* footer */

#footer {
	width: 860px;
	height: 50px;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 17px 20px 0 20px;
	background: url(../_img/footer_rpt.gif) repeat-x left top; 
}
#footer h2 {
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
}
#footer ul {
	margin-left: 14px;
	list-style-position: outside;
}
.footerlink {
	margin-top: 10px;
}
#footer a {
	color: #ec1118 !important;
	margin-top: 10px;
}
#footer a:hover {
	color: #000;
}

/* Extras */

.right {
	float: right !important;
}
