/*
Theme Name: RAD Fire Theme
Theme URI: http://wordpress.org/
Description: A theme created for RAD Fire Sprinkler Company
Version: 0.1
Author: BEA Solutions Ltd.
Author URI: http://www.beasolutions.com/
*/



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(/images/bgjpeg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;

}

#main {

	background-image: url(/images/bgpng.png);

	background-repeat: repeat-y;

	padding: 0px;

	width: 809px;

	margin-right: auto;

	margin-left: auto;

}

#header {

	margin: 0px;

	padding: 0px;

	float: left;

	height: auto;

	width: 78px;

}

#headertwo {

	background-image: url(/images/head.png);

	background-repeat: no-repeat;

	float: left;
	
	width: 225px;

	margin-top: 0px;

	height: 22px;

	text-align: left;

	padding-top: 117px;

	padding-right: 15px;

	padding-bottom: 0px;

	padding-left: 0px;

}

#picbox {

	text-align: left;

	height: 230px;

	padding-left: 1px;

	width: 100%;

}

#menu {

	float: left;

	height: auto;

	width: 205px;

	padding-top: 0px;

	padding-right: 5px;

	padding-bottom: 0px;

	padding-left: 5px;

}

#textarea {

	float: right;

	height: auto;

	width: 570px;

	padding-top: 0px;

	padding-right: 10px;

	padding-bottom: 0px;

	padding-left: 5px;

}

#textarea p { }

#footer {

	background-image: url(/images/footerbgjpeg.jpg);

	background-repeat: no-repeat;

	height: 160px;

	width: 800px;

	margin-top: 0px;

	margin-right: auto;

	margin-left: auto;

	text-align: center;

	padding-right: 9px;

	padding-top: 10px;

	line-height: 20px;

}

#subnav {

	text-align: center;

	height: 20px;

	width: auto;

	padding-top: 0px;

	margin: 0px;

}

#radtextleft {

	float: left;

	height: auto;

	width: auto;

	color: #003399;

	font-weight: bold;

	padding-left: 5px;

	padding-top: 17px;

}

#radtextright {

	float: right;

	height: auto;

	width: auto;

	color: #003399;

	font-weight: bold;

	padding-right: 5px;

	padding-top: 17px;

}



.buttonoff, #nav_press>li {
	background-image: url(/images/buttonoff.png);
	background-repeat: no-repeat;
	width: 217px;
	height: 24px;
	padding-top: 9px;
	text-indent: 13px;
}

#nav_press {
	list-style-type: none;
	list-style-position: inside;
	
	padding-left: 0;
}

.buttonoff:hover, #nav_press>li:hover {
	background-image: url(/images/buttonon.png);
	background-repeat: no-repeat;
	width: 217px;
	height: 24px;
	padding-top: 9px;
	padding-left: 10px;
	text-indent: 13px;
}

.buttonon {
	background-image: url(/images/buttonon.png);
	background-repeat: no-repeat;
	width: 217px;
	height: 24px;
	padding-top: 9px;
	padding-left: 10px;
	text-indent: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold;}
.clear { clear:both;}

/* styling added for call back request from 01 07 Mike Jones */

#headerthree {
	float: right;
	width: 470px;
	height: 126px;
	margin-top:20px;
	background:url(/images/callbackbg.png) no-repeat;
	margin-right:20px;
}

form.wpcf7-form {
	margin-top:60px;
	margin-left:10px;
	font-weight:bold;
	width:460px;
}

form.wpcf7-form input {
	width:140px;
	margin:2px 0;
}

/* styling added to make left navigation links be clickable for the full width of the button */

#menu a {
	display: block;
	width: 200px;
	margin-left:5px;
	color:#000000
}

#menu a:hover {color:#666666;}
#menu a:active {color:#EA352E;}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}
