@charset "utf-8";

/*----- Base Styles -----*/

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100.1%;
}
body {
	background: top center url(../graphics/bg.gif) no-repeat;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 65%;
	color: #333;
	line-height: 1.5em;
}
input, select, textarea, td {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 1.0em;
}
img {
	border: 0;
}
#container {
	width: 970px;
	margin: 0 auto;
	background: top center url(../graphics/bg.gif) no-repeat;
}
.errors {
	background-color: #F7E8E8;
	border: 1px solid #600;
	color: #633;
	padding: 5px 10px;
	margin-top: 5px;
}
.success {
	background-color: #D2F0D3;
	border: 1px solid #060;
	color: #363;
	padding: 5px 10px;
	margin-top: 5px;
}
/*----- Top Navigation -----*/

#skip-link {
	display: none;
}
#nav {
	list-style: none;
	float: right;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	height: 43px;
	margin-left: 40px;
	overflow: hidden;
	text-indent: -1000px;
}
#nav-home a {
	width: 44px;
	background: 0 -43px url(../graphics/nav-home.gif) no-repeat;
}
#nav-about a {
	width: 64px;
	background: 0 -43px url(../graphics/nav-about.gif) no-repeat;
}
#nav-product a {
	width: 94px;
	background: 0 -43px url(../graphics/nav-product.gif) no-repeat;
}
#nav-service a {
	width: 86px;
	background: 0 -43px url(../graphics/nav-service.gif) no-repeat;
}
#nav-margins a {
	width: 94px;
	background: 0 -43px url(../graphics/nav-margins.gif) no-repeat;
}
#nav-features a {
	width: 122px;
	background: 0 -43px url(../graphics/nav-features.gif) no-repeat;
}
#nav li a.selected {
	background-position: 0 0;	
}

/*----- Site Logo -----*/

h1 {
	background: 10px 0 url(../graphics/logo.gif) no-repeat;
	float: left;
	width: 300px;
	height: 100px;
	margin-top: 75px;
	overflow:hidden;
	text-indent: -1000px;
}

/*----- Main Content Section -----*/

#content {
	clear: both;
	padding-top: 0px;
	font-size: 1.1em;
}

#main-content {
	float: left;
	width: 640px;
}

/*----- Homepage -----*/

.home-page #content-summary {
	padding-left: 320px;
	width: 310px;
	background: 0 50px url(../graphics/panel-home-bg.jpg) no-repeat;
	height: 245px;
	padding-top: 60px;
	position: relative;
}
.home-page #content-summary #flash-holder {
	position: absolute;
	top: 34px;
	left: 12px;
	
}
.home-page #content-summary h2 {
	background: 0 0 url(../graphics/title-home.gif) no-repeat;
	float: left;
	width: 280px;
	height: 30px;
	overflow:hidden;
	text-indent: -1000px;
}
#panel-boxes {
	padding-left: 20px;
}
#panel-boxes a {
	float: left;
	margin-left: 2px;
	width: 141px;
	height: 104px;
	overflow:hidden;
	text-indent:-1000px;
}
#panel-box-product a {
	margin-top: 36px;
	background: top left url(../graphics/panel-boxes-home-product.gif) no-repeat;
}
#panel-box-service a {
	margin-top: 25px;
	background: top left url(../graphics/panel-boxes-home-service.gif) no-repeat;
}
#panel-box-margins a {
	margin-top: 14px;
	background: top left url(../graphics/panel-boxes-home-margins.gif) no-repeat;
}
#panel-box-features a {
	margin-top: 14px;
	background: top left url(../graphics/panel-boxes-home-features.gif) no-repeat;
}

/*----- Product and Service Pages -----*/

.product-page #content-extended, 
.service-page #content-extended, 
.features-page #content-extended, 
.about-page #content-extended {
	padding: 0 0 20px 30px;
}

.product-page #content-summary,
.service-page #content-summary,
.features-page #content-summary,
.about-page #content-summary {
	padding-left: 370px;
	width: 280px;
	background: 5px 7px url(../graphics/panel-product-bg.jpg) no-repeat;
	height: 365px;
	padding-top: 30px;
}
.service-page #content-summary {
	background: 5px 7px url(../graphics/panel-service-bg.jpg) no-repeat;
}
.about-page #content-summary {
	background: 2px 1px url(../graphics/panel-margins-bg.jpg) no-repeat;
}
.features-page #content-summary {
	padding-left: 50px;
	width: 600px;
	background: 10px 7px url(../graphics/panel-feature-bg.jpg) no-repeat;
}
.product-page #content-summary h2,
.service-page #content-summary h2,
.features-page #content-summary h2,
.about-page #content-summary h2  {
	background: 0 0 url(../graphics/title-product.gif) no-repeat;
	float: left;
	width: 260px;
	height: 45px;
	overflow:hidden;
	text-indent: -1000px;
}
.service-page #content-summary h2  {
 	background: 0 0 url(../graphics/title-service.gif) no-repeat;
}
.about-page #content-summary h2  {
 	background: 0 0 url(../graphics/title-about.gif) no-repeat;
}
.features-page #content-summary h2  {
 	width: 400px;
	background: 0 0 url(../graphics/title-features.gif) no-repeat;
}
.product-page h3, 
.service-page h3,
.about-page h3 {
	color: #1e2171;
	font-size: 1.2em;
	padding: 1em 0 0 0;
}
.service-page h3 {
	color: #333;
}
.about-page h3 {
	color: #8dc63f;
}
.product-page p, 
.service-page p,
.about-page p {
	padding: 1em 0 0 0;
}
.about-page strong {
	color: #8dc63f;
}
hr {
	border: none;
	border-top: 1px solid #b2b2b2;
	margin: 2em 0 0.25em 0;
	height: 0;
}
.product-page #panel-boxes, 
.service-page #panel-boxes,
.features-page #panel-boxes,
.about-page #panel-boxes {
	padding: 1em 0 0 1.5em;
}
.product-page #panel-boxes p,
.service-page #panel-boxes p,
.features-page #panel-boxes p,
.about-page #panel-boxes p {
	display: inline;
}
.product-page #panel-box-product a,
.service-page #panel-box-product a,
.features-page #panel-box-product a,
.about-page #panel-box-product a {
	margin-top: 0px;
	background: top left url(../graphics/panel-boxes-product.gif) no-repeat;
}
.product-page #panel-box-service a,
.service-page #panel-box-service a,
.features-page #panel-box-service a,
.about-page #panel-box-service a {
	margin-top: 0px;
	background: top left url(../graphics/panel-boxes-service.gif) no-repeat;
}
.product-page #panel-box-margins a,
.service-page #panel-box-margins a,
.features-page #panel-box-margins a,
.about-page #panel-box-margins a {
	margin-top: 0px;
	background: top left url(../graphics/panel-boxes-margins.gif) no-repeat;
}
.product-page #panel-box-features a,
.service-page #panel-box-features a,
.features-page #panel-box-features a,
.about-page #panel-box-features a {
	margin-top: 0px;
	background: top left url(../graphics/panel-boxes-features.gif) no-repeat;
}

