@CHARSET "UTF-8";
/******* GENERAL RESET *******/
var, dl, dt, dd, ol, ul, li, fieldset {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
#master{
	background: #fff;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
	overflow: hidden;
	padding:0 10px 0 10px;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/
/******* MENU *******/
#container{
	/*margin: 7em auto;*/
	width: 750px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #949c4f;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #fff;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #ba5915;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* OVERVIEW *******/
.content.overview h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.overview{
	display: block;
}
/******* /OVERVIEW *******/
/******* HOWITWORKS *******/
.content.howitworks h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.howitworks{
	display: none;
}
/******* /HOWITWORKS *******/
/******* SAVEMONEY *******/
.content.savemoney h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.savemoney{
	display: none;
}
.content.savemoney a{
	color: #5f95ef;
}
/******* /SAVEMONEY *******/
/******* COSTOFSERVICE *******/
.content.costofservice h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.costofservice{
	display: none;
}
.content.costofservice a{
	color: #5f95ef;
}
/******* /COSTOFSERVICE *******/
/******* ORDER *******/
.content.order h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.order{
	display: none;
}
.content.order a{
	color: #5f95ef;
}
/******* /ORDER *******/