
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, font, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	font-weight: normal;
}

html, body {
	height: 100%;
}

body {
	line-height: 1;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*clearfix */

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

.clearfix { display: inline-block; }

* html .clearfix {height: 1%;}

/* Global Styles
--------------------------------------------------------------------------------------- */
html, body { 
	border:0; 
	margin:0; 
	padding:0; 
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, sans-serif; 
	color:#606364; 
	text-align:left; 
	height:100%; 
	font-size:12px;
	line-height:24px; 
	background-color:#e7ecee;
	
	}


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

#page {
	margin:0 auto; 
	width:908px; 
	min-height:100%;
	z-index:99; 
	position:relative;
	}
	
#ball {
	width:400px;
	height:441px;
	background:url(../images/bDrop_background.gif) top no-repeat;
	position:fixed;
	bottom:0;
	right:0;
	float:left;
	z-index:1;
	}
	
#header {
	height:116px;
	background:url(../images/bDrop_header.gif) top no-repeat;
	}

#nav {
	background:url(../images/bDrop_nav.gif) no-repeat;
	height:41px;
	margin:0 auto;
	width:757px;
	}
	
#flash {
	height:308px;
	background:url(../images/bDrop_flash.gif) no-repeat;
	}	
	
#content {
	background:url(../images/bDrop_contentMiddle.gif) repeat-y;
	}
	
#contenttop {
	background:url(../images/bDrop_contentTop.gif) top no-repeat;
	padding:35px 25px;
	}
	
#contentbottom {
	background:url(../images/bDrop_footer.gif) top no-repeat;
	height:10px;
		}
	
.col01 {
	float:left;
	width:264px;
	padding-right:15px;
	}
	
.col02 {
	float:right;
	width:579px;
	}

#footer {
	height:56px;
	padding-top:10px;
	color:#343637;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	}

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

h1, h2, h3 {}

#overview h1, #team h1, #services h1, #contact h1 {
	background:url(../images/hd_overview.gif) top left no-repeat;
	height:55px;
	width:375px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	}
	
#team h1 {
	background:url(../images/hd_team.gif) top left no-repeat;
	}
	
#services h1 {
	background:url(../images/hd_services.gif) top left no-repeat;
	}
	
#contact h1 {
	background:url(../images/hd_contact.gif) top left no-repeat;
	width:225px;
	}
	
h2, h3 {
	color:#1a1818;
	font-size:14px;
	text-transform:uppercase;
	line-height:26px;
	margin-bottom:14px;
	}
	
h3 {
	font-size:12px;
	line-height:24px;
	margin-bottom:0px;
	}
	

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

p { 
	margin-bottom:12px; 
	}
	
strong {
	font-weight:bold;
	}

/* List Styles
--------------------------------------------------------------------------------------- */
	
ul { 
	font-size:12px; 
	line-height:21px; 
	margin:5px 5px 12px 10px; 
	list-style-image:url(../images/ic_dot.gif); 
	padding-left:10px;  
	list-style-position: outside; 
	display:block; 
	}


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

a, a:visited, a:hover {}

	
#content a, #content a:visited, #footer a, #content a:visited { 
	color:#0067ad;
	text-decoration:none;
	margin:0px;
	}
	
#content a:hover, #footer a:hover { 
	color:#0067ad;
	text-decoration:underline; 
	margin:0px;
	}
	
#footer ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	}

#footer ul li { 
	display: inline; 
	}

#footer ul li a {
	text-decoration: none;
	margin-left:20px;
	color:#0067ad;
	text-transform:uppercase;
	font-size:11px;
	}

#footer ul li a:hover {
	color:#0067ad;
	text-decoration:underline;
	margin-left:20px;
	}
	
/* Main Navigation
---------------------------------------------------------------------------------------- */

#nav ul { 
	margin:0px; 
	padding:0; 
	list-style-type:none; 
	list-style-image:none; 
	list-style-position:outside; 
	display:block;
	float:left;
	}

#nav ul li { 
	float: left;  
	margin: 0;  
	padding: 0;
	}
		
#nav ul li a {  
	height:41px;  
	display: block;  
	margin: 0;  
	padding: 0;
	}

#nav ul li a#home { 
	width:153px; 
	height:41px; 
	background: url(../images/bt_home.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#nav ul li a#overview { 
	width:151px; 
	height:41px; 
	background: url(../images/bt_overview.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#team { 
	width:150px; 
	height:41px; 
	background: url(../images/bt_team.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#services { 
	width:150px; 
	height:41px; 
	background: url(../images/bt_services.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#nav ul li a#contact { 
	width:153px; 
	height:41px; 
	background: url(../images/bt_contact.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#nav ul li a#home:hover { 
	background: url(../images/bt_home.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}

#nav ul li a#overview:hover { 
	background: url(../images/bt_overview.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#team:hover { 
	background: url(../images/bt_team.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#services:hover { 
	background: url(../images/bt_services.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#contact:hover { 
	background: url(../images/bt_contact.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
	
/* Teasers
---------------------------------------------------------------------------------------- */
	
#teasers {
	background: url(../images/bDrop_teasers.gif) no-repeat;
	height:159px; 
	}


#teasers ul {
	padding:0;
	margin:0px;
	display:block;
	list-style-image:none;
	}
	
#teasers ul li { 
	float: left;  
	margin: 0;  
	padding: 0;
	}
		
#teasers ul li a {  
	height:159px;  
	display: block;  
	margin: 0;  
	padding: 0;
	}

#teasers ul li a.one {
	background:url(../images/bt_one.gif) top no-repeat; 
	width:304px;
	height:159px;
	margin:0;
	padding:0;
	display:block;
	text-indent:-9999px;
	}

#teasers ul li a.two {
	background:url(../images/bt_two.gif) top no-repeat; 
	width:300px;
	height:159px;
	margin:0;
	padding:0;
	display:block;
	text-indent:-9999px;
	}
	
#teasers ul li a.three {
	background:url(../images/bt_three.gif) top no-repeat; 
	width:304px;
	height:159px;
	margin:0;
	padding:0;
	display:block;
	text-indent:-9999px;
	}
	
#teasers ul li a.one:hover {
	background:url(../images/bt_one.gif) bottom no-repeat; 
	}

#teasers ul li a.two:hover {
	background:url(../images/bt_two.gif) bottom no-repeat; 
	}

#teasers ul li a.three:hover {
	background:url(../images/bt_three.gif) bottom no-repeat; 
	}
	
/* Form Style
--------------------------------------------------------------------------------------- */	
	
#std_form
{
	margin:0px 0px 0px 0px;
	
}
	
#std_form td
{
	vertical-align:top;
	border:none;
	background:none;
	padding:0 0px 5px 0px;
	font-weight:bold;
}

input, textarea {
	margin-left:10px;
	}

#name,#email,#phone,#comment {
	width: 250px;
	height: 16px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 2px;
	font-size: 12px;
	vertical-align: middle;
	font-family:'Lucida Sans', Arial sans-serif; 
	color:#3b3b3b; 
}
		
#comment
{
	height: 160px;	
}
