* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica;
}
html, body {
	width: 100%;
	height: 100%;
}
/** Layout **/
#container {
	width: 100%;
	height: 100%;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #5D5652;
}
#top-bar {
	width: 100%;
	background-color: #65AA2D;
	background-image: url(../img/home2/top_grad.jpg);
	background-repeat: repeat-x;
	height: 475px;
}
#nav-wrapper {
	width: 900px;
	margin: 0 auto;
}
#nav-main {
	text-align: right;
	padding-bottom: 9px;
	margin-top: -32px;
}
#nav-main li {
	display: inline;
	list-style-type: none;
	font-family: arial;
	font-size: 15px;
	margin-left:5px;
}
#nav-main a {
	color: #ffffaa;
	text-decoration: none;
	padding: 8px 10px 6px 10px;
}
#nav-main a:hover {
	background: #222;
}
#main {

}
#main-wrapper {
	width: 900px;
	margin: 0 auto;
}
#screenshots {
	position: absolute;
	top: 192px;
}
	#screenshots div {
		width: 240px;
		position: absolute;
	}
		#people {
			margin-right: 80px;
		}
		#calendar {
			left: 320px;
			margin-right: 80px;

		}
		#invoice {
			left: 640px;
		}

#screenshots div p {
	position: relative;
	width: 250px;
	z-index: 500;
	margin-top: -75px;
	text-align: center;
	color: #030;
}
	#main-wrapper h2 {
		color: #fff;
		font-size: 22px;
		font-weight: normal;
		font-style: italic;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 8px;
	}
	#main-wrapper #testimonial {
		width: 550px;
		margin: 0 auto;
	}
		#testimonial p {
			color: #efe;
			line-height: 17px;
			text-align: center;
		}
		#testimonial p span.author {
			color: #cdc;
		}
		#main-wrapper #testimonial p a{
			text-decoration: none;
			color: #efe;
		}
		#main-wrapper #testimonial p a:hover {
			text-decoration: underline;
		}
#logo {
	width: 300px;
	height: 54px;
}
	#logo img {
		padding-top: 11px;
		border: 0;
	}
#content {
	padding-top: 5px;
	padding-bottom: 40px;
	background-color: #5d5652;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#content-wrapper {
	width: 900px;
	margin: 0 auto;
}

#footer {
	background-image: url(../img/home/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #5d5652;
	min-height: 40px;
	color: #888;
	padding-top: 15px;
	font-size: 11px;
	position:absolute;
	width:100%;
	/*bottom:0;  stick to bottom */

}
#footer-wrapper {
    width: 900px;
    margin: 0 auto;
}

#footer1 a:link, #footer1 a:visited {
    color: #6AA4E5;
}

#footer1 li {
    margin: 0;
    padding: 0;
}

#footer1 .col {
    float: left;
    margin: 0 37px 0 0;
}
#footer1 .col1 {
    width: 320px;
}
#footer1 .col2 {
    width: 240px;
}
#footer1 .col2 p {
    margin: 0 0 0 22px;
}
#footer1 .col3 {
    width: 240px;
    margin-right: 0;
    float: right;
}
#footer1 h3 {
    font-size: 91.67%;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 0 .4em;
    background: url(../img/home/line-h1.png) repeat-x 0 100%;
    margin: 0 0 1em;
}
#footer1 ul {
    margin: 0 0 1.25em;
    list-style: none;
    line-height: 1.35;
}
#footer1 ul.twitter {
    margin: 0;
    list-style-type: none;
}
#footer1 ul.icons {
    width: 240px;
    overflow: hidden;
}
#footer1 ul.icons li {
    float: left;
    width: 240px;
    margin: 0 0 5px;
}
#footer1 ul.icons a:link, #footer1 ul.icons a:visited {
    display: block;
    padding: 0 0 0 22px;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#footer1 ul.icons .rss a:link, #footer1 ul.icons .rss a:visited {
    background-image: url(../img/home/icons/rss.png);
}
#footer1 ul.icons .twitter a:link, #footer1 ul.icons .twitter a:visited {
    background-image: url(../img/home/icons/twitter.png);
}
#footer1 ul.icons .facebook a:link, #footer1 ul.icons .facebook a:visited {
    background-image: url(../img/home/icons/facebook.png);
}
#footer1 ul.icons .googleplus a:link, #footer1 ul.icons .googleplus a:visited {
    background-image: url(../img/home/icons/googleplus.png);
}
#footer1 ul.icons .money a:link, #footer1 ul.icons .money a:visited {
    background-image: url(../img/home/icons/money.png);
}
#footer1 ul.icons .helper a:link, #footer1 ul.icons .helper a:visited {
    background-image: url(../img/home/icons/helper.png);
}
#footer1 ul.icons .faq a:link, #footer1 ul.icons .faq a:visited {
    background-image: url(../img/home/icons/faq.png);
}
#footer1 ul.icons .search a:link, #footer1 ul.icons .search a:visited {
    background-image: url(../img/home/icons/search.png);
}
#footer1 ul.icons .email a:link, #footer1 ul.icons .email a:visited {
    background-image: url(../img/home/icons/email.png);
}

