* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background: url(../images/body_bg.jpg) repeat-x bottom;
}

a {
	text-decoration: none;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	background-color: #ffffff;
}

#header {
	width: 780px;
	height: 126px;
	background: url(../images/header_bg.gif) no-repeat left top;
	margin-top: 7px;
}

.logo {
	width:129px;
	height: 122px;
	padding-left: 18px;
	padding-top: 4px;
	float: left;
}

#nav {
	float: right;
	position: relative;
	width: 620px;
}

.sublinks {
	font: 11px Arial;
	width: 480px;
	text-align: right;
	color: #65696e;
	float: right;
	padding: 65px 15px 11px 0;
}

.mainlinks {
	width: 545px;
	text-align: right;
	float: right;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}

.mainlinks-item {
	font: bold 14px Arial;
	color: #6f8d62;
	float:left;
	margin-right:10px;
	padding: 5px 10px 2px;
	height: 20px;
}

a.mainlinks-item:link, a.mainlinks-item:active, a.mainlinks-item:visited {
	font: bold 14px Arial;
	color: #6f8d62;
	float:left;
	margin-right:10px;
	padding: 5px 10px 2px;
	height: 20px;
}

a.mainlinks-item:hover, .link-selected {
	font: bold 14px Arial;
	color: #ffffff;
	float:left;
	margin-right:10px;
	background: url(../images/tab_bg.gif) repeat-x;
	padding: 5px 10px 2px;
	height: 20px;
}

#content {
	width: 778px;
	border-left: 1px solid #dfdedf;
	border-right: 1px solid #dfdedf;
	background-color: #ffffff;
	display: block;
	float: left;
}

#login {
	background: url(../images/login_bg.jpg) no-repeat left top;
	height: 184px;
}

.login-container {
	width: 290px;
	padding: 10px 0 0 30px;
}

.login-title {
	font: bold 16px Arial;
	padding-bottom: 10px;
}

.input-clear {
	clear: both;
	height: 7px;
}

.input-name {
	font: bold 12px Arial;
	padding-right: 15px;
	padding-top:3px;
	text-align: right;
	float:left; 
	width:80px;
}

.input-f {
	border: 1px solid #b6cd42;
	width: 178px;
	height: 17px;
	padding: 2px;
	font: 11px Arial;
	background-color: #f1f1f1;
}

.input-span {
	border: 1px solid #b6cd42;
	padding: 2px;
	font: 11px Arial;
	background-color: #f1f1f1;
}

.specialoffers {
	width: 264px;
	background: url(../images/specialoffers_bg.gif) no-repeat left top;
	float:left;
	margin-left:17px;
}

.titlebar {
	font: bold 18px Arial;
	color: #ffffff;
	padding: 7px 0 0 17px;
}

.toggle-tab {
	height: 27px;
	padding-left: 12px;
	background: url(../images/toggle_bg.gif) repeat-x bottom;
}

.howitworks {
	display: block;
	width: 139px;
	height: 27px;
	background: url(../images/howitworks.gif) no-repeat 0 -27px;
	float: left;
	text-indent: -999px;
}

.whychoose {
	display: block;
	width: 222px;
	height: 27px;
	background: url(../images/whychoose.gif) no-repeat;
	float: left;
	margin-left: 2px;
	text-indent: -999px;
}

#footer {
	background: url(../images/footer_bg.png) no-repeat;
	width: 780px;
	height: 44px;
	margin: 0 auto;
	clear: both;
	font: bold 10px Arial;
}

.tab_hover {
	color: #000000;
	cursor:pointer;
	height: 20px;
	padding: 3px 10px 2px 10px;
	text-align: left;
	font: bold 16px Arial;
	border: 1px solid #97b35d;
	border-bottom: 1px solid #ffffff;
}

.tab {
	color: #ffffff;
	cursor:pointer;
	height: 21px;
	padding: 3px 10px 2px 10px;
	text-align:left;
	font: bold 16px Arial;
	background: url(../images/tab_bg.gif) repeat-x;
}

.data_tab {
	background-color: #FFFFFF;
	width:500px;
	height:100px;
	text-align:left;
	font: 12px Arial;
	padding:.3em;
}

table.border, td.border
{	
	border: 1px	solid;
	border-collapse: collapse;
}
