/* CSS Document Created by AeonCube Networks */

body,td,th,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

h1 {
	font-size: 19px;
	color: #666666;
}
h2 {
	font-size: 16px;
	color: #666666;
}
h3 {
	font-size: 15px;
	color: #666666;
}

.clear {
	clear: both;
}

/* Content Layout */

#logoContainer {
	width: 900px;
	margin: 0px auto;
}
#logo {
	width: 400px;
	float: left;
}
#subscibe {
	width: 400px;
	height: 50px;
	float: right;
	text-align: right;
	margin: 120px 0px 0px 0px;
	color: #666666;
}
#container {
	width: 900px;
	margin: 30px auto 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	z-index: 100;
}
#headerContent {
	padding: 10px 0px 20px 0px;
	text-align: center;
}
#labelIcon {
	margin: -90px 0px 0px 580px;
}
#leftContent {
	width: 200px;
	padding: 10px 15px 0px 15px;
	float: left;
}
#middleContent {
	width: 410px;
	padding: 10px 15px 0px 15px;
	float: left;
}
#middleContent img {
	padding: 10px 0px 0px 10px;
}
#rightContent {
	width: 200px;
	padding: 10px 15px 0px 15px;
	float: left;
}
#rightFullContent {
	width: 640px;
	padding: 10px 15px 0px 15px;
	float: left;
}
#navigation {
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation li {
	border-bottom: 1px dotted #FF6600;
}
#navigation a {
	background-image: url(../images/listicon-not-active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 5px 0px 5px 20px;
	font-weight: bold;
	color: #666666;
}
#navigation a:hover {
	background-image: url(../images/listicon-active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
}
.navigationActive {
	background-image: url(../images/listicon-active.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#featureList ul {
	margin: 25px 0px 0px 25px;
	padding: 0px;
}
#featureList li {
	margin: 0px;
	padding: 0px 0px 10px 5px;
}
#footer {
	background-image: url(../images/footer-background.jpg);
	background-repeat: repeat-x;
	height: 150px;
	background-color: #3A3A3A;
	margin: -5px auto 0px auto;
	z-index: 10;
}
#footerContent {
	width: 864px;
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 50px 35px 0px 35px;
	background-image: url(../images/footer.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #666666;
}

.screenshots img {
	width: 160px;
	float: left;
	margin: 10px;
}