/* basic html attributes ------------------------------------------------------------------------------ */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #CA2026 url(bg.gif) no-repeat 50% 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	}
p, td, .normal {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	font-weight: normal;
	}
a:link, a:visited {
	text-decoration: underline;
	color: #ffffff;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;
	}

a img {
	border:0px;
}

.small {
	font-size: 10px;
	}
.bold {
	font-weight: bold;
	}
.black {
	color: #000000;
	}
div, form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/* container ------------------------------------------------------------------------------------------ */
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
/* header --------------------------------------------------------------------------------------------- */
#header {
	background: url(header.gif) no-repeat;
	height: 156px;
	}
#header #logo_link {
	padding:25px 0px 0px 640px;
}
/* main content --------------------------------------------------------------------------------------- */
#content {
	margin: 0px 0px 0px 0px;
	background: url(content.gif) no-repeat;
	height: 529px;
	}

/* content index -------------------------------------------------------------------------------------- */
#content #index {
	background: url(content_index.gif) no-repeat;
	height:529px;
}

#content #index {
	padding:250px 0px 0px 20px;
}

#content #index table td{
	font-weight:bold;
}

#content #index input{
	width:270px;
	border:1px solid #fff;
	background-color:#CA2026;
	padding:2px;
	color:#fff;
}

#content #index select{
	width:273px;
	border:1px solid #fff;
	background-color:#CA2026;
	padding:2px;
	color:#fff;
}

#content #index .submit{
	padding:40px 0px 0px 300px;
}

#content #index .submit input{
	border:0px;
	padding:0px;
}

/* content select ------------------------------------------------------------------------------------- */
#content #select {
	background: url(content_select.gif) no-repeat;
	height:529px;
}

#content #select {
	padding:150px 0px 0px 20px;
}

#content #select input{
	width:270px;
	border:1px solid #fff;
	background-color:#CA2026;
	padding:2px;
	color:#fff;
}

#content #select select{
	width:273px;
	border:1px solid #fff;
	background-color:#CA2026;
	padding:2px;
	color:#fff;
}

#content #select option {
	padding:2px;
	vertical-align:center;
}

#content #select option.optionx {
	padding-left:10px;
	vertical-align:center;
}

.heading{
	background:#781214;
}

.exclusive{
	background-color:#E6A04A;
}


.hint{
	color:#E6A04A;
	font-size:13px;
	padding-right:30px;
	vertical-align:top;
}

#content #select .submit{
	padding:40px 0px 0px 15px;
}

#content #select .submit input{
	border:0px;
	padding:0px;
}

/* content view ------------------------------------------------------------------------------------- */
#content #view {
	background: url(content_view.gif) no-repeat;
	height:529px;
}

#content #view {
	padding:80px 0px 0px 20px;
}

.smack_button{
	padding:30px 0px 0px 0px;
	vertical-align:top;
}

.smack{
	padding:0px 50px 0px 0px;
	font-size:15px;
}

.highlight{
	color:#E6A04A;
	font-weight:bold;
}

#content #select .submit{
	padding:40px 0px 0px 15px;
}

#content #select .submit input{
	border:0px;
	padding:0px;
}

/* content thankyou --------------------------------------------------------------------------------- */
#content #thankyou {
	background: url(content_thankyou.gif) no-repeat;
	height:529px;
}

#content #thankyou .submit{
	padding:130px 0px 0px 300px;
}

#content #thankyou .submit input{
	border:0px;
	padding:0px;
}

/* content email ------------------------------------------------------------------------------------- */
#content #email {
	background: url(content_email.gif) no-repeat;
	height:529px;
}

#content #email {
	padding:80px 0px 0px 20px;
}

.smack_button{
	padding:80px 0px 0px 0px;
	vertical-align:top;
}

.smack{
	padding:0px 50px 0px 0px;
	font-size:15px;
	line-height:25px;
}

.highlight{
	color:#E6A04A;
	font-weight:bold;
}

#content #email .submit{
	padding:40px 0px 0px 15px;
}

#content #email .submit input{
	border:0px;
	padding:0px;
}

/* footer --------------------------------------------------------------------------------------------- */
#footer {
	background: url(footer.gif) no-repeat;
	height:165px;
}

#footer #logo_link {
	padding:13px 0px 0px 20px;
}

#footer #text_link {
	padding:10px 0px 0px 268px;
}

