/* CSS Document */

#calculator{
	width: 600px;
	border: 0px solid #999999;
	padding: 0px;
	background-color: #f9eede;
}	

#calculator2{
	width: 600px;
	border: 1px solid #999999;
	padding: 0px;
	background-color: #f9eede;
}

.calc_header	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}

.calc_small	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
}

.calc_small_blue	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-style: italic;
}

.calc_impt	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7E191C;
	font-weight: bold;
}

.calc_white	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

#calculator_interior{
	border: 1px solid #999999;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#calc_button	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 4px;
}



/*GOOGLE SEARCH FORM ----------------------------------------------------------------------------*/

/*SEARCH FORM in IE*/
.searchform {
	width: auto;
	height: auto;
	background-color: #DFDBEB;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	border: thin solid #CCCCCC;
}

/*SEARCH FORM in FIREFOX*/
html>body .searchform {
	width: auto;
	height: auto;
	background-color: #DFDBEB;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	border: thin solid #CCCCCC;
}

/*SEARCH FIELDS in IE*/
.searchinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin:0px;
	padding: 2px;
}

/*SEARCH FIELDS in FIREFOX*/
html>body .searchinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	padding: 2px;
}

/*SEARCH FIELDS TEXT*/
.searchinput_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

/*SEARCH RESULTS TABLE in IE*/
.searchresults {
	width: auto;
	height: auto;
	background-color: #DFDBEB;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

/*SEARCH RESULTS TABLE in FIREFOX*/
html>body .searchresults {
	width: auto;
	height: auto;
	background-color: #DFDBEB;
	margin-top: 0px;
	padding: 0px;
	border: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


/*SEARCH RESULTS TABLE LINKS*/
.searchresults a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration:underline;
	font-weight: bold;
}

/*SEARCH RESULTS TABLE LINKS HOVER*/
.searchresults a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	text-decoration:underline;
	font-weight: bold;
}

/*SEARCH RESULTS TABLE LINKS*/
.searchresults a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration:underline;
	font-weight: bold;
}

/*SEARCH RESULTS TABLE LINKS HOVER*/
.searchresults a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	text-decoration:underline;
	font-weight: bold;
}

/*CONTACT US FORM ----------------------------------------------------------------------------*/

/*CONTACT US FORM in IE*/
.csc-mailform {
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #DFDBEB;
	margin-left: 0px;
}

/*CONTACT US FORM in FIREFOX*/
html>body .csc-mailform {
	width: 450px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #DFDBEB;
	margin-left: 0px;
}

/*CONTACT US FIELDS*/
.csc-mailform-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	padding-top: 5px;
	padding-left: 10px;
}

/*CONTACT US FIELDS*/
.csc-mailform-address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: normal;
}

/*CONTACT US FORM ENDS ----------------------------------------------------------------------------*/

/* Sets appearance of the background in IE*/
#background {
	width: 850px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
}

/* Sets appearance of the background in FIREFOX*/
html>body #background {
	width: 850px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

/* Sets appearance of the logo in IE*/
#topbar {
	width: 850px;
	height: 85px;
	margin: 0px;
	padding: 0px 0px 0px;
	float: right;
	background-color:#FFFFFF;
}

/* Sets appearance of the logo in FIREFOX*/
html>body #topbar {
	width: 850px;
	height: 100px;
	margin: 0px;
	padding: 0px 0px 10px;
	float: left;
}

/* Sets appearance of the logo*/
#logo {
	width: 175px;
	height: 85px;
	margin: 0px;
	padding: 10px;
	float: left;
	background-color:#FFFFFF;
}

/* Sets appearance of the statistic*/
#statistic {
	width: 640px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color:#FFFFFF;
}

/* Sets appearance of the STATISTIC TEXT in IE*/
.statistic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	padding-top: 15px;
	padding-left: 0px;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	float:right;
	font-weight: bold;
}

/* Sets appearance of the STATISTIC TEXT in FIREFOX*/
html>body .statistic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	padding-top: 15px;
	padding-left: 0px;
	line-height: 20px;
	text-align: right;
	padding-right:10px;
	float:right;
	font-weight: bold;
}

