* {
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}
label img {
  behavior: url(/label_img.htc);
}
html, body {
	background: #035889 url('/images/bg.gif') repeat-x top left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}
.clearall {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
#container {
	margin:0 auto;
	width:910px;
}
#white {
	background-color:#ffffff;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
#header {
	padding-top:10px;
	text-align:center;
}
#header-menu {
	background:transparent url(images/bg-menu.gif) repeat-x scroll right top;
	font-size:16px;
	font-weight:bold;
	height:26px;
	line-height:26px;
}
#header-menu #menu {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#header-menu #menu li {
	float:left;
}
#header-menu #menu a {
	background:transparent url(images/seperator.gif) no-repeat scroll right bottom;
	color:#CCCCCC;
	display:block;
	float:left;
	padding:0 28px;
	text-decoration:none;
}
#header-menu #menu .last a {
	background:transparent none repeat scroll 0 0;
}
#header-menu #menu a:hover {
	color:#FFFFFF;
}
#header #top-bar {
	background: url('images/bg-top-bar.gif') repeat-x top right;
	font-family: Arial;
	font-size:18px;
	color:#ffffff;
	height:40px;
	line-height:40px;
	margin-top:3px;
}
#header #special {
	color:red;
	font-size:22px;
}
#offer-top div {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
#offer-end {
	text-align: right;
	padding-right:30px;
	font-weight:bold;
}
#content {
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
}
#content p {
	margin-bottom:10px;
	font-family:Arial;
	line-height:18px;
}
#content img {
	padding-top:10px;
	padding-bottom:10px;
}
#content-left {
	float:left;
	width:450px;
}
#content-right {
	float:right;
	width:390px;
}
h1 {
	margin-bottom:10px;
	font-size:20px;
	color:#1a2382;
}
h2 {
	margin-bottom:10px;
	font-size:18px;
	color:#1a2382;
}
h3 {
	margin-bottom:10px;
	font-size:16px;
	color:#1a2382;
}
#features {
	margin-left:30px;
	margin-bottom:20px;
	font-size:14px;
}
#features li {
	margin-bottom:10px;
}
#footer {
	text-align:center;
	font-size:10px;
	padding:20px;
	color:#dddddd;
}
#footer p {
	margin-bottom: 10px;
}
#footer a {
	color:#cccccc;
}
#footer a:hover {
	color:#ffffff;
}
#faq {
	margin-left:30px;
	margin-bottom:20px;
	font-size:14px;
}
#faq li {
	margin-bottom:10px;
}
#works {
	margin-left:30px;
	margin-bottom:20px;
	font-size:14px;
}
#works li {
	margin-bottom:10px;
}
.alt {
	background-color:#eeeeee;
}