html {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #c0d9f3 url(/images/bg.png) top left repeat-x;
	font-size: 14px;
	font-family: Georgia, sans-serif;
}

a:link,
a:visited {
	color: #0758a3;
	text-decoration: none;
}

a:active,
a:hover {
	color: #56a5ef;
	text-decoration: underline;
}

div#wrap {
	width: 690px;
	margin: 20px auto;
}

div#header {
	height: 134px;
	overflow: hidden;
}

div#header h1,
div#header h2 {
	display: none;
}

div#footer {
	height: 80px;
	background: url(/images/footer.png) top left no-repeat;
}

div#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

div#citrus {
	background-color: #fff;
	overflow: hidden;
}

div#menu {
	float: left;
	width: 130px;
	background: #fff url(/images/menubg.png) top left repeat-y;
}

div#menu div.top {
	background: url(/images/menutop.png) top left no-repeat;
	height: 20px;
}

div#menu div.bottom {
	background: url(/images/menubottom.png) top left no-repeat;
	height: 20px;
}

div#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

div#menu ul li {
	text-align: right;
	margin: 10px 0px;

	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

div#content {
	margin: 0px 20px 0px 150px;
}

h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	color: #666;
}

h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

p {
	font-size: 14px;
	color: #333;
}

a img {
	border: 0px;
}

ul#offers {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul#offers li.offer {
	margin: 5px;
	padding: 0px;
	border: 1px solid #ccc;
	width: 200px;
}

ul#offers li.offer h3 {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #f0f0f0;
}

ul#offers li.offer ul.info {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

input[type=text],
input[type=password],
textarea {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #f0f0f0;
	border-right: 2px solid #f0f0f0;
}

span.field_with_errors input {
	border-top: 2px solid #c00;
	border-left: 2px solid #c00;
	border-right: 2px solid #f00;
	border-bottom: 2px solid #f00;
}

div#error_messages {
	border: 2px solid #e30000;
	background-color: #f3f3f3;
}

div#error_messages h3 {
	margin: 0px;
	padding: 0px 5px;
	background: url(/images/errortop.png) top left repeat-x;
	color: #fff0f0;
}

div.flash {
	border: 2px solid #ccc;
	margin: 5px;
}

div.flash p {
	margin: 5px;
	padding: 0px;
	text-align: center;
}

div.flash-notice {
	border: 2px solid #6c6;
	background-color: #eaffbc;
}

div.flash-error {
	border: 2px solid #c66;
	background-color: #ffeabc;
}


table th {
	text-align: left;
}

div.terms_and_conditions {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;

	height: 200px;
	overflow: auto;

	padding: 0px 10px;
}

dl.offerlist {
	float: left;
	width: 100%;
}

dl.offerlist div.site {
	overflow: hidden;
	padding-bottom: 20px;
}

dl.offerlist dt {
	clear: left;
	float: left;
	width: 135px;
}

dl.offerlist dd {
	padding: 0px;
	margin: 0px 0px 0px 145px;
}

dl.offerlist dd h4 {
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

td {
	font-family: Verdana, Arial, Tahoma, sans;
	font-size: 11px;
}

hr {
	height: 2px;
	color: #c0d9f3;
	background-color: #c0d9f3;
	border: 0px;
}

