@charset "utf-8";
/* CSS Document */


@import url("#.css");


a {-moz-outline:none;}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
 img, div, span, a, p { behavior: url(css/iepngfix.htc); }
 

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */

html {
	height:100%;
}

body {
	margin:0;
	height: 100%;
	background-color:#010101;
	background-image:url(../images/fire_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-attachment:fixed;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	color: #fff;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 930px; /* Make this number 10px wider than actual design for ie issues */
}

#header {
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:54px;
	width:920px;
	float:left;
}

* html #header {
	margin: 10px 0px 0px -10px;
}

#container {
	width:920px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/box_top_high.png);
	background-repeat:no-repeat;
	float:left;
}

#container_top {
	/*background-image:url(../images/box_top.png);
	background-repeat:no-repeat;*/
	float:left;
	height:5px;
	width:920px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#container_middle {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #000;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	width:898px;
}

#container_bottom {
	background-image:url(../images/box_bottom.png);
	background-repeat:no-repeat;
	float:left;
	height:8px;
	width:920px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}



#side_a {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float: left;
	width: 450px;
}

#side_b { 
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 40px;
	float: left;
	width: 390px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#side_d {
	margin: 0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	float: left;
	width: 878px;
}

#side_e { 
	margin: 0px 0px 0px 0px;
	padding:20px 0px 10px 0px;
	float: right;
	width: 250px;

}

#side_f { 
	margin: 0px 0px 0px 0px;
	padding:20px 10px 0px 10px;
	float: right;
	width: 330px;
	height:600px;
	background-color:#7E0701;

}

.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
	margin: 0 auto;
}

/* ---------------------------------------------------------------------------

	For 3 column design: Leave off if unneccessary

--------------------------------------------------------------------------- */

#side_c {
	margin: 0px 0px 0px 0px;
	width: 898px;
}

#footer {
	clear: both;
	text-align:center;
	height:120px;
	width:920px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#footer_push {
	height: 100px;
}

#linked_footer_text {
	color:#999966;
}

#linked_footer_text a:link {
	color:#999966;
	font-weight:bold;
	text-decoration:underline;
}

#linked_footer_text a:hover {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#linked_footer_text a:visited {
	color:#999966;
	font-weight:bold;
	text-decoration:underline;
}

#linked_footer_text a:visited:hover {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

.sign_up_for_free {
	width:238px;
	height:52px;
	float:left;
	background-image:url(../images/diaganal_repeat.jpg);
	text-align:center;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight:lighter;
	color: #f27102;
}

.take_a_tour {
	width:180px;
	height:52px;
	float:left;
	background-image:url(../images/diaganal_repeat.jpg);
	text-align:center;
	margin: 20px 0px 0px 15px;
	padding: 10px 0px 0px 0px;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight:lighter;
	color: #f27102;
}

.take_a_tour,.sign_up_for_free {
	color: #f27102;
}

.take_a_tour a:link,
.sign_up_for_free a:link,
.take_a_tour a:visited,
.sign_up_for_free a:visited {
	color:#f27102;
	text-decoration:none;
}

.take_a_tour a:hover,
.sign_up_for_free a:hover,
.take_a_tour a:visited:hover,
.sign_up_for_free a:visited:hover {
	color:#b52f01;
	text-decoration:none;
}

/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

#logo a {
	display:block;
	text-decoration:none;
	width:338px;
	height:49px;
	background-image:url(../images/logo_bonfire.png);
	background-repeat:no-repeat;
	margin:0px 0px 0px 10px;
	float:left;
}


/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */


.hide {
	visibility:hidden;
	display:none;
	text-indent:-8520px;
}

.pictureframe {
	border:#000 1px solid;
	padding:4px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	clear: both;
	background-color:transparent;
	height:1px;
}

/* ---------------------------------------------------------------------------

	Text Declarations

--------------------------------------------------------------------------- */

p {
	margin: 13px 0px 13px 0px;
	padding: 0px 0px 0px 0px;
	line-height:18px;
}

h1 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 42px;
	font-weight:lighter;
	color: #c64605;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight:lighter;
	color: #f27102;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	font-weight:lighter;
	color: #c64605;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight:lighter;
	color: #c64605;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h5 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight:lighter;
	color: #EC1803;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



.what_is {
	color:#ff9933;
	font-size:16px;
	font-weight:bold;
	padding: 0px 10px 0px 0px;
}

.panel{
	color:#000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px;
	width:580px;
	height:210px;
}

/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

#top_menu {
   white-space : nowrap;
   margin:10px 0px 0px 62px;
   float : left;
   width : 500px;
   height:30px;
   background-image:url(../images/diaganal_repeat.jpg);
} 

#top_menu ul {
   padding: 5px 0px 0px 0px;
   margin : 0;
   	text-align:center;
}

#top_menu ul li {
	display : inline;
	padding: 0px 8px 0px 8px;
	color:#666666;
	font-family:Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
}

#top_menu ul li a:link {
	color:#fec756;
	text-decoration:none;
}

#top_menu ul li a:hover {
	color:#b52f01;
	text-decoration:none;
}

#top_menu ul li a:visited {
	color:#fec756;
	text-decoration:none;
}

#top_menu ul li a:visited:hover {
	color:#b52f01;
	text-decoration:none;
}


#top_menu ul li .login a:link {
	color:#fff;
	text-decoration:none;
	padding: 0px 0px 0px 30px;
}

