@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color:#eee;
	line-height:1.166;	
	margin:0;
	padding:0;
	font-size:78%;
	font-weight:400;
	background: url(../images/dark_bk.gif) 50% 0 repeat-y;
	background-color:#262626;
	}
	
p {
	padding: 2px 5px;
	font-family: Helvetica, Arial, sans-serif;
	}  
	
p.strong {
	font-weight:500;
}


a:link, a:visited, a:active {
	text-decoration: none;
	color:#f3ea00;
/*	color:#00aec5;
	font-weight:bold;*/
}

a:hover {
	text-decoration: underline;
	}
	
	
	
h1 {
	font-family: Optima, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color:#f3ea00;
	font-size:2em;
	font-weight:bold;
	width:auto;
	}
	
h2 {
	font-family: Optima, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color:#eee;
	font-size:1.5em;
	 border-bottom: 1px solid #f3ea00;
	 clear:both;
	 padding-bottom:5px;
	}
	
h2.noline {
	font-family: Optima, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color:#eee;
	font-size:1.5em;
	border-bottom: none;
	clear:both;
	padding-bottom:0;
}
	
h3 {
	color:#333;
	background-color:#CCC;
	font-size:1.1em;
	font-weight:600;
	padding:5px 20px;
	margin:0;
	background: url(../images/nav.gif) 0 0 repeat-x;
	}
	
h4 {
	font-family: Optima, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color:#eee;
	font-size:1.3em;
 }

h6 {
	color: #eee;
	font-size: 1.2em;
	font-weight:500;
}
	
	
.headtitle {
	font-family: Optima, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color:#ccc;
	font-size:1.2em;
	display:inline;
	float:left;
	width:400px;
	height:auto;
	padding-top:40px;
	margin-right:50px;
	}
	
.headtitle .highlight {
	font-size:1.7em;
	color:#fff;
	font-weight:bold;
	}
	
	

	
/*LAYOUT*/
	
	
#wrapper {
	width:950px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background-color:#111;
	}
	
#header {
	width:950px;
	height:145px;
	padding: 0px;
	float:left;
	display:inline;
	background: #000 url(../images/header_bk.gif) 0 0 no-repeat;
	}
	
	
	
#flashhead {
	width:485px;
	height:145;
	padding:0;
	float:left;
	display:inline;
}
	
		
	
#headerContact {
	width:250px;
	height:auto;
	padding-top: 20px;
	padding-left:20px;
	float:left;
	display:inline;
}
#headerContact p {
	margin: 12px 0;
	font-weight:bold;
	}
	
#mainContent {
	width:730px;
	height:auto;
	padding: 0;
	float:left;
	display:inline;
	position:relative;
	}
	
	
.flashContainer {
	width:700px;
	height:auto;
	padding: 0;
	float:left;
	display:inline;
	border:1px solid #111;
	}
	
	
.Feature {
	width:345px;
	height:auto;
	margin:4px;
	padding: 0;
	float:left;
	display:inline;
	border:1px solid #111;
	}
	
.Featurehead a:link, .Featurehead a:visited, .Featurehead a:active {
	color:#000;
	background: url(../images/h4k.gif) 0 0 no-repeat;
	font-size:1.2em;
	padding:10px 0px 0px 0px;
	margin:0;
	text-align:center;
	width:345px;
	height:50px;
	display:inline;
	float:left;
 }
 
 
.Featurehead a:hover {
	color:#f3ea00;
	background: url(../images/h4k.gif) -345px 0 no-repeat;
	text-decoration:none;
	
 }
	
#SpecialOffer {
	width:200px;
	height:auto;
	margin:0;
	padding: 5px;
	float:left;
	display:inline;
	border-top:1px solid #111;
	}
	
	
#Blog {
	width:205px;
	height:auto;
	margin:0;
	padding: 5px 2px;
	float:left;
	display:inline;
	border:0px solid #999;
	background: url(../images/news.gif) 0 0 no-repeat;
	}
	
#Blog ul {
    list-style:none; 
margin:10px 0; 
padding:0;
	}


#Blog li {
 font-size:1em;
 border-bottom: 1px dashed #CCC;
 margin:0; 
 padding:5px 2px; 
 line-height:1.4;
	}
	
	
#navContainer {
	width:950px;
	height:auto;
	padding: 0;
	float:left;
	display:inline;
	text-align:center;
	background: #111 url(../images/nav.gif) 0 0 repeat-x;
	border-bottom:2px solid #111;
	
	}
	
	
#subsContainer {
	width:215px;
	height:auto;
	padding: 0 0 0 0;
	float:left;
	display:inline;
	text-align:center;
	}
	
	
	
	
#RSSfeed {
	width:205px;
	height:50px;
	margin:0;
	padding: 5px 2px;
	float:left;
	display:inline;
	border:0px solid #999;
	background: url(../images/rss-feed.gif) 0 0 no-repeat;
	line-height:50px;
	}
	
	
	
	
	
