* { padding: 0; margin: 0 }
*, *:focus { outline: none; }

HTML {
	background: #56992F url(images/header.gif) top repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18pt;
	text-align: justify;
	color: #444;
}

H1, H2, H3, H4, H5, H6 {
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #222;
	margin: 2em 0 .75em 0;
}

H1 { font-size: 16pt; }

H2 { font-size: 15pt; }

H3 { font-size: 14pt; }

H4 { font-size: 13pt; }

H5 { font-size: 12pt; }

H6 { font-size: 11pt; }

P {
	margin: 1.5em 0;
}

A {
	color: #56992F;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A IMG {
	border: none;
}

ACRONYM, ABBREV {
	border-bottom: dotted 1px #888;
	cursor: help;
}

BLOCKQUOTE {
	color: #666;
	font-style: italic;
	font-family: Georgia, "Times New Roman", sans-serif;
	background: #F2F2F2 url(images/blockquote.gif) 15px 15px no-repeat;
	border-radius: 16px;
	text-align: left;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	font-size: 10pt;
	padding: 1.5em 30px 1.5em 90px;
	margin: 40px 40px;
}

#header H1 {
	display: none;
}

#nav {
	position: relative;
	width: 880px;
	height: 34px;
	background: url(images/nav.gif) repeat-x;
	margin: 20px auto 0 auto;
}

#nav LI {
	list-style: none;
}

#nav LI A {
	position: absolute;
	top: 0px;
	height: 34px;
	text-indent: -9999em;
	display: block;
}

#nav LI A:hover {
	background-position: bottom;
}

#nav .home A {
	left: 0px;
	width: 189px;
	background: url(images/nav-home.gif) no-repeat;
}

#nav .company A {
	right: 324px;
	width: 126px;
	background: url(images/nav-company.gif) no-repeat;
}
#nav .products A {
	right: 200px;
	width: 124px;
	background: url(images/nav-products.gif) no-repeat;
}
#nav .blog A {
	right: 108px;
	width: 92px;
	background: url(images/nav-blog.gif) no-repeat;
}
#nav .contact A {
	right: 0px;
	width: 108px;
	background: url(images/nav-contact.gif) no-repeat;
}

#splash-container {
	background: #F2F2F2;
	padding: 1px 0;
}

#splash {
	width: 840px;
	padding: 0 20px 0 20px;
	margin: 0 auto 0 auto;
}

#splash H2 {
	color: #56992F;
	margin: 30px 0 15px 0;
}

#main-content-container {
	background: #FFF;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

#main-content {
	width: 880px;
	padding-bottom: 50px;
	margin: 0 auto;
}

#main-content UL, 
#main-content OL {
	margin-left: 4em;
}


/* Homepage-specific */
#homepage #splash .columns .right-column IMG {
	margin-top: 15px;
}

#homepage #main-content .columns .left-column {
	background: url(images/design-icon.gif) right center no-repeat;
	padding-right: 15%;
	width: 29%;
}

#homepage #main-content .columns .right-column {
	background: url(images/world-icon.gif) right center no-repeat;
	padding-right: 15%;
	width: 29%;
}

#homepage #splash {
	padding: 20px 0 0 0;
}


#homepage #splash H2 {
	font-size: 17pt;
	color: #000;
	line-height: 1.5;
	text-align: center;
	margin: 10px 0;
}

#homepage #learn-more-container {
	margin: 40px 0;
}
/* End homepage-specific */


/* Company-specific */
#company #splash {
	background: url(images/home-icon.gif) 96% center no-repeat;
}

#company #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}

#founder-photo {
	float: right;
	box-shadow: 0 0 10px #AAA;
	-moz-box-shadow: 0 0 10px #AAA;
	-webkit-box-shadow: 0 0 10px #AAA;
	padding: 1px;
	margin: -4em 0 1em 2em;
}
/* End company-specific */


/* Products-specific */
#products #splash {
	background: url(images/software-icon.gif) 96% center no-repeat;
}

