body
{
	color: black;
	font-size: 10pt;
	font-family: Verdana;
	background-color: #f1f1f1;
	background-image: url(images/header_img.png);
	background-position: left top;
	background-repeat: no-repeat;
}

table, td, tr, th, body, html
{
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

body, html
{
	height: 100%;
}

a
{
	color: white;
	text-decoration: none;
}

h1
{
	color: #cc0000;
	font-size: 16pt;
	font-weight: normal;
	width: 400px;
	padding-bottom: 20px;
}

h2
{
	color: black;
	font-size: 14pt;
	font-weight: normal;
}

li
{
	padding-bottom: 8px;
}

/*---------------------design classes-----------------------------*/

#main
{
	width: 100%;
	height: 100%;
}

/*
#space
{	
	height: 250px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;	
	vertical-align: top;
	line-height: 0px;
	border-spacing: 0px; 
}
*/

#counter
{
	padding-right: 30px;
	background: white;
	text-align: right;
	vertical-align: top;
}

#menu
{
	padding-top: 250px;
	width: 385px;
	background: white no-repeat url(images/header_img.png);
	text-align: right;
	vertical-align: top;
	min-width: 385px;	
	
}

#menu .item
{
	height: 40px;
	text-align: left;
	width: 385px;	
}

#menu .item a
{
	color: black;
	font-size: 20px;
	padding: 10px;
	padding-left: 35px;
	padding-right: 35px;
	margin-left: 150px;
	background-color: white;
	background-image: url(images/point_black.png);
	background-position: left center;
	background-repeat: no-repeat;
	white-space: nowrap;
}

#menu .item a:hover, #menu .item.on a
{
	color: #66cc33;
	background-image: url(images/point_green.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#content
{
	padding: 50px;
	padding-bottom: 25px;
	padding-top: 240px;
	vertical-align: top;
}

#content .text
{
	font-size: 9pt;
	margin-left: auto;
	margin-right: auto;
}

#content img
{
	float: left;
	
}

#footer
{
	height: 50px;
	font-size: 9pt;
	padding-left: 30px;
	background: #f1f1f1;
	text-align: left;
	vertical-align: top;
}

.sel_text, .sel_text3
{
	color: #cc0000;
	font-size: 11pt;
	font-weight: bold;
}

.sel_text3
{
	color: #339900;
}

.sel_text2
{
	color: #888888;
	font-size: 10pt;
	font-weight: bold;
}

.icon
{
	vertical-align: top;
	padding: 5px; 
}

.question
{
	height: 50px;
	padding: 10px;
}

.response
{
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 25px;
}

.price td
{
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