#top_menu ul li .login a:hover {
	color:#b52f01;
	text-decoration:none;
	padding: 0px 0px 0px 30px;
}

#top_menu ul li .login a:visited {
	color:#fff;
	text-decoration:none;
	padding: 0px 0px 0px 30px;
}

#top_menu ul li .login a:visited:hover {
	color:#b52f01;
	text-decoration:none;
	padding: 0px 0px 0px 30px;
}


/* ---------------------------------------------------------------------------

	Anchor Links

--------------------------------------------------------------------------- */

#anchor_box {
   float : left;
   width : 100%;
   height:15px;
}

#top {
   float : left;
   width : 878px;
   height:30px;
   text-align:right;
   padding: 10px 20px 0px 0px;
} 

#top a:link {
	color:#fec756;
	text-decoration:none;
}

#top a:hover {
	color:#b52f01;
	text-decoration:none;
}

#top a:visited {
	color:#fec756;
	text-decoration:none;
}

#top a:visited:hover {
	color:#b52f01;
	text-decoration:none;
}


#anchor_menu {
   white-space : nowrap;
   margin:10px 0px 0px 0px;
   float : left;
   width : 370px;
   height:30px;
   background-image:url(../images/diaganal_repeat.jpg);
} 

#anchor_menu ul {
   padding: 5px 0px 0px 7px;
   margin : 0;
   	text-align:left;
}

#anchor_menu ul li {
	display : inline;
	padding: 0px 8px 0px 0px;
	color:#f27102;
	font-family:Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
}

#anchor_menu ul li a:link {
	color:#fec756;
	text-decoration:none;
}

#anchor_menu ul li a:hover {
	color:#b52f01;
	text-decoration:none;
}

#anchor_menu ul li a:visited {
	color:#fec756;
	text-decoration:none;
}

#anchor_menu ul li a:visited:hover {
	color:#b52f01;
	text-decoration:none;
}


/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */


#NAME ul {
	 padding-left:5px;
	 margin-left:5px;
	 margin-top:0px;
	 text-indent:1px;
	 list-style:none;
}

#NAME li {
	border-bottom:#CCCCCC 1px dotted;
	width:95%;
	margin:0px 0px;
	padding:4px 0px;
	font-size:13px;
}

#NAME a:link{
	color:#333333;
	text-decoration:none;
}

#NAME a:hover{
	color:#990000;
	text-decoration:none;
}

#NAME a:visited{
	color:#333333;
	text-decoration:none;
}

#NAME a:visited:hover{
	color:#990000;
	text-decoration:none;
}


/* ---------------------------------------------------------------------------

	Titles

--------------------------------------------------------------------------- */

#title_001 {
	width: 868px;
	height: 25px;
	background-color:#EC1803;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;

}

/* ---------------------------------------------------------------------------

	Images

--------------------------------------------------------------------------- */
.image_slideshow {
	text-align: center;
}

a.image_slideshow_button {
	color:#f27102;
	text-decoration:none;
	font-size: 56px;
	margin: auto;
}

a.image_slideshow_button:hover {
	color:#b52f01;
	text-decoration:none;
	font-size: 56px;
}

#image  {
	width:385px;
	height: 312px;
	margin: 10px 0px 0px 0px;
}

#slide0  {
	width:250px;
	height:200px;
	margin: 0px 0px 10px 0px;
	background:  url("../images/random_image/whybonfire_screen_6.jpg") 0px 0px no-repeat;
	overflow:hidden;
	display: block;
}


#slide1  {
	width:250px;
	height:200px;
	margin: 0px 0px 10px 0px;
	background:  url("../images/random_image/whybonfire_screen_8.jpg") 0px 0px no-repeat;
	overflow:hidden;
	display: block;
}


#slide2  {
	width:250px;
	height:200px;
	margin: 0px 0px 10px 0px;
	/*text-align:center;*/
	background:  url("../images/random_image/whybonfire_screen_10.jpg") 0px 0px no-repeat;
	overflow:hidden;
	display: block;
}


#slide3  {
	width:250px;
	height:200px;
	margin: 0px 0px 0px 0px;
	background:  url("../images/random_image/whybonfire_screen_13.jpg") 0px 0px no-repeat;
	overflow:hidden;
	display: block;
}


#last_btn {
	width:75px;
	height:20px;
	float:left;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/last_btn.jpg);
	background-repeat:no-repeat;
}

#last_btn a {
	width:75px;
	height:20px;
	float:left;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/last_btn.jpg);
	background-repeat:no-repeat;
}

#last_btn a:hover  {
	width:75px;
	height:20px;
	float:left;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/last_roll_btn.jpg);
	background-repeat:no-repeat;
}

#next_btn  {
	width:75px;
	height:20px;
	margin: 0px 0px 0px 0px;
	float:right;
	background-image:url(../images/next_btn.jpg);
	background-repeat:no-repeat;
}


#next_btn a  {
	width:75px;
	height:20px;
	margin: 0px 0px 0px 0px;
	float:right;
	background-image:url(../images/next_btn.jpg);
	background-repeat:no-repeat;
}

#next_btn a:hover  {
	width:75px;
	height:20px;
	margin: 0px 0px 0px 0px;
	float:right;
	background-image:url(../images/next_roll_btn.jpg);
	background-repeat:no-repeat;
}


/* ---------------------------------------------------------------------------

	Forms

--------------------------------------------------------------------------- */

.cssform  {
	width:500px;
}

.cssform p {
	width: 460px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 0px dotted #333333;
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"], .cssform input.text{ 
	/*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

