@charset "UTF-8";
/*-------------------------------------------------------------------- 

[Master Stylesheet] 
  
- Project:    Vermillion Pump and Drilling
- Version:    1.0 

- Contact: 	info@olympicwebdesign.com

- Last CSS Update: July 18th, 2013 
			
-------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
/* @group Clearfix */

/*------Clear Fix------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* main rules */

html {
	background-color: #2b2b2b;
}
body {
	background: #2b2b2b;
	font: 12px Arial, sans-serif;
	color: #fff;
	line-height: 1.5;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: 0;
}
a {
	outline: 0;
}
.nobr {
	white-space: nowrap
}
label {
	margin: 15px 0 0 10px;
	color: #ccc;
}
input, textarea {
	color: #ccc;
}
address {
    font-weight: normal;
    font-style: normal;
}
.img_border {
	padding: 3px;
	border: 1px solid #666;
}

/* links */

@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a:link, a:visited {
	color: #009ecb;
	font-family: Arial;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
.nav_main a:link, .nav_main a:visited {
	color: #fff;
	font-size: 16px;
	font-family: impactregular, Arial, sans-serif;
	text-decoration: none;
}
.nav_main a:hover {
	color: #009ecb;
	font-size: 16px;
}
.nav_sml a:link, .nav_sml a:visited {
	color: #8b8b8b;
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
.nav_sml a:hover {
	color: #009ecb;
	font-size: 11px;
}

/* text */

h3 {
	color: #fff;
	font: 19px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	border-bottom: 1px solid #333;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: normal;
}
.white_small {
	color: #fff;
	font: 11px Arial, sans-serif;
}
.white_med {
	color: #fff;
	font: 12px Arial, sans-serif;
}
.gray_small {
	color: #8b8b8b;
	font: 10px Arial, sans-serif;
}
.blue_lrg {
	color: #009ecb;
	font: 14px Arial, sans-serif;
	font-weight: bold;
}
.imp_blue {
	color: #009ecb;
	font-family: impactregular, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.green_lrg, .services_header, .landing_number, .contact_header {
	color: #00aef0;
	font: 14px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.blue {
	color: #009ecb;
}
.content_title {
	color: #fff;
	font-family: impactregular, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.footer_title {
	color: #8b8b8b;
	font-family: impactregular, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}
.overlay_title {
	color: #00ad00;
	font-family: impactregular, sans-serif;
	font-size: 28px;
}

/* page */

#page_wrap {
	margin: 0px auto;
	background: url(../images/bg_page.png) repeat-x 0 0;
}
#center_wrap {
	margin: 0px auto;
	width: 850px;
}

/* header */

#header {
	width: 850px;
	height: 85px;
}
.header_title {
	width: 550px;
}
.header_address {
	width: 200px;
}
#header table {
	padding-top: 10px;
}
h1.logo a {
	display: block;
	background: url(../images/logo.png) no-repeat 0 0;
	width: 175px;
	height: 0;
	padding-top: 70px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

/* nav */

.nav_wrap {	
	width: 830px; /* 850 */
	padding: 0 10px 0 10px;
	background: url(../images/bg_nav.png) no-repeat 0 0;
	margin-bottom: 13px;
}
.nav_wrap ul {
	list-style: none;	
}
.nav_wrap ul li a {
	float: left;
	display: block;
	padding: 30px 14px 30px 14px;
}

/* lists */

.list_1 li {
	margin-left: 20px;
}

/* content */

.col_lrg {
	width: 525px; /* 565 */
	padding: 13px 20px 20px 20px;
	background: #121212;
	margin-top: 13px;
}
.col_xlrg {
	width: 810px; /* 850 */
	padding: 13px 20px 20px 20px;
	background: #121212;
	margin-top: 13px;
}
.col_sml {
	width: 236px; /* 270 */
	padding: 13px 17px 31px 17px;
	background: #121212;
	margin-top: 13px;
}
.col_xsml {
	position: relative;
	width: 166px;
	height: 300px;
}
.col_xsml img {
	margin-bottom: 3px;
}
.col_long {
	width: 100%;
	margin-top: 10px;
}
.col_half {
	width: 240px;
	margin-top: 0;
	padding: 0 20px 0 0;
}
.col_half ul {
	list-style: none;
	margin: 7px 0 0 5px;
}
.main_image {
	position: relative;
	width: 850px;
	height: 280px;
	overflow: hidden;
	background: url(../images/vermillion-pump-drilling-llc.jpg) no-repeat 0 0;
}
.header_lrg, .header_sml, .header_xlrg {
	padding-bottom: 3px;
	border-bottom: 2px solid #004e6c;
	margin-bottom: 10px;
}
.header_footer {
	width: 586px;
	padding-bottom: 2px;
	border-bottom: 2px solid #004e6c;
	margin-bottom: 6px;
}
.icon {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	background: url(../images/icon_accent.png) no-repeat 0 0;
}
.button_learnmore {
	width: 142px;
	height: 30px;
	display: block;
	overflow: hidden;
	background: url(../images/button_learnmore.png) no-repeat 0 0;
	margin-top: 10px;
}
.button_learnmore:hover {
	background-position: 0 -30px;
}
.button_learnmore2 {
	position: absolute;
	bottom: 0;
	width: 166px;
	height: 30px;
	display: block;
	overflow: hidden;
	background: url(../images/button_learnmore.png) no-repeat 0 0;
}
.button_learnmore2:hover {
	background-position: 0 -30px;
}
.button_submit {
	width: 248px;
	height: 30px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/button_submit.png) no-repeat 0 0;
}
.button_submit:hover {
	background-position: 0 -30px;
}
.star_wrap {
	width: 100px;
}
.star_wrap img {
	display: inline-block;
	margin-top: 8px;
	cursor: pointer;
}
.input_lrg {
	width: 212px;
	height: 91px;
	background: #191919;
	border: 2px solid #003144;
	margin: 0 0 7px 0;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
}
.input_med {
	width: 212px;
	height: 32px;
	border: 2px solid #003144;
	margin: 0 0 7px 0;
	padding: 0 10px 0 10px;
	background: #191919;
}
.input_sml {
	width: 40px;
	height: 30px;
	border: 2px solid #003144;
	margin: 7px 0 7px 0;
	padding: 0 10px 0 10px;
	background: #191919;
}
.overlay_wrap {
	position: absolute;
	width: 525px; /*565px;*/
	height: 97px;  /*100px;*/
	padding: 5px 20px 0px 20px;
	background: url(../images/overlay.png) repeat 0 0;
	bottom: 30px;
	left: 0;
}
.overlay_wrap p {
	padding: 0;
	margin: 0;
}
.imp_white {
	color: #fff;
	font-family: impactregular, sans-serif;
	font-size: 22px;
	font-weight: normal;
}
.review_wrap img {
	border: none;
}
.review_wrap p.review_left {
	color: #00aef0;
    float: left;
	margin-bottom: 6px;
}
.review_wrap p.review_right {
	color: #00aef0;
    float: right;
	margin-bottom: 6px;
}
.map_border {
	width: 516px;
	border: 4px solid #004e6c;
	margin: 0 0 0 0;
}
.blue_line_thick {
	width: 850px;
	height: 7px;
	background: #004e6c;
}
#faqs a {
	font-size: 14px;
	font-weight: bold;
	color: #009ecb;
}

