/* __________________________________ GENERAL __________________________________ */

* {margin:0;}
a img {border: 0;}
fieldset {border:0; padding:0;}
ul, ol {padding:0;}
.img_left img{float:left;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.over {overflow:hidden;}
.over1 {overflow:hidden; height:1px;}
.block {display:block;}

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

a:hover {
	text-decoration: underline;	
}

/* __________________________________ BASE __________________________________ */

body {
	margin:0px;
	background:#1d1d1a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c4c4c4;
}

.main {	
	position:relative;
	margin:0 auto;
	width: 864px;
	/* padding: 0 20px; */
}



/* __________________________________ HEADER __________________________________ */
.header {
	background: url(/images/gcruisecash/bg_logo.jpg) no-repeat;
	width: 864px;
	height: 125px;
	text-align: right;
}


.lost_password {
text-align: right;
width: 100%;
float: right;
margin-top: 10px;
}

.lost_password a {
color: #555;
font-size: 11px;
}

/* __________________________________ LOGIN __________________________________ */

.login {
	float: right;
	text-align: right;	
	font-size: 11px;
	margin-top: 50px;
}

.username {
	float: left;
	padding-right: 10px;
}

.password {
	float: left;
	padding-right: 10px;
}

.login_button {
	float: left;
}

.login_form {
background: #222 url(/images/gcruisecash/bg_submit_form.gif) top left no-repeat;
height: 15px;
width: 125px;
border: 1px solid #555;
padding: 3px;
font: 11px;
color: #c0c0c0;
}

/* __________________________________ NAV __________________________________ */

#nav {
	background: url(/images/gcruisecash/bg_nav.jpg) center center no-repeat;

	font-size: 11px;
	font-weight: bold;
	height: 60px;
	width: 100%;	
}

#nav ul {
	list-style-type: none;	
}

#nav ul li {
	background: url(/images/gcruisecash/bg_nav_div.gif) top right no-repeat;
	float: left;
	padding-right: 21px;	
	padding-left: 22px;
	padding-top: 18px;
	height: 42px;
}

#nav .last {	
	background-image: none;
	padding-right: 0;	
}

#nav ul li a {
	color: #fff;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #c0c0c0;
	text-decoration: none;
}

/* __________________________________ CONTENT __________________________________ */
.content {}

.content .fence{
	background:url(/images/gcruisecash/fence.gif) center center no-repeat;
	height:7px;
	overflow:hidden;
}
.content .fence-gold{
	background:url(/images/gcruisecash/fence-gold.gif) center center no-repeat;
	height:7px;
	overflow:hidden;
}
.content .button{
	text-align:center;
}
/* __________________________________ FOOTER __________________________________ */
.footer {
color:#595959;
}
.footer ul a{
color:#fff;
text-decoration:none;
font-weight:bold;
}
.footer .data a{
color:#595959;
}
.footer a:hover{
color: #FFFFFF;
}

.footer ul{
	padding:20px 0 0 10px;
}
.footer ul li{
	float:left;
	list-style:none;
	text-transform:uppercase;
	padding:5px 20px;
}
.footer img.clear{
	padding:15px 0 0 310px;
}
.footer .data{
	padding:20px 0;
	text-align:center;
}



