/*
This stylesheet applies to all browsers other than IE 6.5 or earlier
*/

body {
	background: #6f7070 url(images/img01.jpg) repeat-x top left; /* grey */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}

input, textarea {
	width: 220px;
	background: #000000 url(images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	color: #31363B;
	letter-spacing: -1px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #C11A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

#header {
	width: 960px;
	height: 553px;
	margin: 0 auto;
}



#splash {
	width: 865px;
	height: 367px;
	background: url(images/inyourcornerSplash.jpg) no-repeat left top;
}

/* Header */

#header {
	width: 754px;
    height: 415px;
	margin: 0 auto;
}

#menu {
	height: 44px;
	width: 754px;
	padding-left: 45px;
	background: url(images/menubar.gif) no-repeat left top;
	font-family: Verdana, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 30px 1px 18px;
	margin-right: 1px;
	height: 30px;
	background: url(images/img03.gif) no-repeat left 35%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
    font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: none;
	color: #FFFFFF;
}


#wrapper {
	width: 754px;
	margin: 0 auto;
	background: url(images/background_color.jpg) repeat left top; /* White */
}

/* Page */

#page {
	width: 754px;
	margin: 0px;
    padding-top:2px;
}

/* Comparison Chart */

#compchart {
  margin-left:4px;
}

/* PDF download of Comparison Chart */
#PDFdownload {
  margin-left: 200px;
  font-size: medium;
}


/* cylinderservice */

#cylinderservice {
	float: right;
	width: 315px;
    margin-right: 3%;
}

/* jobsiterecovery */

#jobsiterecovery {
	float: left;
	width: 390px;
    margin-left: 3%;
}

#spacer{
  float:left;
   background-image: url(images/1pxtransparent.gif);
   background-repeat: repeat;
   height: 30px;
   width: 100%;
   margin-bottom:50px;
}


#bottomrow{
  margin: 0px 0 10px -30px;
}


#themegraphic {
    float: left;
    margin-left: 40px;
    width: 25.3%;
}

#valueadded {
	float: left;
	width: 37.3%;
}

#thumbnailad {
   float: right;
   width: 28.3%;
}

.tndesc {
  float:right;
  margin-right: 35.3%;

}

.post {
}

.post .title {
	margin: 0;
	padding: 10px 20px 5px 10px;
}

.post h2.title{
  font-family: Impact, Verdana, monospace;
  font-size: x-large;
  font-weight: bold;
  font-stretch: expanded;
  color: #FFF100;
}



.post h1.title {
	padding: 5px 0  0 50px;
	height: 40px;
	font-size: 2.4em;
	text-transform: lowercase;
}

.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	margin: -20px;
	padding: 5px 20px;
}

.post a {
	color: #31363B;
}


/* Footer */

#footer {
    height: 44px;
	width: 754px;
	margin: 0 auto;
	background: #FFFFFF url(images/menubar.gif) no-repeat left top;
	clear: both;
}

#footer p {
	margin: 0;
	line-height: normal;
	padding: 12px 15px;
    color:white;
    font-size: x-small;
}

#footer a {
}

#footer .legal {
	float: left;
    margin-top: 0px;
    margin-left: 200px;
}

