/***********************************************/
/* web.css                            */
/***********************************************/
html{ min-height: 100%; margin-bottom: 1px;}

/***********************************************/
/* Force vertical scroll bar on each page   */
/* eliminates page shift for short pages */                     
/***********************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background: #cccccc  url(../images/bg_grad.jpg) fixed;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper{width: 996px;margin:0 auto;text-align: left;}
#masthead{position: absolute; top: 0px; left: auto; right: auto; width:996px; 	}
#banner{top: 0px;height: 80px; background-image:url(../images/hdimage.jpg);background-repeat:no-repeat;}
#pagecell1{
	position:absolute;
	top: 132px;
	left: 5 px;
	right: 5 px;
	width:auto;
	background-repeat:repeat;
	background-color:#FFFFFF;
	width: 996px;
	}
#pagetitle {
	font-size: 150%;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	height:32px;
	text-transform: lowercase;
	background-image:url(../images/glbnav_background.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#footer {
	font-size: 10px;
	height:32px;
	background-image:url(../images/glbnav_background.gif);
	background-repeat: repeat;
	text-align: center;
	padding: 3px 0px 0px 0px;
	
		}
.credit{
	font-size:9px;
	}
	
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000099;
	text-decoration: none;
	vertical-align: text-bottom;
}

a:hover{
	text-decoration: none; color:#990000;
}

/************** header tag styles **************/
h1,h2,h3,h4,h5,h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	font-weight: bold;
	border: 0;
	}

h1 {font-size: 150%;text-align:center;}
h2{font-size: 130%; text-align:center;}
h3{ font-size:110%; text-align:center;}

h4{font-size: 150%; text-align:left;}
h5{font-size: 130%; text-align:left;}
h6{font-size: 110%; text-align:left;}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

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

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

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

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


#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

