/* ######################################################################### */
/* RESET */
/* ######################################################################### */
html, body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
	
}
html, body {
	height: 100%;
	min-width:1000px;
  	width:auto !important;
  	width:1000px;
}
.clear {
	clear: both;
}
.widgettest {
	padding-left: 4px;
	padding-top: 4px;
}
a {
	color: red;
}
/* ######################################################################### */
/* BODY */
/* ######################################################################### */
.info {
	padding: 10px;
	background-color: #91c4ff;
	border: 1px solid #5799e5;
	font-size: 11px;
	color: #2a5a91;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 17px;
}
.error {
	padding: 10px;
	background-color: #ffbfc3;
	border: 1px solid #f36f77;
	font-size: 11px;
	color: #a2141d;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 17px;
}
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #8a0010 url(images/background.jpg) repeat-x left -40px;
}
#top {

}
#logo {
	padding-top: 23px;
	height: 110px;
}
#logo img {
	width: 250px;
}

.main {
	float: left;
	background-color: white;
	border: 1px solid #dadada;
	width: 509px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
}
.main h1 {
	font-size: 20px;
	color: #333;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #dadada;
}
.main h2 {
	font-size: 17px;
	color: #555;
	padding-bottom: 10px;
}
.main h3 {
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
	font-weight: normal;
}
.main p {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 16px;
}
.main .content {
	padding: 20px;
}
.sub {
	float: right;
	background: url(images/m-g.jpg) no-repeat 11px left;
	width: 439px;
	min-height:386px;
  	height:auto !important;
  	height:386px;
}
.sub .content {
	padding-top: 400px;
	padding-left: 20px;
	color: white;
}


a {
	border: 0;
}
#wrapper {
	width: 950px;
	left: 50%;
	margin-left: -475px;
	position: relative;
}
.button {
	float: right;
	font-size: 12px;
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 17px;
	border: 0;
	cursor: pointer;
	margin-left: 5px;
}
.button a {
	color: white;
	text-decoration: none;
}
.videoplayer{
	padding-bottom: 8px;
	padding-top: 5px;
}

.checkbox {
	float: left;
	width: 25px;
}
.checkbox_p {
	color: #555;
	font-size: 10px;
}
/*
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
*/




		
.shareitem {
	margin-bottom: 6px;
}
.shareitem .icon {
	float: left;	
}
.shareitem .icon img {
	float: left;
	width: 35px;	
}
.shareitem .sharelabel {
	float: left;	
	font-size: 12px;
	padding-top: 8px;
	padding-left: 7px;
	color: #555;
}



.bottom {
	border-top: 1px solid #dadada;
	padding-top: 10px;
	height: 10px;
	font-size: 11px;
	text-align: right;
	color: #444;
}
.bottom .item {
	float: right;
	border-left: 1px solid #dadada;
	padding-left: 10px;
	padding-right: 10px;
}
.bottom .item a {
	text-decoration: none;
	color: #444;
}



.termsofuse {

}
.termsofuse p {
font-size: 11px;
}
.termsofuse h1 {
font-size: 15px;
}
.termsofuse h2 {
font-size: 13px;
color: #111;
}