/*
	OfficeNet custom CSS
	Copyright (c) 2010, Codeka Consulting
*/

body {
	background: #BCBCBC;
}

#header {
	background: #ffffff url("images/header-bg.jpg") repeat-x;
	height: 108px;
}

#tabs {
	height: 36px;
}

#tabs ul {
	list-style-image: url("images/tab-dot.png");
	width: 100%;
	padding: 0;
	margin: 0;
}

#tabs ul li {
	float: left;
	text-align: center;
	background: url("images/tab.gif") repeat-x;
	height: 36px;
	padding-top: 8px;
	margin-bottom: -8px;
}

#tabs ul li.active {
	background: url("images/tab-active.gif") repeat-x;
}

#tabs ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#body {
	background: #ffffff url("images/body-bg.jpg") repeat-x;
}

#inset {
	background: #ffffff url("images/inset-bg.jpg") no-repeat;
	height: 306px;
}

#inset h3 {
	margin-top: 20px;
	font-style: italic;
}

#slogan {
	padding-top: 36px;
	font-family: arial narrow, arial, sans-serif;
	font-variant: small-caps;
	font-size: 220%
}

#slogan-2 h4 {
	font-style: italic;
	text-align: center;
	margin-top: 1em;
	font-weight: bold;
	color: #666;
	font-size: 150%;
}

#customer-service {
	background: url("images/customer-service.jpg");
	width: 333px;
	height: 154px;
	color: #ffffff;
}

#customer-service h4 {
	font-weight: bold;
	color: #ffffff;
	margin-top: 18px;
}

#customer-service a {
	color: #ffffff;
	text-decoration: none;
}

#customer-service a:hover {
	text-decoration: underline;
}

.box {
	background: #f8f8f8;
	border: solid 1px #e2e2e2;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.ticker-box {
	padding-bottom: 0;
}

div.ticker-box h3 {
	margin: 0;
	padding: 0 0 10px 0;
}

div.ticker {
	overflow: hidden;
}

div.ticker ul {
	display: block;
	overflow: hidden;
	width: 3000px;
	margin: 0; padding: 0;

}

div.ticker li {
	float: left;
	padding-left: 2em;
	margin-right: 4em;
	list-style: none;
}

div.ticker div.logo {
	background: url("images/logos.jpg");
	width: 80px;
	height: 65px;
}

#footer {
	background: url("images/bottom.gif");
	height: 100px;
}

#copyright {
	padding: 66px 0 0 34px;
}

table.contact-table
{
	width: 100%;
}

table.contact-table td
{
	padding: 4px;
	margin: 0;
}

table.contact-table input, table.contact-table textarea
{
	margin: 0;
}

.faq-index
{
	float: right;
	padding: 0;
}

.faq-index ul
{
	padding: 0.5em 0 0.75em 2em;
	margin: 0;
}

table.buyers-guide td
{
	vertical-align: top;
	width: 50%;
}

table.buyers-guide ul
{
	margin: 0;
	padding: 1em 0 1em 2em;
}