body { 
	padding: 0;
	margin: 0 0 0 29px;
	background-color: #FFF;
	background-image: url(/_img/bgd.jpg);
	background-position: left;
	background-repeat: repeat-y;
	font: 11px Verdana,Helvetica,sans-serif;
	color: #6D6D6D;
}

p,input,select,textarea {
	font: 11px Verdana,Helvetica,sans-serif;
	color: #6D6D6D;
}

h1 {
	font: bold 14px Verdana,Helvetica,sans-serif;
	color: #6F6F6F;
}

h2 {
	font: bold 12px Verdana,Helvetica,sans-serif;
	color: #6F6F6F;
	margin-top: 0;
	clear: both;
}

ul,li {
	font: 11px Verdana,Helvetica,sans-serif;
	color: #6D6D6D;
}
a:link { color: #005399; }
a:visited { color: #005399; }
a:hover { color: #FF0000; }
a:active { color: #005399; }

table { border: 0; width: 719px; padding: 0; margin: 0 0 10px 0; }
table td { padding: 5px 5px 5px 0; vertical-align: top; }

form {
	padding: 0;
	margin: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	font: bold 12px Verdana,Helvetica,sans-serif;
	color: #6F6F6F;
	margin-left: 0;
	padding-left: 0;
}

/* Start Layout */

#container { width: 739px; }
	
/* Header Section */

#header {
	border-right: 1px solid #9A9A9A;
	width: 738px;
	float: left;
	padding-top: 13px;
}

#header img { border: 0; }

/* Masthead */

#masthead {
	border-right: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	border-top: 1px solid #9A9A9A;
	width: 738px;
	float: left;
	background-color: #E0E0E0;
	text-align: right;
}

#masthead img { border: 0; }

/* Main Navigation System */

#mainNav { margin-bottom: 0; }

#mainNav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 738px;
	border-right: 1px solid #9A9A9A;
}

#mainNav ul li{
	display: inline;
	font-size: 10px
}

#mainNav ul li a {
	font-weight: bold;
	float: left;
	color: #005399;
	padding: 5px 35px;
	text-decoration: none;
	background: transparent url("/_img/vertical.gif") center right no-repeat;
	border-bottom: 1px solid #9A9A9A;
}

#mainNav ul li a:visited {
	color: #005399;
	font-weight: bold;
}

#mainNav ul li a:hover {
	color: #FFF;
	background-color: #005399;
	font-weight: bold;
}

#mainNav ul li.lastone a{
	font-weight: bold;
	float: left;
	color: #005399;
	padding: 5px 35px;
	text-decoration: none;
	background: none;
}

#mainNav ul li.lastone a:visited  {
	color: #005399;
	font-weight: bold;
}

#mainNav ul li.lastone a:hover  {
	color: #FFF;
	background-color: #005399;
	font-weight: bold;
}







#mainNav ul li.selected a {
	font-weight: bold;
	float: left;
	color: #6D6D6D;
	padding: 5px 34px 5px 34px;
	text-decoration: none;
	background: #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
}

#mainNav ul li.selected a:visited  {
	color: #6D6D6D;
	font-weight: bold;
}

#mainNav ul li.selected a:hover  {
	color: #FFF;
	font-weight: bold;
	background-color: #005399;
}






#mainNav ul li.single_selected a {
	font-weight: bold;
	float: left;
	color: #6D6D6D;
	padding: 5px 34px 5px 34px;
	text-decoration: none;
	background-color: #EBEBEB;
	border-bottom: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	background-image: none;
}

#mainNav ul li.single_selected a:visited  {
	color: #6D6D6D;
	font-weight: bold;
}

#mainNav ul li.single_selected a:hover  {
	color: #FFF;
	font-weight: bold;
	background-color: #005399;
}



#subNav { 
	width: 737px; 
	background: #EBEBEB; 
}


#subNav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 737px;
	background: #EBEBEB;
	border-bottom: 1px solid #9A9A9A; 
	border-right: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
}

#subNav ul li{
	display: inline;
	font-size: 10px
}

#subNav ul li a {
	font-weight: bold;
	float: left;
	color: #005399;
	padding: 6px 30px;
	text-decoration: none;
	background: transparent url("/_img/vertical.gif") center right no-repeat;
}

#subNav ul li.lastsub a {
	background: none;
}

#subNav ul li a:visited {
	color: #005399;
	font-weight: bold;
}

#subNav ul li a:hover {
	color: #FFF;
	font-weight: bold;
	background-color: #005399;
}




/* Content Area */

#content_shell { 
	width: 738px; 
	float: left;
	padding: 19px 0 19px 0;
	border-right: 1px solid #9A9A9A;
}

#content_full {
	width: 719px;
	float: left;
	background-color: #FFF;
	padding: 0 19px 19px 0;
}

#content {
	width: 489px;
	float: left;
	background-color: #FFF;
	padding: 0 19px 19px 0;
	border-right: 1px solid #9A9A9A;
}

#products {	float: left; width: 719px; }

.product_img {
	float: left;
	width: 191px;
	padding: 5px 20px;
}

#products img {
	border: 0;
}

#features {
	width: 191px;
	float: left;
	padding: 35px 19px 19px 19px;
}

#features img { border: 0; }

#features a:link { color: #005399; text-decoration: none; }
#features a:visited { color: #005399; text-decoration: none; }
#features a:hover { color: #005399; text-decoration: underline; }
#features a:active { color: #005399; text-decoration: none; }

.breadcrumb { padding: 0; margin: 0; font: bold 10px Verdana,Helvetica,sans-serif; }

.breadcrumb a { 
	background: transparent url(/_img/icon_arrow.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; 
	color: #005596;
}

.breadcrumb a:hover { color: #005596; text-decoration: underline; }

/* Footer Section */

#footer {
	float: left;
	background-image: url(/_img/bgd_footer.jpg);
	background-position: left;
	background-repeat: repeat-y;
	padding: 7px 0 7px 0;
	width: 738px;
	border-right: 1px solid #9A9A9A;
	border-top: 1px solid #9A9A9A;
	font: 10px Verdana,Helvetica,sans-serif;
}

#footer a:link { text-decoration: none; }
#footer a:visited { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer a:active { text-decoration: none; }

#footer img { border: 0; float: left; padding-right: 10px; padding-top: 2px; }

