body {
	margin: 0px;
	padding: 0px;
	background-color: #58CCF5;
}
.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.nav ul li {
	float: left;
	font-family: 'Oswald', sans-serif;
	padding-right: 7px;
	padding-left: 7px;
	color: #95cee9;
	font-size: 18px;
	text-transform: uppercase;
}
.nav ul li a {
	color: #95cee9;
	text-decoration: none;
}
.nav ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ari-19-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFFFF;
}
.ari-24-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
.ari-30-yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ffd75f;
}
.frm-bg {
	height: 54px;
	width: 271px;
}
.frm-bg input {
	border: 1px solid #F4F4F4;
	height: 25px;
	width: 229px;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #878787;
}
.sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sidebar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2d2d2d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95cee9;
	line-height: 35px;
}
.sidebar ul li a, .legal a {
	color: #2d2d2d;
	text-decoration: none;
}
.sidebar ul li a:hover, .legal a:hover {
	color: #58CCF5;
	text-decoration: none;
}
.body-txt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0a445f;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 140%;
}
.body-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2d2d2d;
	line-height: 130%;
}
.body-txt h1 {margin-top:20px;text-shadow:1px 1px 2px lightgray;}
h1#title
{
	color: #0A445F;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	margin-top: 14px;
	font-weight: 300;
	padding: 0px 0px 0px 50px;
	line-height: 30px;
}
h1#title:first-line
{
	font-weight: 700;
}
h1#ftitle
{
	color: #0A445F;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	margin-top: 0px;
	font-weight: 300;
	padding: 0px 20px 0px 0px;
	text-align: center;
	line-height: 19px;
}
h1#ftitle:first-line
{
	font-weight: 700;
	font-size: 16px;
}
#saleLink {
	color: red;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}
.legal {
	text-align: center;
	font-size: 16px;
}
form#reputation_form table td {
	vertical-align: top;
}
form#reputation_form table td:first-child {
	width: 300px;
}
form#reputation_form table td[colspan='2'] {
	text-align: left;
	width: auto;
}
form#reputation_form table td input[type='text'], form#reputation_form table td textarea {
	width: 300px;
}
form#reputation_form table td textarea {
	height: 100px;
	padding: 3px;
}
form#reputation_form span.captcha {
	font-weight: bold;
}
form#reputation_form span.colorRed {
	display: inline-block;
	color: red;
	font-weight: bold;
}
div#cookie {
	bottom:0px;
	left:50%;
	margin-left:-500px;
	position:fixed;
	width:950px;
	background-color: rgba(245,245,245,0.95);
	padding: 25px;
	min-height: 100px;
	display: none;
	border: solid #9e9e9e;
	border-width: 1px 1px 0px 1px;
	color: red;
	border-radius: 5px 5px 0px 0px;
	color: #2d2d2d;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 130%;
}
div#cookie > span.close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 26px;
	cursor: pointer;
}