/*SETS SEARCH BOX-------------------------------------------------------------------------------*/

/* Sets appearance of the searchbox*/
#searchbox_space {
	width: auto;
	height: auto;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 3px;
	margin-top: 10px;
	margin-right: 5px;
	background-color: #FFFFFF;
}

/* Sets appearance of the searchbox SEARCH TEXT*/
.search_small_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
}

/* Sets appearance of the searchbox SEARCH TEXT ARROW*/
.search_small_text_arrow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
}

/* Sets appearance of the searchbox SEARCH TEXT ARROW LINK*/
.search_small_text_arrow a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
	text-decoration:none;
}

/*SETS IMAGE BAR-------------------------------------------------------------------------------*/

/* Sets appearance of the right-side navigation*/
#imagebar {
	width: 850px;
	height: 215px;
	background-color: #7E191C;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 0;
	position: relative;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

/* Sets appearance of the large image in IE*/
#largeimage {
	width: 650px;
	height: 215px;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
	z-index: 0;
	background-color: #FFFFFF;
}

/* Sets appearance of the large image in FIREFOX*/
html>body #largeimage {
	width: 650px;
	height: 215px;
	margin: 0px;
	z-index: 0;
	padding: 0px;
	float: left;
	background-color: #7E191C;
}

/* Sets appearance of the hearth button in IE*/
#hearth {
	width: 282px;
	height: 165px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* Sets appearance of the hearth button in FIREFOX*/
html>body #hearth {
	width: 282px;
	height: 165px;
	background-color: #000000;
	margin: 0px;
	padding: 0px 0px 15px;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* Sets appearance of the BARBECUE buttonin IE*/
#barbecue {
	width: 282px;
	height: 165px;
	background-color: #CAAD84;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}

/* Sets appearance of the BARBECUE button in FIREFOX*/
html>body #barbecue {
	width: 282px;
	height: 165px;
	background-color: #CAAD84;
	margin: 0px;
	padding: 0px 0px 15px;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}

/* Sets appearance of the OUTDOOR LIVING button in IE*/
#outdoorliving {
	width: 283px;
	height: 165px;
	background-color: #F16F21;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Sets appearance of the OUTDOOR LIVING button in FIREFOX*/
html>body #outdoorliving {
	width: 282px;
	height: 165px;
	background-color: #F16F21;
	margin: 0px;
	padding: 0px 0px 15px;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Sets appearance of the IMAGES IN THE THREE BIG BUTTONS in IE*/
#button_images {
	border: 1px solid #FFFFFF;
	height: 60px;
	width: 225px;
	margin-left: 27px;
	margin-top: 10px;
}

/* Sets appearance of the IMAGES IN THE THREE BIG BUTTONS in FIREFOX*/
html>body #button_images {
	border: 1px solid #FFFFFF;
	height: 60px;
	width: 225px;
	margin-left: 27px;
	margin-top: 10px;
}

/* Sets appearance of the MORE BUTTON in IE*/
#more {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 5px;
	width: 30px;
	margin-left: 27px;
}

/* Sets appearance of the MORE BUTTON in FIREFOX*/
html>body #more {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 15px;
	width: 65px;
	margin-left: 27px;
}

/* Sets appearance of the BUTTON TEXT AREA in IE*/
#button_text {
	margin: 0px 0px 0px 14px;
	float:left;
	padding-top: 10px;
}

/* Sets appearance of the BUTTON TEXT AREA in FIREFOX*/
html>body #button_text {
	margin: 0px 0px 0px 25px;
	float:left;
	padding-top: 10px;
}

/* Sets appearance of the AREA AROUND NEWS and WHATS NEW in IE*/
#info_section {
	width: 850px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding: 0px;
	margin: 0px;
}

/* Sets appearance of the AREA AROUND NEWS and WHATS NEW in FIREFOX*/
html>body #info_section {
	width: 849px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
}

/* Sets appearance of the NEWS section in IE*/
#news {
	width: 540px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding-right: 5px;
	padding-left: 18px;
	padding-top: 20px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-bottom: 5px;
}

