/* These rules will be hidden from NS4 & IE4.5/Mac */


/* Body & Main Wrapper -----------------------------------------------*/
/*--------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 69%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	background: #dce9fa url(../images/bg.gif) repeat-x top left;
	}

#wrapper {
	width: 1024px;
	}

#leftcontent {
	float: left;
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	width: 195px;
	}

#maincontent {
	float: left;
	display: inline;
	position: absolute;
	top: 0;
	left: 195px;
	width: 829px;
	}
	
.hidden {
	display: none;
	}	


/* Basic Elements -------------------------------------------------*/
/*-----------------------------------------------------------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #df7f48;
	margin: 0 0 8px 0;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	color: #1d4884;
	margin: 0 0 16px 0;
	}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #5c7dab;
	margin: 0 0 4px 0;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #1d4884;
	margin: 0 0 3px 0;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #df7f48;
	margin: 0 0 8px 0;
	}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #df7f48;
	margin: 0 0 8px 0;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #ffffff;
	margin: 0;
	padding: 0;
	}

/* p.firstline:first-line {
	font-weight: bold;
} */


a:link {
	font-family: sans-serif;
	font-size: 1.0em;
	color: #6990c7;
	font-weight: normal;
	text-decoration: underline;
	}

a:visited {
	font-family: sans-serif;
	font-size: 1.0em;
	color: #d98001;
	font-weight: normal;
	text-decoration: underline;
	}

a:hover {
	font-family: sans-serif;
	font-size: 1.0em;
	color: #d98001;
	font-weight: normal;
	text-decoration: none;
	}

a:active {
	font-family: sans-serif;
	font-size: 1.0em;
	color: #6990c7;
	font-weight: normal;
	text-decoration: none;
	}

hr {
	border: 0;
	color: #c9d1dc;
	background-color: #c9d1dc;
	height: 1px;
	margin: 10px 0 20px 0;
	width: 100%;
	}

img {
	border: 0;
	}

sup {
	font-size: 0.3em;
	vertical-align: super;
}


/* Basic Classes -------------------------------------------------*/
/*----------------------------------------------------------------*/
.brdrR {
	border-right: 1px solid #c9d1dc;
	}

.hide {
	display: none;
	}

.small {
	font-size: 0.9em;
	}

.required {
	color: #ff0;
	}

.hilite {
	color: #07c;
	}

.clear {
	content: ".";
	overflow: hidden;
	clear: both;
	font-size: 1px;
	line-height: 0;
	}

.right {
	float: right;
	}

.center {
	text-align: center;
	}

.left {
	float: left;
	}

.enlargeimage {
	position: absolute;
	display: block;
	margin: 10px 0 0 1px;
	padding: 4px 6px;
	border: thin solid white;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	text-align: right;
	background: #265eab;
	}

.enlargeimage a:link,
.enlargeimage a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
.enlargeimage a:hover,
.enlargeimage a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #90bdfa;
	font-weight: bold;
	text-decoration: none;
	}
	
/* Header Replacement With Link -----------------------------------*/
/*-----------------------------------------------------------------*/
#logo {
	display: block;
	width: 195px;
	height: 200px;
	overflow: hidden;
	}

#logo h1 {
	display: hidden;
	text-indent: -9999px;
	}	

#logo a {
	}

#header {
	display: block;
	width: 829px;
	height: 106px;
	overflow: hidden;
	}

#header h2 {
	display: hidden;
	text-indent: -9999px;
	}

/* Main Content ---------*/
/*-----------------------*/
#mainimage {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 829px;
	height: 662px;
}

#copyarea {
	display: inline;
	float: left;
	width: 768px;
	height: 358px;
	}

#copyleftside {
	display: inline;
	float: left;
	width: 44px;
	height: 358px;
	}

#copymain {
	display: inline;
	float: left;
	}

#copy {
	display: block;
	padding: 20px 10px 20px 20px;
	margin: 0;
	border: 0;
	font-size: 1.4em;
	width: 434px;
	height: 169px;
	background: #5b85c2;
	overflow: auto;
	color: #000;
	}
	
#copyrightside {
	display: inline;
	float: left;
	width: 260px;
	height: 357px;
	}	

