@charset "utf-8";
/* CSS Document */

/*LICENCE --------------------------------------
Firewood Frenzy (firewood@ihug.co.nz) 2009
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 New Zealand License
http://creativecommons.org/licenses/by-sa/3.0/nz/
*/

/*NOTES ----------------------------------------
Name:		Firewood Frenzy Stylesheet - Default Content Stylesheet
Path: 		style.css
Notes:		[Insert notes here]

UPDATE INFO ------------------------------------
Revision number: 1.2.0
Last updated: 04 March 2010 @ 09.00pm
Last update made by: Raphael Riegger (rriegger@hotmail.com)

CONTENTS ---------------------------------------
=FIX: Stylesheet inclusions for specific browser fixes
=1: Reset all elements to a common value
=2: Default classes
=3: Accessibility
=5: Global Styles
=6: Layout Styles
=7: Table Styles
=8: Footer Styles
*/

/* =FIX PUT ANY LINKS OR STYLES FOR BROWSER SPECIFIC FIXES
   ----------------------------------------------------*/
/* @import "URL"; */

/* =1 RESET ALL ELEMENTS TO A COMMON VALUE
   ----------------------------------------------------*/
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {/*line-height:-1px;*/vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* =2 DEFAULT CLASSES
   ----------------------------------------------------*/
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; margin-left: 10px;}
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }
.uppercase { text-transform: uppercase; }

/*REMOVE FIREFOX DOTTED BORDER*/
a { outline: none;}


/* =3 ACCESSIBILITY
   ----------------------------------------------------*/
.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}

.hide { display: none; }

/* =4 DEFAULT STYLES
   ----------------------------------------------------*/
body {
	text-align: left;
	background: #000;
	font-family: Verdana;
	font-size: 0.7em;
	color: ##414141;
}
p  { margin-top: 0.7em;  color: #414141;}
a:link {color: #fff; text-decoration:none;}     /* unvisited link */
a:visited {color: #fff;}  /* visited link */
a:hover {color: #fff; text-decoration: underline;}   /* mouse over link */
a:active {color: #fff;}   /* selected link */


/* =5 GLOBAL STYLES
   ----------------------------------------------------*/
   
body{
	background-image: url(../images/bg.jpg);
}
   
#container{
	height: auto;
	background: url(../images/filler.png) repeat-y;
	background-position: center top;
	
}
#header{
	width: 960px;
	margin: 0 auto;
	height: 148px;
}

#header img{
	margin: 50px 0px 0px 54px;
}
b.black{
	color: #000;
	}
#banner{
	/*
	Changed to accommodate extra text. CM
	height: 450px;
	*/
	/*
	Changed to accommodate extra text. RR
	height: 500px;
	*/
	
    background-color: #000000;
    left: 1px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
    width: 960px;

}
#content{
	width: 960px;
	margin: 0 auto;
}

#leftcolumn{
	float: left;
}
   
#rightcolumn{
	float: left;
	margin-left: 11px;
	margin-top:2px;
}   

#singlecolumn{
	margin-bottom: 20px;
}

#footer{
	width: 960px;
	height: 207px;
	margin: 0 auto;
	background-color: #000;
	color: #c6c6c6;
	position: relative;
	left: 1px;
}
/* =6 LAYOUT STYLES
   ----------------------------------------------------*/   
.floatLefttwo { 
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}



#blackboxes{
	float: left;
	margin: 27px 0px 0px 39px;	
}
.blacktop{
	margin-top: 15px;
	background-image: url(../images/box_black_top.jpg);
	background-repeat: no-repeat;
	width: 474px;
	height: 5px;
}

.blackcont{
	width: 473px;
	background-color: #1a1a1a;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
}


.blackbottom{
	background-image: url(../images/box_black_bottom.jpg);
	background-repeat: no-repeat;
	width: 474px;
	height: 5px;
}
   
.blackcont img{
	margin: 15px 0px 15px 20px
} 

.blackcont p{
	margin: 0px 20px 0px 20px;
	padding-bottom: 15px;
	color: #c6c6c6;
}   
#whiteboxes{

	margin: 22px 0px 0px 39px;	
}
.whitetop{
	margin-top: 20px;
	background-image: url(../images/box_white_top.jpg);
	background-repeat: no-repeat;
	width: 474px;
	height: 5px;
}

.whitecont{
	width: 473px;
	background-color: #f8f8f8;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	padding-bottom: 20px;
}

.whitebottom{
	background-image: url(../images/box_white_bottom.jpg);
	background-repeat: no-repeat;
	width: 474px;
	height: 5px;
}
.whitecont img{
	margin: 15px 0px 15px 15px
} 
.whitecont p{
	margin: 0px 20px 0px 20px;
	padding-bottom: 15px;
}   

#smallwhiteboxes{

	margin: 42px 0px 0px 39px;	
}
.smallwhitetop{
	margin-top: 20px;
	background-image: url(../images/box_whitesmall_top.jpg);
	background-repeat: no-repeat;
	width: 385px;
	height: 5px;
}

