/* Main */
body {
    background-color: white;
    color: #6E6E6E;
    margin: 0px;
    font-family: Arial;
    font-size: 14px;
}

#container {
    background-color: white;
    margin: 0em auto;
    width: 1024px;
}

/* Top Container */
#topContainer {
    background: url('images/background-top.png') no-repeat;
    background-position: center bottom;
    margin: 0em auto;
    height: 338px;
    width: 940px;
}

#topContainerText {
    float: left;
    font-size: 17px;
    width: 335px;
    margin: 20px 0px 0px 25px;
}

#topContainerMainText {
    margin-bottom: 10px;
}

#topContainerImage {
    float: right;
    width: 530px;
    margin-top: 14px;
}

.bullet {
	margin: 10px 0px 5px 0px;
	font-size: 14px;
}

.bullet img {
	margin: 0px 5px 5px 0px;
}

#downloadButton {
    margin-top: 25px;
}

/* Bottom Container */
#bottomContainer {
    margin: 0em auto;
    width: 90%;
    height: 255px;
    background-color: #F7F7F7;
    border-top: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
}
#bottomContainerLeft {
    float: left;
    width: 405px;
}
#bottomContainerRight {
    float: left;
}
#bottomContainenLeftScreenshot {
    margin: 10px 0px 0px 15px;
}
#bottomContainenRightScreenshot {
    margin-top: 10px;
}

/* General */
img { 
    padding: 0px; 
    border: 0px;
    vertical-align: text-bottom;
}

p {
    margin: 10px 25px 10px 15px;
    font-size: 13px;
}

h1 {
    color: #1F6A6B;
    margin: 40px 45px 0px 25px;
    padding-top: 15px;
    font-size: 35px;
    font-weight: 100;
}

h2 {
	color: #82BE20;
    font-size: 20px;
    margin: 15px 0px 0px 15px;
}

h3 {
	color: #82BE20;
    font-size: 20px;
    margin: 15px 0px 0px 15px;
}

.separator {
    border-top: 1px solid #E0E0E0;
    margin: 10px 45px 10px 40px;
}

.space{
    height: 30px;
}

.clear {
    clear: both;
}

/* Header */
#header {
    background-color: white;
    height: 55px;
}

#logo {
    margin: 15px 0px 7px 68px;
}

.headerLinks {
    float: right;
    margin: 50px 60px 0px 0px;
}

.headerSeparator {
    float: left;
    border-left: solid 1px #BEBEBE;
    height: 13px;
}

.headerLinks div {
    float: left;
}

.headerLinks div a {
    color: #82BE20;
    margin: 8px;
    font-size: 14px;
}

#headerLinksSelected {
    float: left;
    margin: 0px 10px 0px 10px;
    background: url('images/selected.png') no-repeat;
    background-position: center bottom;
    color: #6E6E6E;
    font-weight: bold;
    text-decoration: none;
    height: 22px;
}

.headerLinks a:hover {
}

.headerLinks img {
    padding-bottom: 2px;
}

/* Main Page */
#mainH1 {
    color: #1F6A6B;
    margin: 40px 45px 0px 25px;
    padding-top: 15px;
    font-size: 35px;
    font-weight: 100;    
}

#mainH2 {
    color: #1F6A6B;
    margin: 30px 45px 0px 65px;
    padding-top: 20px;
    font-size: 35px;
    font-weight: 100;    
}

.productSeparator {
    border-top: 1px solid #E0E0E0;
    margin: 25px 45px 25px 40px;
}

.product {
    margin: 30px;
}

.productInfo {
    float: left;
    padding-right: 25px;
    width: 380px;
}

.productScreenshot {
    float: left;
}

.productH2 {
    color: #14A7F7;
    margin: 0px 0px 0px 5px;
    font-size: 35px;
}

.productInfo p {
    color: #898989;
    margin: 15px 0px 0px 7px;
}

.productInfo img {
    color: #898989;
    margin: 20px 0px 0px 5px;
}

/* Footer */
#footer {
    width: 950px;
	margin: 80px 40px 5px 40px;
	height: 25px;
	font-size: 11px;
	color: white;
	float: left;
    border-top: solid 1px #D9D9D9;
    padding-top: 5px;
}

#copyright {
    color: #839199;
    font-size: 11px;
    margin: 0px 0px 0px 85px;
}

.footer ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

.footer li {
	float: left;
	margin: 0;
	padding: 0px 8px;
	border-left: solid 1px #3E87DA;
}

.footer a
{
	color: #4898CE;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .firstInFooter {
	border-left-style: none; 
	padding-left: 15px; 
}

.footer .footerNoSeparator {
	border-left-style: none; 
	padding-left: 5px;
}

/* Contact Form */
#contactFormContainer {
    background-color: white;
    margin: 0em auto;
    width: 1024px;
}

#contactForm {
    margin: 40px 0px 0px 40px;
}

#contactThankYou {
	display: none;
	margin-bottom: 300px;
}

.contactCaption {
	float: left;
	width: 110px;
	font-weight: bold;
}

.contactTextField {
	border: 1px solid #67B0D6;
	height: 20px;
	width: 200px;
}

#txtMessage {
	border: 1px solid #67B0D6;
	height: 125px;
	width: 475px;
}

.contactRow {
	margin-bottom: 10px;
}

#btnSubmit {
    margin: 5px 0px 40px 110px;
}

/* Press */

.pressInfo {
    float: left;
    padding-right: 25px;
    width: 450px;
    height: 120px;
    margin-top: 30px;
}
.pressInfo p {
    color: #898989;
    margin: 15px 0px 0px 7px;
}
.pressInfo a {
    color: #8989d9;
    margin: 15px 0px 30px 6px;
    font-weight: bold;
    text-decoration: none;
}
.pressInfo h2 {
    color: #14A7F7;
    margin: 0px 0px 0px 5px;
    font-size: 35px;
}