#footer-terms {
    float: right;
}

#footer-terms a:link, #footer-terms a:visited {
    color: #888888;
    font-size: 11px;
}

/* Content styles */
a {
	color: #6aa4e5;
}
a:hover {
	color: #8cc6f7;
}
#content h1 {
	color: #eee;
	font-family: georgia, times;
	font-weight: normal;
	margin-bottom: 20px;
}
#content h2 {
	color: #ccc;
	font-family: georgia, times;
	font-weight: normal;
	margin-bottom: 18px;
}
#content h3 {
	color: #ccc;
	font-family: georgia, times;
	font-weight: normal;
	margin-bottom: 6px;
}
p {
	font-size: 12px;
	margin-bottom: 1em;
	color: #fff;
}
#content p {
	line-height: 1.6em;
}
ul, ol {
	margin-left: 10px;
}
li {
	font-size: 12px;
	color: #eee;
	padding-bottom: 12px;
	margin-left: 10px;
	padding-left: 0;
}
.col1 {
	width: 342px;
	float: left;
}
.col2 {
	width: 500px;
	margin-left: 410px;
}
.col2 ul {
	margin-left: 1em;
}
#feature-list li {
	font-size: 12px;
	padding-bottom: 12px;
	margin-left: 10px;
	padding-left: 0;
}
	/* Icons */
	#feature-list li.group {
		list-style-image: url(../img/icons/group.png);
	}
	#feature-list li.accept {
		list-style-image: url(../img/icons/accept.png);
	}
	#feature-list li.money {
		list-style-image: url(../img/icons/money.png);
	}
	#feature-list li.text_list_bullets {
		list-style-image: url(../img/icons/text_list_bullets.png);
	}
	#feature-list li.calendar_view_week {
		list-style-image: url(../img/icons/calendar_view_week.png);
	}
	#feature-list li.calc {
		list-style-image: url(../img/icons/calc.png);
	}
	#feature-list li.page_world{
		list-style-image: url(../img/icons/page_world.png);
	}
/* System Messages */
#flashMessage, .info {
	background: #eeedc8 url(../img/logged-in/icon-info.png) no-repeat 25px 10px;
	padding: 10px 15px 10px 75px;
	border: solid 2px #c9c436;
	border-width: 2px 11px;
	margin-bottom: 20px;
	width: 790px;
	margin: 20px auto;
}
	.info p.close-info {
		text-align: right;
		height: 1.0em;
		margin: -2.1em 0 0;
	}
		.info p.close-info a:link, .info p.close-info a:visited {
			color: #807c14;
		}
	#flashMessage ul.status {
		list-style: none;
		padding: 1em 0;
		margin-left: 0;
	}
		.status li {
			padding: 5px 0 5px 40px;
			min-height: 20px; /*30*/
		}
		.status li.success {
			background: url(../img/logged-in/icon-success.png) no-repeat 0 0;
			color: #6ba41e;
		}
		.status li.warning {
			background: url(../img/logged-in/icon-warning.png) no-repeat 0 0;
			color: #7c7808;
		}
		.status li.error {
			background: url(../img/logged-in/icon-error.png) no-repeat 0 0;
			color: #d2411c;
		}

/* Forms */
.black-form {
	background-image: url(../img/home/form_bg.png);
	background-repeat: repeat-x;
	background-color: #5D5652;
	padding: 20px;
}
#content .black-form h2 {
	color: #fff;
	font-family: georgia;
	border-bottom: 2px dotted #777;
	padding-bottom: 10px;
}

#content .black-form h4 {
	color: #fff;
	font-family: georgia;
	padding-bottom: 10px;
}

#content .black-form .contact-phone {
	color: #fff;
	font-family: georgia;
    font-size:18px;
    font-weight:bold;

}

.black-form label {
	clear: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 1em;
}
.wide label {
	width: 250px;
}
.black-form input, .black-form textarea {
	margin-bottom: 15px;
	background-image: url(../img/main/text_bg.png);
	font-size: 12px;
	font-family: arial;
	padding: 3px 5px;
	border: 0;
	width: 180px;
}
.black-form #checkbox input  {
	clear: both;
	text-align: left;
	background: none;
	font-size: 12px;
	font-family: arial;
	/*padding: 3px 5px;*/
	border: 0;
	width: 15px;
	padding: 0px;
	margin-left: 100px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.black-form .label {

	clear: both;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	margin-bottom: 50px;

}
.black-form textarea {
	width: 178px;
	height: 50px;
}
.black-form select {
	margin: 0 0 1em 0;
}
.black-form p {
	color: #d7d7d7;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.submit input {
	background-image: url(../img/home/frm_btn_bg.jpg);
	background-repeat: repeat-x;
	width: 225px;
	height: 68px;
	text-align: center;
	font-size: 20px;
}
.black-form #submit_create_account {
	border: 0;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	width: 225px;
	background: 0;
}
.black-form #reload-captcha {
    font-size: 9pt;
    text-decoration: none;
    text-align: right;
    padding-right: 10px;
}