/* Navigation -----------------------------------------------------*/
/*-----------------------------------------------------------------*/
#navmain {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 195px;
	}

#navmain ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 195px;
	}

#navmain ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	}

	* html #navmain ul li { /* this selector recognized by IE only */
		display: inline; /* total width (only for IE5.x/Win) */
		disp\lay: block; /* content width (for other IE) */
		}

li#navmain_home,
li#navmain_cylinder_testing,	
li#navmain_cylinder_refurbishment,
li#navmain_paint_systems,
li#navmain_additional_services,
li#navmain_facility_overview,
li#navmain_delivery_and_pickup,
li#navmain_links,
li#navmain_contact_us,
li#navmain_home a,
li#navmain_cylinder_testing a,	
li#navmain_cylinder_refurbishment a,
li#navmain_paint_systems a,
li#navmain_additional_services a,
li#navmain_facility_overview a,
li#navmain_delivery_and_pickup a,
li#navmain_links a,
li#navmain_contact_us a {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}	

li#navmain_home a {
	padding: 36px 0 0 0;
	width: 195px;
	height: 36px;
	clip: rect(0, 195px, 36px, 0);	
	background: transparent url(../images/navmain_home.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	}

li#navmain_cylinder_testing a {
	padding: 24px 0 0 0;
	width: 195px;
	height: 24px;
	clip: rect(0, 195px, 24px, 0);	
	background: transparent url(../images/navmain_cylinder_testing.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
	
li#navmain_cylinder_refurbishment a {
	padding: 24px 0 0 0;
	width: 195px;
	height: 24px;
	clip: rect(0, 195px, 24px, 0);	
	background: transparent url(../images/navmain_cylinder_refurbishment.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
	
li#navmain_paint_systems a {
	padding: 24px 0 0 0;
	width: 195px;
	height: 24px;
	clip: rect(0, 195px, 24px, 0);	
	background: transparent url(../images/navmain_paint_systems.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
	
li#navmain_additional_services a {
	padding: 24px 0 0 0;
	width: 195px;
	height: 24px;
	clip: rect(0, 195px, 24px, 0);	
	background: transparent url(../images/navmain_additional_services.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
	
li#navmain_facility_overview a {
	padding: 24px 0 0 0;
	width: 195px;
	height: 24px;
	clip: rect(0, 195px, 24px, 0);	
	background: transparent url(../images/navmain_facility_overview.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}	
	
li#navmain_delivery_and_pickup a {
	padding: 28px 0 0 0;
	width: 195px;
	height: 28px;
	clip: rect(0, 195px, 28px, 0);	
	background: transparent url(../images/navmain_delivery_and_pickup.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:28px; /* for IE5.5's bad box model */
	}	
	
li#navmain_links a {
	padding: 21px 0 0 0;
	width: 195px;
	height: 21px;
	clip: rect(0, 195px, 21px, 0);	
	background: transparent url(../images/navmain_links.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:21px; /* for IE5.5's bad box model */
	}
	
li#navmain_contact_us a {
	padding: 21px 0 0 0;
	width: 195px;
	height: 21px;
	clip: rect(0, 195px, 21px, 0);	
	background: transparent url(../images/navmain_contact_us.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:21px; /* for IE5.5's bad box model */
	}

li#navmain_home a:hover,
li#navmain_cylinder_testing a:hover,	
li#navmain_cylinder_refurbishment a:hover,
li#navmain_paint_systems a:hover,
li#navmain_additional_services a:hover,
li#navmain_facility_overview a:hover,
li#navmain_delivery_and_pickup a:hover,
li#navmain_links a:hover,
li#navmain_contact_us a:hover,
li#navmain_home a.selected,
li#navmain_cylinder_testing a.selected,	
li#navmain_cylinder_refurbishment a.selected,
li#navmain_paint_systems a.selected,
li#navmain_additional_services a.selected,
li#navmain_facility_overview a.selected,
li#navmain_delivery_and_pickup a.selected,
li#navmain_links a.selected,
li#navmain_contact_us a.selected {
	background-position: -195px 0;
	}		



/* Images ----------------------------------------------------------*/
/*------------------------------------------------------------------*/
#body_left {
	width: 23px;
	height: 662px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/body_left.gif);
	float: left;
	}

#body_image_sliver {
	width: 44px;
	height: 127px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/body_image_sliver.jpg);
	float: left;
	display: inline;
	}
	
