﻿body {
	margin: 0 0 1em 0;
	padding: 0; /* need for Opera */
	background: #ffffff;
	color: #333333;
	min-width: 780px;
	font-family: verdana, sans-serif;
    font-size: small;
} 

form { margin: 0; }
img { border-style: none;
    border-color: inherit;
    border-width: 0;
}

h1{ color: #cc3300; font-size: 175%; padding-bottom: 10px;}
h2{ color: #cc3300; font-size: 125%; padding-bottom: 10px; padding-top: 20px; font-weight: bold;}
h3{ color: #cc3300;}


/* Core site element widths */

#header { padding: 0 50px; }
#header ul { right: 0; } 
* html #header ul { right: 50px; } 
#content { padding: 0 50px; }
#footer-contents 
{
    padding: 0 20px;
    margin: 0 50px;
}

#header div { position: relative; }

#footer
{
    text-align: center;
    font-size: 7pt;
    font-weight: bold;
    border-top: solid 1px #999999;
    width: 95%;
    padding-top: 10px;
    margin: auto;
}

/* header */

#header {
	height: 40px;
	position: relative;
	background: url('/images/header/background.png') top repeat-x;
	z-index: 1;
}

#header h1 
{
    margin: 0;
    font-size: small;
}

#header h1 img {
	font-weight: bold;
	color: #ffffff;
}

#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #c46a4d;
	border-right: 1px solid #aa0000;
	position: absolute;
	top: 0;
}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}

#header ul span, #header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 10px 10px;
	text-decoration: none;
	border-right: 1px solid #c46a4d;
	border-left: 1px solid #aa0000;
	color: #ffffff;
	height: 18px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-weight: bold;
}

#header ul li span,
#header ul li a.current,
#header ul li a:hover {
	background: #aa3300;
	color: #ffffff;
	text-decoration: underline;
}

#header ul li span,
#header ul li a.current {
	text-decoration: none;
}

#home .front-feature
{
    margin-top: 40px;
}

#home .front-feature-left {
	float: left;
	width: 45%;
	margin-right: 4%;
	text-align: center;
}

#home .front-feature-right {
	float: left;
	width: 50%;
	text-align: center;
}

#home .overview
{
    text-align: left;
    padding: 3px;
}
/* menu box */

#left-block 
{
    float: left;
	width: 160px;
}

#main-content
{
    margin-left: 180px;
    margin-top: 20px;
}

#menu-box {
    background: url(/images/menu-box-top.png) top left no-repeat;
	font-size: 80%;
	font-weight: bold;
	width: 160px;
	margin-top: 70px;
}

#menu-box ul {
	background: url(/images/menu-box-bottom.png) bottom left no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 4px 0;
	
}

#menu-box ul li a:link,
#menu-box ul li a:visited,
#menu-box ul li span {
	background: url(/images/menu-box-background.png) 0 0 no-repeat;
	display: block;
	width: 136px;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

#menu-box ul li span {
	background: url(/images/menu-box-background.png) -400px 0 no-repeat;
}

#menu-box ul li a:hover,
#menu-box ul li a:active {
	background: url(/images/menu-box-background.png) -200px 0 no-repeat;
}

#contact-box 
{
    position:relative;
    float: left;
	font-size: 80%;
	font-weight: bold;
	width: 160px;
	margin-top: 20px;
}

#product-box 
{
    position:relative;
    float: left;
	font-weight: bold;
	color: #00cc00;
	width: 160px;
	margin-top: 20px;
	text-align: center;
}

#pdf-box 
{
    position:relative;
    float: left;
	font-size: 80%;
	font-weight: bold;
	color: #00cc00;
	width: 160px;
	margin-top: 20px;
}

.float-right
{
    float:right;
    margin: 15px;
}

.float-left
{
    float: left;
    margin: 15px;
}

li.tick
{
    font-size: small;
    vertical-align: middle;
    color: black;
    text-align: left;
    list-style-position: outside;
    list-style-image: url('/images/tick.gif');
    text-indent: 0px;
    padding-bottom: 10px;
}

li.bullet
{
    font-size: small;
    vertical-align: middle;
    color: black;
    text-align: left;
    list-style-position: outside;
    list-style-image: url('/images/bullet.gif');
    text-indent: 0px;
    padding-bottom: 10px;
}

table
{
    border: solid 1px #cccccc;
}

th
{
    padding: 5px 15px;
    font-size: 90%;
    font-weight: bold;
    background-color: #eeeecc;
    border: solid 1px #cccccc;
}

td
{
    padding: 5px;
    font-size: 90%;
    border: solid 1px #cccccc;
}

p.footer-clearance
{
    clear: both;
    display: block;
}

pre
{
    border-left: solid 1px #000000;
    padding-left: 10px;
    margin-left: 10px;
}

#pricing_table td,
#pricing_table th
{
    text-align: center;
}