/* Sets appearance of the NEWS section in FIREFOX*/
html>body #news {
	width: 542px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding-right: 5px;
	padding-left: 18px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-right: 1px solid #FFFFFF;
}

/* Sets appearance of the NEWS section*/
#news a{
	text-decoration: none;
}

/* Sets appearance of the EVENTS section in IE*/
#events {
	width: 266px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding-left: 18px;
	padding-top: 20px;
}

/* Sets appearance of the EVENTS section in FIREFOX*/
html>body #events {
	width: 260px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding-left: 18px;
	padding-top: 15px;
}

/* Sets appearance of the BOTTOM NAV section in IE*/
#bottom_nav {
	width: 850px;
	height: 25px;
	background-color: #7E191C;
	float: left;
	padding: 10px 0px 0px;
}

/* Sets appearance of the BOTTOM NAV section in FIREFOX*/
html>body #bottom_nav {
	width: 829px;
	height: 15px;
	background-color: #7E191C;
	float: left;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/* Sets appearance of the BOTTOM LOGOS section*/
#bottom_logos {
	width: 850px;
	height: 75px;
	background-color: #FFFFFF;
	float:left;
}

/* Sets appearance of the BOTTOM WHITE section in FIREFOX*/
html>body #bottom_white {
	width: 850px;
	height: 10px;
	background-color: #FFFFFF;
	float:left;
}

/* Sets appearance of the PHOTOS*/
#photo {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}
/* Sets appearance of the PHOTOS (TYP03*/
.csc-textpic-image {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* Sets appearance of the PHOTOS (TYP03*/
.csc-textpic-lastcol {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* Sets appearance of the PHOTOS (TYP03*/
.csc-textpic-firstcol {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Sets appearance of the PHOTOS (TYP03*/
.csc-textpic-imagewrap {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Sets appearance of the LOGOS*/
.logo{
	text-decoration: none;
}

/* Sets appearance of the LOGOS*/
.logo a{
	text-decoration: none;
}

/* Sets appearance of the LOGOS*/
.logo a:hover{
	text-decoration: none;
}


/*--------------------TABLE LISTS SETTINGS*---------------------------------------------/

/* Sets appearance of the BOTTOM LOGOS section*/
#table_list {
	padding-left: 20px;	
}

/* Sets appearance of the BOTTOM LOGOS section*/
#bottomnav_cell {
	width:auto;
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
}

/* Sets appearance of the TABLE CELLS section*/
#cell01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: #FDEADE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/* Sets appearance of the TABLE CELLS section*/
.cell01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

/* Sets appearance of the TABLE CELLS section*/
.cell01 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

/* Sets appearance of the TABLE CELLS section*/
.cell01 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	text-decoration: underline;
	font-weight: bold;
}

/* Sets appearance of the TABLE CELLS section*/
.cell01 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

/* Sets appearance of the TABLE CELLS section*/
.cell01 a:hover:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	text-decoration: underline;
	font-weight: bold;
}


/* Sets appearance of the TABLE CELLS section*/
.td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

/* Sets appearance of the TABLE CELLS section*/
.td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

/* Sets appearance of the TABLE CELLS section*/
.td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	text-decoration: underline;
	font-weight: bold;
}

/* Sets appearance of the TABLE CELLS section*/
.td a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

/* Sets appearance of the TABLE CELLS section*/
.td a:hover:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	text-decoration: underline;
	font-weight: bold;
}

/* Sets appearance of the TABLE CELLS section*/
#cell02 {
	background-color: #DFDBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/* Sets appearance of the TABLE CELLS section*/
#cell03 {
	background-color: #FDEADE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: #EACDCF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/* Sets appearance of the TABLE TEXT*/
.table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 3px 3px 3px 5px;
}

/* Sets appearance of the TABLE TEXT LINKS*/
.table_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* Sets appearance of the TABLE TEXT LINKS*/
.table_text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F16F21;
	text-decoration: none;
}