.smallwhitecont{
	width: 383px;
	background-color: #f8f8f8;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

.smallwhitebottom{
	background-image: url(../images/box_whitesmall_bottom.jpg);
	background-repeat: no-repeat;
	width: 385px;
	height: 5px;
}
.smallwhitecont img{
	margin: 15px 0px 15px 15px
} 
.smallwhitecont p{
	margin: 0px 20px 0px 20px;
	padding-bottom: 15px;
}

#largewhiteboxes{

	margin: 22px 0px 0px 39px;	
}
.largewhitetop{
	margin-top: 20px;
	background-image: url(../images/box_whitelarge_top.jpg);
	background-repeat: no-repeat;
	width: 869px;
	height: 5px;
}

.largewhitecont{
	width: 867px;
	background-color: #f8f8f8;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

.largewhitebottom{
	background-image: url(../images/box_whitelarge_bottom.jpg);
	background-repeat: no-repeat;
	width: 869px;
	height: 5px;
}
.largewhitecont img#ordernow{
	margin: 15px 0px 15px 15px
} 
.largewhitecont p{
	margin: 0px 20px 0px 20px;
	padding-bottom: 15px;
}  
.smallwhitecont ul {
	margin: 0px 0px 0px 22px;
} 
.smallwhitecont ul li{
	margin: 0px 20px 0px 10px;
	padding-bottom: 15px;
	list-style: outside;
} 

/* =7 TABLE STYLES
   ----------------------------------------------------*/   

table{
	width: 426px;
	background-color: #FFF;
	margin: 0px 20px 0px 20px;
	border: 1px solid #c1c1c1;
}
th{
	padding: 5px 5px 0px 5px;
}

td{
	padding: 0px 5px 5px 5px;
}

th.option{
	width: 270px;
	font-weight: bold;
	padding-top: 15px;

}

th.price{
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	text-align: center;
}

td.small{
	width: 270px;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 15px;
}


td.note{
	padding: 0px 5px 5px 5px;
}

td.notebold{
	padding: 5px;
	font-weight: bold;
}
   


img#woodimg{
	margin: 50px 0px 0px 20px;
}   

/* =7 FOOTER STYLES
   ----------------------------------------------------*/  



#footerimg{
	float: left;
	margin: 13px 0px 0px 49px;
}

#footertext{
	float: left;
	color: #c6c6c6;
	margin: 40px 0px 0px 300px;
}

#footertext p{
	color: #c6c6c6;
	line-height: 15px;
}

b.large{
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
}

p#line{
	border-bottom: 1px solid #c6c6c6;
}
   
/* =8 FORM STYLES
   ----------------------------------------------------*/

form{
	width: 778px;
	margin-left: 20px;
}    
 
input{
	width: 298px;
	height: 20px;
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #c2c2c2;
	margin: 2px 0 20px 10px;
}
textarea{
	width: 298px;
	height: 70px;
	float: left;
	font-size:12px;
	padding: 4px 2px;
	border: solid 1px #c2c2c2;
	margin: 2px 0 20px 10px;
}
label{
	display: block;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 410px;
	padding-right: 50px;
	padding-top:3px;
}

.small{
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	width: 410px;
}
   
p.formtag{
	display: block;
	text-align: left;
	float: left;
	width: 410px;
	color: #414141;
	font-weight: bold;
	margin: 0px;
	padding-right: 50px;
}


   
label.title{
	color: #414141;
	font-weight: bold;
	
}


select{
	width: 298px;
	height: 25px;
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	margin: 2px 0 20px 10px;
	border: solid 1px #c2c2c2;
}
label.type{
	color: #414141;
	font-weight: normal;
	height: 20px;
	float: left;
	display: block;
	text-align: left;
	width: 410px;
}
   
.submit{
	float: left;
	width:125px;
	height:31px;
	text-align:center;
	line-height:31px;
	color:#000;
	font-size:11px;
	font-weight:bold;
 }
 
.captchaDiv {

}

#captchaimage{
	float:left;
	text-align: left;
	margin-left:470px;
	
 }
 
.captchaText {
	float:right;
	text-align: left;

	margin-right:4px;
}
   
#icon{
	float: left;
	margin: 15px 0px 15px 15px;
	position: relative;
	bottom: 25px;
}
   
input.checkbox{
	border: none;
	width:10px;
}
   
label.error{
	color:red;
	margin-left: 470px;
	position: relative;
	bottom: 15px;
	width: 300px;
}
input.error{border:1px solid red;}
textarea.error{border:1px solid red;}
select.error{border:1px solid red;}

.counter {
	background: url(../images/counter.jpg);
	height:91px;
	width:124px;
	float:right;
	margin:30px 50px 0 0;
	font-size:16px;
	position:relative;
}
#counter-hits p{
	font-size:24px;
	color:#BFBFBF;
	padding:17px 0 0 0;
	text-align:center;
	font-weight:600;
}
#counter-date p{
	font-size:13px;
	color:#BFBFBF;
	padding:0px 0 0 0;
	margin-top:6px;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
}
#counter-date sup{
	font-size:8px;
	color:#BFBFBF;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
}