#products #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}

#products H3 {
	margin-top: 1.5em;
}

/* End products-specific */


/* Contact-specific */
#contact #splash {
	background: url(images/contact-icon.gif) 96% center no-repeat;
}

#contact #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}

#contact FORM {
	background: #F2F2F2;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	padding: 1px 20px;
}
/* End contact-specific */


/* Error-specific */
#error #splash {
	background: url(images/broken-icon.gif) 96% center no-repeat;
}

#error #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}
/* End error-specific */


#footer-container {
	background: #56992F url(images/footer.gif) top repeat-x;
	padding: 1px 0;
}

#footer {
	position: relative;
	width: 880px;
	min-height: 100px;
	padding-top: 75px;
	margin: 0 auto;
}

#footer #credits {
	text-align: center;
	color: #FFF;
	text-shadow: #49812C 0px 1px 0px;
}

#footer #credits A {
	color: #FFF;
	border-bottom: dotted 1px #FFF;
}

#footer #credits A:hover {
	border-bottom: solid 1px #FFF;
	text-decoration: none;
}

#latest-tweet {
	position: absolute;
	top: -24px;
	left: -50px;
	width: 455px;
	height: 73px;
	background: url(images/latest-tweet.png) no-repeat;
	line-height: 1.8;
	text-align: left;
	padding: 3px 0;
	overflow: hidden;
}

#latest-tweet P.tweet {
	font-size: 9pt;
	color: #FFF;
	margin: 5px 10px 5px 155px;
}

#latest-tweet P.tweet A {
	color: #6BC337;
}

#social-media {
	position: absolute;
	right: 0;
	top: -10px;
	width: 320px;
	height: 55px;
	background: url(images/join-us.gif) left center no-repeat;
}

#social-media LI {
	list-style: none;
	display: inline;
}

#social-media LI A {
	width: 55px;
	height: 55px;
	background: no-repeat;
	text-indent: -9999em;
	display: block;
	float: right;
	margin: 0 2px;
}

#social-media LI.twitter A {
	background-image: url(images/twitter.png);
}

#social-media LI.facebook A {
	background-image: url(images/facebook.png);
}

#social-media LI.rss A {
	background-image: url(images/rss.png);
}


/* Shared classes */
.learn-more {
	text-indent: -9999em;
	width: 228px;
	height: 49px;
	background: url(images/learn-more.gif) top no-repeat;
	display: block;
	margin: 0 auto;
}

.columns {
	/* nothing yet */
}

.columns .left-column {
	width: 43.9%; /* xx.9 for IE7 */
	float: left;
	padding: 0 4% 0 2%;
}

.columns .right-column {
	width: 43.9%; /* xx.9 for IE7 */
	float: right;
	padding: 0 2% 0 4%;
}

.columns .clear {
	clear: both;
}




.text-field {
	width: 98%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #FFF;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: -1px -1px 1px #AAA;
	-moz-box-shadow: -1px -1px 1px #AAA;
	-webkit-box-shadow: -1px -1px 1px #AAA;
	padding: 5px;
	display: block;
}

.text-field:focus {
	background-color: #FFFCCC;
}

.text-field[disabled] {
	color: #888;
}

.text-field.watermark {
	color: #888;
}

.button {
	width: 100px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #444 url(/src/css/images/button-bg.gif) center repeat-x;
	text-shadow: #000 0px 1px 1px;
	text-transform: lowercase;
	text-decoration: none;
	padding: 5px 10px;
	margin: 10px 0 10px auto;
	cursor: pointer;
	display: block;
}

.button:active {
	background: #888;
	text-decoration: none;
}

FORM .required {
	color: #D00;
}


FORM .feedback {
	float: left;
}

FORM .form-error {
	background: #DD4444;
	color: #FFF;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
	padding: 1px 15px;
	margin: 0;
	display: inline-block;
}

FORM .form-success {
	background: #44AA44;
	color: #FFF;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px 15px;
	margin: 0;
}
