@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}
body {
	background-color: #0d6176;
	background-image:url(images/Bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0px;
}
a:link {
	color: #3b8c2b;
}
a:visited {
	color: #60bf49;
}
a:hover {
	color: #0d6176;
}
a:active {
	color: #60bf49;
}
h1 {
	font-size: 24px;
	color: #0d6176;
	font-weight: bold;
	padding:10px 0px 5px 0px;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	color: #3b8c2b;
	font-weight: bold;
	background-color:#ededed;
	padding:3px;
	margin:0px;
}
	
.bluebold {
	color: #003366;
	font-weight: bold;
}	
.smalltext {
    font-size:10px;
	color:#222222;
	}
	
.content {
    padding:10px;
	background-color:white;
	width:600px;
	text-align:left;
	}	
	
		
.list li{
    display: list-item;
    list-style: none;
	list-style-image:url(images/bullet.gif);
	list-style-position: outside;
	padding-bottom:15px;
	padding-left:0px;
	}	
	
/* Left Nav */
.leftnav {
    background-image:url(images/navBG.jpg);
	background-position:left;
	background-repeat:repeat-y;
	color:#000000;
	width:180px;
	}

.leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
}

.leftnav li {
    list-style-type: none; 
	margin: 0 0 0 0px;
	}

.leftnav li a:link, .leftnav li a:active, .leftnav li a:visited {
	display: block;
	color: #ffffff;
	font-weight:bold;
	font-size:13px;
	text-decoration: none;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:1px;
	padding-left:16px;
	padding-top:6px;
	padding-bottom:6px;
	width:auto;
}
html>body .leftnav li a {
	width: auto;
}
.leftnav li a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/footerBG.jpg);
	background-position: left;
	background-repeat: repeat-x;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:1px;
	padding-left:16px;
	padding-top:6px;
	padding-bottom:6px;
}

    	
.footer {
	color: #cccccc;
	background-image:url(images/footerBG.jpg);
	background-repeat:repeat-x;
	background-color:#0a4757;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	text-align:center;
	}
.footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #99CCFF;
	text-decoration: none;
}
.footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #99CCFF;
	text-decoration: none;
}
.footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #ffffff;
	text-decoration: none;
}
.footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #99CCFF;
	text-decoration: none;
}

.inputbox {
	border:1px solid #55828d;
	padding:2px;
	background-color:#fdfdfd;
	}
  
.button {
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #003366;
  border-top: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  padding: 3px;
  cursor: pointer;
}	

.shopcell {
	padding:6px;
	border:1px solid #0d6176;
	}

.wcontrol {
	width:290px;
	overflow:hidden;
	}