@charset "utf-8";
/* CSS Document */
body {
margin:0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
	background-color:#ffffff;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.style1 {color: #FF0000}
#wrapper {
margin-left:auto;
margin-right:auto;
width:850px;
background-color:#FFFFFF;
}
#footer {
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:20px;
	background-color:#8f8f8f;
	background-image: url(images/labels-unlimited-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer a:link, #footer a:visited, #footer a:active {
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover {
color:#d01f56;
}
.design {
margin-top:20px;
}


#hpheader {
position:relative;
}
#headernav {
	color:#FFFFFF;
	text-align:center;
	position:absolute;
	top:335px;
	left:0px;
	width:850px;
}
#headernav a:link, #headernav a:visited, #headernav a:active {
color:#FFFFFF;
text-decoration:none;
}
#headernav a:hover {
color:#d01f56;
}
#dropdowns {
color:#FFFFFF;
position:absolute;
top:180px;
left:20px;
width:260px;
}
#flashmovie {
background-color:#8f8f8f;
width:560px;
height:165px;
position:absolute;
top:140px;
left:260px;
}


#login {
	position:absolute;
	width: 489px;
	height: 27px;
	color:#FFFFFF;
	font-size:10px;
	left:170px;
	top:7px;
}

#navcontainer ul
{
list-style-type: none;
text-align: left;
margin-left:0px;
padding-left:10px;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #666666;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}

.content-text {
color:#666666;
}

.content-text h2 {
color: #333333;
display:block;
border-bottom:1px dotted #666666;
font-size:16px;
}
