html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption, tbody, tfoot, thead, tr, th,  article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

#strContact { display: none; }

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline:none;
}
/* ---------------- common tags --------------------- */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.clear {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration:none;
}
/* ---------------- layout tags --------------------- */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#wrap {
	width:100%;
	background:url(../../_images/bg_wrap.png) repeat-x left top;
}
#box {
	width:1000px;
	margin:0 auto;
}
a.link1 {
	background:#5284ac;
	padding:7px 8px;
	display:inline-block;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}
a.link1:hover {
	background:#5a91bd;
}
/*header*/
#header {
	width:1000px;
	height:137px;
	margin-bottom:30px;
}
/*logo*/
#logo {
	width:314px;
	height:108px;
	float:left;
	margin-top:25px;
}
#header-right {
	width:657px;
	float:right;
}
/*top-nav*/
#top-nav {
	width:100%;
	padding-top:7px;
}
#top-nav ul {
	float:right;
}
#top-nav li {
	width:136px;
	float:left;
	font-size:12px;
	color:#fff;
	line-height:40px;
	text-align:center;
	margin-left:2px;
	cursor:pointer;
}
#top-nav li.blue {
	background:#3d6d92;
}
#top-nav li.blue:hover {
	background:#4482b2;
}
#top-nav li.red {
	background:#993f00;
}
#top-nav li.red:hover {
	background:#b04800;
}
#top-nav li a {
	color:#fff;
	display:block;
}
#top-nav li a:hover {
	color:#fff;
}
/* navigation */
#navigation {
	width:657px;
	height:58px;
	float:right;
	background:#343232;
	margin-top:32px;
}
#navigation li {
	float:left;
	font-size:13px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:58px;
	background:url(../../_images/nav_divider.png) no-repeat right center;
	padding-right:1px;
	padding-left:3px;
}
#navigation li.last {
	background:none;
	padding:0 0 0 0;
}
#navigation li a {
	color:#ccc9c9;
	display:inline-block;
	line-height:46px;
	padding:0 23px;
}
#navigation li a.last {
	padding:0 21px 0 20px;
}
#navigation li a:hover, #navigation li a.active {
	color:#fff;
	border-bottom:6px solid #e95e02;
}

/*showcase*/
#showcase {
	width:1010px;
	height:416px;
	background:url(../../_images/bg_showcase.png) no-repeat left bottom;
	margin:0 -5px 0 -5px;
}
.slide {
	width:980px;
	height:363px;
	padding:10px;
	background:#fff;
	margin-left:5px;
	
}

