@charset "UTF-8";
/* main menu */

body { 
background-color: #306bdf;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #00b3bd;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #ff0000;
text-decoration: none;
}


#navlist li a#current
{
background: #ff0000;
border-bottom: 1px solid white;
color: #fff;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #0033CC;
	padding-left:52px
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	padding-left:15px;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #244a89;
	padding-left:220px;
	}	
	
.top{
font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	padding-left:15px;
list-style-position:inside
}

.head{
font-size: 16px;
	font-weight: bold;
	color: #244a89;
	padding-left:175px;
list-style-position:inside
}

.p2 {
padding-left:7px;
background-color:#d5dbfd}
	
p{
padding:7px}	
	
img {
border:none}

.img2 {
border:none;
float:left}	

#container {
width:850px;
height:auto;
text-align:left;
background-color:#fff
}
	

#header
{
background-image: url(../images/header.gif);
background-repeat:no-repeat;
background-position:left;
background-color:#FFFFFF;
width:850px;
height:100px;
text-align:center;
}

#menu {
background-color: #003399;
width:850px;
height:20px;
}

#menu2 {
background-color: #306bdf;
width:850px;
height:10px;
}

#main {
background-image:url(../images/back2life-bg.jpg);
background-repeat: no-repeat;
background-color:#FFFFFF;
text-align:left;
}

#content
{
width:800px;
height:auto;
background-color:#FFFFFF;
}

.sort{text-transform:uppercase;
-moz-border-radius:.7em;
-webkit-border-radius:.7em;
font-weight:700;padding:.1em .7em; 
text-decoration:none;
font-size:14px;
color:#000f;
background-color:#9fcf66;
border:none;
width:450px;
height:200px}