/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.05;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #000066;
	text-decoration: none;
}

a:link{
	color: #000066;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #990000;
}
/* Unused
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}*/

h2{
 font-family: Arial, sans-serif;
 font-size: 114%;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

/* Convert h3 into h1 */
h1 {
 font-family: Arial, sans-serif;
 font-size: 100%;
 color: #990033;
 margin: 0px;
 padding: 0px;
 margin-bottom:10px;
}
h4{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana, Arial, sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

ul{
	line-height: 120%;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: none;
	border-bottom-style: none;
	margin: 0px;
}

#navBar{
	margin: 0px;
	border-left: 1px none #cccccc;
	border-bottom: 1px none #cccccc;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 21px;
	list-style-position: inside;
	list-style-type: none;
	background-color: #000000;
	width: 17%;



}

#headlines{
	float:left;
	width: 0%;
	border-right: 1px none #cccccc;
	border-bottom: 1px none #cccccc;
	padding-right: 10px;
	border-top-style: none;
	border-left-style: none;
}

#content{
	float: none;
	width: 100%;
	padding-bottom: 3px;
	padding-left: 10px;
	position: relative;
	visibility: inherit;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	line-height: 80px;
	background-position: 0px 0px;
	text-align: left;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: #000000;
	font-weight: lighter;
	font-size: 10pt;
	height: 80px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	left: 300px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 300px;
}


/************* #globalNav styles **************/

#globalNav{
	border-bottom: 1px solid #000000;
	color: #cccccc;
	line-height: 110%;
	vertical-align: 0%;
	background-color: #990033;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 11pt;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	font-weight:bold;
	padding: 1 1px 0 0;
	word-spacing: normal;
	color: #FFFFFF;
}

#globalNav a:Hover {
	color:#FFFF99;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 30px 0px 92px;
	text-align: right;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 60%;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2;
	padding-left: 2px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color: #FFFFFF;
	padding: 6px 3px 6px 7px;
	background-color: #9C0031;
	left: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	width: 100%;
	vertical-align: middle;
	line-height: 180%;
	text-align:center;
}

#siteInfo img{
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
}

#siteInfo a:Link, #siteInfo a:Visited {
	color:#fff;
}
#siteInfo a:Hover {
	color:#FFFF99;
}



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	list-style-position: outside;
	list-style-type: none;

}
#navBar ul {
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-size: 90%;
	list-style-position: inside;
	list-style-type: none;

}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: #EEE;
	list-style-position: outside;
	list-style-type: none;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	margin: 0px;
	padding: 0px;



}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px 0px 0px -10px;
	border-bottom: 1px solid #000000;
	font-size: 10pt;
	background-color: #000000;
	font-weight: normal;
	line-height: 115%;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 11px;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 22px;
	background-attachment: scroll;
	background-image: url(images/flames2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

#sectionLinks h1 {
	padding: 0px;
}

#sectionLinks a {
	display: block;
	border-top: 1px none #000066;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000066;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#sectionLinks a:hover{
	background-color: #990033;
}
/* GT */
#sectionLinks a:visited img, #sectionLinks a:link img, #sectionLinks a:hover img {
	border:0px;
	padding:0px 0 0px 0px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 18px 18px 18px 18px;
	font-size: 90%;
}

.relatedLinks h1 {
	padding: 11px 0px 2px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 10px 92px;
	font-size: 80%;
	float: right;
	width: 20%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#masthead #breadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000066;
	padding-left: 20px;
	font-weight: lighter;
	line-height: normal;
	border: 0px 0 0;
	height: 16px;
	vertical-align: middle;
	padding-top: 4px;
}
#sectionLinksb h1 {
	padding: 10px 0px 2px 10px;
}
#sectionLinksb a {
	display: block;
	border-top: 1px none #000066;
	padding: 2px 6px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000066;
}
#sectionLinksb a:hover {
	background-color: #990033;
}
#content a:link {
	color: #990033;
/*	text-decoration: underline;*/
}
#content a:hover {
	color: #990000;
	text-decoration: underline;
}
#content a:visited {
	color: #990033;