/*container*/
#container {
	width:1000px;
	margin:12px 10px 30px 20px;
}
/*leftcol*/
#leftcol {
	width:620px;
	float:left;
	margin-right:44px;
}
.content {
	width:100%;
}
.newsletter {
	width:100%;
	height:48px;
	line-height:48px;
	background:url(../../_images/bg_blue.png) repeat;
	margin-bottom:36px;
}
.newsletter h2 {
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	margin:0 25px 0 15px;
	float:left;
}
.newsletter label {
	color:#fff;
	margin-right:20px;
	float:left;
}
.newsletter .input {
	width:180px;
	height:24px;
	line-height:24px;
	padding:0 10px 0 10px;
	background:#fff;
	border:none;
	float:left;
	margin-top:12px;
}
.newsletter .button {
	width:75px;
	height:24px;
	line-height:24px;
	background:#e95e02;
	border:none;
	text-align:center;
	margin-top:12px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
.blog {
	width:274px;
	float:left;
	margin-right:50px;
}
.blog h2 {
	font-size:30px;
	color:#707070;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:9px;
	margin-bottom:6px;
}
.blog .imgb {
	width:287px;
	height:145px;
	background:url(../../_images/bg_imgb1.png) no-repeat left top;
	margin:0 -7px 6px -6px;
}
.blog .imgb .img{
	margin:12px 0 0 12px;
}
.blog p{
	line-height:14px;
	padding-bottom:12px;
}
.news {
	width:295px;
	float:left;
}
.news h2 {
	font-size:30px;
	color:#707070;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:9px;
	margin-bottom:15px;
}
.news li{
	width:295px;
	float:left;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:15px;
	margin-bottom:20px;
}
.news li .imgb {
	width:80px;
	height:80px;
	background:#fff;
	border:1px solid #d9d9d9;
	padding:5px;
	float:left;
	margin-right:15px;
}
.news li .txtb {
	width:185px;
	float:left;
}

.news li .txtc {
	width:275px;
	float:left;
}

.news li .txtb p {
	line-height:14px;
	padding-bottom:10px;
}
.news li .txtb span {
	color:#2c85e1;
	display:block;
	padding-bottom:2px;
}

.news li .txtc p {
	line-height:14px;
	padding-bottom:10px;
}
.news li .txtc span {
	color:#2c85e1;
	display:block;
	padding-bottom:2px;
}

/*rightcol*/
#rightcol {
	width:281px;
	float:left;
	background:url(../../_images/bg_gary.png) repeat;
	padding:16px 12px;
}
#rightcol h2 {
	font-size:30px;
	color:#5284ac;
	text-transform:uppercase;
	border-bottom:1px solid #5284ac;
	padding-bottom:9px;
	margin-bottom:10px;
}
.facebook {
	width:282px;
	height:360px;
	float:left;
}
/*bottom*/
#bottom {
	width:1000px;
	float:left;
	background:url(../../_images/bg_white.png) repeat;
}
.bottom-left {
	width:600px;
	float:left;
	margin:20px 20px 0 40px;
}
.bottom-left h2 {
	font-size:36px;
	color:#598db8;
	text-transform:uppercase;
	border-bottom:1px solid #dde7ef;
	padding-bottom:8px;
	margin-bottom:35px;
}
.bottom-left .imgb {
	width:315px;
	float:left;
	position:relative;
	left:0px;
	top:0px;
}
.bottom-left .imgb img{
	position:absolute;
	left:-85px;
	top:-17px;
}
.bottom-left .txtb {
	width:280px;
	float:right;
	margin-right:10px;
}
.bottom-left .txtb p {
	line-height:14px;
	padding-bottom:15px;
}
.bottom-left .txtb a.link1 {
	margin-bottom:18px;
}
.bottom-right {
	width:315px;
	float:left;
	margin:25px 20px 0 0;
	min-height: 290px;
}
.bottom-right h2 {
	font-size:28px;
	color:#707070;
	text-transform:uppercase;
	display:inline-block;
	float:left;
	margin-bottom:25px;
}
.bottom-right a.link1 {
	float:right;
}
.bottom-right .imgb{
	width:100%;
}
.bottom-right .imgb img{
	margin-bottom:20px;
}
/*footer*/
#footer {
	width:100%;
	height:250px;
	background:url(../../_images/bg_footer.png) repeat;
	border-top:6px solid #312f2f;
}
.footer-block {
	width:1000px;
	margin:0 auto;
	padding:35px 0 0 0;
}
.footer-block  .arrow-left {
	width:56px;
	float:left;
	margin:0 10px 0 5px;
}
.footer-block  .arrow-right {
	width:56px;
	float:right;
	margin:55px 10px 0 5px;
}
.footer-top{
	width:855px;
	float:left;
	font-size:30px;
	color:#968d86;
	line-height:35px;
	padding-top:12px;
	margin-bottom:30px;
}
.footer-top p{
	line-height:35px;
}
.footer-top p span{
	font-size:16px;
	color:#e85f0c;
	font-weight:bold;
	font-style:italic;
}
.footer-top p span a{
	color:#e85f0c;
}
.footer-top p span a:hover{
	color:#e85f0c;
}
.footer-bot{
	width:860px;
	float:left;
	margin-left:65px;
	padding-top:25px;
	border-top:1px solid #4f4d4d;
	color:#c9c4c0;
	text-align:center;
}
.footer-bot ul{
	margin:0 0 12px 5px;
	float:left;
	margin-left: 65px;
}
.footer-bot li{
	float:left;
	color:#c9c4c0;
	font-size:11px;
	padding-right:5px;
}
.footer-bot li a{
	color:#c9c4c0;
	padding:0 7px;
}
.footer-bot li a:hover{
	color:#8e8a87;
}
.footer-bot span{
	color:#8e8a87;
	display:block;
}
/*inner*/
#showcase-inner {
	width:998px;
	background:#fff;
	border:1px solid #dcdbdb;
}
.slide-inner {
	width:976px;
	padding:11px 11px;
	background:none;
}
.slide-inner img{
	border:1px solid #dcdbdb;
}
#container-inner {
	width:1000px;
	background:#fff;
}
#leftcol-inner {
	width:240px;
	min-height:1285px;
	float:left;
	margin-right:42px;
	background:#d6d5d5;
}
#sub-nav {
	width:100%;
}
#sub-nav h2 {
	font-size:20px;
	color:#fff;
	line-height:35px;
	text-transform:uppercase;
	background:#4e4e50;
	padding-left:12px;
	margin-top:18px;
}
#sub-nav li {
	font-size:13px;
	color:#dddcdc;
	font-weight:bold;
	line-height:30px;
	background:#999899;
	padding-left:12px;
	margin-top:5px;
}
#sub-nav li a {
	color:#dddcdc;
	line-height:30px;
	background:url(../../_images/arrow1.png) no-repeat left center;
	padding-left:15px;
}
#sub-nav li a:hover {
	color:#ebebeb;
}
#rightcol-inner {
	width:655px;
	float:left;
}
.news-inner {
	width:100%;
	padding-top:30px;
	color: #5f5e5e;
	line-height:18px;
}