#body_image_sliver_bottom {
	width: 44px;
	height: 231px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/body_image_sliver_bottom.gif);
	float: left;
	display: inline;
	}

#copy_bottom {
	width: 464px;
	height: 148px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/copy_bottom.gif);
	float: left;
	display: inline;
	}

#body_right {
	width: 38px;
	height: 662px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/body_right.gif);
	float: left;
	display: inline;
	}


/* Secondary Pages -------------------------------------------------*/
/*------------------------------------------------------------------*/

#secondary_copy_background {
	width: 249px;
	height: 642px;
	padding: 22px 0 0 20px;
	margin: 0;
	border: 0;
	background: url(../images/secondary_copy_background.gif) no-repeat;
	float: left;
	display: block;
	}

#secondary_page_background {
	width: 761px;
	height: 662px;
	padding: 22px 0 0 20px;
	margin: 0;
	border: 0;
	background: url(../images/secondary_page_background.gif) no-repeat;
	float: left;
	display: block;
	}

#secondary_copy_background p {
	color: #1d4884;
	font-size: 1.2em;
	line-height: 1.3em;
	width: 220px;
	margin: 0 0 24px 0;
	padding: 0;
	border: 0;
	}
	
#secondary_page_background p {
	color: #1d4884;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 24px 0;
	padding: 0;
	border: 0;
	}
		
.column {
	display: inline;
	float: left;
	margin: 15px 6px 0 6px;
	height: 140px;
	}
	
#secondary_copy_background p.navsub_intro {
	color: #5c7dab;
	font-size: 1.2em;
	line-height: 1.3em;
	width: 220px;
	margin: 0 0 4px 0;
	padding: 0;
	border: 0;	
	}
	
#navsub {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 195px;
	}

#navsub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 195px;
	}

#navsub ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	}

	* html #navsub ul li { /* this selector recognized by IE only */
		display: inline; /* total width (only for IE5.x/Win) */
		disp\lay: block; /* content width (for other IE) */
		}

li#navsub_cylinder_testing_ultra_sonic,
li#navsub_cylinder_testing_hydrostatic,	
li#navsub_cylinder_testing_propane,
li#navsub_cylinder_testing_refrigerant,
li#navsub_cylinder_refurbishment_aluminum,
li#navsub_cylinder_refurbishment_blasting,
li#navsub_additional_neck_ring_replacement,
li#navsub_additional_gas_conversion,
li#navsub_additional_valve_replacement,
li#navsub_additional_eddy_current_testing,
li#navsub_cylinder_testing_ultra_sonic a,
li#navsub_cylinder_testing_hydrostatic a,	
li#navsub_cylinder_testing_propane a,
li#navsub_cylinder_testing_refrigerant a,
li#navsub_cylinder_refurbishment_aluminum a,
li#navsub_cylinder_refurbishment_blasting a,
li#navsub_additional_neck_ring_replacement a,
li#navsub_additional_gas_conversion a,
li#navsub_additional_valve_replacement a,
li#navsub_additional_eddy_current_testing a {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}	

