@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e5ffff;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
a {
	color: #3366FF;
}
a:hover {
	color: #07ABE0;
}

p {
	margin-bottom: 16px;
}

#container {
	display: block;
	width: 864px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
#masthead {
	background-color: #0F1910;
	background-image: url(../images/bg_topleft.jpg);
	background-repeat: no-repeat;
	display: block;
	height:112px;
	width: 864px;
}
#login {
	background-image: url(../images/login_bg.jpg);
	display: block;
	height: 82px;
	width: 292px;
	float: left;
	padding:30px 0 0 140px;
}
#logo {
	display: block;
	height: 112px;
	width: 432px;
	float: left;
}
#guts-home {
	width: 864px;
	float:left;
}
#guts-home img {
float:left;
}

#leftcol {
	float: left;
	width: 516px;
	text-align: right;
}
#feature {
	background-image: url(../images/bg_feature.jpg);
	display: block;
	float: left;
	height: 450px;
	width: 225px;
	padding-top: 54px;
	padding-right: 31px;
	padding-bottom: 35px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#login form {
	padding-top: 10px;
}
#login .fields {
	float: left;
	width: 120px;
	padding-top: 4px;
}

#login a {
color:#fff;
text-decoration:none;
font-size:11px;
line-height:12px;
}

#login a:hover {
text-decoration:underline;
}

#login .fields input {
font-size:11px;
}

#login .fields .loginfield {
	width: 105px;
	margin-bottom: 6px;
}
#logout {
	display: block;
	height: 112px;
	width: 432px;
	float: left;
}
#user-points {
	display: block;
	height: 60px;
	width:644px;
	background-image: url(../images/info2_bg.jpg);
	background-repeat: no-repeat;
	padding:20px 110px;
}
#special-promotion {
	background: url(../images/content_bg.jpg) repeat-y top center;
	display: block;
	width: 664px;
	padding:0 100px;
	float:left;
}
#user-points .details {
	font-size: 20px;
	display: block;
	float: left;
	width: 465px;
	padding-top: 5px;
	padding-left: 10px;
}
#user-points .utilinav {
	font-size: 11px;
	display: block;
	float: left;
	width: 160px;
	padding-top: 10px;
}
#user-points .details strong {
	color: #ff0066;
	font-weight: normal;
	font-size: 24px;
}
#user-points .expiration {
	color:#222;
	font-size: 11px;
	line-height:16px;
}
#user-points .expiration-date{
	color:#333;
	font-weight:bold; }
#default_content {
	background: url(../images/content_bg.jpg) repeat-y top center;
	display: block;
	width: 664px;
	padding:0 100px;
}
.content {
	padding: 20px;
	width: 599px;
	overflow: auto;
	font-size: 14px;
}
.content h1 {
	font-size: 24px;
	color: #51591E;
	margin-bottom: 18px;
}
.nice {
	width: 320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 1px solid #F7F9F7;
}
.nice input {
	width: 160px;
}
.nice td {
	padding: 2px;
	border: 1px solid #E7E2DC;
}

#footer {
float:left;
margin:0;
padding:0;
}
