html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: #b4bfca;
	font-family: Times New Roman, Arial, Courier New, sans-serif;
	font-size: 11px;
	color: #070707;
}

h1 {
	font-family: Calibri;
	font-size: 20px;
	text-transform:uppercase;
	color: #94594b;
	padding: 0 0 10px 0

}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	color: #5d4b4c;
	padding:0;
	margin: 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform:uppercase;
	color: #4d6170;
	padding:0;
	margin: 0;
}

p {
	margin: 0 10px 15px 0;
	line-height:16px;
}

a {
	color: #94594b;
	text-decoration: underline;
}

a:hover {
	color: #5d4b4c;
	text-decoration: underline;
}

strong {}


.button {
	background:#94594b;
	padding:1px;
	color:#ffffff;
	border: 1px solid #5d4b4c;
}

.label {
	font-weight:bold;
	text-align:right;
}

.hr {
	background:url(../images/hr.gif) repeat-x;
	height:1px;
	width:100%;
	line-height: 1px;
	position:relative;
	text-align:left;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}

.hr hr {
	display:none;
}

.hr_footer {
	background:url(../images/hr_footer.gif) repeat-x;
	height:1px;
	width:450px;
	line-height: 1px;
	position:relative;
	text-align:center;
	margin: auto;
	padding: 0;
	border: 0;
}

.hr_footer hr {
	display:none;
}


.col_2 ul {
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}

.col_2 ul li {
	padding-left:12px;
	background:url(../images/bullet.gif) no-repeat 0 4px;
	margin:0 10px 5px 0;
}

#content ul.pdf {
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}

#content ul.pdf li {
	height: 35px;
	padding: 13px 0 0 45px;
	background:url(../images/pdf.gif) no-repeat 0 4px;
	margin:0 10px 5px 0;
}

.left {
	float:left;
	margin:0 30px 10px 0;
}

.border {
	border:1px solid #5d4b4c;
}

.noborder {
	border:0;
}

.nav_text {
	display:none;
}

/********************* MAIN BODY *************************/

#main_body {
	margin: auto;
	position:relative;
	z-index:100;
	background:#ffffff url(../images/bg_main.gif) repeat-x top;
}

/********************* HEADER STYLES *************************/

#top {
	height:117px;
	width:960px;
	position:relative;
	z-index:101;
	margin:auto;
	background:url(../images/bg_top.gif) no-repeat;
}

.logo {
	height:117px;
	width:210px;
	position:relative;
	float:left;
}

.logo a {
	display:block;
	position:relative;
	background:url(../images/logo.gif) no-repeat;
	height:117px;
	width:210px;
	text-indent: -5000px;
}


/********************* HOME STYLES *************************/

#main_nav {
	position:absolute;
	top:87px;
	left:495px;
	z-index:500;
	width:465px;
	height:30px;
}

#content {
	width: 960px;
	position:relative;
	margin:auto;
}

.page_title {
	width:960px;
	height:67px;
	background:url(../images/bg_page_title.gif) no-repeat;
	margin:0 0 10px 0;
	padding:0;
}

.col_1 {
	float:left;
	position:relative;
	margin:0 4px 10px 0;
	padding:20px 30px 20px 30px;
	width:160px;
	height: 700px;
	background:#eef1f3;
	font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

.col_1 ul {
	width:100%;
	margin:5px 0 20px 0;
	padding:0;
	list-style:none;
	background:none;
}

.col_1 ul li {
	padding: 0;
	margin:0 10px 8px 0;
	background:none;
	line-height: 14px;
}

.col_1 ul li a {
	color:#4d6170;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-transform:uppercase;
}

.col_1 ul li a:hover {
	color: #94594b;
	text-decoration:none;
}

.col_1 ul li ul {
	width:100%;
	margin:3px 0 0 0;
	padding:0;
	list-style:none;
	background:none;
}

.col_1 ul li li {
	padding-left:5px;
	background:none;
	margin:0 0 1px 0;
}

.col_1 ul li li a {
	font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #94594b;
	text-transform:none;
}

.col_1 ul li li a:hover {
	color: #4d6170;
	text-decoration:none;
}

.col_2 {
	float:left;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	width:734px;
	border:1px solid #cfd6dd;
	position:relative;
	background:url(../images/bg_content.gif) no-repeat top center;
}

.container {
	margin:20px;
}

/********************* CONTENT STYLES *************************/

#title_bar {
	margin: 20px 0 40px 30px;
	position: relative;
}

#title_bar h1 {
	position: absolute;
	width: 650px;
	top: 10px;
	left: 0;
}

#title_bar #page_nav {
	color: #737880;
	position: relative;
	height: 20px;
	padding: 42px 0 0 0;
	margin: 0;
	text-align: left;
	font-size: 9px;
}


#page_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: 45px;
	top: -15px;
	text-align: center;
}

.pdfLink {
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	float:right;
	margin-right: 40px;
	margin-top: -35px;
}

.pdfLink2 {
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	float:right;
	margin-right: 59px;
	margin-top: -13px;
}

#page_nav ul li {
	padding: 2px 0 0 0;
	background:url(../images/pagebtn.jpg) no-repeat 0 0;
	margin:0 0 0 2px;
	color: #000;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 8px;
	float: left;
	width: 18px;
	height: 18px;
}

#page_nav ul li.on {
	background:url(../images/pagebtn_on.jpg) no-repeat 0 0;
}

.pageLink {
	color: #000;
	text-decoration: none;
	display: block;
	width: 12px;
	height: 12px;
	margin: 2px 2px 0 3px;
	vertical-align: middle;
	
}

.pageLink:hover {
	background-color: #e66a00;
	color: #fff;
}

#page_nav ul li.on a {
	color: #fff;
}

/* ***************  FOOTER STYLES *************** */

#footer_wrapper {
	background:#b4bfca;
	width:100%;
}	

#footer {
	width:710px;
	margin:auto;
	padding: 0 0 10px 0;
	color:#556877;
	font-size:9px;
	text-align:center;
	position:relative;
	background:#b4bfca;
}

#footer p {
	margin:0 0 5px 0;
}

#footer a {
	text-transform:uppercase;
	color:#556877;
}


/* ***************  SUCKERFISH NAV STYLES *************** */

#nav li#btn_home { 	background-image: url("../images/btn_home.gif"); 	width: 71px;height: 30px;	}
#nav li#btn_products { 	background-image: url("../images/btn_products.gif"); 	width: 101px;height: 30px;	}
#nav li#btn_downloads { background-image: url("../images/btn_download.gif"); 	width: 97px;height: 30px;	}
#nav li#btn_contact { 	background-image: url("../images/btn_contact.gif"); 	width: 89px;height: 30px;	}
#nav li#btn_true { 	background-image: url("../images/btn_true.gif"); 	width: 107px;height: 30px;	}

#btn_home a { width: 71px;height: 30px;	}
#btn_products a { width: 101px;height: 30px;	}
#btn_downloads a { width: 97px;height: 30px;	}
#btn_contact a { width: 89px;height: 30px;	}
#btn_true a {width: 107px;height: 30px;	}
