

.bodyRV #mainContent h1 {
	margin: 0; padding: 0;
	color: #FF00FF;
	font-size: 1.5em;
}

.bodyRV #mainContent h1 b {
	color: #B0D742;
}

.bodyRV #mainContent h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	color: #FF00FF;
	font-size: 1.5em;
}


h1.homeBannerHeading{
	color:#333333;
	font-size:20px;
	font-weight:normal;
}

/* headings */




body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e5e5e5;
	margin: 6px 0px 6px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2c3e37;
}

.bodyRV #container {
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.bodyRV #header {
	background: #ffffff; 
}

.bodyRV #fb-image{
	position:absolute;
	padding-left: 854px;
	padding-top: 5px;
}

.bodyRV #twitter-image{
	position:absolute;
	padding-left: 895px;
	padding-top: 5px;
}

.bodyRV #banner-search{
	position:absolute;
	padding-left: 720px;
	padding-top: 90px;
	width:400px;
	height:25px;
}



.bodyRV #top-menu {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 10px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#629D0D;
	height:40px;
	width:auto;
}



.bodyRV #home-banner {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	/*background-image:url('images/home-banner-bg.jpg');*/
	background-color:#FFE7FA;
	height:257px;
	width:auto;
}



.bodyRV #home-banner #home-banner-text1{
	display:inline-block;
	margin: 5px 0 10px 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position:relative;
	width:180px;
	text-align:center;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	

}



.bodyRV #mainContent {
	padding: 15px 15px 15px 15px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.bodyRV #footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 5px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image:url('/images/fotter-bg.jpg');
	background-repeat:repeat-x;
	height:35px;
	width:auto;
}

.bodyRV #footer-address{
	color: #666666;
	font-size:10px;
}

.bodyRV #footer #um img{
	float:right;

}

.footer-copyright {
	color: #666666;
	font-size:12px;
	float:left;
	margin: 9px 0;
}

.footer-links-bar{
	color: #000000;
	font-size:12px;
	float:left;
	margin: 9px 50px 0;
}

a.footer-links:link, a.footer-links:visited, a.footer-links:hover, a.footer-links:active {
	color: #000000;
	font-size:12px;
	text-decoration:none
}

a.product-list-link:link, a.product-list-link:visited, a.product-list-link:hover, a.product-list-link:active {
	
	font-size:11px;
	
}


#jsddm
{	margin: 0;

	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 16px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;}

	#jsddm li a
	{	display: block;
		background: #629D0D;
		margin: 0; padding: 7px 3px;
		/*padding: 5px 12px;*/
		text-decoration: none;
		text-align:center;
		/*border-right: 1px solid white;*/
		width: 84px;
		height: 24px;
		color: #ffffff;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #24313C}
		
		#jsddm li ul
		{	
			background: #A9C251;
			margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
			#jsddm li ul li
			{	float: none;
			    font-size:14px;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				height: 18px;
				text-align:left;
				background: #A9C251;
				color: #24313C}
			
			#jsddm li ul li a:hover
			{	background: #8EA344}