html, body {
	height:100%;
}

body {
	padding:0;
	margin:0;
	text-align:center;
	background-color:#a8a8a8;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	
}

img {
	border:0;
}

h2 {
	color:#03ae58;
	font-size:20px;
}

a:link, a:visited, a:active {
	color:#5ab725;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width:973px;
	margin:auto;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	text-align:left;
}

#header {
	width:973px;
}

#flash {
	width:973px;
	height:345px;
}

#nav {
	width:973px;
	height:110px;
}

#content {
	width:900px;
	margin-left:75px;
	padding-bottom:10px;
}

#leftcol {
	width:430px;
	color:#3b6f55;
	font-size:12px;
	margin-left:94px;
	float:left;
	display:inline;
}

#rightcol {
	width:250px;
	float:left;
	margin-left:30px;
	font-size:11px;
	display:inline;
}

#inner_leftcol {
	width:220px;
	font-size:11px;
	padding-top:140px;
	background-image:url(images/camera_bottom.jpg);
	background-repeat:no-repeat;
	margin-left:31px;
	padding-left:12px;
	float:left;
	display:inline;
}

#inner_rightcol {
	width:450px;
	float:left;
	margin-left:55px;
	color:#000;
	font-size:12px;
	line-height:18px;
	display:inline;
}

#inner_rightcol p {
	margin:10px 0 10px 0;
}

#footer {
	width:900px;
	border-top:1px solid #6d8b1b;
	margin-left:37px;
	height:20px;
	font-size:11px;
	padding-top:8px;
	text-align:left;
}

#popup {
	width:608px;
	height:428px;
	position:absolute;
	font-size:12px;
	color:#000;
	background-image:url(images/features_bg.png);
	background-repeat:no-repeat;
	z-index:10;
	
	/*background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/features_bg.png', sizingMethod='scale');*/
}

#popup_content {
	width:608px;
	height:428px;
	position:absolute;
	z-index:20;
	font-size:12px;
	text-align:left;
}

#bg {
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
	position:absolute;
	top:0px;
	left:0px;
	background:#fff;
	display:none;
	text-align:center;
}

.featurelist {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	/*list-style-image:url(images/bullet.gif);*/
	list-style-type:none;
	padding:0;
	margin:0;
	
}

.featurelist li {
	margin-bottom:16px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding-left:20px;
}

.list {
	font-size:11px;
}

.list li {
	margin-bottom:10px;
}
