	
a{
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}



	pre{
	/* [disabled]display:block; */
	/* [disabled]font:12px "Courier New", Courier, monospace; */
	/* [disabled]padding:10px; */
	/* [disabled]border:1px solid #bae2f0; */
	/* [disabled]background:#e3f4f9; */
	/* [disabled]margin:.5em 0; */
	/* [disabled]width:674px; */
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	/* [disabled]display: inline; */
		}
#slider{
	margin-top:1px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-bottom: -180px;
}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:800px;
	height:700px;
	overflow:hidden;
		}	


	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:30px;
	height:77px;
	/* [disabled]position:relative; */
	left:-30px;
	top:71px;
	z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background-image: url(../images/btn_prev.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a, #slider1next a{
	background-image: url(../images/btn_next.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
			
		#lightbox-container-image-box {
			border-top: 0px none #ffffff;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}
			
		#lightbox-container-image-data-box { 
			border-top: 0px;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}
/* EndOAWidget_Instance_2127022 */
/* ---------------------------- */
/* Start of contact form styles */
/* ---------------------------- */

/* Style for HTML tags with specified id="..." */

#cf /* Contact form area */
{
	width: 600px;
	padding-bottom: 20px;
	background-color: #FAF4EF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
	#cf_title /* Form title */
	{
	padding: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #843F06;
	text-align: left;
	}
	#cf_desc /* Form description  */
	{
	padding: 5px;
	/* [disabled]font-size: 16px; */
	color: #843F06;
	text-align: left;
	margin-left: 100px;
	}
	#cf_required /* "Fields with ..." message */
	{
	padding: 5px;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
	}
	#cf_main /* The form */
	{
	padding: 10px;
	background-color: #9FB59F;
	text-align: left;
	box-shadow: 10px 10px 10px #526952;
	border-radius: 10px;
	}
		#cf_table /* Table listing the fields  */
		{
	margin-top: 10px;
	margin-left: 30px;
		}
			#cf_table td /* All table cells */
			{
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
			}
				#cf_subject /* "Subject" field text box */
				{
	width: 400px;
	/* [disabled]float: left; */
				}
				#cf_message  /* "Message" fields text area */
				{
	width: 400px;
	height: 200px;
	border: 1px solid #843F06;
	display: block;
				}
				#cf_sumbit /* Container of "Send" button */
				{
	text-align: right;
	width: 100px;
	float: right;
				}
					#cf_sumbit input /* "Send" button */
					{
	width: 100px;
	color: #333;
					}
#cf_sumbit input:hover {
	background-color: #999;
	cursor: pointer;
	border-radius: 5px;
}

/* Styles for HTML tags using class="..." */

.cf_sep /* Separators */
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 10px;
}
	.cf_sep hr
	{
		height: 1px;
		border: 0px;
		border-top: 1px dashed #999999;
	}
.cf_asterisk  /* The '*' symbol */
{ 
	padding-left: 2px;
	padding-right: 2px;
	color: #ff0000;
}
.cf_textbox /* Text boxes */
{
	;
	width: 300px;
	padding: 2px;
	border: 1px solid #843F06;
	/* [disabled]float: left; */
	/* [disabled]clear: both; */
}
.welcome {
	font-size: 150%;
}

html, body {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Georgia, "Adobe Hebrew";
	background-image: url(../_images/MainBackground.jpg);
}
#header {
	background-color: #FFF;
	height: 143px;
	width: 250px;
	left: 20px;
	top: 10px;
	background-image: url(file://///retserver/public/Documents/R%20&%20E%20Website/_images/R%20&%20E%20Logo%20b.jpg);
	background-repeat: no-repeat;
	float: left;
	position: absolute;
}
#mainNav {
	background-color: #FFFFFF;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #526952;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pageHeading  {
	font-size: 1.5em;
	font-weight: bold;
	color: #526952;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Calligraphy";
	text-shadow: 3px 3px 3px #CCC;
	margin-right: 10px;
	padding-bottom: 5px;
}



