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

/*/////////////////////////////////// LOGIN BOTTOM NAVNAV ///////////////////////////////////*/
.twoColEls #bottom_Nav {
	background:url(../images/nav_btm_sub2.png) no-repeat top left;
	width:752px;
	height: 35px;
}
/*/////////////////////////////////// PAGE PROPERTIES ///////////////////////////////////*/
.twoColEls #sidebarL {
	float: left;
	width: 112px; /* since this element is floated, a width must be given */
	padding: 0px 10px 20px 10px; /* top and bottom padding create visual space within this div */
	text-align: left;/* this overrides the text-align: center on the container_wrapper element. */
}
.twoColEls #sidebarR {
	float: left;
	width: 575px; /* since this element is floated, a width must be given */
/*	background: #EBEBEB; -- the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 20px 10px; /* top and bottom padding create visual space within this div */
	text-align: left;/* this overrides the text-align: center on the container_wrapper element. */
}

/*/////////////////////////////////// FLASH CONTENT ///////////////////////////////////*/

.twoColEls #flash_hero {
	padding:30px 0px 0px 0px;
	height:268px;
	width:752px;
	z-index:0;
}

/* sml header
.twoColEls #flash_hero {
	padding:30px 0px 0px 0px;
	background-image:url(../images/prod_hero.jpg) no-repeat bottom;
	height:100px;
	width:752px;
	border:none;
}
*/

/*/////////////////////////////////// product Detail ///////////////////////////////////*/
#product {
	width:255px;
	height:auto;
	padding:0px 10px 0px 0px;
	float:left;
}

.product_top {
	background:url(../images/prod_dtl_top.png) bottom no-repeat;
	width:255px;
	height:10px;
	float:left;
	border:none;
	margin:0px;
	padding:0px;
	
}

.product_content_wrapper {
	width:255px;
	background-color:#FFFFFF;
	float:left;
}
.product_img {
	padding:0px;
	float:left;
	width:255px;
}

.product_detail {
	background:url(../images/prod_dtl_mid.png) top repeat-y;
	width:235px;
	padding: 0px 10px 0px 10px;
	float:left;
}

.product_detail ul {
	padding-left:0px;
	margin: 0px 0px 0px 20px;
}

.product_detail li{
	color: #5b3300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	list-style:inside;
	list-style-type:disc;
}

.product_detail h2{
	font:"Times New Roman", Times, serif;
	color:#666666;
}
.product_features {
	width:235px;
	float:left;
	border-top:1px dotted #5b3300;
	border-bottom:1px dotted #5b3300;
}

.product_features ul {
	padding-left:0px;
	margin: 0px 0px 0px 20px;
}
.product_features li{
	color: #5b3300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	list-style:disc inside;
}
.product_btm {
	background-image:url(../images/prod_btm.jpg);
	background-repeat:no-repeat;
	width:255px;
	height:20px;
	float:left;
}

.product_purchase {
	padding: 5px 10px 10px 5px;
	float:left;
}

.product_trial {
	padding: 5px 5px 10px 10px;
	float:right;
}

/*/////////////////////////////////// product Overview ///////////////////////////////////*/
#product_overview {
/*	width:295px;*/
	width:550px;
	height:auto;
	padding:10px 10px 0px 10px;
	clear:right;
	float:left
}