@charset "utf-8";
/* CSS Document */

html {
background:#000000 url(img/bg.jpg) top center fixed no-repeat;
}

body {
font-family:Arial, Calibri, "Century Gothic", sans-serif;
color:#FFFFFF;

}

a { color:#b7b7b7; text-decoration:none; font-weight:bold;}

.container
{
width:788px;
margin:0px auto;
}

.header {
height:160px;
text-align:center;
padding-top:5px;
padding-bottom:5px;
}

.content {
min-height:508px;
color:#000000;
font-size:12px;
}

.content h1 {
	font: normal 180%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color:#666666;
	width: 440px;
}
.content h1 span {
	background: url(images/gradient-white.png) bottom left repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 100%;
	height: 29px;
}
.content h2 {
	font: bold 120%/100% "Lucida Grande", Arial, sans-serif;
	margin: 10px 0 0;
	color:#FF9900;
}

.emphasis{
	margin:10px;
	padding:10px;
	border:1px #F79E4F solid;
	background:#F5821F;
	font-size:12px;
	font-weight:bold;
	width:390px;
}
.emphasis p {margin-top:0px; margin-bottom:0px;}
.emphasis h2 {color:#FFF; margin-top:0px;}

.mainOneCol {
background: url(img/main_bg.png) top left repeat-y;
padding:20px 35px 170px 35px;min-height:500px;
}

.wrapTwoCol {
background: url(img/main_bg.png) top left repeat-y;
padding:20px 35px 170px 35px; min-height:500px;
}
.mainTwoCol {width:440px; margin-right:40px; min-height:400px; float:left;}
.sideTwoCol {width:230px; min-height:400px; float:right;}

.tablePrices td{}
.priceHeader {
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	background-color:#FF9900;
}
.tablePriceHeader td {font-size:14px; font-weight:bold;}

.orangeBox{
float:right; 
margin-left:15px;
margin-bottom:20px;
width:260px;
min-height:300px;
z-index:1000;
background:url(img/orange_box_flat.png) top center no-repeat;
}
.orangeBox h2 {color:#FFFFFF; font-weight:bold; font-size:150%; text-align:center; margin-bottom:5px; padding-bottom:0px;}
.orangeBox a {color:#000000;}
.orangeBox img {border:none;}

.footer { background:url(img/footer_full2.png) no-repeat 50% 0; width:100%; height:170px; position:fixed; left:0; bottom:0; color: #F7F7F2; font: bold 1em;  }