@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
}
.main_body_text {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1A1A1A;
}
.page_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #1A1A1A;
}
.subtitles {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1A1A1A;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1A1A1A;
}
a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.footerlinks {color: #FFFFFF; font-size: 11px; }
.copyrightlinks {color: #FF0000; font-size: 11px; }
.address {color: #FF0000; font-size: 13px; font-weight: normal; }
.phonebold {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000
}

/* typography */

h1 {
	font-family: Franklin, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #1A1A1A;
	margin: 5px 0;
	padding: 0;
}

h2, h2 a:link {
	font-size: 17px;
	font-family: Franklin, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1A1A1A;
	margin: 0;
}

h2 a:hover {
	color: #F00;	
}


/* left navs */

/* define font face */

@font-face {
	font-family: 'Franklin';
	src: url('fonts/FRABK.eot');
	src: local('Franklin Gothic Book'), local('FranklinGothic-Book'), url('fonts/FRABK.woff') format('woff'), url('fonts/FRABK.ttf') format('truetype');
}


.left-product {
	font-family: Franklin, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #fff;
}

#leftnav-container {
	margin-left: 10px;
	width: 81%;
	height: auto;
}

#leftnav-container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#leftnav-container ul li {
	border-bottom: 1px solid #5f5f5f;
	padding: 5px 0px 5px 3px;
	vertical-align: middle;
}

.leftnavs, a.leftnavs:link, a.leftnavs:active, a.leftnavs:visited {
	font-family: Franklin, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

a.leftnavs:hover {
	color: #F00;
}

/* top nav */

#topnav-container {
	width: 100%;
	height: 29px;
	background-image: url(images/topnav-bg.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
} 

#topnav-container ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#topnav-container a {
	font-family: Franklin, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#topnav-container a:hover {
	color: #000;
}

#topnav-container ul li.first {
	border-left: none;!important
}

#topnav-container ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0 35px;
   position:relative;
   right:50%;
   border-left: 1px solid #8d0101;
}

