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

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	padding: .6em 0;
	margin: 0;
}

img, div { behavior: url(etc/iepngfix.htc) 
}

html, body {height: 100%;}

#wrap {min-height: 100%;}

#content {overflow:auto;
	padding-bottom: 50px;}  /* must be same height as the footer */

#sticky {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;} 


/* Page Layout */

body {
	background-image:url(../images/main.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:1;
	font-size:88%;
}
#page {
	width:800px;
	margin:0 auto 0 auto;
}
#logo {
	display:block;
	height:125px;
	width:350px;
}
#menu {
	list-style:none;
	height:25px;
}
#menu li {
	display:block;
	height:25px;
	float:left;
	padding: 0px 5px 0 5px;
	margin: 0px 10px 0 0;
	line-height:150%;
}
#menu li:hover {
	background-image:url(../images/hover.jpg);
	background-repeat:repeat-x;
}
#menu li.active {
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
}
#menu li.active:hover {
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
}
#main {
	height:300px;
	margin-bottom:5px;
}
#left {
	width:267px;
	float:left;
}
#left ul {
	list-style-image:url(../images/check.jpg);
	list-style-position:inside;
	margin-top:15px;
}
#left ul li {
	font-size:14px;
	height:25px;
	padding-left:10px;
}
#center {
	width:250px;
	padding-top:10px;
	float:left;
	margin-right:16px;
}

#center img {
	cursor:pointer;
}
#right {
	padding-top:10px;
	width:267px;
	float:left;
}
#footer {
	clear:both;
	margin-top:20px;
	height:50px;
	width:100%;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	font-size:10px;
}
#credits {
	width:800px;
	margin:15px auto 0 auto;
	line-height:20px;
}

/* Element Styles */

h1 {
	font-size:28px;
	padding-bottom:6px;
}
h2 {
	font-size:16px;
}
h5 {
	font-size:14px;
	line-height:115%;
}
p {
	font-size:13px;
	line-height:115%;
	margin:5px 0 12px 0;
}
p.fourteen {
	font-size:14px;
	line-height:115%;
	margin:5px 0 12px 0;
}
p.startlist {
	font-size:14px;
	line-height:115%;
	margin:16px 0 5px 0;
}
p.endlist {
	font-size:14px;
	line-height:115%;
	margin:5px 0 20px 0;
}
p.bulletlist {
	font-size:14px;
	line-height:115%;
	margin:5px 0 5px 0;
}
a {
	text-decoration:none;
	color:#FFFF00;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a.nolink {
	color:#FFFFFF;
	text-decoration:none;
}

a.nolink:hover {
	color:#FFFFFF;
	text-decoration:none;
}

a.buynow {
	display:block;
	width:130px;
	height:30px;
	float:right;
	background-image:url(../images/buynow.jpg);
}
a.buynow:hover {
	background-image:url(../images/buynowhover.jpg);
}
.label {
	text-align:right;
	vertical-align:top;
	padding-top:5px;
	white-space:nowrap;
}
.contactinfo {
	width:525px;
	text-align:center;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clear {
	clear:both;
}