*{
	padding:0px;
	margin:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-color: #DDD;
	margin:0px;
	padding:0px;
}

ul,li{
	margin:0px;
	padding:0px;
}


	
#mainWrapper {
	margin: 0 auto;
	width: 977px;
	background-color:#ddd;
}

#banner{
	width:977px;
	background-color:#f00;
	float:left;
	background-image:url(img/bg_content.jpg);
	/*background-image:url(img/header_background.png);*/
	background-repeat:repeat;
	background-position: top right;
	text-align:right;
}

#content_wrapper{
	width:977px;
	float: left;
	background-image:url(img/bg_content.jpg);
	background-repeat:repeat;
	background-position: top right;
}

#menu{
	width:256px;
	float:left;
}

#menu a{
 	font-size:22pt;  
 	/*color: #ccc; 
 	text-decoration: underline;*/ 
 	font-family: arial black; 
 	margin: 40px 20px; 
 	display:block;
 	color:#A62931;
	text-decoration:none;
}

#menu a:hover{
	color:#F67981;
	text-decoration:none;
}
#menu a.first{
	margin-top:0px;
}

#content{
	width: 721px;
	float:left;
}

#content_padding{
	width:700px;
	padding: 0px 20px;
}

#footer{
	clear:both;
	width:977px;
	background-color:#ddd;
	text-align:right;
	background-image:url(img/bg_content.jpg);
	background-repeat:repeat;
}





 
	
.btn{
	border:1px solid #000;
	background-color:#ddd;
}

h1{
	margin-top:0px;
}

form{
	clear:both;
}

ul.file{
	list-style: square; 
	margin-left:20px;
	list-style-position: inside;
}

hr{
	color: #000;
	margin-top:4px;
	height:2px;
}

.clearFix{
	clear:both;
}

.folder_image{
	width:150px;
	float:left;
}

img{
	border:0;
}

.folder_folder_description{
	width:550px;
	float:left;
}

table.used_forklifts tr th{
	text-align:left;
	padding: 5px 5px;
	background-color:#000;
	color: #ccc;
}

table.used_forklifts tr td{
	verticle-align:top;
	border-bottom: 1px dashed #c00;
	padding: 2px 2px;
}	

#homepage_blurb ul {
	list-style-image: url(img/bullet_small.gif);
	margin-left:40px;
	list-style-position: outside;

}

#homepage_blurb ul li{
	font-size:14pt;
	margin-left: 20x;
	margin-top: 0px;
	padding-top:0px;
	vertical-align:top;
}


ul {
	list-style-image: url(img/bullet_small.gif);
	margin-left:40px;
	list-style-position: outside;

}

ul li{
	/*font-size:14pt;
	margin-left: 20x;
	margin-top: 0px;
	padding-top:0px;*/
	vertical-align:top;
}
#maffey{
	text-align:center;
	color:#777;
	margin-top:10px;
	font-size:12px;
}

#maffey a{
	color:#555;
	font-size:12pt;
}
.special_header{
	width:650px;
	text-align:left;
	
}
.special_left{
	width:200px;
	float:left;
}
.special_right{
	width:450px;
	float:left;
	padding-left:10px;
}
.special_files{
	width:500px;
	text-align:center;
}
.maroon{
	color:#A62931;
}
.maroon_link a{
	color:#A62931;
	text-decoration:none;
}
.maroon_link a:hover{
	color:#F67981;
	text-decoration:none;
}
a{
	color:#A62931;
	text-decoration:none;
}
a:hover{
	color:#F67981;
	text-decoration:none;
}

#menu_search{
	background-color:#DEDEDE;
	width:180px;
	margin-left:30px;
	border:2px inset #333;
	padding-left:10px;
	margin-bottom:10px;
}
#menu_search input{
	width:70px;
}

.gallery_plinth{
	margin-top:20px;
	width: 700px;
	height: 180px;
	background:url(img/shelf.png) no-repeat center bottom;
}
.gallery_holder{
	margin-left:120px;
}
.gallery_holder img{
	margin-right:5px;
}
#summary_output{
	width:310px;
	float:left;
	padding-right:10px;
	padding-top:5px;
	padding-top:20px;
}
#summary_output th{
	text-align:left;
	font-weight:bold;
	width:150px;
}
#summary_output td{
	text-align:left;
}
#summary_pics{
	float:left;
	height:400px;
	width:380px;
}
.image_box{
	width:380px;
	text-align:center;
}
#summary_output label{
	font-weight:bold;
}
#mast_total{
	width:5px;
	height:<?=$story['mast_height']*20?>px;
	background-color:#374051;;
	padding-top:<?=(100-($story['mast_height']*20))?>px;
	float:left;
}
#mast_height{
	width:5px;
	height:<?=$story['mast_height']*20?>px;
	background-color:#B32E33;
}
#height_output{
	width:65px;
	height:<?=($story['mast_height']*20)-4?>px;
	padding-top:<?=100-(($story['mast_height']*20)+4)?>px;
	float:left;
	padding-left:2px;
}
#container_compatible{
	padding-top:5px;
}
#description_output{
	width:280px;
	/*margin-left:300px;*/
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}
#back{
	float:right;
	padding-right:20px;
	padding-bottom:10px;
}
