/* CSS Document */

body {
background: #000000 url(images/background.jpg) center top no-repeat;	
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:center;
}
a:focus,a:active,a:link {
  outline: none;
  list-style-type:none; 
}
/* Main site containers starts here */
#mainDiv { 
	width:851px;
	height:757px;	
	margin-left:auto;
	margin-right:auto;
	z-index:auto;
	background-image:url(images/maindivbg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	
}

#mainDivsplash { 
	width:851px;
	height:723px;	
	margin-left:auto;
	margin-right:auto;
	z-index:auto;

}

#header {
	width:851px;
	height:106px;
}

#leftcontainer {
	width:330px;
	height:651px;
	float:left;
	margin:0px;
	padding:0px;
	z-index:1;
}

#rightcontainer {
	width:516px;
	height:651px;
	float:right;
	background-color:#000000;
	background-image:url(images/right_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:0px;
	z-index:1;
	text-align:left;
	padding:0px;
}

#rightcontent {
	text-align:left;
}

#footer {
	margin-top:-2px;
	width:851px;
	margin-left:auto;
	margin-right:auto;
}

#launchfire {
	width:280px;
	height:30px;
	text-align:left;
	float:left;
}
/* Main site containers ends here*/

/* Register fields containers starts here*/
#regcontainerLeft{
	width:205px;
	max-width:210px;
	display:inline;
	height:45px;
	float:left;
	text-align:left;
}

#regcontainerRight{
	width:205px;
	max-width:210px;
	display:inline;
	height:45px;
	float:right;
	text-align:left;
}

#regcontainer{
	width:395px;
	max-width:395px;
	display:inline;
	height:40px;
	float:left;
	text-align:left;
	padding-top:5px;
}

#optinboxes {
	display:inline; 
	width:400px;
	float:right;
	vertical-align:middle;
	text-align:left;
}

#copycontainer{
	width:395px;
	max-width:395px;
	display:inline;
	height:25px;
	float:left;
	text-align:left;
	padding-top:5px;
}

#cafLeft {
	width:215px;
	max-width:220px;
	display:inline;
	height:23px;
	float:left;
	text-align:left;
}

#cafRight {
	width:215px;
	max-width:220px;
	display:inline;
	height:23px;
	float:left;
	text-align:left;
}
/* Register fields containers ends here */

/* Form Fields start */
.input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px;
	border-color:#a3a3a3;
	border-style:solid;
	color:#6e7578;
	background-image:url(images/forumBG.gif);
	background-repeat:repeat-x;
	height:19px;
}

.input:hover, textarea:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px;
	border-color:#a30d0e;
	border-style:solid;
	color:#3a4246;
	background-image:url(images/forumBlank.gif);
	background-repeat:repeat-x;
	height:19px;
}

.input:focus, textarea:focus{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px;
	border-color:#a30d0e;
	border-style:solid;
	color:#3a4246;
	background-image:url(images/forumBlank.gif);
	background-repeat:repeat-x;
	height:19px;
}

.checkbox {
	width:20px;
	height:20px;
}
.checkbox:link { 
	width:20px;
	height:20px;
}

.checkbox:hover { 
	width:20px;
	height:20px;
}

.checkbox:visited {
	width:20px;
	height:20px;
}

.checkbox:active {
	width:20px;
	height:20px;
}

/* Submit Buttons */
.submit { 
	border:0px; 
	width:194px; 
	height:66px;
}
.submit:link { 
	border:0px; 
	width:194px; 
	height:66px;
}

.submit:hover { 
	border:0px; 
	width:194px; 
	height:66px;
}

.submit:visited {
	border:0px; 
	width:194px; 
	height:66px;
}

.submit:active {
	border:0px; 
	width:194px; 
	height:66px;
}

.submit:focus  {
	border:0px; 
	width:194px; 
	height:66px;
  outline: none;

}
/* Submit button ends */
/* Form Fields end */

/* Font Classes */
.fieldName{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-variant:small-caps;
}

.highlights {
	font-family:Arial, Helvetica, sans-serif;
	color:#a30d0e;
	font-size:12px;
	font-weight:bold;
}

.textnormal {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
}

.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:16px;
}

.textbold {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

.birdseed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

.error {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
}

/* Text links start here*/
.main:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#a30d0e;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.main:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a30d0e;
	font-weight:bold;
	text-decoration:underline;
}

.main:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#f26523;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.main:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#a30d0e;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

/* Birdseed links*/
.birdseedLink:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

.birdseedLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

.birdseedLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f26523;
	text-decoration:underline;
}

.birdseedLink:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}


/* Text links end here*/
/* Why? Tip on Register page - Do not change */
.tool-tip {
	color:#fff;
	width:250px;
	z-index:13000;
}
 
.tool-title {
	font-weight:bold;
	font-size:11px;
	margin:0;
	color:#9FD4FF;
	padding:8px 8px 4px;
	background:url(images/bubble.png) top left;
	font-family:Arial, Helvetica, sans-serif;
}
 
.tool-text {
	font-size:11px;
	padding:4px 8px 8px;
	background:url(images/bubble.png) bottom right;
	font-family:Arial, Helvetica, sans-serif;
}
 
.custom-tip {
	color:#000;
	width:130px;
	z-index:13000;
}