/* COMMON DEFINITIONS */
body {  
 font-family:  Verdana, Arial, Helvetica, sans-serif; 
 color: #42413F; 

 margin: 0px;
 padding: 0px;

 background: #8E2D1D;
}

a {  color: #1B4E85;}
a:link {  color: #1B4E85}
a:active {  color: #FF0000}
a:visited {  color: #142C3D}
a:hover {  color: #FF0000}

.important { color: #FF0000; }
.message {
  color: #FF0000;
  margin: 10px 0px 10px 0px;
}
img {
 border: 0px;
}

/* -------------------- RLP SITE STYLES -------------------- */
/*#frame {
	position:relative;
 width:776px;
	background-image:url(../images/template/bg.jpg);
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}*/

#frame {
 position:relative;
 width:776px;
 background-image:url(../images/template/bg.jpg);
 margin:auto;
}

#top {
 position:relative;
 margin-top:0px;
 margin-left:0px;
}

#info_bar {
 position:relative;
 margin-top:-3px;
}

#leftNav {
 position:absolute;
 display:block;
 width:184px;
 height:234px;
 top:490px;
 left:0px;
 z-index:1;
}

#content {
 position:relative;
 width:770px;
 margin-top:500px;
}

#content_top {
 position:relative;
 width:436px;
 margin-top:-482px;
 margin-left:315px;
 font-size:12px;
 min-height:460px;
}

#content_main {
 position:relative;
 display:block;
 width:725px;
 margin-top:60px;
 margin-left:30px;
 font-size:12px;
}

#frame_footer {
 position:relative; 
 margin-top:-14px;
}

/* BANNER AREA */
#banner {
 position:relative;
 background-image:url(../images/template/banner.jpg);
 display:block;
 float:left;
 width:230px;
 height:209px;  
 margin-top:30px;
 margin-left:15px;
}

#banner_text {
 position:relative;
 text-align:center;
 display:block;
 margin-top:8px;
 margin-left:8px;
 width:212px;
 height:200px;
 font-size:16px;
}


/* CONTACT FORM */
#contact-form {
 position: relative;
 display: block;
 width: 340px;
 margin: -100px auto 10px 320px;
 font-size: .9em;
}
#contact-form label {
 display: block;
 clear: both;
 float: left;
 width: 40%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}
#contact-form .textinput {
 display: block;
 float: right;
 width: 49%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}
#contact-form .fieldgroup {
 float: right;
 width: 49%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}
#contact-form textarea {
 clear:both;
 width: 98%;
 height: 100px;
 border: #000 solid 1px;
 margin: auto;
}
#contact-form .form-button {
 clear: both;
 background: #000066;
 color: #FFF;
 width: 100%;
 margin: 10px 0px 10px 0px;
}
#contact-form br {
 clear: both;
}


/* SEARCH FORM */
#wcsearch-form {
 display: block;
 width: 300px;
}
#wcsearch-form .button {
 clear: both;
 background: #000066;
 color: #FFF;
 width: 100%;
 margin: 10px 0px 10px 0px;
}
.search-result {
 font-size: .9em;
 color: #000;
 line-height: 1.4em;
}
..earch-result a {
 color: #000;
 text-decoration: none;
}
.search-result a:link {  
 color: #000;
}
.search-result a:active {  
 color: #F00;
}
.search-result a:visited {  
 color: #000;
}
.search-result a:hover {  
 color: #F00;
 text-decoration: underline;
}

/* ORDER FORM */
#order-form {
 position: relative;
 display: block;
 margin: 10px auto 10px auto;
 font-size: 14px;
}

#order-form label {
 display: block;
 clear: both;
 margin: 3px 0px 0px 0px;
 height: 20px;
}

#order-form .table_textinput {
 width: 90%;
 height: 20px;
}

#order-form .textinput {
 display: block;
 float: right;
 width: 40%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}

#order-form .totals {
 display: block;
 float: right;
 width: 90%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}

#order-form .shipping_zone_text {
 float: left;
}

#order-form .shipping_zone {
 float: right;
 width: 10%;
 margin: 6px 0px 0px 0px;
 height: 20px;
}

#order-form .fieldgroup {
 float: right;
 width: 49%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}
#order-form textarea {
 clear:both;
 width: 98%;
 height: 100px;
 border: #000 solid 1px;
 margin: auto;
}
#order-form .form-button {
 clear: both;
 background: #000066;
 color: #FFF;
 width: 100%;
 margin: 10px 0px 10px 0px;
}
#order-form br {
 clear: both;
}