/* footer */

#footer_wrap {
	margin: 0px auto;
	padding: 13px 0 25px 0;
}
.footer_center {
	margin: 0px auto;
	width: 850px;
}
.footer_flap {
	width: 810px; /* 850 */
	height: 105px;
	text-align: left;
	background: url(../images/bg_footer.png) no-repeat 0 0;
	padding: 18px 20px 20px 20px;
	margin: 0 0 20px 0;
}
.footer_logo {
	width: 176px;
	padding: 52px 0 0 0;
	margin: 10px 10px 0 0;
	text-align: center;
	background: url(../images/logo_footer.png) no-repeat 0 0;
}
.footer_one {
	position: relative;
	width: 221px; /* 241 */
	padding: 0 0 0 20px;
}
.footer_two {
	position: relative;
	width: 257px; /* 337 */
	padding: 0 0 0 70px;
	color: #8b8b8b;
}
.footer_three {
	position: relative;
	width: 187px;
	padding: 0 20px 0 60px;
	color: #8b8b8b;
}
.footer_line {
	width: 1px;
	height: 180px;
	background: url(../images/bg_footer_line.png) no-repeat 0 0;
}
.accent_footer, .accent_footer2, .accent_footer3 {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 2;
	width: 15px;
	height: 16px;
	background: url(../images/icon_accent_footer.png) no-repeat 0 0;
}
.accent_footer2 {
	left: 50px;
}
.accent_footer3 {
	left: 38px;
}
.table_license {
	width: 587px;
	font-size: 11px;
}
.table_nav {
	width: 221px;
}
.lnum {
	text-align: right;
	width: 80px;
	color: #009ecb;
}
.icon_footer {
	width: 14px;
	height: 16px;
	background: url(../images/icon_accent.png) no-repeat 0 0;
}

/*  lightbox  */

#lightbox { 
position: fixed; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
background: rgba(0, 0, 0, .8); 
}

#lightbox p { 
position:fixed; 
z-index:999; 
cursor:pointer; 
right:10px; 
top:10px ;
text-align:  right; 
padding: .25em .5em;  
color: #fff; 
margin-right: 20px; 
font-size: 20px;  
background: rgba(100, 100, 100, .5); 
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}

#slideshow { 
position: relative; 
z-index: 100; 
text-align:center; 
width: 95%; 
height:95%; 
margin: 10 auto;
padding: 0px; 
background-color: transparent;red; 
//box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow img { 
position: absolute; 
top: 5%; 
left: 0px; 
right: 0px; 
bottom:5%;
align:center; 
max-width:90%; 
max-height:90%; 
margin:auto;
}

.nav { display: none; z-index:999; }
.prev, .next { 
position: absolute; 
top: 50%; 
z-index:999; 
cursor:pointer; 
background: rgba(100, 100, 100, .5); 
padding: .25em .5em; 
color: #fff; text-decoration: none; 
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}

.next { right: 10px; }
.prev { left: 10px; }

.thumb{
width: 165px;
height: auto;
margin:5px 5px 5px 0;
}