/* GLOBAL */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #eee url(../i/background.gif) repeat-x top left;
	color: #333;
	font-size: small;
	font-family: "Lucida Grande", Arial, sans-serif;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

/* LAYOUT */
#wrap {
	width: 772px;
	margin: 0 auto;
}
#wrap-inner {
	float: left;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	background: #fff url(../i/watermark.gif) no-repeat bottom right;
}
#header {
	background: url(../i/header.gif) no-repeat top left;
	width: 772px;
	height: 139px;
	margin-top: 12px;
}
#header h1 {
	display: none;
}
#content {
	float: right;
	width: 490px;
	line-height: 1.5;
}
#contact-info {
	text-align: right;
}
#sidebar {
	float: left;
	width: 277px;
	background: #fff;
}
.box {
	width: 262px;
	background: url(../i/sidebar_bottom.gif) no-repeat bottom left;
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	margin: 15px 0 0 15px;
}
.box h3 {
	background: url(../i/sidebar_top.gif) no-repeat top left;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #47ae39;
	text-align: center;
	padding: 10px;
}
.box ul {
	padding: 0 1em 1em 3em;
	line-height: 1.3;
}
.box li {
	padding: 0 0 .5em 0;
	font-weight: bold;
}
.box p {
	line-height: 1.5;
	padding: 0 1em 1em 1em;
}
#nav {
	padding: 0 0 0 35px;
	border-top: 1px solid #ccc;
	width: 733px;
	height: 34px;
	background: #eee url(../i/nav_bg.gif) repeat-x top left;
	float: left;
}
#nav li {
	list-style-type: none;
	display: inline;
	float: left;
}
#nav li a {
	display: block;
	height: 34px;
}
#nav li a b {
	display: none;
}
#nav li.sep,
#nav li.home-sep,
#nav li.products-sep,
#nav li.services-sep,
#nav li.support-sep,
#nav li.about-sep,
#nav li.contact-sep {
	width: 23px;
	height: 34px;
	background: url(../i/divider.gif) no-repeat 0 0;
}
body#home #nav li.home-sep {
	background: url(../i/divider.gif) no-repeat -23px 0;
}
body#home #nav li.products-sep {
	background: url(../i/divider.gif) no-repeat -46px 0;
}
body#products #nav li.products-sep {
	background: url(../i/divider.gif) no-repeat -23px 0;
}
body#products #nav li.services-sep {
	background: url(../i/divider.gif) no-repeat -46px 0;
}
body#services #nav li.services-sep {
	background: url(../i/divider.gif) no-repeat -23px 0;
}
body#services #nav li.support-sep {
	background: url(../i/divider.gif) no-repeat -46px 0;
}
body#support #nav li.support-sep {
	background: url(../i/divider.gif) no-repeat -23px 0;
}
body#support #nav li.about-sep {
	background: url(../i/divider.gif) no-repeat -46px 0;
}
body#about #nav li.about-sep {
	background: url(../i/divider.gif) no-repeat -23px 0;
}
body#about #nav li.contact-sep {
	background: url(../i/divider.gif) no-repeat -46px 0;
}
body#contact #nav li.contact-sep {
	background: url(../i/divider.gif) no-repeat -23px 0;
}
body#contact #nav li.sep {
	background: url(../i/divider.gif) no-repeat -46px 0;
}
#t-home a {
	width: 43px;
	background: url(../i/home.gif) no-repeat 0 0;
}
#t-products a {
	width: 62px;
	background: url(../i/products.gif) no-repeat 0 0;
}
#t-services a {
	width: 59px;
	background: url(../i/services.gif) no-repeat 0 0;
}
#t-support a {
	width: 61px;
	background: url(../i/support.gif) no-repeat 0 0;
}
#t-about a {
	width: 62px;
	background: url(../i/about.gif) no-repeat 0 0;
}
#t-contact a {
	width: 53px;
	background: url(../i/contact.gif) no-repeat 0 0;
}
#t-home a:hover {
	background: url(../i/home.gif) no-repeat 0 -34px;
}
#t-products a:hover {
	background: url(../i/products.gif) no-repeat 0 -34px;
}
#t-services a:hover {
	background: url(../i/services.gif) no-repeat 0 -34px;
}
#t-support a:hover {
	background: url(../i/support.gif) no-repeat 0 -34px;
}
#t-about a:hover {
	background: url(../i/about.gif) no-repeat 0 -34px;
}
#t-contact a:hover {
	background: url(../i/contact.gif) no-repeat 0 -34px;
}
body#home #t-home a {
	background: url(../i/home.gif) no-repeat 0 -68px;
}
body#products #t-products a {
	background: url(../i/products.gif) no-repeat 0 -68px;
}
body#services #t-services a {
	background: url(../i/services.gif) no-repeat 0 -68px;
}
body#support #t-support a {
	background: url(../i/support.gif) no-repeat 0 -68px;
}
body#about #t-about a {
	background: url(../i/about.gif) no-repeat 0 -68px;
}
body#contact #t-contact a {
	background: url(../i/contact.gif) no-repeat 0 -68px;
}
#subnav {
	clear: left;
	height: 22px;
	width: 768px;
	background: #e3f1df url(../i/subnav_bg.gif) repeat-y top left;
	border-bottom: 1px solid #deefda;
}
#subnav h2 {
	font-size: 10px;
	text-align: center;
	line-height: 22px;
	font-weight: normal;
}
.gutter {
	padding: 20px 50px 0 30px;
}
#bottom {
	clear: both;
	background: url(../i/bottom_bg.gif) no-repeat top left;
	height: 22px;
	width: 772px;
	margin: 0 auto .5em auto;
}
#footer {
	clear: both;
	height: 2em;
}
#footer p {
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	line-height: 1.3;
	text-align: center;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}

/* TEXT & LINKS */
#content a:link {
	color: #8d2211;
}
#content a:hover {
	color: #c00;
}
#content a:visited {
	color: #a44f42;
}
#content a:active, #content a:focus {
	background-color: #ffc;
}
#content h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #000;
	margin-bottom: .5em;
}
#content h2 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #000;
	margin-bottom: .5em;
}
#content p, #content ul, #content ol {
	margin: 0 0 1em 0;
	font-size: 90%;
}
#content li {
	margin: 0 3em;
}
.center {
	text-align: center;
}
.small {
	font-size: 90%;
}
.error {
	color: #c00;
}
#content .indent {
	margin: 0 0 1em 2em;
}

/* forms */

div.form {
	margin-bottom: 15px;
	font-size: 11px;
}

.form label,
.form span {
	display: block;
}

.form label {
	font-weight: bold;
	margin: 10px 0 3px 0;
	padding-top: 5px;
}

.form span.msg {
	margin: 2px 0;
	color: #F00;
	font-size: 11px;
	height: auto;
}

.form .err input,
.form .err textarea,
.form .err select {
	border: 1px solid #F00;
}

.form input#submit {
	margin: 10px 0 0 0;
}

.form select {
	width: 150px;
}

.form input.textfield {
	width: 80%;
}

.form textarea {
	width: 80%;
}