#footerWrap {
	width:950px;
	height:auto;
	padding: 30px 0;
	float:left;
	display:inline;
   background: url(../images/footer_bk.gif) 0 0 repeat-x;
	color:#FFF;
	clear:both;
 }



#footer {
	width:900px;
	margin: 0 auto;
}

 #copyright {
	width:215px;
	height:220px;
	line-height:1em;
	float:left;
	display:inline;
    color:#FFF;
	font-size:1em;
	 text-align:center;
	 margin:0 10px;
	 padding:0;
}
 
#copyright a:link,  #copyright a:visited,  #copyright a:active{
	color:#f3ea00;
}
	 
#copyright a:hover{
	text-decoration:underline;	
}

#copyright h6 {
	margin: 29px 0 4px 0;
}

#copyright > ul#posts li:last-child {
	border-bottom:none;
}
	 
#location {
	width:215px;
	height:220px;
	line-height:1.2em;
	float:left;
	display:inline;
   color:#FFF;
	font-size:1em;
	 margin:0 4px;
	 padding:0;
	 text-align:center;
 }
 
#aboutRJDA {
	width:420px;
	height:220px;
	line-height:1.2em;
	float:left;
	display:inline;
	color:#FFF;
	text-align:center;
	font-size:1em;
	padding:25px 6px;
	border-left:1px solid #444;
	border-right:1px solid #444;
}

#aboutRJDA h6, #location h6 {
	margin: 40px 0 10px 0;
}


#location p.contact {
	margin: 1px 0;
}
#location p {
	margin: 9px 0;
}
	 
	 

 


.GenericImg{
	padding: 0px;
	margin:1px;
	float:left;
	display:inline;
	border:1px solid #ccc;
	}

	
	
	
.FLTleft { 
  float:left;
  border:none;
  
   }
   
.FLTright { 
  float:right;

  
   }

	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.hide {
	position: absolute;
	left: -1000em;
}

ul#posts  {
list-style:none; 
margin:2px 0px; 
padding:0;
}

ul#posts li {
font-size:1em;
 border-bottom: 1px solid #222; 
 margin:0; 
 padding:5px 4px; 
 line-height:1.5;
 }
 
 ul.list {
	list-style:none;
	font-size:1em;
}
ul.list li {
	/*border-bottom:1px solid #D7D6D5;*/
	width:auto;
	text-indent:0px;
	padding-top: 2px;
}

ul.listline  {
	list-style:none;
	font-size:1em;
	margin:0; padding:0;
}

ul.listline li {
font-size:1em;
text-indent: 10px;
width:auto;
padding: 4px 0;
border-bottom:1px solid #181818;
 }


	

/*NAVIGATION*/

ul.menu {
list-style:none; 
margin:0; padding:0;
margin-left: 0px;
}

ul.menu * {
margin:0; 
padding:0;
}

ul.menu a {
display:block; 
color:#FFF; 
text-decoration:none;
line-height:30px;
}

ul.menu li {
position:relative; 
float:left; 
margin-right:1px;
}

ul.menu ul {
position:absolute; 
top:43px; 
left:0;  
display:none; 
/*opacity:0; */
list-style:none;
}

/*dropdown styles*/
ul.menu ul li {
position:relative; 
border:1px solid #666; 
border-top:none; 
width:150px; 
margin:0;
text-align:center;
}

ul.menu ul li a {
display:block; 
padding:3px 4px 5px 4px; 
background-color:#111;
}

ul.menu ul li a:hover {
background-color:#333;
}

ul.menu ul ul {
left:148px; 
top:-1px;
}


/*main top links*/

ul.menu .menulink {
border:0px solid #aaa; 
padding:5px 15px 7px 15px; 
font-weight:bold; 
background: url(../images/nav.gif) 0 0 repeat-x;
min-width: 30px;
width:auto;
height:30px;
text-align:center;
border-left:1px solid #111;
}



ul.menu .menulink:hover {
background: url(../images/navON_Y.gif) 0 0 repeat-x;
color: #222;
}


ul.menu .topline {
border-top:1px solid #666;
}

#quickSearch {
	width:205px;
	height:auto;
	margin:0;
	padding: 5px 2px;
	float:left;
	display:inline;
	margin-top:10px;
}




/* CONTACT FORM  */

		#formcontent{
	width:205px;
	height:auto;
	margin:0;
	padding: 5px 2px;
	float:left;
	display:inline;
	border:0px solid #999;
	background: url(../images/news.gif) 0 0 no-repeat;
				}
				
				
		#email {
		 padding: 5px;
	
		}
		#submit{
			float:left;
		}
		label{
		    font-size:1em;
			padding:0;
		}
		
			
		.green{
		    width:auto;
		    background-color:#8fd400;
		    border-bottom:solid 1px #666;
		    padding:5px;
		    margin-bottom: 1px;
		    font-weight:bold;
		    text-align:center;
			color:#000;
			font-size:1.2em;
		}
		.red{
		    color:#FFF;
			background-color:#f3ea00;
		    font-weight:bold;
			padding:5px;
		}
		


