/* main selectors */
body {
	margin: 0;
	padding: 0;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFF;
}

a {
	color: #666666;
	text-decoration: underline;
}


a.gray
{
	color: #666666 !important;
	text-decoration: none;
}

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

img {
	border: none;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

ul {
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
}

p.more {
	text-align: right;
	font-size: 11px;
}

/* SEO headings */
h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 80px;
	left: 600px;
}

.index h1 {
	top: 85px;
	left: 709px;
}

h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/logo.gif) no-repeat;
	width: 116px;
	height: 122px;
}

.index h1 a {

	width: 240px;
	height: 164px;
	background-image: url(images/logo-index.gif);
}

h2 {
	text-transform: uppercase;
	margin: 0 0 6px 0;
	padding: 12px 0 2px 0;
	border-bottom: 2px solid #FF9901;
	font-size: 14px;
	font-weight: bold;
}

/* container section */
#container {
	width: 960px;
	padding: 0 5px;
	background: url(images/wide-background-container.gif) repeat-y;
	margin: 0 auto;
}

/* header section */
#header {
	width: 100%;
	position: relative;
}

#header div.flash {
	border-top: 5px solid #666;
	border-bottom: 5px solid #666;
	padding: 2px 1px;
	clear: both;
}

#header div.flash img {
	display: block;
}

/* main navigation section */
#navigation-main {
	margin: 0;
	padding: 30px 0 0;
	list-style: none;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
}

#navigation-main li {
	float: left;
	padding: 0 0 5px 0;
	position: relative;
	line-height: 13px;
}

#navigation-main li a {
	color: #666;
	text-decoration: none;
	border-left: 1px solid #8C8C8C;
	padding: 0 9px ;
}

#navigation-main li.first a {
	border-left: none;
}

#navigation-main li a:hover,
#navigation-main li.current_page_item a,
#navigation-main li:hover a,
#navigation-main li.hover a {
	color: #FF9900;
	text-decoration: none;
}

#navigation-main li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: none;
	font-weight: bold;
	font-size: 11px;
}

#navigation-main li li {
	padding: 0;
	float: none;
	line-height: 14px;
}

#navigation-main li ul li ul {
	font-weight: normal;
	padding-left: 9px;
	padding-bottom: 12px;
}

#navigation-main li ul li ul li ul {
	padding-bottom: 0;
}

#navigation-main li li a {
	border: none;
	padding: 0 0 500px 0;
	text-decoration: underline !important;
	white-space: nowrap;
	color: #666 !important;
}

#navigation-main li li a:hover{
	text-decoration: none !important;
}

#navigation-main ul.drop {
	position: absolute;
	top: 18px;
	left: 5px;
	display: none;
	background-color: #F2F2F2;
	margin: 0;
	padding: 12px 12px 25px 12px;
}

#navigation-main li:hover ul.drop,
#navigation-main li.hover ul.drop {
	display: block;
}

/* footer section */
#footer {
	width: 960px;
	margin-left: -5px;
	padding: 0 5px;
	margin-right: -5px;
	background: url(images/wide-background-footer.gif) no-repeat bottom left;
}

#footer div.main {
	width: 100%;
	background-color: #666666;
	overflow: hidden;
}

#footer dl {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 11px;
	color: #FFF;
}

#footer dl dt {
	margin: 0;
	padding: 0 0 0 38px;
	font-weight: bold;
	float: left;
	line-height: 35px;
}

#footer dl dd {
	margin: 0;
	padding: 0 38px 0 5px;
	float: left;
	line-height: 35px;
}

#footer dl dt.last,
#footer dl dd.last {
	background-color: #FF9901;
	color: #424242;
}

#footer dl a {
	color: #FFF;
	text-decoration: none;
}

#footer dl a:hover {
	text-decoration: underline;
}

#footer div.sub {
	background: url(images/background-footer-sub.gif) repeat-x;
	padding: 25px;
	text-align: right;
	font-size: 11px;
	color: #999;
}

#footer div.sub p {
	margin: 0;
	padding: 0 0 4px 0;
}

#footer div.sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#footer div.sub ul li {
	display: inline;
	border-left: 1px solid #999;
	padding: 0 0 0 4px;
}
#footer div.sub ul li.first {
	border-left: none;
}

/* content section */
#content {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

.index #content {
	padding-top: 15px;
}

#content-primary {
	width: 659px;
	float: left;
	padding-left: 22px;
	padding-top: 5px;
}

#content-secondary {
	width: 207px;
	float: right;
	padding: 0 22px 20px 0;
}

/* inner boxes section */

/* article box */
div.article {
	padding-bottom: 20px;
}

div.article img {
	display: block;
	margin: 0 auto 20px auto;
}

/* promo section */
div.promo {
	padding-bottom: 20px;
	text-align: center;
}

