@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	margin: 0;
	color: #222;
	font-size: 12px;
}
a {
	color: #069;
	text-decoration:underline;
	position: relative;
}
a:hover {
	color: #063;
	text-decoration:underline;
}
a span {
	position: absolute;
	display: none;
}
a:hover span {
	display: block;
	z-index: 100;
	position: absolute;
	top: 14px;
	left: 14px;
	background-color: #000;
	width: 300px;
	padding: 5px;
	border: 1px solid #333;
	line-height: 12px;
	letter-spacing: 0;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	overflow: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index: 1000;
}
h1, h2, h3, h4, h5 {
	font-family: "Century Gothic", "Apple Gothic", Verdana, sans-serif;
}
h1 {
	color: #d01f3c;
	font-size: 220%;
	border-bottom: 1px dotted #d01f3c;
}
h2 {
	color: #d01f3c;
	font-size: 180%;
	border-bottom: 1px dotted #d01f3c;
}
h3 {
	color: #333;
	font-size: 140%;
	border-bottom: 1px dotted #333;
}
h4 {
	color: #666;
	font-size: 140%;
	border-bottom: 1px dotted #666;
}
h5 {
	color: #999;
	font-size: 140%;
	border-bottom: 1px dotted #999;
}
img {
	border:0;
}
input, textarea {
	border: 1px solid #333;
	padding: 2px;
	margin: 2px;
}
p {
	margin-bottom: 8px;
	margin-top: 8px;
}
#menu {
	font-family: "Century Gothic", "Apple Gothic", Verdana, sans-serif;
	padding: 20px;
	border-bottom: 1px solid #040404;
	z-index: 999;
	text-align: center;
}
#menu a {
	padding: 5px;
	text-decoration:none;
	margin-left: 10px;
	margin-right: 10px;
}
#menu a.thisPage, #menu div {	
}
#logo {
	width: 980px;
	margin: auto;
	margin-top: 20px;
	background-color: #040404;
	background-image: url(/images/bottom.png);
	padding: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#container {
	width: 980px;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#content {
	width: 950px;
	min-height: 400px;
	margin: auto;
	padding: 10px;
}
#top {
	width: 100%;
	background-color: #040404;
	background-image: url(/images/topbg.png);
	background-repeat: repeat-x;
	height: 18px;
	padding-top: 0;
	color: #C30;
	font-size: 9px;
	position: fixed;
	top: 0;
	z-index: 1000;
}
#top a {
	color: #C30;
}
.box {
	background-image: url(/images/boxbg.png);
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.box input, .box textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.smallbox {
	margin: 8px;
	padding: 6px;
	border-bottom: 1px dotted #d8d8d8;
	//border-bottom: 1px dotted #fcfcfc;
}
.smallbox:hover {
	//background-image: url(/images/boxbg.png);
}
.smallbox p.withimage {
	padding-left: 72px;
	background-repeat: no-repeat;
	background-position: 20px;
}
.smallboxhalf {
	color: #000;
	margin: 8px;
	padding: 6px;
	border-bottom: 1px dotted #d8d8d8;
	float: left;
	width: 436px;
}
.smallboxhalf:hover {
	//background-image: url(/images/boxbg.png);
}
#bottom {
	background-color: #040404;
	width: 100%;
	font-size: 10px;
	font-variant: small-caps;
	color: #fff;
	background-image: url(/images/bottom.png);
}
#bottomContent {
	width: 800px;
	margin: auto;
	padding: 10px;
	background-image: url(/images/bottomContent.png);
	background-repeat: no-repeat;
	background-position: top;
}
#bottomContent a {
	color: #69F;
	text-decoration: underline;
}
.odd {
	background-color: #f6f6f6;
}
.red {
	color: #d01f3c;
}
.largetext {
	font-size: 22px;
	text-align: justify;
	line-height: 34px;
	color: #d01f3c;
	font-family: "Century Gothic", "Apple Gothic", Verdana, sans-serif;
}
#cartboxcorner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	position: fixed;
	width: 220px;
	top: 5px;
	right: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	background-image: url(/images/boxbg.png);
	padding-bottom: 4px;
	border: 1px solid #333;
	overflow: auto;
	z-index: 1000;
}
#cartboxcorner td {
	padding: 5px;
}
#cartboxcornerheader {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top: -2px;
	background-color: #333;
	padding: 4px;
	height: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #eee;
}
#cartboxcornerheaderx a {
	background-color: #666;
	color: #fff;
	float: right;
	padding: 3px;
	padding-top: 0;
	padding-bottom: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 8px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
}
#cartboxcornerform {
	margin: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}