/*	color: #000099;
	text-decoration: underline;*/
}
#contentb {
	float: left;
	width: 75%;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/endb.gif);
	padding-left: 4%;
}
#contentb a:link {
	color: #000066;
	text-decoration: underline;
}
#contentb a:hover {
	color: #990000;
	text-decoration: underline;
}
#contentb a:visited {
	color: #000099;
	text-decoration: underline;
}
.featureb {
	font-size: 9pt;
	line-height: 130%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	width: 98%;
}
.featureb img {
	float: left;
	padding: 0px;
	margin: 12px 10px 10px 0px;
	border: thin solid #990033;
}
.featureb h1 {
	padding: 11px 0px 5px;
	text-align: left;
	font-size: 17pt;
	font-weight: lighter;
	line-height: 120%;
	width: 98%;
}
.featureb h3 {
	padding: 11px 0px 5px;
	text-align: left;
	font-size: 14pt;
	font-weight: lighter;
	line-height: 120%;
	width: 98%;
}
.featurec {
	padding: 0px 65px 12px 0px;
	font-size: 85%;
	line-height: 135%;
	width: 100%;
}
.featurec img {
	float: left;
	padding: 0px;
	margin: 12px 18px 14px 0px;
	border: thin solid #990033;
}
.featurec h1 {
	padding: 30px 0px 5px 0px;
	text-align: left;
	font-size: 24px;
	font-weight: lighter;
}
#sectionLinksb {
	margin: 0px 0px 0px -10px;
	border-bottom: 1px solid #000000;
	font-size: 10pt;
	background-color: #000000;
	font-weight: normal;
	line-height: 115%;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 11px;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 22px;
	background-attachment: fixed;
	background-image: url(images/flames2.gif);
	background-repeat: no-repeat;

}
.featureb a:link {
	padding: 0px;
	margin: 0px;
	color: #000066;
	border-top: none #990033;
	border-right: none #990033;
	border-bottom: none #990033;
	border-left: none #990033;
}
#sectionLinks a:visited {
	color: #FFFFFF;
}


/* Styles gathered from files */
.style15 {font-size: 21px;}

/* New styles */
/* Customer quotation - top right */
.customer_quote {
	position:absolute;
	width:600px;
	padding-top:5px;
	padding-right:10px;
	font-style:italic;
	top:110px;
	right:0px;
	z-index:10;
	text-align:right;
	font-size:18px;
}
.customer_link {
	font-size:12px;
}
a.customer_link:link, a.customer_link:visited  {
	color:#00F;
	font-style:normal;
	text-decoration:underline;
}

/* Try to correct strange formatting of images */
td.normal {
	padding-left:15px;
	vertical-align:top;
	font-size:10px;
	line-height:normal;	
	color: #990033;
	text-align:center;
}
td.normal img{
	float: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: thin solid #990033;
}

img.normal {
	float: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: thin solid #990033;
}
.normal {
	padding-left:15px;
	vertical-align:top;
	font-size:10px;
	line-height:normal;	
	color: #990033;
	text-align:center;
	}

/* FAQ question and answers */
.faqq {
color:#990033;
font-size:16px;
font-style:italic;
}
.faqa {
}

/* Product code */
.product_code {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
}

.featureb p{
padding-top:0px;
margin-top:0px;
margin-bottom:15px;
margin-right:10px;
text-align:left;
}

/* Styles that were included in every page through Dreamweaver stylesheet */
body,td,th {
	color: #000000;
	margin: 0px;
	padding: 2px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
}
a:hover {
	color: #FFFF99;
}
h2 {
	color: #730000;
}
h3 {
	color:#990033;
/*	color: #5B0000; */
}
h4 {
	color: #000066;
}
h5 {
	color: #000000;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	top: 0px;
	line-height: 200px;
}
.style5 {font-size: 50%}
body {
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.prodlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 200%;
}
a:active {
	color: #CCCCCC;
}
.style17 {color: #CCCCCC}
.style19 {color: #000000}
.style21 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
}
.style24 {
	color: #F47734;
	font-style: italic;
	font-size: 105%;
	font-weight: bold;
}
.style26 {color: #FFFF33; font-weight: bolder; font-size: 105%; font-style: italic; }