.pagetitle {
	font-size: 150%;
	color: #000066;
	height: 32px;
	background-image: url(../images/glbnav_background.gif);
	background-repeat:repeat;
	font-weight: bold;
	border: 0;
	padding:0;
	text-align: center;
	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #000066;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

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

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

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

#globalNav{
position: 80px;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:url(../images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 86px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
background-image:url(../images/glblnav_selected.gif);
  	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 133px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** story styles ******************/

.story {
	font-size: 95
	%;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	margin-right: 30px;
	margin-left: 30px;
	padding: 2px;
	font-size: x-small;
}




.intro {
	margin: 10px;
	padding: 10px;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000066;
}
.company {
	font-size: larger;
	font-style: italic;
	font-weight: bolder;
	color: #000066;
	background-color: #CCCCCC;
}



.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

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


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

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

.image_logo {
	margin: 10px;
	text-decoration: none;
}
.image_title {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/********************* end **********************/
#homecol3 {
	padding-right: 5px;
	padding-left: 5px;
}
#formbox {

	background-color: #DFDFDF;
	vertical-align: middle;
	padding: 0px;
	width: 450px;
	border: thick ridge #000033;
	text-align: center;
	background-position: left;
	height: auto;
	margin-top: 125px;
	margin-right: auto;
	margin-bottom: 125px;
	margin-left: auto;
}

.legend {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-indent: 10px;
}
.contacttitle {
	font-size: large;
	font-weight: bold;
	color: #990000;
}


#contactform {
	background-color: #DFDFDF;
	vertical-align: middle;
	padding: 0px;
	width: auto;
	text-align: left;
	background-position: left;
	height: auto;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset.minor {
padding: 3px;
border: 1px solid #bbb;
}

fieldset.minor legend {
font-style: italic;
padding: 2px;
font-size: .9em;
}
#riform {

	background-color: #DFDFDF;
	vertical-align: middle;
	padding: 0px;
	width: 80%;
	text-align: left;
	background-position: left;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#htibg {
	background-image: url(../images/hti_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 20px;
	top: -25px;
}
.fittings {

	font-size: 95
	%;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	margin-right: 30px;
	margin-left: 30px;
	padding: 5px;
	font-size: 87%;
	background-image: url(../images/bgfittings.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.indhose {


	font-size: 95
	%;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	margin-right: 30px;
	margin-left: 30px;
	padding: 5px;
	font-size: 87%;
	background-image: url(../images/ind-hose.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.quick {



	font-size: 95
	%;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	margin-right: 30px;
	margin-left: 30px;
	padding: 5px;
	font-size: 87%;
	background-image: url(../images/quick.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.pneu {
	font-size:95%;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	margin-right: 30px;
	margin-left: 30px;
	padding: 5px;
	font-size: 87%;
	background-image: url(../images/pneu.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* CSS styles for Event Calendar */

#ec{}
body.ec{
     margin: 0;
     padding: 0;
     font-family: verdana, arial,Helvetica, sans-serif;
     font-size: 8pt;
}
td.ec{
     font-size: 8pt;
}
font.alert_ec{
        font-weight: bolder;
        color: #990066;
        text-transform: uppercase;
}

font.not_approved_ec{
     font-style: italic;
}
tr.week_ec{
     text-align: right;
     vertical-align: top;
}

tr.holiday_ec{
     font-weight: bold;
     color: #FFFFFF;
     background-color: #FE6802;
     vertical-align:top;
}
tr.day_name_ec{
     background-color: #003366;
     color: #FFFFFF;
     font-size: 8pt;
}

td.right_box_ec{
     text-align: left;
}
td.left_box_ec{
     text-align: right;
}
.weekend_link_ec{
     color: #FFFFFF;
     font-size: 8pt;
}


.weekend_box_ec{
     background-color: #DDDDDD;
     border-bottom: thin solid #E0E0E0;
     color: #000000;
     width: 30pt;
     height: 30pt;
}

/* Large Calendar.php */
.weekend_box_lc{
     background-color: #DDDDDD;
     border-bottom: thin solid #E0E0E0;
     color: #FFFFFF;
     width: 100pt;
     height: 55pt;
	}
	
td.dark_date_box_lc{
     background-color: #B8B8B8;
     width: 100pt;
     height: 55pt;
}
td.today_date_box_lc{
     background-color: #FFBC90;
     width: 100pt;
     height: 55pt;
}
td.date_box_lc{
     background-color: #FFFFFF;
     width: 100pt;
     height: 55pt;
}
/* eo Large Calendar.php */

td.dark_date_box_ec{
     background-color: #B8B8B8;
     width: 30pt;
     height: 30pt;
}
td.today_date_box_ec{
     background-color: #FFBC90;
     width: 30pt;
     height: 30pt;
}
td.date_box_ec{
     background-color: #FFFFFF;
     width: 30pt;
     height: 30pt;
}
.quote_ec {
	font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.gen_ec { font-size : 12px; color : #000000; }
a.gen_ec{ color: #993300; text-decoration: none; }
a.gen:hover_ec{ color: #DD6900; text-decoration: underline; }

#ec_search_wide{width:100%;text-align:left;padding:10px;background-color:#EEEEEE;border: 1px solid #000000;font-size:12px;}
#ec_search_result{width:100%;text-align:left;padding:10px;background-color:#ffffff;border: 1px solid #000000;font-size:12px;}
#ec_search_err{width:100%;text-align:left;padding:10px;background-color:#ffffff;border: 1px solid red;font-size:12px;}
#ec_search_void{width:100%;text-align:left;padding:10px;background-color:#ffffff;border: 1px solid red;font-size:12px;}
.image_left{
	margin-right: 3px;
	margin-bottom: 5px;
	float: left;
	clear: both;
	border: 1px;
	border-top-color: #000000;
	}
	
.image_right{
	float: right;
	margin-left: 3px;
	margin-bottom: 5px;
	clear: left;
	}
	#image{
	width: 7%;
	border-right:: 2px;
	border-right-color:#003399;
	}
	
.techpara1 {

	font-size: 95%;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	margin-right: 10px;
	margin-left: 30px;
	font-size: 110%;
	padding-left: 10px;
	margin-top: 10px;
	clear:both;
}
.formtitle {
	font-size: large;
	color: #000066;
	height: auto;
	background-image: none;
	background-repeat:repeat;
	font-weight: bold;
	border: thin solid #990000;
	padding:0;
	text-align: center;
	background-color: #CCCCCC;
}