input {

color:#222;
  margin:2px;
  padding:4px;
  display:inline;
	float:left;
}


.button {
    border:2px solid #CCC;
    background-color: #111;
    padding: 5px;
	color:#eee;
	width:auto;
	display:inline;
	float:left;
}


.button2 {
    border:2px solid #CCC;
    background-color: #f3ea00;
    padding: 5px;
	color:#222;
	width:auto;
	display:inline;
	float:left;
}



/*ACTNIC BLOG FEED*/

#newsbar {
	width:180px;
	height: auto;
	margin:0 auto;
}

A.Normal {
	font-size: 1em;
	text-decoration: none;
  	font-weight:500;
	padding: 5px 0;
	margin:0;
	color: #eee;
	display:block;
	height: 100%;
	width: 100%;
}

A.Normal:hover {
  color: #222;
  text-decoration: none;
}

.textstyleblack { font-size: 1em; font-style: normal; color: #333333}

#newsbar table {
	border-collapse:separate;
	border-spacing: 4px;
}

td.header {
	background-color:#101010;
  	font-size: 1em;
	color: #eee;
	text-decoration: none;
	border: 1px solid #222;
	width: auto;
	height: auto;
	padding:0;
	margin:0;

}

td.header:hover {
	background-color: #f3ea00;
	color:#222;
}


#newsfeed { 
width:320px;
float:right;
display:inline;
height:auto; 
margin:0;
padding:0;

}






/* TABLES  */

tr.d0 td, tr.d0 th {
/*	background: url(../images/navON_Y.gif) 0 0 repeat-x;
	color: #222;
	padding:10px;
	font-weight:bold;
	font-size:1.4em;
	text-align:left;*/
	font-family: Optima, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color:#eee;
	font-size:1.5em;
	padding-bottom:5px;
	text-align:left;
	 border-bottom: 1px solid #f3ea00;
}
tr.d1 td {
	background-color: #333; 
	color:#ccc;
	padding:5px;
	border-bottom:1px solid #111;
}

tr.d2 td {
	background-color: #444; 
	color:#ccc;
	padding:5px;
	border-bottom:1px solid #111;
}


tr.d3 td {
/*	background-color: #AAA; 
	color:#111;
	padding:5px;
	font-size:1.2em;
	font-weight:bold;
	border:0px solid #b0adcf;*/
	font-family: Optima, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	background-color: #111; 
	color:#eee;
	padding:10px 5px 5px 5px;
	font-size:1.1em;
	font-weight:bold;
	border:0px solid #b0adcf;
}

tr.d4 td {
	font-family: Optima, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color:#eee;
	font-size:1.3em;
	font-weight:bold;
	padding-top:10px;
	text-align:left;	
}

.imgflow {
	border:0;
	float:left;
	margin:0 5px;
}

.warning {
	color:#f3ea00;
}

div.box {
	float:left;
	width: 300px;
	margin-right:50px;
}

div.productmainimage {
	float:left;
	width: 284px;
	height: auto;
	margin-right: 20px;
}

div.productsmallimages {
	float:left;
	width: 410px;
}

div.productsmallimages img {
	margin-right:15px;
	margin-bottom:10px;
}

div.productfeatureimage {
	float: left;
	width:410px;
	margin-bottom: 20px;
}

div.productfullwidth {
}

div.productfullwidth img {
	margin-right: 10px;
	margin-bottom:5px;
	float:left;
}

/* REVISED INDEX */

.intro {
	font-size:1.3em;
	font-weight:bold;
	padding:0;
	margin: 18px 0;
}

.intro strong {
	font-weight:bold;
	color:#f3ea00;
}

.productmenu {
	width: 190px;
	padding: 0;
}

.productmenu h3 {
	color: #FFF;
	margin: 10px 0 20px 0;

}

.productmenu #commentform #email {
	margin-left:4px;
}

ul.productlist {
	list-style:none;
	width: 180px;
	margin: 0 auto 20px auto;
	padding-left:0;
	font-weight:500;
}
ul.productlist li {
	width:auto;
	margin: 4px 5px;
	border: 1px solid #222;
	background-color:#101010;
/*	border-top: 1px solid #ccc;*/
}

ul.productlist li a {
	padding: 5px 0;
	color: #eee;
	display:block;
	height: 100%;
	width: 100%;
}

ul.productlist li a:hover {
	background-color: #f3ea00;
	color:#222;
	text-decoration:none;
}




#imageIntro {
	height:300px;
	text-align:right;
	position:relative;
}

#imageIntro img {
	width:600px;
	float:left;
}

#imageIntro .text {
	text-align:right;
	position:absolute;
	top: 170px;
	right: 20px;
	width:530px;
	height: 120px;

}

.offerBanner {
	display:block;
	margin: 0 auto 20px auto;
	float:none;
	border:0;
}

.mainOffer {
	display:block;
	float:right;
	border:0;
}

.product-type {
	width:130px;
	height:auto;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	display:inline;
	text-align:center;
}
.product-type img {
	display:block;
	margin: 5px auto;
	border:0;
}