body.service, body.service #container {
	background: top center url(../graphics/service-bg.gif) no-repeat;
}
body.margins, body.margins #container {
	background: top center url(../graphics/margins-bg.gif) no-repeat;
}
.list-number {
	float: left;
	display:block;
	background-color: #999;
	color: #fff;
	width: 15px;
	height: 15px;
	padding: 2px;
	text-align:center;
	font-weight:bold;
	margin: -1px 5px 0 0;
}

/*----- Features Page -----*/

dt {
	width: 250px;
	float: left;
	clear: left;
	background-color: #eee;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 5px 10px;
}
dd {
	width: 310px;
	float: left;
	background-color: #eee;
	padding: 5px 10px;
	border-bottom: 2px solid #fff;
}
dd.odd, dt.odd {
	background-color: #e8e8f1;
}

#features-list h3, #features-list h2 {
	clear: left;
	background-color: #d2d3e3;
	color: #62649c;
	width: 582px;
	border-bottom: 2px solid #fff;
	font-size: 1.05em;
	padding: 5px 10px 3px 10px;
}
#features-list h2 {
	background: top left url(../graphics/feature-list-head-bg.gif) no-repeat;
	color: #1e2171;
	font-size: 1.4em;
	padding: 5px 10px;
	text-transform:uppercase;
	height: 16px;
}
#features-list .seperator {
	font-size: 1px;
	height: 4px;
	line-height: 1px;
	overflow: hidden;
	background-color: #bbbcd4;
	clear: left;
	width: 602px;
	border-bottom: 2px solid #fff;
}
#features-list .big {
	height: 10px;
	margin-bottom: 10px;
	background: bottom left url(../graphics/feature-list-foot-bg.gif) no-repeat;
}
#flash-holder {
	margin: 6px 0 0 0;
	width: 318px;
	height: 189px;
	padding-top: 10px;
	clear: left;
	float: left;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
	width: 310px;
}

/*----- Contact Form Box -----*/

#contact-box {
	float: right;
	background: 0 0 url(../graphics/contact-bg.gif) no-repeat;
	width: 252px;
	height: 360px;
	margin: 14px 2px 0 0;
	padding: 45px 25px;
}
body.service #contact-box {
	background: 0 0 url(../graphics/contact-service-bg.gif) no-repeat;
}
body.margins #contact-box {
	background: 0 0 url(../graphics/contact-margins-bg.gif) no-repeat;
}
#contact-box h4 {
	display: none;
}
#contact-box label {
	display: block;
	font-size: 0.9em;
	color: #666;
}
#contact-box p {
	padding-top: 0.9em;
}
#contact-box .long {
	width: 97%;
}
#contact-box .submit {
	text-align: center;
}
#contact-box textarea.long {
	height: 50px;
}

/*----- Additional Info Box -----*/

#additional-box {
	clear: right;
	float: right;
	width: 240px;
	margin: 0 8px 20px 0;
	padding: 20px 25px;
	background: bottom right url(../graphics/additional-bg.gif) no-repeat #1D2172;
	color: #fff;
}
#additional-box.grey {
	background: bottom right url(../graphics/additional-grey-bg.gif) no-repeat #8c8c8c;
}
#additional-box.green {
	background: bottom right url(../graphics/additional-green-bg.gif) no-repeat #8CC63F;
}
#additional-box p {
	padding-top: 1em;
}
#additional-box h4 {
	font-size: 1.2em;
}

/*----- Gallery Box -----*/

#gallery-box {
	clear: right;
	float: right;
	width: 275px;

	margin: 0 8px 20px 0;
	color: #fff;
}
#gallery-box h4 {
	background: top left url(../graphics/title-gallery.gif) no-repeat;
	height: 45px;
	width: 143px;
	overflow: hidden;
	text-indent: -1000px;
}
#gallery-box p {
	float: left;
}

/*----- Page Footer -----*/

#footer {
	border-top: 1px solid #b2b2b2;
	color: #999;
	clear: both;
}
#footer-inner {
	width: 950px;
	margin: 0 auto;
	text-align:right;
	padding: 10px;
}
#footer ul {
	list-style: none;
	float: left;
	margin-left: 10px;
	color: #b2b2b2
}
#footer ul li {
	float: left;
	padding-right: 20px;
}
#footer a {
	color: #1e2171;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.cleaner {
	clear: both;
	overflow: hidden;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