/* Sets appearance of the TABLE TEXT LINKS*/
.table_text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/*--------------------INTERIOR PAGE SETTING*---------------------------------------------/

/* Sets appearance of the OVERALL BODY section*/
#overallbody {
	width: 850px;
	height: auto;		
	background-color: #7E191C;
	float:left;
	border-right: 1px solid #FFFFFF;
}

/* Sets appearance of the OVERALL BODY section in FIREFOX*/
html>body #overallbody {
	width: 849px;
	height: auto;
	background-color: #7E191C;
	float:left;
	border-right: thin solid #FFFFFF;
}

/* Sets appearance of the BODY section in IE*/
#body {
	width: 631px;
	height: auto;
	min-height: 25em;
	background-color: #FFFFFF;
	float:left;
	padding-top: 22px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/* for Internet Explorer */
/*\*/
* html #body {
height: 25em;
}
/**/

/* Sets appearance of the BODY section in FIREFOX*/
html>body #body {
	width: 632px;
	height: auto;
	min-height: 25em;
	background-color: #FFFFFF;
	float:left;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 18px;
}

/* Sets appearance of the HEARTH BUTTON in IE*/
#small_hearth {
	width: 199px;
	height: 130px;
	background-color: #000000;
	float:right;
}

/* Sets appearance of the HEARTH BUTTON in FIREFOX*/
html>body #small_hearth {
	width: 198px;
	height: 130px;
	background-color: #000000;
	float: right;
	border-right: 0px solid #FFFFFF;
}

/* Sets appearance of the BARBECUE BUTTON in IE*/
#small_barbecue {
	width: 199px;
	height: 130px;
	background-color: #CAAD84;
	float:right;
	border-top: 1px solid #FFFFFF;
}

/* Sets appearance of the BARBECUE BUTTON in FIREFOX*/
html>body #small_barbecue {
	width: 199px;
	height: 130px;
	background-color: #CAAD84;
	float:right;
	border-top: 1px solid #FFFFFF;
}

/* Sets appearance of the OUTDOOR LIVING BUTTON in IE*/
#small_outdoorliving {
	width: 199px;
	height: 130px;
	background-color: #F16F21;
	float:right;
	border-top: 1px solid #FFFFFF;
}

/* Sets appearance of the OUTDOOR LIVING BUTTON in FIREFOX*/
html>body #small_outdoorliving {
	width: 199px;
	height: 130px;
	background-color: #F16F21;
	float:right;
	border-top: 1px solid #FFFFFF;
}

/* Sets appearance of the IMAGES IN THE THREE BIG BUTTONS in IE*/
#button_images_small {
	border: 1px solid #FFFFFF;
	height: 53px;
	width: 150px;
	margin-left: 25px;
	margin-top: 10px;
}

/* Sets appearance of the IMAGES IN THE THREE BIG BUTTONS in FIREFOX*/
html>body #button_images_small {
	border: 1px solid #FFFFFF;
	height: 53px;
	width: 150px;
	margin-left: 25px;
	margin-top: 0px;
}

/* Sets appearance of the MORE BUTTON in IE*/
#more_small {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 5px;
	width: 30px;
	margin-left: 25px;
}

/* Sets appearance of the MORE BUTTON in FIREFOX*/
html>body #more_small {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 15px;
	width: 65px;
	margin-left: 25px;
}

/* Sets appearance of the THREE BIG BUTTONS in IE*/
.buttons_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 25px;
	font-weight: bold;
}

/* Sets appearance of the THREE BIG BUTTONS in FIREFOX*/
html>body .buttons_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 25px;
	font-weight: bold;
}

/* Sets appearance of the BODY HEADER in IE*/
.body_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000066;
	line-height: normal;
	font-weight: bold;
}

/* Sets appearance of the BODY HEADER in FIREFOX*/
body>html .body_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000066;
	line-height: normal;
	font-weight: bold;
}


/* Sets appearance of the BODY HEADER in IE*/
.body_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F16F21;
	line-height: normal;
	font-weight: bold;
}
/* Sets appearance of the BODY HEADER in IE*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F16F21;
	line-height: normal;
	font-weight: bold;
}

/* Sets appearance of the BODY HEADER in FIREFOX*/
body>html .body_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F16F21;
	line-height: normal;
	font-weight: bold;
}

