﻿body 
{
    background-color:#eee;
    font-family: trebuchet ms, tahoma, verdana, arial;
    font-size:.8em;    
    border-top:0;
    padding-top:0;
    margin-top:0;
}

#wrapper
{
    margin:0 auto;
    width:1000px;
    background-image: url('images/shadow_background.gif');

}
#page
{
    margin:0 auto;
    width:900px;
}
#header
{
	margin: 0 auto;
	height: 146px;
	padding:10px 0 0 0;
}
#content
{
	margin: 0 auto;
	width: 900px;
	padding:0 0 0 0;
	border:0 0 0 0;
}
#leftbox
{
    width:900px;
    float:left;
    padding:0 0 0 0;
	border:0 0 0 0;
}
#content img
{
    border: none;
}
.clear
{
    clear:both;
}
h2 
{
    color: #0079C1;
    padding-bottom:8px;
    margin:0;
    border:0;
    font-size:1.5em;
}
h3 
{
    color: #0079C1;
    padding-bottom:5px;
    margin:0;
    border:0;
    font-size:1.2em;
    font-style:italic;
}
p
{
    color: #000;
    font-size:1em;
    padding:0 0 5px 0;
    border:0;
    margin:0;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated element  */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
a 
{
    color:#0079C1;
    text-decoration:none;
}
a:hover
{
    color: #0079C1;
    text-decoration:underline;
}
.contactblock
{
    width:290px;
    float:left;
    padding-right:10px;
}
#footer
{
	margin: 0 auto;
	padding:10px 0 0px 0;
}
table
{
    border-collapse:collapse;
    width:800px;
    margin-left:50px;
    margin-bottom:15px;
}
td.feature
{
    width:700px;
    text-align:left;
}
td.included
{
    width:100px;
    text-align:center;
}
th
{
    border:1px solid #aaa;
    background-color:#ccc;
}
tr
{
    border-bottom:1px solid #ccc;
}
#menu
{
    background-color:#0080c7;
    width:900px;
    border:0;
    padding:0;
    margin:0;
    border-top:2px solid #fff;
    border-bottom:10px solid #fff;
}