#mainContent {
	width: 780px;
	text-align: center;
	color: #843F06;
	background-color: #FFFBF4;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	box-shadow: inset;
	border-radius: 25px;
	clear: both;
	padding: 10px;
	float: left;
	font-weight: normal;
	font-size: 12pt;
	line-height: 1.5em;
}
#Logo  {
	text-align: left;
	vertical-align: top;
	width: 240px;
	float: left;
	clear: both;
	padding-right: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#Logo a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.finePrint {
	text-align: left;
	font-size: .8em;
}
.finePrintProduct {
	text-align: right;
	font-size: 0.6em;
	font-style: oblique;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
}

.FLVPlayer {
	margin: 5px;
	padding: 5px;
	width: 510px;
	clear: both;
	float: right;
	height: auto;
}
.ProductName      {
	font-size: 1.5em;
	color: #526952;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 10px;
	text-shadow: 3px 3px 3px #CCC;
	font-family: "Lucida Calligraphy";
	text-align: left;
}
.ProductDescription {
	padding-top: 20px;
	font-family: "Lucida Calligraphy";
	float: left;
	text-align: left;
	clear: both;
	/* [disabled]margin: 10px; */
}
.specsHeading {
	font-family: "Lucida Calligraphy";
	font-style: normal;
	color: #526952;
	font-weight: bold;
	margin-right: 10px;
	text-align: left;
}

.TextCentred {
	text-align: center;
}
.LeftAlignList {
	display: block;
	text-align: left;
	padding-left: 325px;
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 25px;
	line-height: normal;
}



    
/* EndOAWidget_Instance_2141542 */




#footer {
	background-color: #FFF;
	width: 800px;
	clear: both;
	color: #843F06;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	text-align: center;
}
#wrapper {
	background-color: #fff;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	border-radius: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	box-shadow: 1px 1px 50px 10px #fff;
}

#wrapper #HeadImg {
	float: left;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 10px; */
	border-radius: 25;
	width: 553px;
	/* [disabled]height: auto; */
}
#wrapper #mainNav #MenuBar2 {

}


#wrapper #mainContent p {
	font-family: Candara, Georgia, Arial;
	text-align: left;
	/* [disabled]color: #FFF; */
	font-size: 18px;
}
#wrapper #mainContent #img {
	float: left;
}
#wrapper #mainContent #slider ul li {
	height: 700px;
	width: 760px;
}
#wrapper #mainContent #slider ul li img {
	box-shadow: 10px 10px 30px #526952;
	height: auto;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	/* [disabled]position: relative; */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper #mainContent #productDetails {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	height: 300px;
	color: #843F06;
}


#wrapper #mainContent #productDetails ul {
	text-align: left;
	padding-left: 460px;
	padding-top: -25px;
	list-style-type: none;
	padding-right: 15px;
	margin: 0px;
}
#ProductImage   {
	margin: 0px;
	padding: 10px;
	height: 165px;
	width: 330px;
	border-radius: 25px;
	box-shadow: 0px 0px 30px #526952;
	background-color: #FFF;
	border: thin solid #526952;
	float: left;
}
#ProductImage a     img{
	padding: 0px;
	/* [disabled]text-align: left; */
	margin: 0px;
	/* [disabled]float: left; */
	height: 150px;
	width: auto;
	/* [disabled]max-width: 200px; */
	/* [disabled]max-height: 100px; */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding: 10px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	box-shadow: 0px 0px 30px #526952;
	border-radius: 30px;
	opacity: .9;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	width: 600px;
}
.thumbnail:hover span{
	visibility: visible;
	left: 200px;
}

.thumbnail span #productEnlarge{
	height: auto;
	width: 450px;
	opacity: .8;
}
.sample {
	clear: both;
	float: right;
	height: auto;
	width: 750px;
}
.FRPtable {
	border-top-color: #843F06;
	border-right-color: #843F06;
	border-bottom-color: #843F06;
	border-left-color: #843F06;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
input  {
	width: 200px;
	position: relative;
	display: block;
}
