html{background-color:#333}

body{font-family:Arial, Helvetica, Verdana, sans-serif; background-color:#333;}



h1{
	padding: 20px 0;
}

h1 a{
	text-indent: -5000px;
	display:block;
	width:97px;
	height:97px;
	background: #333 url("../images/logo.png") 0 0 no-repeat;
}

.banner {
	clear:both;
	width:960px;
	height:320px;
	background: url("../images/banner.jpg") 0 0 no-repeat;
}

.banner p{
	font-size: 182%;
	font-family: "Lucida Sans Unicode";
	padding: 30px 525px 0 40px;
	line-height: 182%;
}

.banner a{
	color: #000;
	text-decoration: underline;
}

.banner a:hover{
	text-decoration:none;
}

.body {
	clear:both;
}

.red{
	color:red;
	font-weight:bold;
}
/******** NAVIGATION ***********/
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	color: #FFF;
	padding: 5px 0;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover{
	text-decoration:underline;
}
#nav {
	padding-bottom: 40px;
}
#nav li {
	float: left;
	margin-right: 20px;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background-color:#EEE;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li{
	clear: left;
}

#nav li ul li a{
	color: #333;
	font-weight:normal;
	font-size: 85%;
	padding: 3px 5px;
}
#nav li ul{
	padding:5px;
}

/********* SIDENAV **********/
.sidenav{
	padding:25px;
}

.sidenav li{
	margin-bottom:10px;
}
/***** homepage feature areas ******/

h2{
	font-size:182%;
	line-height: 182%;
	color:#000;
}

.feature{
	margin:10px;
}
.feature img{
	float:left;
	margin:10px 0 0 10px;
}

.feature h2{
	color:#FFF;
	margin: 0 0 10px 60px;
}

.feature p, .feature ul, .feature a{
	color:#FFF;
	font-size:108%;
}

.feature a, .foot a{text-decoration:underline;}
.feature a:hover, .foot a:hover{text-decoration: none;}

.features { border-bottom: solid 1px #999}

/*********** INSIDE PAGES ***********/

.main{
	background: #FFF url("../images/corners_top.gif") 0 0 no-repeat;
	
}

.big_text{
font-size: 120%;
}

.bg_bottom{
	background: url("../images/corners_bottom.gif") 0 bottom no-repeat;
	padding-bottom:25px;
}

.full_width{
	padding: 0 45px 45px 45px;
}

/******** Tables ************/

table.data {
	width: 800px;
	color: #333;
	margin: 10px 0;
}

.data td,.data th {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 5px 8px 3px 8px;
	vertical-align: center;
	text-align: center;
}
	
.tableHeading th, .tableHeading td {
	background:#E2EAF0 url(/images/design/price_tb_bg.gif) top left repeat-x;
	border: 1px solid #B7C3CC;
}

.tableHeading th {
	border-left: none;
}

tfoot .tableHeading th, tfoot .tableHeading td {
	border-top: none;
}

.data th h3 {
	font: normal 18px palantino, georgia, serif;
	font-size: 16px;
	color: #333;
	padding: 5px 0;
	margin: 0;
}

.data th span {
	font-size: 13px;
	color: #FF3900;
}

.data th img {
	margin-top: 3px;
}

th.column1 {
	width: 250px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 1px solid #C6D2DA;
	border-right: 1px solid #C6D2DA;
	border-left: 1px solid #C6D2DA;
	background: #E2EAF0;
	color: #2F4450;
}

.odd th.column1 {background:#f2f5f8;}

th.first {
	border-left: 1px solid #C6D2DA;
}
.column2, .column3, .column4{
	width: 275px;
	text-align: left;
}

td {
	background: #f2f5f8;
}

.odd td {background:#fff;}

/******** FOOTER ***************/
.foot p, .foot a{
	color:#FFF;
}
