/* General Style Info */
body {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
	background:#CCCCCC url('http://www.originalfatboys.com/images/bg.jpg') repeat-y fixed center top;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #FFB70E;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
label {
	display: block;
	padding-right: 20px;
	font-size: 11px;
}
input, textarea {
	padding: 2px;
	font-size: 11px;
}

#content-container {
	margin-left: 50%;
}

#content {
	width: 800px;
	margin-left: -400px;
}

#right-col {
	float: right;
	width: 202px;
	height: 828px;
	background-image: url('/img/sidebar.jpg');
}

#title {
	width: 800px;
	height: 140px;
	margin-bottom: 15px;
	background-image: url('/img/header.png');
}

#banner {
	position: absolute;
	z-index: 1000;
}

#virgin {
	margin-top: 28px;
	margin-left: 13px;
	width: 565px;
}

#bottom-links {
	margin-top: 5px;
	margin-left: 15px;
	width: 565px;
	height: 85px;
}

#bottom-links div {
	background-color: white;
	float: left;
	border: 1px solid #b5b5b5;	
	width: 267px;
	height: 65px;
	padding: 5px;
	margin-bottom:10px;
}

#footer {
	margin: 15px;
	text-align:center;
	font-size: 8px;
}

#instructions {
	margin-left: 14px;
	margin-bottom: 15px;
	background-color: white;
	border: 1px solid #b5b5b5;	
	width: 564px;
}

#instructions div {
	padding: 15px;
}

.designs {
	width: 595px;
	height: 450px;
	margin: 0px;
	padding: 0px;
}

.designs li {
	float: left;
	margin: 0px 0px 14px 14px;
	padding: 0px;
	width: 100px;
	height: 100px;
	border: 1px solid #B5B5B5;
}

.designs li img {
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.designs li .design-name {
	position: absolute;
	margin-top: 76px;
	margin-left: 0px;
	padding: 5px;
	width: 18px;
	background-color: #FFB70E;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	-moz-border-radius-topright:5px;
}

.designs li .design-rating {
	position: absolute;
	margin-top: 76px;
	margin-left: 72px;
	padding: 5px;
	width: 18px;
	background-color: green;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	-moz-border-radius-topleft:5px;
}

#detail {
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: url('/img/dim.png') repeat;
	padding-top: 110px;
}

#detail-content {
	width: 500px;
	background-color: white;
	border: 1px solid black;
	text-align: left;
}

.image img {
	width: 400px;
	height: 400px;
	margin-left: 50px;
}

#close {
	cursor: pointer;
	position: absolute;
	margin-top: -15px;
	margin-left: -15px;
	width: 40px;
	height: 40px;
	background-image: url('/img/close.png');
}

#previous {
	float: left;
	margin-top: 25px;
	padding: 5px;
	background-color: #FFB70E;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
}

#previous a {
	color: white;
	text-decoration: none;
}

#next {
	float: right;
	margin-top: 25px;
	padding: 5px;
	background-color: #FFB70E;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
}

#next a {
	color: white;
	text-decoration: none;
}

#rating {
	margin-left: 125px;
}

#logout a {
	color: #FFB70E;
	text-decoration: none;
}

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

#flashMessage {
	margin-top: 10px;
	color: #900;
	font-size: 12px;
	font-weight: bold;
}

#UserCountryId {
	width: 213px;
}

input[type=submit] {
	margin-top: 10px;
}

label {
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bolder;
}

.register_rightcol {
	width: 200px;
	background-color: #c0c0c0;
	color: white;
	padding-bottom: 5px;
}

.register_subtitle {
	margin-left: 3px;
	padding-left: 10px;
	width: 174px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #FFB70E;
	padding: 5px;
	padding-bottom: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.register_rightcol div.error-message {
	display: none;
}

div.error-message {
	color: #900;
	font-size: 10px;
	font-weight: bold;
	width: 250px;
}

#splash {
	width: 625px;
}

#splash-logo {
	margin-top: 35px;
	width: 325px;
}

#splash-subscribe {
	float: left;
	width: 200px;
	height: 350px;
	margin-top: 15px;
	border: 1px solid black;
	background-color: #FFB70E;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#splash-subscribe>div {
	margin-top: 40px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}