body {
	font-family: Arial;
	font-size: 12px;
	border-top: 5px solid #f4afcd;
	color: #000000;
}
h1 {
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 5px 15px;
	color: #000000;
	background-color: #f9d9e9;
	line-height: 1.5em;
}
h2 {
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 5px 15px;
	color: #000000;
	line-height: 1.4em;
}
h3 {
	text-transform: uppercase;
}
p {
	line-height: 1.4em;
	margin: 1em 0;
}
a {
	color: #00c3ed;
	text-decoration: underline;
}
blockquote {
	line-height: 1.4em;
	margin: 1em 0;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#nav {
	position: absolute;
	top: -10px;
	right: -10px;
}
#nav ul li {
	display: block;
	float: left;
	border-left: 1px solid #ffffff;
	padding: 20px 0;
}
#nav ul li a {
	position: relative;
	left: -1px;
	border-left: 1px solid #e9609b;
	padding: 10px 10px 0 10px;
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
}
#nav ul li.selected a, #nav ul li a:hover {
	color: #000000;
}
#logo {
	padding: 15px 0 10px 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
#special_offers {
	position: absolute;
	right: 350px;
	top: 15px;
}
#kite {
	position: absolute;
	top: 60px;
	right: 0px;
}
#kite label {
	display: block;
	color: #01b6e8;
	font-size: 0.9em;
}
#kite #kite_email {
	background-color: #e3e3e3;
	font-size: 0.9em;
}
#kite #kite_button {
	position: relative;
	top: 6px;
}
#menu {
	position: absolute;
	top: 126px;
	float: left;
	z-index: 10000;
	width: 960px;
	height: 36px;
	background: #80daf3 url(/images/menu.png) repeat-x left top;
}
#menu ul {
	float: left;
	overflow: hidden;
}
#menu ul li {
	float: left;
	display: block;
	line-height: 32px;
	margin: 0 0 0 -1px;
	background: #ffffff;
}
#menu ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 0 20px;
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	background: transparent url(/images/menu.png) repeat-x left top;
}
#menu ul li.selected a, #menu ul li a:hover {
	color: #000000;
}
#menu ul ul {
	/* Do not put border or background properties here due to bug in IE. */
	/* Put them in individual level definitions instead */
	display: none;
	z-index: 10000;
	position: absolute;
	margin: 0 0 0 1px;
	border-top: 1px solid #ffffff;
}
#menu ul ul li {
	width: auto;
	float: left;
	clear: both;
}
/* First level */
#menu ul li:hover ul {
	float: left;
	display: block;
	background: #80daf3;
}
#menu ul li:hover ul li a {
	background: #80daf3;
	color: #ffffff;
}
#menu ul li:hover ul li.selected a, #menu ul li:hover ul li a:hover {
	color: #000000;
}
#content {
	clear: both;
	padding: 10px 0;
	width: 960px;
	position: absolute;
	top: 156px;
}
#content ul {
	list-style: outside disc;
	line-height: 1.4em;
	margin: 1em 20px;
}
#content ol {
	list-style: outside decimal;
	line-height: 1.4em;
	margin: 1em 20px;
}
#content h1 {
	clear: both;
}
#content .content {
	padding: 0 15px;
}
#content .content img {
	margin: 15px;
}
#content form {
	line-height: 1.4em;
	margin: 1em 0;
}
#content form input {
	margin: 5px 0 10px 200px;
}
#content form dt {
	margin: 5px 0;
	float: left;
	width: 200px;
}
#content form dd {
	margin: 5px 0 10px 200px;
}
#content form dd input, #content form dd textarea {
	margin: 0;
	width: 300px;
}
#content form dd input.checkbox {
	margin: 0 5px 0 0;
	width: auto;
}
#content table {
	margin: auto;
}
#side_images {
	margin: 0 0 0 645px;
	width: 315px;
}
#side_images img {
	margin: 0 0 15px 0;
}
#boxes {
	float: left;
	margin: 0 -10px;
}
#boxes h1 {
	padding: 0;
	font-size: 1.8em;
	background-color: transparent;
	clear: none;
}
#boxes h2 {
	padding: 0;
	font-size: 1.5em;
	background-color: transparent;
}
#boxes a {
	color: #000000;
}
#boxes .large {
	width: 960px;
	float: left;
	margin: 0 0 5px 0;
	padding: 20px 10px 0 10px;
	background: transparent url(/images/box_large_top.png) no-repeat 10px top;
}
#boxes .large .content {
	width: 930px;
	padding: 0 15px 20px 15px;
	background: #f4afcd url(/images/box_large_bottom.png) no-repeat left bottom;
}
#boxes .large .content img {
	float: right;
	margin: 0 0 0 15px;
}
#boxes .small {
	width: 470px;
	float: left;
	margin: 0 0 5px 0;
	padding: 20px 10px 0 10px;
	background: transparent url(/images/box_small_top.png) no-repeat 10px top;
}
#boxes .small .content {
	width: 440px;
	height: 320px;
	padding: 0 15px 20px 15px;
	background: #80daf3 url(/images/box_small_bottom.png) no-repeat left bottom;
}
#footer {
	clear: both;
	border-top: 1px dotted #bbbdbe;
}
#footer p {
	color: #bbbdbe;
	font-size: 0.8em;
}
#footer p a {
	color: #bbbdbe;
	font-weight: bold;
	text-decoration: none;
}
#footer p span {
	color: #378dc8;
}
#credits {
	float: left;
	text-align: left;
	padding: 0 0 1em 0;
}
.clear {
	clear: both;
}
.error {
	color: #ff0000;
	font-weight: bold;
	border: 2px solid #ff0000;
	padding: 0 15px;
}