﻿@charset "utf-8";
/* CSS Document */
/*.......................................................................................
	Site	: FracLink
	Author	: Matt Milam
	Company : Cudd Energy Services
	Date 	: 5/11/2015
..........................................................................................*/

/* CSS RESET LAYOUT */
html, body, div, span, applet, object, iframe, img, h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; border: 0; outline: 0; font: inherit; font-size: 100%; }

/*html, body, form, #wrap {height: 100%;}*/

body { font-family: 'Open Sans', sans-serif; color: #000; background:url(../images/bgrnd.jpg) #000 no-repeat; border-top: 4px solid #808285; }

/* STANDARD HTML SETTINGS */
p { font-family: 'Open Sans', sans-serif; color:#fff; font-size: 14px; line-height:20px; font-weight:300; text-align:left; padding-bottom:15px; }


/* MAIN STRUCTURE STYLES */
/*#mainwrap { position:relative; min-width:100%; margin-left:auto; margin-right:auto; min-height:100%; }*/
#main {overflow:auto; min-height:550px; }  /* padding-bottom must be same height as the footer */
#footer { position: fixed; width:100%; bottom:0px; height: 23px; padding-top:6px; padding-left:5px; background-color:black; color:white; }
#footerright { float:right; padding-right:25px; }
#Content { position: absolute; left: 190px; top: 0px; }

/* MISC */
::selection { background: #000; color: white; /* Safari */ }
::-moz-selection { background: #000; color: white; /* Firefox */ }

/* IMAGES */
.frac-logo { padding-bottom:20px; margin:0 0 0 10px; }
.logo { margin:0 auto; width:380px; height:84px; }
.center { position:absolute; left: 50%; top: 50%; margin-left:-70px; margin-top: -280px; }

#menu { position:absolute; left:21px; top:260px; width:135px; border:0px; text-align:right; color:white; font-family:Arial; }
#lTitle { font-size: 24px; color: white; font-weight: bold; }
.disclaimer { font-size:12px; color:#fff; }
.beta { float:right; padding-top:20px;}
.pagemenuItem { color: white; text-decoration: none; }