li#navsub_cylinder_testing_ultra_sonic a {
	padding: 24px 0 0 0;
	width: 237px;
	height: 24px;
	clip: rect(0, 237px, 24px, 0);	
	background: transparent url(../images/navsub_cylinder_testing_ultra_sonic.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
	
li#navsub_cylinder_testing_hydrostatic a {
	padding: 24px 0 0 0;
	width: 237px;
	height: 24px;
	clip: rect(0, 237px, 24px, 0);	
	background: transparent url(../images/navsub_cylinder_testing_hydrostatic.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:50px; /* for IE5.5's bad box model */
	}

li#navsub_cylinder_testing_propane a {
	padding: 24px 0 0 0;
	width: 237px;
	height: 24px;
	clip: rect(0, 237px, 24px, 0);	
	background: transparent url(../images/navsub_cylinder_testing_propane.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
	
li#navsub_cylinder_testing_refrigerant a {
	padding: 24px 0 0 0;
	width: 237px;
	height: 24px;
	clip: rect(0, 237px, 24px, 0);	
	background: transparent url(../images/navsub_cylinder_testing_refrigerant.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
	
li#navsub_cylinder_refurbishment_aluminum a {
	padding: 24px 0 0 0;
	width: 237px;
	height: 24px;
	clip: rect(0, 237px, 24px, 0);	
	background: transparent url(../images/navsub_cylinder_refurbishment_aluminum.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
	
li#navsub_cylinder_refurbishment_blasting a {
	padding: 24px 0 0 0;
	width: 237px;
	height: 24px;
	clip: rect(0, 237px, 24px, 0);	
	background: transparent url(../images/navsub_cylinder_refurbishment_blasting.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}

li#navsub_additional_neck_ring_replacement a {
	padding: 24px 0 0 0;
	width: 237px;
	height: 24px;
	clip: rect(0, 237px, 24px, 0);	
	background: transparent url(../images/navsub_additional_neck_ring_replacement.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
	
li#navsub_additional_gas_conversion a {
	padding: 24px 0 0 0;
	width: 237px;
	height: 24px;
	clip: rect(0, 237px, 24px, 0);	
	background: transparent url(../images/navsub_additional_gas_conversion.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
	
li#navsub_additional_valve_replacement a {
	padding: 24px 0 0 0;
	width: 237px;
	height: 24px;
	clip: rect(0, 237px, 24px, 0);	
	background: transparent url(../images/navsub_additional_valve_replacement.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
	
li#navsub_additional_eddy_current_testing a {
	padding: 24px 0 0 0;
	width: 237px;
	height: 24px;
	clip: rect(0, 237px, 24px, 0);	
	background: transparent url(../images/navsub_additional_eddy_current_testing.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}			
		
li#navsub_cylinder_testing_ultra_sonic a:hover,
li#navsub_cylinder_testing_hydrostatic a:hover,
li#navsub_cylinder_testing_propane a:hover,
li#navsub_cylinder_testing_refrigerant a:hover,
li#navsub_cylinder_refurbishment_aluminum a:hover,
li#navsub_cylinder_refurbishment_blasting a:hover,
li#navsub_additional_neck_ring_replacement a:hover,
li#navsub_additional_gas_conversion a:hover,
li#navsub_additional_valve_replacement a:hover,
li#navsub_additional_eddy_current_testing a:hover,
li#navsub_cylinder_testing_ultra_sonic a.selected,
li#navsub_cylinder_testing_hydrostatic a.selected,
li#navsub_cylinder_testing_propane a.selected,
li#navsub_cylinder_testing_refrigerant a.selected,
li#navsub_cylinder_refurbishment_aluminum a.selected,
li#navsub_cylinder_refurbishment_blasting a.selected,
li#navsub_additional_neck_ring_replacement a.selected,
li#navsub_additional_gas_conversion a.selected,
li#navsub_additional_valve_replacement a.selected,
li#navsub_additional_eddy_current_testing a.selected {
	background-position: -237px 0;
	}	
	
#secondary_copy_image {
	width: 490px;
	height: 527px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	display: block;
	}
	
#secondary_image_footer {
	width: 490px;
	height: 135px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/secondary_image_footer.gif);
	float: left;
	display: block;
	}

/* Footer ----------------------------------------------------------*/
/*------------------------------------------------------------------*/


div#copyright_info {
	width: 195px;
	height: 342px;
	background: url(../images/cylinder_legal_bg.gif) no-repeat top left;
	margin: 0;
	padding: 0;
}

#copyright_info p {
	position: absolute;
	top: 425px;
	left: 26px;
	color: #6990c7;
	text-align: right;
	padding: 100px 0 0 0;
	margin: 0;
}

#copyright_info p a:link {
	color: #6990c7;
	font-weight: normal;
	text-decoration: underline;
}

#copyright_info p a:visited {
	color: #d98001;
	font-weight: normal;
	text-decoration: underline;
}

#copyright_info p a:hover {
	color: #d98001;
	font-weight: normal;
	text-decoration: none;
}

#copyright_info p a:active {
	color: #6990c7;
	font-weight: normal;
	text-decoration: none;
}