/* Sets appearance of the BODY TEXT*/
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	line-height: normal;
	list-style-position: outside;
	text-decoration: none;
}

/* Sets appearance of the BODY TEXT LINKS*/
.body_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline; 
}

/* Sets appearance of the BODY TEXT LINKS*/
.body_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}
/* Sets appearance of the BODY TEXT (TYPO3)*/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 15px;
	line-height: normal;
	list-style-position: outside;
	text-decoration: none;
}

/* Sets appearance of the BODY TEXT*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	line-height: normal;
	list-style-position: outside;
	text-decoration: none;
}

/* Sets appearance of the BODY TEXT LINKS*/
p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline; 
}

/* Sets appearance of the BODY TEXT LINKS*/
p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}

/* Sets appearance of the BODY TEXT (TYPO3)*/
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	line-height: normal;
	list-style-position: outside;
	text-decoration: none;
}

/* Sets appearance of the BODY TEXT LINKS (TYPO3)*/
.bodytext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
text-decoration: underline; 
}

/* Sets appearance of the BODY TEXT LINKS (TYPO3)*/
ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
text-decoration: underline; 
}

/* Sets appearance of the BODY TEXT LINKS (TYPO3)*/
.bodytext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}
/* Sets appearance of the BODY TEXT (TYPO3)-ol*/
ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 15px;
	line-height: normal;
	list-style-position: outside;
	text-decoration: none;
}

/* Sets appearance of the BODY TEXT LINKS (TYPO3)-ol*/
ol li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

/* Sets appearance of the BODY TEXT LINKS (TYPO3)-ol*/
ol li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
text-decoration: underline; 
}

/* Sets appearance of the HIGHLIGHTED BODY TEXT*/
.highlighted_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #330099;
	line-height: normal;
}

/* Sets appearance of the FORM TEXT*/
.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
}

/* Sets appearance of the TAN HEADERS*/
.tan_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

/* Sets appearance of the TAN HEADERS*/
.tan_header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

/* Sets appearance of the TAN HEADERS*/
.tan_header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CAAD84;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

/*--------------------TYPE SETTING*---------------------------------------------/

/* Sets appearance of the THREE BIG BUTTONS in IE*/
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
	font-weight: bold;
}

/* Sets appearance of the THREE BIG BUTTONS in FIREFOX*/
html>body .buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 15px;
	font-weight: bold;
}

/* Sets appearance of the MORE BUTTON TEXT in IE*/
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
}

/* Sets appearance of the MORE BUTTON TEXT in FIREFOX*/
html>body .more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
}

/* Sets appearance of the MORE BUTTON TEXT LINK in IE*/
.more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	text-decoration: none;
}

/* Sets appearance of the MORE BUTTON TEXT LINK in FIREFOX*/
html>body .more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	text-decoration: none;
}

/* Sets appearance of the BUTTON TEXT*/
.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Sets appearance of the BUTTON TEXT*/
.button_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* Sets appearance of the BUTTON TEXT*/
.button_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* Sets appearance of the SECTION HEADERS TEXT in IE*/
.section_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

/* Sets appearance of the SECTION HEADERS TEXT in FIREFOX*/
html>body .section_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}

/* Sets appearance of the SECTION HEADERS TEXT*/
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}

/* Sets appearance of the BOTTOM NAVIGATION TEXT*/
.bottomnav_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Sets appearance of the BOTTOM NAVIGATION TEXT LINKS*/
.bottomnav_text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

/* Sets appearance of the BOTTOM NAVIGATION TEXT LINKS HOVER*/
.bottomnav_text a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #E0C298;
	text-decoration: none;
}

/* Sets appearance of the RIGHT NAVIGATION TEXT LINK*/
.li_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Sets appearance of the RIGHT NAVIGATION TEXT LINK*/
.li_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Sets appearance of the RIGHT NAVIGATION TEXT LINK*/
.li_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Sets appearance of the LIST TEXT*/
.li_text03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	line-height: 17pt;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the LIST TEXT LINKS*/
.li_text03 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: 17pt;
	text-decoration: none;
	font-weight: bold;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the LIST TEXT LINKS HOVER*/
