body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
background:#fff url(../images/bg.gif) repeat-x;
margin:0px;
}

a {
color:#369;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

img {
border:0px;
}

ul, li {
padding:0px;
margin:0px;
list-style:none;
}

input, textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.fr {
float:right;
}



#home {
width:760px;
}



#header {
width:760px;
height:130px;
background:url(../images/header_logo.gif) no-repeat 0px 18px;
}

#header h1 {
font-size:1px;
line-height:1px;
color:#e9f0f6;
padding:0px;
margin:0px;
}

#nav {
width:760px;
}

#spacer1 {
width:760px;
height:59px;
float:left;
overflow:hidden;
}

#spacer1 img {
width:760px;
height:59px;
}

#spacer2 {
width:142px;
height:60px;
float:left;
}

#spacer2 img {
width:142px;
height:60px;
}

#tabs {
padding:0px;
float:left;
}

.tab {
font-size:11px;
line-height:14px;
padding:3px 10px;
float:left;
}

.on {
background:#6d91ac;
border:1px solid #557fa0;
border-bottom:1px solid #3d6d92;
}

.on a {
color:#fff;
}



#content {
width:644px;
line-height:14px;
text-align:left;
clear:both;
}

#content p {
margin:0px 0px 12px;
}

.button {
font-size:11px;
line-height:14px;
color:#fff;
background:#6d91ac;
padding:2px 10px;
border:1px solid #557fa0;
border-right:1px solid #3d6d92;
border-bottom:1px solid #3d6d92;
cursor:pointer;
}



/* LOGIN */
.tabs{
	width:320px;
	font-size:14px;
	line-height:1.29;
	background:#666;
	padding:9px 0 0;
	border:1px solid #333;
}
.tabs:after{
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	content:".";
}
.tabs li{
	margin-right:5px;
	float:left;
}
.tabs li.first{
	margin-left:10px;
}
.tabs li.selected{
	position:relative;
	bottom:-1px;
}
.tabs a{
	color:#fff;
	background:#999;
	padding:5px 10px;
	border:1px solid #333;
	border-bottom:0;
	margin-top:1px;
	display:block;
	outline:0;
}
.tabs .selected a{
	color:#000;
	background:#f2f2f2;
	padding-bottom:6px;
	margin-top:0;
}
.content{
	width:320px;
	background:#f2f2f2;
	border:1px solid #ccc;
	border-top:0;
	margin-bottom:10px;
	overflow:hidden;
	*zoom:1;
}
.content:after{
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	content:".";
}

.section{
	width:302px;
	padding:10px;
	float:left;
}

form,
fieldset{
	padding:0;
	border:0;
	margin:0;
}
form ol{
	padding:0;
	margin:0 0 5px;
	list-style:none;
}
label{
	font-size:14px;
	line-height:1.29;
	margin-bottom:1px;
	display:block;
}
input{
	margin-bottom:5px;
}
.input-text{
	width:300px;
	font-size:24px;
	line-height:1.25;
	color:#333;
	padding:3px;
	border:1px solid #999;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
}
.btn{
	font-size:20px;
	line-height:1.2;
	color:#fff;
	background:#58b;
	padding:4px 10px 5px;
	border:1px solid #557fa0;
	border-right-color:#3d6d92;
	border-bottom-color:#3d6d92;
	cursor:pointer;
}
h2{
	font-size:18px;
	line-height:1.22;
	border-bottom:1px solid #ccc;
	margin:0 0 15px;
}
.hidden{
	display:none;
}
.error{
	color:#f00;
}




#footer {
	padding:12px 0px;
	clear:both;
}