/* teasers section */
ul.teasers {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

div.promo ul.teasers {
	padding-bottom: 50px;
	padding-top: 30px;
}

ul.teasers li {
	display: inline;
	padding: 0 16px;
}

ul.teasers li img {
	display: inline !important;
}


ul.teasers2 {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

div.promo ul.teasers2 {
	padding-bottom: 50px;
	padding-top: 30px;
}

ul.teasers2 li {
	display: inline;
	padding: 0 5px;
}

ul.teasers2 li img {
	display: inline !important;
}



ul.teasers3 {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	text-align: center;
}

div.promo ul.teasers3 {
	padding-bottom: 50px;
	padding-top: 30px;
}

ul.teasers3 li {
	display: inline;
	padding: 0 13px;
}

ul.teasers3 li img {
	display: inline !important;
}



/* 3 columns */
.newleftcol {
	min-width:150;
	padding:0px;
	float:left;
	background:#fff;
}
	
.newcentercol {
	min-width:150;
	padding:0px;
	float:left;
	background:#eee;
}
	
.newrightcol {
	min-width:150;
	padding:0px;
	float:left;
	background:#fff;
}


/* secondary navigation section */
#navigation-secondary {
	margin: 0;
	padding: 0 0 0 40px;
	font-weight: bold;
	list-style: none;
}


#navigation-secondary a {
	color: #FF9900;
}

#navigation-secondary a:hover {
	color: #FF9900;
	text-decoration: none;
}

#navigation-secondary .current_page_item a
{
	color: #666666;
	text-decoration: none;
}

#navigation-secondary .current_page_item ul a
{
	color: #FF9900 !important;
	text-decoration: underline !important;
}



#navigation-secondary .current_page_item ul a:hover
{
	color: #FF9900 !important;
	text-decoration: none !important;
}




#navigation-secondary ul {
	margin: 0;
	padding: 0 0 16px 6px;
	list-style: none;
	font-size:11px;
}
#navigation-secondary ul ul {
	font-weight: normal;
}

#navigation-secondary ul ul ul {
	padding-bottom: 0;
}

/* contact box */
p.contact {
	width: 100%;
	overflow: hidden;
}

p.contact a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 182px;
	height: 50px;
	background: url(images/contact.jpg) no-repeat;
	float: right;
}

p.contact a:hover {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 182px;
	height: 50px;
	background: url(images/contact2.jpg) no-repeat;
	float: right;
}


/* testimonial box section */
div.testimonial {
	background: url(images/quote-left.gif) no-repeat;
	padding: 27px 0 0 12px;
}
div.testimonial a {
        color: #ff9900;
}
div.testimonial a:hover {
        color: #666666;
        text-decoration: none;
}

div.testimonial blockquote {
	margin: 0;
	padding: 0;
	background: url(images/quote-right.gif) no-repeat bottom right;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

div.testimonial p.author {
	text-align: right;
	margin-top: -12px;
	padding-bottom: 8px;
}
div.testimonial p.author span {
	display: block;
}


.page-item-12 ul {
	padding-bottom:0 !important;
}

.cen {
	text-align: center;
}
.mytest {
        border-top:#e2e2e2 solid 1px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 10px;
        text-align: justify;
}
.mytest2 {
        margin-bottom: 0px;
        padding: 0px;
        text-align: justify;
}
/*old style sheet*/
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
	color: #333333;
}
.titleswhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.titleswhitesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.mycasestudies {
        border-bottom: #e2e2e2 solid 1px;
        padding-top: 25px;
        padding-bottom: 8px;
        text-align: center;
}
.mycasestudies p {
        text-align: justify;
}
.mycasestudies2 {
        text-align: left;
        padding-left: 23px;
}
.mytagline {
        text-align: center;
        font-size: 15px;
        line-height: 130%;
        margin-top: 10px;
        margin-bottom: 17px;
        padding-left: 20px;
        padding-right: 30px;
}
.mytable {
        border-left: #555555 solid 1px;
}
.mytable tr {
        border-bottom: #555555 solid 1px;
}
.mytable td {
        border-top: #555555 solid 1px;
        border-right: #555555 solid 1px;
}
.justify {
        text-align:justify;
}
.gases {
        text-align: center;
}
.gases a {
        color: #ff9900;
}
.gases a:hover {
        color: #666666;
        text-decoration: none;
}
.myblockquote {
text-align:justify;
margin-top: 15px;
margin-bottom: 0px;
}
.gaslist {
text-align: left;
float: left;
width: 150px;
height: 100px;
margin-top: 6px;
margin-bottom: 2px;
margin-right: 16px;
padding-left: 0px;
padding-right: 0px;
line-height: 130%;
overflow: hidden;
}

.mysitemap ul {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.mysitemap ul ul {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.mysitemap ul ul ul {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.mysitemap ul ul ul ul {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.mysitemap li {
margin-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 3px;
}
.mysitemap li li {
margin-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 3px;
}
.mysitemap li li li {
margin-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 3px;
}
.mysitemap li li li li {
margin-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 3px;
}