.li_text03 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	line-height: 17pt;
	text-decoration: none;
	font-weight: bold;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the LIST TEXT in FIREFOX*/
html>body .li_text03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 0px;
	line-height: 17pt;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the LIST TEXT LINKS in FIREFOX*/
html>body .li_text03 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: 17pt;
	text-decoration: none;
	font-weight: bold;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the LIST TEXT LINKS HOVER in FIREFOX*/
html>body .li_text03 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	line-height: 17pt;
	text-decoration: none;
	font-weight: bold;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the BODY TEXT*/
.body_text_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 38px;
	padding-right: 15px;
	line-height: normal;
	list-style-position: outside;
}

/* Sets appearance of the NUMBERED LIST TEXT*/
.li_OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 45px;
	padding-right: 15px;
}

/* Sets appearance of the TABLE TEXT*/
.table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;


	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: normal;
}

/* Sets appearance of the RIGHT NAVIGATION SECTION in IE*/
#rightnav {
	height: auto;
	width: auto;
}

/* Sets appearance of the RIGHT NAVIGATION SECTION in FIREFOX*/
html>body #rightnav {
	height: auto;
	width: auto;
}

/* Sets appearance of the searchbox FOOTNOTE TEXT*/
.footnotetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	padding-left: 25px;
}

/* Sets appearance of the QUOTE TEXT CELL (members)*/
#quote_cell01 {
	background-color: #7E191C;
	padding: 10px;
}

/* Sets appearance of the QUOTE TEXT (members)*/
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
}

/* Sets appearance of the QUOTE TEXT NAME (members)*/
.quote_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
}

/* Indent for product list */

.indent_text{
	padding-left:5px
}


/*NAVIGATION STARTS HERE----------------------------------------------------------------------------*/

#vertnav{
	list-style: none;
}

/*Sets MAIN MENU IN IE---------------------------------------------------------------------------------------- */

/*Sets APPEARANCE of MAIN MENU in IE */
#vertnav li {
	width: 189px;
	height: 2.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	background-color: #7E191C;
	display: block;
	margin: 0px;
	padding-top: 7pt;
	padding-bottom: 2pt;
	padding-left: 10px;
	padding-right: 0px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	z-index: 100;
}

/*Changes APPEARANCE of LINKS on MAIN MENU in IE */
#vertnav li a {
	width: 189px; /*helps IE with hover */
	height: 2.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	position: relative;
	background-color: #7E191C;
	display: block;
	z-index: 100;
}

/*Changes APPEARANCE OF HOVER on MAIN MENU in IE */
#vertnav li a:hover{
	width: 189px; /*Sets SIZE of SUB MENU BAR */
	height:2.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0C298;
	font-weight: bold;
	text-decoration:none;
    position: relative;
	background-color: #7E191C;
	z-index: 100;
}

/*Sets MAIN MENU IN FIREFOX---------------------------------------------------------------------------------------- */

/*Sets APPEARANCE of MAIN MENU in FIREFOX */
html>body #vertnav li {
	width: 184px;
	height: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	background-color: #7E191C;
	display: block;
	margin: 0px;
	padding-top: 3pt;
	padding-bottom: 2pt;
	padding-left: 15px;
	padding-right: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	z-index: 1000;
}

/*Changes APPEARANCE of LINKS on MAIN MENU in FIREFOX */
html>body #vertnav li a {
	width: 184px; /*helps IE with hover */
	height: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	position: relative;
	background-color: #7E191C;
	z-index: 1000;
}

/*Changes APPEARANCE OF HOVER on MAIN MENU in FIREFOX */
html>body #vertnav li a:hover{
	width: 184px;
	height: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0C298;
	font-weight: bold;
	text-decoration:none;
    position: relative;
	background-color: #7E191C;
	z-index: 1000;
}

/*Sets SUB MENU IN IE---------------------------------------------------------------------------------------- */

