@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #374D64;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.thrColFixHdr #container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: top;
} 
#servicesContent hr {
}

.thrColFixHdr #header {
	background-image: url(images/Bsample_tower_header.jpg);
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	background-color: #ECFBFF;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#homecontent {
	padding-left: 20px;
	padding-top: 15px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-right: 120px;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
#splashcenter {
	margin-right: 150px;
	margin-left: 150px;
	background-image: url(images/splash_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 107px;
	text-align: center;
	padding-top: 28px;
}

.thrColFixHdr #footer {
	font-size: smaller;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
} 
#frontPageimages img {
	border: 2px solid #B6CEE1;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Begin Menu*/
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 130px;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 60%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(images/bg-bubplastic-h-blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar_content {
	position: relative;
	float: left;
}


.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: lowercase;
	font-family: "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	font-size: 100%;
	color: #E0ECF5;
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/bg-bubplastic-h-blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/bg-bubplastic-h-blue.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background-color: transparent;
	background-image: url(images/bg-bubplastic-h-red.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background-color: transparent;
	background-image: url(images/bg-bubplastic-h-red.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/*End Menu*/
                    
                    
#copywrite {
	float: right;
	width: 400px;
	margin-top: 10px;
	text-align: right;
}
#logo {
	padding-left: 2px;
	color: #000066;
	padding-top: 10px;
	width: 580px;
}
#contact {
	float: right;
	height: 70px;
	width: 220px;
	text-align: left;
	color: #FFFFFF;
	margin-top: 10px;
}
#mainContent li {
	font-weight: bold;
	list-style-type: none;
	margin-left: -30px;
}
#frontPageimages {
	margin-top: 100px;
}
#servicesContent h4 {
	margin-top: 1px;
	margin-bottom: 1px;
}
.description {
	margin-left: 15px;
	text-align: left;
}


#servicesContent p {
	margin-top: 8px;
	margin-bottom: 2px;
}
#servicesContent {
	padding-top: 3px;
	margin-right: 15px;
}
#contactcontent {
	padding-top: 20px;
	padding-left: 10px;
}
#gallery {
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
.style1 {
	color: #33ABFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	margin-top: 1px;
	margin-bottom: 6px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
	color: #33ABFF;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
	color: #33ABFF;
}
a:link {
	color: #33ABFF;
}
#contact a {
	color: #FFFFFF;
	margin-left: 40px;
	font-weight: bold;
	font-size: 11px;
}


#splash {
	height: 135px;
	font-family: "Trebuchet MS", Arial;
	color: #006666;
	font-size: 20px;
	font-weight: bold;
}
#splashleft {
	float: left;
	height: 107px;
	width: 160px;
	background-image: url(images/splash_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 28px;
	text-align: center;
}
#splashright {
	float: right;
	width: 160px;
	height: 107px;
	background-image: url(images/splash_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 28px;
}
#clientRight {
	text-align: left;
	background-image: url(images/splash_bg.gif);
	background-repeat: no-repeat;
	height: 110px;
	background-position: left top;
	padding-top: 12px;
	float: right;
	width: 300px;
	padding-left: 25px;
	font-weight: bold;
}
#clientLeft {
	float: left;
	height: 135px;
	width: 160px;
	background-image: url(images/splash_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: smaller;
}
#navBorder {
	border: 4px solid #B6CEE1;
	margin-left: 10px;
	width: 148px;
}
#serviceList {
	height: 135px;
	
}
.servicesright {
	text-align: left;
	background-image: url(images/servicesRight_bg.gif);
	background-repeat: no-repeat;
	height: auto;
	background-position: left top;
	float: right;
	width: 45%;
	padding-left: 20px;
	padding-right: 10px;
}
.servicesLeft {
	float: left;
	width: 42%;
	background-image: url(images/servicesLeft_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 20px;
}
.services {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	float: left;
	width: 100%;
}
.services p {
	margin-left: 20px;
	line-height: 13px;
}
.services li {
	list-style-image: url(images/BD14581_.GIF);
}
#emailAddresses {
	float: right;
	width: 40%;
	padding: 6px;
	border: 2px solid #B6CEE1;
}
#contactcontent a {
	color: #000066;
}
.style2 {
	font-size: 13px;
	color: #33ABFF;
	font-weight: bold;
}
a {
	font-size: 9px;
}
#splashright a {
	font-size: 10px;
	color: #006666;
}
#safetycontent {
	padding-top: 20px;
	padding-left: 40px;
}
