/* CSS Document */

body {margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#999999;
	}

h1 {font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	color:#666666;
	border-bottom:1px solid #e0e0e0;
	width:100%;
	padding:2px 0px 10px 0px;
	}
	
.sub {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	color:#666666;
	width:100%;
	padding:0;
	margin: 0 0 4px 0;
	}	
/* Links */

a:link      { color: #999; text-decoration: none;}
a:visited   { color: #999; text-decoration: none;}
a:active    { color: #999; text-decoration: none;}
a:hover     { color: #999; text-decoration: underline;}

#footer a:link      { color: #dddddd; text-decoration: none;}
#footer a:visited   { color: #dddddd; text-decoration: none;}
#footer a:active    { color: #dddddd; text-decoration: none;}
#footer a:hover     { color: #dddddd; text-decoration: underline;}

#nav a:link      { color: #666666; text-decoration: none;}
#nav a:visited   { color: #666666; text-decoration: none;}
#nav a:active    { color: #666666; text-decoration: none;}
#nav a:hover     { color: #666666; text-decoration: underline;}

#leftnav a:link      { color: #666666; text-decoration: none;}
#leftnav a:visited   { color: #666666; text-decoration: none;}
#leftnav a:active    { color: #666666; text-decoration: none;}
#leftnav a:hover     { color: #666666; text-decoration: underline;}

/* Navigation */

#nav {font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	color:#666666;
	padding-top:30px;
	}

#leftnav {background-image:url(images/bg_leftnav.gif);
	width:234px;
	background-repeat:repeat-y;
	color:#666666;
	padding-bottom:10px;
	}

#leftnav ul li{background-image:url(images/bg_leftnav_item.gif);
	background-repeat:no-repeat;
	line-height:32px;
	height:32px;
	list-style-type:none;
	margin-top:0px;
	margin-left:-40px;
	vertical-align:baseline;
	}
	
/* Footer */
#footer {font-size:10px;
	color:#dddddd;
	padding-top:20px;}

/* Page Formatting */

#top {background-image:url(images/bg_top.gif);
	height:93px;
	background-repeat:repeat-x;
	}

#gradient {background-image:url(images/bg_gradient.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#95b7dc;
	}

#bottom {background-image:url(images/bg_bottom.gif);
	background-repeat:repeat-x;
	height:5px;
	}

#innershadow_left {background-image:url(images/bg_inner_left.gif);
	width:8px;
	background-repeat:repeat-y;
	}

#innershadow_right {background-image:url(images/bg_inner_right.gif);
	width:8px;
	background-repeat:repeat-y;
	}

.product_image{float:right;
	padding:0px 0px 10px 10px;
	margin:0px;
	}

.sidenote {font-size:9px;
	color:#dddddd;}