* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #555;
	background-color: #efefef;
	line-height: 160%;
}
p {
	line-height: 120%;
}
img {
	border: none;
}
a, a:active, a:visited {
	text-decoration: none;
	color: #555;
}
a:hover {
	text-decoration: none;
	color: #ee3224;
}
#wrapper {
	width: 920px;
	margin: auto;
}
#top {
	width: 920px;
	height: 130px;
	background-color: #fff;
	margin-top: 5px;
}
#logo {
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	width: 300px;
}
#navigation { padding: 0; margin: 0; float: right; width: 563px; font-size: 11px; }
#navigation ul { list-style-type: none; display: block; margin: 0 auto; padding: 0; }
#navigation li { float: left; width: 111px; text-align: center; background-color: #fff; text-transform: uppercase; }
#navigation li a { color: #555; text-decoration: none; width: 100%; padding: 0.5em 0; display: block; padding-top: 15px; padding-bottom: 40px;}
#navigation li a:hover { background-color: #e8e8e8; color: #111; }
#navigation li a.active { background-color: #ee3224; color: #fff; }

#details {
	clear: both;
	margin-left: 18px;
	padding-top: 10px;
}
#details .bold { color: #111; }

#main {
	width: 920px;
	background-color: #fff;
	margin-top: 30px;
	padding-top: 5px;
}
#slideshow {
    position:relative;
    height: 284px;
} 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
} 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
#content {
	padding: 15px;
	background-color: #fff;
}
#content h1 {
	font-weight: normal;
	font-size: 28px;
	font-family: Arial;
	border-bottom: 5px #efefef solid;
	color: #111;
	padding-bottom: 10px;
}
#content h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: Arial;
	border-bottom: 5px #efefef solid;
	color: #111;
	padding-bottom: 5px;
	padding-top: 10px;
}

.download {
	position: absolute;
	z-index: 100;
	margin-left: 734px;
}
#content ul
{
	font-size: 17px;
}
#content ul li {
	margin-bottom: 12px;
	list-style: none; 
	background: url('/images/tick.png') no-repeat center left;
	padding-left: 25px;
	color: #222;
}
.small { font-size: 10px; color: #555; }

#content .left { 
	float: left; 
	width: 350px; 
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 40px;
}
#content .right { 
	float: left; 
	background-color: #fff; 
	height: 1%; 
	padding-top: 30px;
	padding-bottom: 40px;
}
#content .left_about { 
	float: left; 
	width: 400px; 
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 40px;
}
#content .right_about { 
	float: right; 
	background-color: #fff; 
	height: 1%; 
	padding-top: 80px;
	padding-bottom: 40px;
	width: 450px;
}
#content h3 {
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana;
	color: #111;
	margin-bottom: 20px;
}
#content h4 {
	font-weight: normal;
	font-size: 15px;
	font-family: Verdana;
	color: #000;
	margin-bottom: 20px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content .text h3 { color: #ee3224; }

#content .left_about h3 { color: #ee3224; }

.clear { clear: both; }

#column1 {
	float: left;
	width: 180px;
}
#column2 { 
	float: left;
	width: 180px;
}
#column3 {
	float: right;
	width: 180px;
}

#content .right p {
	width: 150px;
	margin: 0;
	line-height: 140%;
	font-family: Arial;
	text-align: left;
}

#footer {
	clear: both;
	text-align: right;
	padding-top: 13px;
	color: #888;
	background-color: #e5e5e5;
	height: 30px;
	padding-right: 10px;
}

.text {
	width: 85%;
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 220%;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

fieldset p { margin-bottom: 10px; }

label { float: left; width: 130px; }

input, textarea { border: 1px #ccc solid; }

.input { width: 150px; height: 15px; }

.submit { padding: 3px; color: #555; background-color: #efefef; font-size: 10px; font-weight: bold; }

.ad { margin-bottom: 10px; }