body {
	background-image: url(/images/header_bg.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background-color:#ffffff;
}

hr {
	height:1px;
	color:#440202;
}

#wrapper {

	text-align: left;
	width: 755px;
	height: 100%;
	margin: 0px;
	padding: 0px ;
}

#header {
	display: none;

}

#header h1 {
	font-size: 16px;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
}

#headerBar {
	background-image: url(/images/bar_header.gif);
	background-color:#000000;
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
	width:750px;
	height: 24px;

}

#main_body {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
#return 
{
  display: none;
}

#side {
	display: none;
}

#side_panel {
	display: none;
}

#side_panel h1 {
	display: none;
}

#side_panel p {
	display: none;
}

#side_panel form, .side_panel3 form  {
	display: none;
}

#side_panel input.submit {
	display: none;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	list-style: none;
	float : left;
	width : 11em;
}

#nav a {
	display:block;
	background-image: url(/images/nav_off.gif);
	padding: 8px 0px 8px 30px;
	margin: 0px;
	background-repeat: repeat-y;
	text-decoration: none;
	color:#ffffff;
	border-bottom: 1px solid #9D1A1E;
	background-color:#440202;
	width: 160px;
}

#nav a:hover{
	background-image: url(/images/nav_on.gif);
	background-repeat: repeat-y;
	text-decoration: none;
}

#nav li {
	position : relative;
  float: left;
	width: 190px;
}


#nav li ul {
	 position : absolute;
		left: -999em;
		margin-left : 190px;
		margin-top : -32px;
}


#nav li ul ul {
	left: -999em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		display: block;
	}
	
#navsub {
  font-size: 12px;
  text-align:center;
  padding:10px 0px 10px 0px;
}

#content {
	padding: 0px;
}

* html #content{height:1%}/* ie fix*/

#content h1 {
	background-image: url(/images/bar_header_content.gif);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height: 28px;
	color:#ffffff;
	width: 550px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

#content h2 {
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	padding: 3px;
	margin: 15px 0px 0px 10px;

}

#content h3 {
	font-size: 16px;
	color: #440202;
	line-height: 12px;
	padding-top: 10px;
	margin: 0px;
	text-align:center;

}
#content h4{
margin: 5px 0px -2px 0px;
}
#content ul {
	padding: 0px;
	margin-top: 3px;
}

#content li {
	padding: 0px;
	margin: 0px 0px 5px 40px;

}

#content ol li {
	padding: 0px;
	margin: 0px 0px 5px 10px;

}

#content p {
	line-height: 18px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}

#content .picrt {
	float:right;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	border: 1px solid #b63034;
}

#content .piccenter {
	text-align:center;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	border: 1px solid #b63034;
}

#content .picrtnb {
	float:right;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

#content .contactdetails {
	text-align:center;
}

#content .jobwrapper {
	padding: 3px;
	margin: 0px;
	width: 600px;
}

#content .jobimage {
	padding: 3px;
	margin: 0px;
	float:left;
	width:155px;
}

#content .jobtext {
	padding: 3px;
	margin: 0px;
	float:right;
	width:430px;
}

#content .custdiscount {
  margin-top:5px;
  border: 1px solid #b63034;
  background-color:yellow;
}
#content a{
text-decoration: none;
}
#content a:hover{
text-decoration: underline;
}
#products td{
	text-align:center;
	vertical-align:top;
	width:50%;
}

#prod_wrapper {
	margin-top:10px;
 }
#prod_image {
	width: 205px;
	float:left;
}
#prod_content {
	margin: 0px 10px 0px 206px;
}

#blog_wrapper {
	margin-top:10px;
 }
#blog_latest {
	margin: 0px 165px 0px 0px ;
	
}
#blog_cat {
	float:right;
	width: 160px;
	
}

#clearfooter {
  clear:both;
}

#footer_nav {
	display: none;
}
#footer img  {
	display: none;
}
  
#contact label, #contact input,  #contact select{
  display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

br .form {
	clear: left;
}

#contact label {
	text-align: right;
	padding-right: 20px;
	width:40%;
}

input.btn {
  color: #ffffff;
  background-color: #440202;
  border: 1px solid #ffffff;
  width:50px;
  margin:5px;
}

.required {
  color:red;
}

.style1{
color: #FFFFFF;
}
legend{
font-weight: bold;
}
/*ADMIN USER DETAILS*/
#adminnav{
float: left;
}
#userDetails {
	font-size: 10px;
	background-color:#FBD4D4;
	padding-bottom:5px;
	width: 150px;
}

#userDetails h1{
  padding: 3px;
  margin:0px;
	font-size: 12px;
	color:#ffffff;
	background-color:#580202;
}

#userDetails p{
  padding: 0px;
  margin:3px;
	font-size: 10px;
}

#userDetails a{
  text-decoration: underline;
  	padding-right:5px;
}
#mainNav {
 padding: 0px;
 margin:0px;
 width: 150px;
 font-size: 12px;
}

#mainNav h1{
  padding: 3px;
  margin:0px;
	font-size: 12px;
	color:#ffffff;
	background-color:#580202;
}

#mainNav ul {
 margin: 0px;
 padding:0px 0px 5px 0px;
 background-color:#FBD4D4;
}

#mainNav li {
 padding: 0px;
 margin:0px 0px 0px 0px;
 list-style-type:none;
 line-height:16px;
}

#mainNav a {
  display:block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;

}

#mainNav a {
  display:block;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	text-decoration: none;
	color:#000000;

}

#mainNav a:hover {
  background-color:#9C191D;
  color:#ffffff;
}
/*application*/
#application fieldset{
float: left;
clear: left;
width: 100%;
margin: 0 0 1.5em 0;
padding: 0;
font-size: 12px;
}
#application legend{
margin-left: 1em;
color: #580202;
font-weight: bold;
}
#application fieldset ol{
padding: .5em 1em 0 1em;
list-style-type: none;
}
#application fieldset li{
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}
#application fieldset.submit{
float: none;
clear: both;
width: auto;
border-style: none;
text-align: center;
margin-top: 5px;
}
#application label{
float: left;
width: 25em;
margin-right: 1em;
text-align: right;
}
#application fieldset p{
clear: both;
font-size: 11px;
}
#application .pi label{
float: left;
width: 10em;
margin-right: 1em;
text-align: right;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	width:213px;
	float:right;
  background-color: #A91E22;
	margin: 10px;
	padding: 0;
	background-image: url(/images/top_quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote p {
	margin: 10px 0px 0px 10px;
	padding: 10px 10px 0px;
	text-indent: 20px;
}
#quote_attrib {
	font-size: 70%;
	background-image: url(/images/btm_quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	text-indent: 0px;
	margin-top: 0px;
	padding-bottom: 30px;
}
#readmore 
{
  display: none;
}