body {
	font-family: Helvetica, Arial, Sans-Serif;
}

strong {
	font-weight: bold;
}

a h3 {
	text-decoration: none;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.container-hp {
	height: 747px;
	background-image: url(/assets/images/background-container.gif);
	background-position: 0 52px;	
}

#navigation {
	background-image: url(/assets/images/background-nav.gif);
	background-repeat: no-repeat;
}

#header {
	height: 133px;
}

#content-hp-1 {
	display: block;
	height: 329px;
	float: left;
}

#sidebar-hp-1 form, #sidebar-section form, #sidebar-sub form, #content-full form {
	padding-left: 50px;
}

#sidebar-hp-1 label, #sidebar-section label, #sidebar-sub label, #content-full label {
	font-size: .8em;
}

#sidebar-hp-1 .text, #sidebar-section .text, #sidebar-sub .text, #content-full .text {
	width: 200px;
	margin: 3px 0 8px 0;
}

#content-hp-2 {
	height: 232px;	
	width: 659px;
	float: left;
}

#content-hp-2 li {
	float: left;
	width: 299px;
	padding: 25px 15px;
	list-style-type: none;
}

#content-hp-2 img {
	padding: 0 0 10px 0;
}

#content-hp-2 p {
	font-size: .8em;
	line-height: 1.2em;
}

#sidebar-hp-2 {
	float: right;
	width: 269px;
	padding: 25px 15px;	
}

#sidebar-hp-2 p {
	font-size: .85em;
	line-height: 1.2em;
	padding: 10px 0 25px 0;
}

#footer {
	padding: 15px 0 15px 0;
	color: #b5b5b5;
	font-size: .7em;
}

/* Navigation */

#navigation ul {
	display: block;
	height: 52px;
	overflow: hidden;
}
#navigation li {
	list-style-type: none;
	float: left;
}

#navigation a {
	text-indent: -500px;
	display: block;
	height: 52px;
	overflow: hidden;
	background-repeat: repeat-x;
}
#nav-home a {
	width: 70px;
	background-image: url('/assets/images/nav-home.gif');
}
#nav-home a:hover {
	background-position: -70px 0;
}
#nav-services a {
	width: 154px;
	background-image: url('/assets/images/nav-services.gif');
}
#nav-services a:hover {
	background-position: -154px 0;
}
#nav-customers a {
	width: 123px;
	background-image: url('/assets/images/nav-customers.gif');
}
#nav-customers a:hover {
	background-position: -123px 0;
}
#nav-info a {
	width: 145px;
	background-image: url('/assets/images/nav-info.gif');
}
#nav-info a:hover {
	background-position: -145px 0;
}
#nav-about a {
	width: 177px;
	background-image: url('/assets/images/nav-about.gif');
}
#nav-about a:hover {
	background-position: -177px 0;
}
#nav-signup a {
	width: 73px;
	background-image: url('/assets/images/nav-signup.gif');
}
#nav-signup a:hover {
	background-position: -73px 0;
}

/* Sub Page*/

#container-sub {
	width: 960px;
	background-image: url(/assets/images/background-sub.jpg);
}

#container-full {
	width: 960px;
	background-image: url(/assets/images/background-full.jpg);
	text-align: center;
}

#content-sub {
	float: left;
	width: 629px;
	padding: 15px;
}

#content-full {
	float: left;
	width: 900px;
	padding: 15px;
}

#content-sub img {
	
}

#content-sub h2 {
	font-size: 1.4em;
	padding-bottom: 15px;
}

#content-sub p {
	margin-left: 10px;
	font-size: .85em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

#content-sub li {
	margin-left: 30px;
	font-size: .85em;
	line-height: 1.2em;
	padding-bottom: 5px;
	
}

#content-section {
	float: left;
	width: 644px;
	padding: 15px 0 15px 15px;
}

#content-section p {
	font-size: .85em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

#content-section img, #content-sub img {
	padding: 0 0 10px 0;
}

#content-section h2 {
	color: #ff7200;
	font-size: 1.4em;
	padding-bottom: 15px;
}

#sidebar-section {
	float: right;
	width: 301px;
	padding: 15px 0 0 0;	
}

#section-box li {
	float: left;
	width: 300px;
	margin-left: 0;
	padding: 25px 20px 0 0;
	list-style-type: none;
}

#sidebar-section img {
	padding: 0;
	margin: 0;
}

#sidebar-sub {
	float: right;
	width: 271px;
	padding: 15px;	
}

#sidebar-sub li {
	padding: 0 0 10px 15px;
	list-style-type: none;
}

#sidebar-sub a {
	color: #ff7200;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}

#sidebar-sub p {
	color: #888;
	font-size: .7em;
	margin-top: 5px;	
}

#footer-sub {
	clear: both;
	background-image: url(/assets/images/background-sub-footer.jpg);
	height: 4px;
}

#nav-sub {
	margin: 10px 0 10px 0;
}

#nav-sub a {
	color: #4a6d00;
	font-size: .7em;
	padding-left: 8px;
	text-decoration: none;
}

#nav-sub li {
	float: right;
	list-style-type: none;
}

#container-full img {
	padding: 2px;
}
#container-full p {
	margin: 10px 0 10px 0;
	line-height: 1em;
	font-size: .9em;
}
#container-full label {
	display: inline;
}
#container-full input {
	margin: 10px;
}
#container-full tr {
	border-top: 1px solid #eaeaea;
}

/* Misc. */

.clear {
	clear: both;
}
.errors {
	color: #ff0000;
}