/**********************
	Main Styles
**********************/
body {
	background-color: white;
	background: #191919 url(../../media/images/b4e_background2a.jpg) fixed top center no-repeat;
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #ffffff;
}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:link, a:visited {
	color: #47f504;
	text-decoration: none;
}
a:hover, a:active {
	color: #47f504;
}



/**********************
	Container Styles
**********************/
div#siteContainer {
	position: relative;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 30px;
	width: 758px;
	text-align: left;
}
div#leftColumn {
	position: fixed;
	padding: 20px 0px;
	border-right: 1px solid #666666;
	margin: 0px 0px 50px 0px;
	width: 253px;
	float: left;
	text-align: right;
}
div#mainColumn {
	text-align: left;
	margin: 0px 0px 50px 0;
	padding: 0px;
	width: 484px;
	float: right;
}




/**********************
	Left Column Styles
**********************/
div#header {
	padding: 0px 10px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #666;
}
div#header h1 {
	margin: 0px 0px 10px 0px;
	width: 233px;
	height: 63px;
	background: transparent url(../../media/images/logo6.jpg) top left no-repeat;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}
div#welcome {
	padding: 0px 20px 0px 0px;
	font-size: 12px;
	color: #585858;
}
div#welcome p {
	line-height: 17px;
}
div#welcome h2 {
	color: #fff;
	font-size: 16px;
}
div#links {
	padding: 20px 20px 0px 0px;
	font-size: 12px;
	line-height: 16px;
	
}
div#links h2 {
	color: #666;
	font-size: 26px;
	margin-bottom: 5px;
}
div#links ul {


}
div#header address {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-right: 10px;
	line-height: 18px;

}
div#header p {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-right: 10px;
	line-height: 18px;
	
 
}



/**********************
	Main Column Styles
**********************/
/* li.featured {
	width: 468px;
	background: #B3D624 url(../../media/images/green_panel3_bottom.jpg) bottom left no-repeat;
}
div.describeCol {
	width: 468px;
	background: url(../../media/images/green_panel3_top.jpg) 0 0 no-repeat;
} */

li.featured {
	width: 468px;
	background: #47f504 url(../../media/images/green_panel_square_bottom3.jpg) bottom left no-repeat;
}

ul#productList li {
	clear: both;
	float: left;
	margin-bottom: 20px;
}

ul#productList li div.imgCol {
	border-width: 1px;
	border-color: blue;
	border-style: solid;
	float: left;
	width: 118px;
	margin-bottom: 20px;
}

ul#productList li div.describeCol img {
	float:left;
	margin-right: 10px;
}
div.flashContent, 
ul#productList li.featured div.describeCol img  {
	float:left;
	margin-right: 10px;
	border: 1px solid #fff;
	margin-left: 0px;
	margin-bottom: 5px;
}
ul#productList li.featured {
	margin-bottom: 25px;
}
ul#productList li div.describeCol {
	border-width: 0px;
	border-color: #ff00ae;
	border-style: solid;
	float: left;
	width: 468px;
	margin-left: 0px;
}

ul#productList li.featured div.describeCol {
	border-width: 0px;
	border-color: #ff00ae;
	border-style: solid;
	float: left;
													padding: 20px;
													width: auto;
	/*width: 428px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;*/
}

li.featured div.describeCol h2 {
	font-weight: bold;
	font-size: 14px;
	color: #015600;
	margin-bottom: 4px;
}

ul#productList {
	list-style-type: none;
}
ul#productList img {
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
}
div.describeCol p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
}




