/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form
{
	margin-top: 10px;
	width: 100%;
}

form table
{
	width: 100%;
}


input.button, button
{
	height: 21px;
	border: 1px #C6C6A7 solid;
	background-color: #EEEEE4;
	color: #000000;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 10px;
	padding-bottom: 3px;
}

form label, input, textarea, select
{
	color: #FFFFFF;
	background: transparent;
	line-height: 100%;
}
form label
{
	text-align: right;
	width: 140px;
	margin-right: 5px;
}
input, textarea, select
{
	border: 1px #C6C6A7 solid;
	background-color: #EEEEE4;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #000000;
}

textarea
{
	padding: 4px;
	width: 97%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	color: #000000;
}

input.hidden
{
	border: 0px;
	background: transparent;
	padding: 0px;
}

.radio
{
    float: left;
	margin-right: 20px;
}



/** BBLOGIN FORM **/
#Form_BBLoginForm_action_bbLogin
{
	border: 1px #C6C6A7 solid;
	background-color: #EEEEE4;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #000000;
}


/**********************************
 * Contact Form
**/

#description p.required
{
	margin-top: 1em;
}

span.required
{
	color: #D12D0D;
}

#contact
{
	position: static;
	overflow: hidden;
	margin-top: 1em;
}
#contact .left
{
	width: 11%;
	text-align: right;
	clear: both;
	float: left;
	margin: 5px 0;
}
#contact .right
{
	width: 86%;
	text-align: left;
	float: right;
	margin: 5px 0;
}


/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	margin: 0px;
}

/** TEXTS */

body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 160%;
}

.text1 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
}

.text2 {
	font-size: 15px;
	font-weight: bold;
}

.text4 {
	color: #FDA6B6;
}

.text5 {
	letter-spacing: -2px;
	font-size: 21px;
	font-weight: bold;
}

.text6 {
	text-align: center;
	color: #FFFFFF;
}

.text7 {
	float: right;
	padding-right: 20px;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 15px;
	background: #160204 url(../images/homepage13.gif) no-repeat left top;
}

.list1 li.light {
	background: #2e0004 url(../images/homepage14.gif) no-repeat left top;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
}

/** STYLES */

.tags {
	color: #FFFFFF;
	padding-bottom: 5px;
}

.tags a {
	color: #FFFFFF;
}

.tags a:hover {
}

.style2 {
	font-size: 10px;
	color: #FFFFFF;
}

.style2 a {
	color: #FFFFFF;
}

.style2 a:hover {
}

.searchform
{
float: right;
padding-right: 40px;
padding-top: 30px;
}

/** BACKGROUNDS */

.pagebg { background: #000000 url(../images/header_bg.jpg) no-repeat center top; height: 100%; }
.bg2 { }
.bg3 { }
.containerbg {}
.bg5 { background: #000000 }

.box1top { background: url(../images/box1_top.jpg) no-repeat left top; }
.box1mid { background: url(../images/box1_mid.jpg) repeat-y left top; }
.box1mid2 { background: url(../images/box1_mid.jpg) repeat-y left top;}
.box1bottom { background: url(../images/box1_bottom.jpg) no-repeat left top;}

.box2top  { background: url(../images/box2_top.jpg) no-repeat left top; }
.box2mid { background: url(../images/box2_mid.jpg) repeat-y left top; }
.box2bottom { background: url(../images/box2_bottom.jpg) no-repeat left bottom;}

.bg12 {  }
.bg13 {  }

.bg14 { background: #000000; }

.bg15 { background: #000000; border: 3px solid #2e0004; padding: 15px 20px 15px 20px; }
.bg16 { background: url(../images/box3_mid.gif) repeat-y left top; }
.bg17 { background: url(../images/box3_bottom.gif) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }


.bordered
{
	border: 1px #EEEEE4 solid;
	padding: 5px;
}

img {
		float: right;
		position: relative;
		border: 4px #2e0004 solid;
}

.img1 {
	float: left;
	position: relative;
	margin: 3px 15px 0px 0px;
	border: 4px #2e0004 solid;
}

.img2 {
	float: right;
		position: relative;
	margin: 3px 0px 0px 15px;
	border: 4px #2e0004 solid;
	z-index:1;
}

.img3 {
		position: relative;
	margin: 3px 0px 0px 2px;
	border: 4px #2e0004 solid;
}

img4 {
		border: 4px #2e0004 solid;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

