div#main {
	width:auto;
	margin:50px 0px;
	color:#37536F;
}

div#main div.head {
	width:100%; position:absolute; left:0px; background:url(/images/site/table_bg2.png); height:50px; text-align:center; padding:15px 0px 15px; color:#FFFFFF; font-size:13px;
}

div#main div.head h1{
	color:#FFFFFF;
	font-size:20px;
	font-family:Trebuchet MS;
	margin-bottom:5px;
}

div#main div.content h2{
	font-size:18px;
	font-family:Trebuchet MS;
}

div#main div.contentItem {
	width:850px;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #FFAA24;
	color:#37536F;
}

div#main div.contentItem div.clear {
	clear:both;
	padding-top:40px;
}

div#main div.screen {
	width:160px;
	float:left;
}

div#main div.content {
	width:690px;
	float:right;
	text-align:left;
	font-size:12px;
	line-height:20px;
	padding:0px 0px;
}

div#main table {
	width:auto;
}

div#main table td {
	width:110px;
	padding:8px 8px;
	color:#37536F;
	border-bottom:1px solid #8BADCE;
	border-right:1px solid #8BADCE;
}

div#main table td.h {
	width:170px;
	text-align:right;
	padding-right:10px;
	font-weight:bold;
	border-right:1px solid #8BADCE;
	cursor:help;
}

div#main table td.trow {
	background:url(/images/site/pricetblbg.png) bottom repeat-x;
	border-bottom:1px solid #8BADCE;
	border-right:0px;
	font-size:20px;
	height:50px;
	color:#1C334A;
}

div#main table td.price {
	color:#FFAA24;
	background:#FFF9EF;
	font-size:18px;
}

div#main table td.b {
	padding-left:0px;
}

div#info {
	width:90%;
	margin:0 auto 50px auto;
	line-height:25px;
}

div#questions {
	width:500px;
	margin:0 auto 50px auto;
	line-height:25px;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

div.help {
	position:absolute;
	width:250px;
	background:#FFF9EF;
	text-align: left;
	padding:20px;
	font-weight:normal;
	color:#1C334A;
	border:1px solid #FFAA24;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:none;
	margin-left:80px;
	opacity:0.9;
	filter: alpha(opacity = 90);
}
