@charset "UTF-8";
/* CSS Document */
/* Table of Contents:

Global Styles � (body, paragraphs, lists, etc)
Header
Page Structure
Headings
Text Styles
	
*/
/* Reset
--------------------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;	
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* Global Styles
--------------------------------------------------------------------------------------- */
html, body { border:0; margin:0; padding:0; font-family:'Lucida Grande', Arial, Helvetica sans-serif; color:#939292; text-align:left; background:url(../images/bDrop_body.gif) top repeat-x; background-color:#eef9fc; height:100%; }




/* Page Structure
--------------------------------------------------------------------------------------- */

#page {margin: 0 auto; width:775px; }
* html #page { height:100%; }

#header {height:75px;  }

#content { padding:0px 35px 25px 35px; }

#wrap {width:775px; height:435px; }

#direct { list-style:none;	margin:0px; padding:0px; clear:both; line-height:0px;}
#direct li { float:left;}
#direct li a { height:435px; display:block; float:left; text-decoration:none; text-indent: -900em;}


/* Headings
--------------------------------------------------------------------------------------- */

h1, h2, h3 {}

#header h1 { text-align:left; margin:0; background:url(../images/bDrop_header.gif) no-repeat; text-indent:-9999px; width:775px; height:75px; }

/* Text Styles
--------------------------------------------------------------------------------------- */

p { margin-bottom:10px; padding:3px; font-size:12px; line-height:18px; }

/* Links
--------------------------------------------------------------------------------------- */

a, a:link, a:visited, a:hover {text-decoration:none; margin:0; padding:0; }

#content a, a:link, a:visited, a:hover {margin:0; text-decoration:none; font-family:'Lucida Grande', Arial, Helvetica sans-serif; color:#0b9dd3; padding:2px; font-weight:300; font-size:12px; }
#content a:hover {text-decoration:none; background-color:#0b9dd3; color:#eef9fc;}

#direct #home a {	width:372px; background: url(../images/bDrop_home.jpg) no-repeat left top; margin:0; padding:0;}
#direct #home a:hover { background: url(../images/bDrop_home.jpg) no-repeat left bottom;}

#direct #concrete a {	width:383px; background: url(../images/bDrop_concrete.jpg) no-repeat left top; margin:0; padding:0;}
#direct #concrete a:hover { background: url(../images/bDrop_concrete.jpg) no-repeat left bottom;}



