/* CSS Document */

body, div, p, th, td, li, dd {
font: 12px 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif; 
color: #000;
}

body {
margin: 0px;
background-color: #BEBEBE;
}

a:link{color: #00467E;}
a:visited{color: #073053;}
a:active{color: #007EE2;}
a:hover{color: #007EE2;}

/*Main Interface*/
.l {
background-image: url(imgs/border_L.gif);
width: 14px;
}

.r {
background-image: url(imgs/border_R.gif);
width: 14px;
}

.main {
background: url(imgs/header.gif) no-repeat;
background-color:#FFFFFF;
width: 920px;
padding-left: 17px;
padding-right: 17px;
padding-bottom: 17px;
vertical-align: top;
}

/*product containers*/
.p_head {
font-size:28px; font-weight:bold; color:#000
}

.p_head2 {
font-size:20px; font-weight:bold; color:#000
}

.p_subhead {
font-size:13px; color:#666666; line-height: 22px;
}

.p_description {
font-size:12px; color:#000000;
line-height: 12pt;
}


/*container*/
.c_head {
background-color: #DCDCDC;
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
font-weight: bolder;
}

.c_line {
background-color: #8A8A8A;
height: 2px;
}

.b_background {
background-color: #E7E7E7;
}

.b_head {
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bolder;
color: #FFFFFF;
}

/*navigation*/
.nav {
font-size: 14px;
vertical-align:middle;
text-align:center;
}

.nav a { color: #6D6E6F; font-weight: bold; text-decoration:none; }
.nav a:link, #footer a:visited { text-decoration: none; }
.nav a:hover, #footer a:active { color: #004580; text-decoration: none; }


h1, h2 h3, h4, h5 {
font-family: Arial, Helvetica, sans-serif;
margin-top: 0;
margin-bottom: 0;
}

h1 {
padding: 0.5em 4em 0.35em 16px;	
margin: 0.5em -15px 0.5em -16px;
border-bottom: 2px solid #666;
font-size: 210%;
}
h2 {
color:#666666;
line-height: 30px;
font-size: 160%;
font-weight: normal;
}
h3 {
	margin-top: 0;
	margin-bottom: -10px;
	font-size: 140%;
	font-weight: normal;
	clear: left;
	background: url(imgs/underline.gif) repeat-x 0 95%;
	color:#333;
line-height: 19px;
}

h4 {
	margin-top: 0;
	margin-bottom: -10px;
	font-size: 130%;
	font-weight: normal;
	clear: left;
	color:#333;
line-height: 19px;
}


.imgl {
padding-right: 10px;
padding-top: 6px;
}