/*Sets POSITION of SUB MENU */
#vertnav ul li, #vertnav ul li li{
	width: 12em; /*Sets SIZE of SUB MENU BAR */
	height: 1.2em;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #7E191C;
	position: absolute;
	display: none;
	top: 0em; /*Sets POSITION of SUB NAV DROPOUT*/
	left: -92px; /*Sets POSITION of SUB NAV DROPOUT*/
	z-index: 200; /*Positions SUBNAV over large image*/
}

/*Changes APPEARANCE of SUB MENU*/
#vertnav ul li, #vertnav ul li li{
	width: 12em; /*Sets SIZE of SUB MENU BAR */
	height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative; /*Makes SUB MENU stack vertically */
	background-color: #9E5355;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 4px;
}

/*Changes APPEARANCE of LINKS on SUB MENU */
#vertnav ul li a, #vertnav ul li li a {
	width: 12em; /*Sets SIZE of SUB MENU BAR */
	height:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding: 0.1em;
	margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
	background-color: #9E5355; 
	padding: 0px 0px 0px 4px;
}

/*Changes APPEARANCE OF HOVER on SUB MENU*/
#vertnav ul li a:hover, #vertnav ul li li a:hover{
	width: 12em; /*Sets SIZE of SUB MENU BAR */
	height:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding: 0.1em;
	margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
	background-color: #7E191C; 
	padding: 0px 0px 0px 4px;
}

/*Changes POSITION of SUBMENU*/
#vertnav ul, #vertnav ul li ul li{
	display: none;
	position: absolute;
	top: 0em; /*Sets POSITION of SUB NAV DROPOUT*/
	left: -92px; /*Sets POSITION of SUB NAV DROPOUT*/
	z-index: 1000; /*Positions SUBNAV over large image*/
}

/*Sets SUB MENU IN FIREFOX---------------------------------------------------------------------------------------- */

/*Sets POSITION of SUB MENU */
html>body #vertnav ul li, #vertnav ul li li{
	width: 12em; /*Sets SIZE of SUB MENU BAR */
	height: 1.7em;
	padding: 0px 0px 0px 3px;
	margin: 0px;
	list-style: none;
	background-color: #7E191C;
	position: absolute;
	display: none;
	top: 0em; /*Sets POSITION of SUB NAV DROPOUT*/
	left: -91px; /*Sets POSITION of SUB NAV DROPOUT*/
	z-index: 200; /*Positions SUBNAV over large image*/
}

/*Changes APPEARANCE of SUB MENU*/
html>body #vertnav ul li, #vertnav ul li li{
	width: 12.7em; /*Sets SIZE of SUB MENU BAR */
	height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative; /*Makes SUB MENU stack vertically */
	background-color: #9E5355;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*Changes APPEARANCE of LINKS on SUB MENU */
html>body #vertnav ul li a, #vertnav ul li li a {
	width: 12.3em; /*Sets SIZE of SUB MENU BAR */
	height:1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding: 0.1em;
	margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
	background-color: #9E5355; 
	padding: 0px 0px 0px 3px;
}

/*Changes APPEARANCE OF HOVER on SUB MENU*/
html>body #vertnav ul li a:hover, #vertnav ul li li a:hover{
	width: 12.3em; /*Sets SIZE of SUB MENU BAR */
	height:1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	display:block;
	margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
	background-color: #7E191C; 
	padding: 0px 0px 0px 3px;
}

/*Changes POSITION of SUBMENU*/
html>body #vertnav ul, #vertnav ul li ul li{
	display: none;
	position: absolute;
	top: 0em; /*Sets POSITION of SUB NAV DROPOUT*/
	left: -91px; /*Sets POSITION of SUB NAV DROPOUT*/
	z-index: 200; /*Positions SUBNAV over large image*/
}

/*FOR SUB MENU in FIREFOX */
#vertnav li:hover ul, #vertnav ul li:hover ul{
    display:block;
	z-index:200;
}

/* Win IE only \*/
#vertnav li{float:left;} 
/* end holly hack */