.news-inner p{
	line-height:18px;
	padding-bottom:10px;
}


.news-inner a:link, a:visited	{
	color: #808080;
	text-decoration: underline;
}
	
.news-inner a:hover	{
	text-decoration: none;
}




.news-inner ul{

	margin:0 15px;

	display:block;

	padding:0 0 10px 0;

	

}



.news-inner ul li{

  padding:0 0 0 5px;

  float:none;

  list-style-type: disc;

  }

  


.news-inner h2 {
	font-size:30px;
	color:#4e4e50;
	text-transform:uppercase;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:12px;
	margin-bottom:20px;
}



.news-inner .common {
	width:655px;
	float:left;
	padding-left:4px;
	margin-bottom:45px;
}
.news-inner .imgb {
	width:256px;
	height:177px;
	float:left;
	background:url(../../_images/bg_imgb2.png) no-repeat left top;
	margin:0 -12px 0 -11px;
}
.news-inner .imgb .img {
	margin:15px 0 0 12px;
}
.news-inner .txtb {
	width:390px;
	float:left;
	margin-left:22px;
	padding-top:10px;
	color:#595959;
}
.news-inner h3 {
	font-size:16px;
	padding-bottom:15px;
	color:#5f5e5e;
}
.news-inner .txtb span {
	display:block;
	font-style:italic;
	padding-bottom:2px;
}
.news-inner .txtb p {
	line-height:14px;
	padding-bottom:10px;
}

.imgc {
	border: 1px solid #dcdbdb;
	padding: 5px;
	width: 233px;
	float: left;
	margin-right: 20px;
}

.imgd {
	border: 1px solid #dcdbdb;
	padding: 5px;
	width: 264px;
	float: left;
	margin-right: 20px;
}

/*//////////////////////FONTS//////////////////////*/


@font-face {

    font-family: 'Tex';

    src: url('https://www.oilspillequipment.com/fonts/texgyreadventor-regular.eot');

    src: local('Tex'), 

         local('Tex'), 

		 url('https://www.oilspillequipment.com/fonts/texgyreadventor-regular.woff') format('woff'),

         url('https://www.oilspillequipment.com/fonts/texgyreadventor-regular.ttf') format('truetype'),

         url('https://www.oilspillequipment.com/fonts/texgyreadventor-regular.svg') format('svg'); 

}



