﻿/* ===================================================*/
/*  HomPage Widgets Area */
/* ===================================================*/

hr {
    background-image:url(/images/hr_tag.gif);
    background-repeat:repeat-x;
    height:3px;
    margin:0px;
    padding:0px;
    text-align:center;
    width:100%;
    border: 0px;
}



.bodyYouTube {
clear:both;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	color: #000;}
.bodyYouTube a:link {color: #003562;text-decoration: none;}
.bodyYouTube a:visited {color: #003562;text-decoration: none;}
.bodyYouTube a:hover {color: #003562;text-decoration: underline;}

#widgets_news, #widgets_testimonials, #widgets_ourproducts  {
	/* Original size before padding the widgets areas... (for reference)
		width:254px;
		height:232px;
	*/
	width:223px;
	height:182px;
	text-align:left;
	padding:50px 15px 0px 15px;
	background-repeat:no-repeat;
	background-position: 0px -2px; 
	/* -2 pixel on top to align this widgets with the flash_widget on the right*/
}
		#widgets_news {
			float:left;
			background-image:url(images/newsbox.jpg);
			margin-left: 0px;
		}
			
		#widgets_testimonials {
			float:left;
			background-image:url(images/testimonialbox.jpg);
		}
		
		#widgets_ourproducts {
			float:right;
			background-image:url(images/videogallerybox.jpg);
		}
		
		/*#widgets_ourproducts {
	        width:250px;
	        height:234px;
			float:right;
			margin-right: 0px;
			 No Background image because is using an embedded Flash movie with the background inside of the SWF
		}*/


#w-news, #w-testimonials, #w-ourproducts {
	/*overflow: auto; making the sub-area for content to scroll */
	height:170px;
}
/*#w-ourproducts {
	overflow: auto; making the sub-area for content to scroll 
	width:250px;
	height:234px;
}
*/

