/* CSS Document */

/* Stylesheet for Barebacker.com */


/*-------------------------------------------------------------- Page whiteout and reset */

body, h1, h2, h3, h4, h5, h6, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

h1, h2, h3, h4, h5, h6, pre, code {
font-size: 11px;
}

a {
text-decoration: underline;
}

a img {
border: none;
}

a:link {
	color: #999;
	font-weight: bold;
}
a:visited {
	color: #999;
	font-weight: bold;
}
a:hover {
	color: #999;
	text-decoration:underline;
	
}

	 

/*-------------------------------------------------------------- GENERAL */

body {
	background-image:url(images/bg.jpg);
	background-color: #221f13;
}

#wrapper {
	width:100%;
}

table.main {
	width: 100%;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
}

td.leftborder {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

td.rightborder {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.videomodule img {
	margin: 1px;
	
}

.footer td {
	padding: 10px;
}

td.intro {
	color: #FFF;
	padding-left: 10px;
}

					
.largetype td {
	padding-left: 450px;
	
}

.largetype a {
	font-size: 62px; /*Firefox hack--this forces red hover to be height of image, and not body text font size*/
}

.largetype a:hover {
	background-color: #600;

}

.join {
	background: url(images/join_13.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 50px;
	vertical-align: top;
	color:#333;
}
	

img.floatleft {
	float: left;
	margin-right: 5px;
}

img.floatright {
	float: right;
	display: block;
	margin-top: 20px;
}




.joinheader1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	color: #363;
}

.joinheader2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	margin-left: 35px;

}

.paymentoption a:link {
	width: 210px;
	padding: 5px;
	padding-left: 20px;
	background-color: #E4E4E4;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #333;
	border-width: 1px;
	border-color: #666;
	border-style:solid;
	display: block;
	margin-left: 85px;
	margin-bottom: 7px;
}

.paymentoption a:visited {
	width: 210px;
	padding: 5px;
	padding-left: 20px;
	background-color: #E4E4E4;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #333;
	border-width: 1px;
	border-color: #666;
	border-style:solid;
	display: block;
	margin-left: 85px;
	margin-bottom: 7px;
}

.paymentoption a:hover {
	background-color: #92C030;
	color: #FFF;
	}

.paymentoption .tiny {
	font-size: 9px;
}

.disclaimer {
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	text-align: right;
	float: right;
	margin-top: 5px;
	
}

.eighteen {
	font-size: 72px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
	
.stronglabel {
	font-size: 18pt;
	font-weight: bold;
}	

.flags {
	padding-left: 75px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	
}

