* {
	margin: 0;
	padding: 0;
}
* body {
	margin: 0 0 0;
	background: #fff url(../images/bg.gif) repeat;
	font: 13px Trebuchet MS, Arial, Sans-Serif;
	color: #7c7c7c;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	float: left;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 2em;
	color: #FFF2B3;
	font-weight: normal;
	margin: 40px 0 0 0;
}
h3 {
	color:#1d427e;
	font-size: 1.8em;
	margin: 40px 0 0 77px;
	letter-spacing: -1px;
}
p {
	margin: 0 0 2em 0;
	line-height: 13pt;
	padding:0;
}

a {
	color: #1d427e;
}
a:hover {
	color: #73a510;
	text-decoration: none;
}
img {
	border: 0;
}
.red {
	color: #9D2900;
}
ul {
	list-style-type: none;
}
#main_content {
	background:#fff url(../images/gradient.gif) repeat-x;
	width:960px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	margin: 0 auto;
}
#main_content_impr {
	background: #fff url(../images/gradient.gif) repeat-x;
	width:960px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	margin: 0 auto;
}
#main_content_impr p {
	margin: 0 20px 0 20px;
}
#main_content_impr h4 {
	margin: 0 20px 0 20px;
}
#main_content_impr h3 {
	margin: 0 20px 0 20px;
}
.wrap {
	background:#fff;
	width: 960px;
	margin: 0 auto;
}
.wrap p {
	padding: 20px 20px 0 30px;
	text-align:justify;
}
.box {
	padding: 0;
	width: 450px;
	color: #7c7c7c;
	margin: 20px 0 0 0;
	overflow:hidden;
}
.box p {
	line-height: 12pt;
	font-size:12px;
}
#image {
	float: left;
	width: 464px;
	position: relative;
	
	height: 510px;
	margin: 20px 0 0 30px;
	display:inline;
}
.TestButton {
	display: block;
	width: 250px;
	height: 50px;
	float: right;
	background: url(../images/test_button.png);
	margin: 10px 10px 0 25px;
	text-decoration: none;
	color: #2c2c2c;
}
.TestButton:hover {
	background: url(../images/test_button.png) 0px -50px;
}
.VideoButton {
	display: block;
	float:right;
	width: 150px;
	height: 30px;
	background: url(../images/video_button.png);
	margin: 25px 20px 0 0;
	text-decoration: none;
	color: #2c2c2c;
}
.VideoButton:hover {
	background: url(../images/video_button.png) 0px -30px;
}
.DownButton {
	display: block;
	float:right;
	width: 150px;
	height: 30px;
	background: url(../images/down_button.png);
	margin: 0 20px 0 0;
	text-decoration: none;
	color: #2c2c2c;
}
.DownButton:hover {
	background: url(../images/down_button.png) 0px -30px;
}
#logo {
	margin:0 0 40px 40px;
}
#heading {
	width: 868px;
	height: 94px;
	margin:0 auto;
	background:#fff url(../images/heading.gif);
}
.image {
	float: left;
	margin: 30px 10px 40px 0;
}
.image2 {
	float: left;
	margin: 10px 0 10px 0;
}
.blue {
	font-size:16px;
	color: #73a510;
	font-weight:bold;
}
#slider {
	width: 464px; /* important to be same as image width */
	height: 510px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 464px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	float: right;
	position: relative;
	display: none;
}
/* hide hack from Mac-IE5 \*/
* html .sliderImage {
	height: 1%;
}
/* end hiding */
.sliderImage span {
	position: absolute;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
#content {
	background:#fff;
	text-align:justify;
}
.col {
	float: left;
	width: 450px;
	margin: 0 20px 16px 20px;
	background: #fff;
	display:inline;
}
.col p {padding: 10px 0 0 0;}
.last {
	float: right;
	width: 450px;
	margin: 0 20px 0 0;
}
.info {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 7px;
}
#footer {
	clear: both;
	height: 40px;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
}
#footer .right {
	float: right;
	margin: 0 55px 0 0;
	display:inline;
}
#footer a {
	color: #808080;
	font-weight: bold;
}
