/*Viewpoint home page stylin' */


/* -----------------------------------------------
 =main content area -- home page only elements
-----------------------------------------------*/

body#home #main_content p {
	font-size: 85%;
	color:#002950;
	line-height: 1.5em;
	height: 50%;
	padding: 5px 5px 10px 8px;
}

body#home #main_content #one {
	height: 50%;
	margin:0 2px 0 0;
	padding:0;
	float:left;
	width: 249px;
	background:#F7F9FB;
	border: 1px solid #EBEFF3;
}

body#home #main_content #one img {
	margin:0;
	padding: 6px;
}


body#home #main_content #one #info_btn {
	margin:0;
	padding: 2px 7px 15px 0px;
	float:none;
}

body#home #main_content #two {
	height: 50%;
	margin:0;
	padding:0;
	float:left;
	width: 249px;
	background:#ffffff;
	border: 1px solid #EBEFF3;
}


body#home #main_content #two #new_detail {
	text-align: center;
	height: 500px;
}

body#home #main_content #three {
	height: 50%;
	margin:0;
	padding:0;
	width:249px;
	float:right;
	background:#F7F9FB;
	border: 1px solid #EBEFF3;
}


body#home #main_content #three #product_view {
	padding: 0 0 0 6px;
	margin:0;
}	

/*to keep the product image in place and centered max width for the image is 225px or things get ugly fast */
body#home #main_content #three #product_image { 
	margin:0;
	padding:2px 0 0 0;
	width:236px;
	text-align:center;
	background:url(../images/feature_prod_bkg.jpg) top center no-repeat;
}

body#home #main_content #three #product_image #product_image_inner {
	margin:0;
	padding:0 0 10px 0;
	width:236px;
	text-align:center;
	background:url(../images/feature_prod_bkg_bottom.jpg) bottom center no-repeat;
}

body#home #main_content #three #image_nav  {
	margin: 5px 0 0 0;
	padding:0;
}

/*position the nav buttons a little */
body#home #main_content #three #image_nav #btn_left  {
	margin:0;
	padding: 0 10px 0 0;
}

body#home #main_content #three #image_nav #btn_right{
 	margin:0;
	padding: 0  0 0 10px;
 }

/*needed to set all the header images for each section to not take the padding assigned to all other images in the div*/
 body#home #main_content #one img.img_header,   #main_content #two img.img_header,  #main_content #three img.img_header {
	margin: 0;
	padding:0 0 5px 0;
}