/* @override 
	http://blaisecreative.com/assets/style2.css
	http://www.blaisecreative.com/assets/style2.css
*/
/**
	CSS by Steve Smith (steve@orderedlist.com)
	Restructured by joel@blaisecreative.com
	Feel free to browse this, but don't copy
	it completely. That's uncool.
*/

/**
* __Colors__
 * Body Background: 	222222
 * Dark Text:			808080
 * Body Text:			FFF
 * Headline:			CCC
 * Blue Highlight:		06C
*/

@media screen, projection {

/**
 * Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * read more here: http://developer.yahoo.com/yui/fonts/
 * version: 0.11.0
*/

html {
	font: 13px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
}

table {
	font-size: inherit;
}

select, input, textarea {
	font: 99% "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
}

pre, code {
	font: 115% monospace;
}

/** end Yahoo Fonts */

/**
 * Redeclarations
 */

:link,:visited {
	text-decoration: none;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
	form,body,html,p,blockquote,
	fieldset,input {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}

body {
	line-height: 1.6;
	background: #001430 url(bkgd.jpg) repeat-x;
	padding: 0;
	color: #FFF;
}

* html body {
	font-size: 92%;
}

a {
	color: #004CAC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	
}

a img {
	border: none;
}

h1,h2,h3,h4,h5 {
	text-transform: uppercase;
}

h1 a, h3 a {
	color: #06C;
}

h1 a:hover, h3 a:hover {
	color: #CCC
}

h1 {
	font-size: 222%;
	color: #CCC;
	margin: 0 0 15px;
}

h2 {
	font-size: 152%;
	padding: 0 0 10px;
	font-weight: normal;
	color: #FFF;
}

h3 {
	display: none;
}

p {
	margin: 0 0 15px;
}

/**
 * Layout
 */

#wrapper {
	width: 760px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	height: 125px;
}

#header h1 {
	height: 125px;
}

#header h1 a {
	display: block;
	width: 760px;
	height: 125px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(logo.gif) no-repeat center 1px;
	margin: 0;
}

.navigation {
	margin-bottom: 22px;
}

#content {
	padding: 100px 0 0 0;
	position: relative;
	width: 760px;
	float: left;
}

#tagline {
	width: 644px;
	height: 48px;
	position: absolute;
	top: 25px;
	left: 68px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(header2.jpg) no-repeat;
}

#members {
	position: absolute;
	top: 22px;
	left: 27px;
	width: 180px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#members li {
	float: left;
}

#members a {
	display: inline;
	background: url(fab_fiver.gif) no-repeat;
	float: left;
	height: 30px;
	width: 36px;
	top: 0;
}

#members a strong,
	#members a em {
	display: none;
}

#members a:hover strong {
	display: inline;
	font-weight: normal;
	color: #FFF;
	position: absolute;
	top: 30px;
	left: 8px;
	width: 144px;
	font-size: 85%;
}

#members a:hover em {
	display: inline;
	font-weight: normal;
	position: absolute;
	top: 43px;
	left: 8px;
	width: 144px;
	font-style: normal;
	color: #808080;
	font-size: 85%;
}


#jhd a:hover {
	background-position: 0 -30px;
}

#vibbert a {
	background-position: -36px 0;
}

#vibbert a:hover {
	background-position: -36px -31px;
}

#hurry a {
	background-position: -72px 0px;
}

#hurry a:hover {
	background-position: -72px -31px;
}

#smart a {
	background-position: -105px 0;
}

#smart a:hover {
	background-position: -105px -31px;
}

#laz a {
	background-position: -138px 0;
}

#laz a:hover {
	background-position: -138px -31px;
}

#members span {
	display: none;
}

#portfolio {
	list-style-type: none;
	width: 760px;
	margin: 0 0 30px 0;
	overflow: hidden;
}

#portfolio li {
	float: left;
	padding: 0 2px 0 3px;
	display: inline;
}

#portfolio img {
	border: 1px solid #393939;
	background: #1F1F1F;
	padding: 3px;
	margin: 0;
}

#portfolio a:hover img {
	border-color: #06C;
}

#flame {
	clear: left;
	float: left;
	width: 370px;
	padding: 0 0 0 5px;
	display: inline;
	font-size: 122%;
	margin: 0 0 30px;
}

#flame h2 {
	width: 330px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(subheader.gif) no-repeat;
	margin: 0 0 0 -8px;
}

#testimonials {
	clear: left;
	float: left;
	width: 370px;
	padding: 0 0 0 5px;
	display: inline;
	font-size: 122%;
	margin: 0 0 30px;
}

#testimonials h2 {
	width: 330px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(subhead2.gif) no-repeat;
	margin: 0 0 0 -8px;
}

label {
	display: block;
}

label span {
	font-size: 78%;
	color: #808080;
}

/* @group form */

iframe{height:100%;width:100%;border:none;}

textarea {
	width: 100%;
	height: 130px;
}

input,
	textarea,
	select {
	border: 2px solid #FFF;
}

input:focus,
	textarea:focus,
	select:focus {
	background: #d5e5f5;
}

#submit,
	#submit:focus {
	border: none;
}

#testimonials {
	clear: right;
	float: left;
	width: 335px;
	padding: 0 0 0 20px;
	font-size: 107%;
	border-left: 1px dotted #cccccc;
	margin: 0 0 30px;
}

#testimonials div {
	margin: 0 0 10px;
}

#name_field {
	width: 155px;
	margin: 0 15px 10px 0;
	float: left;
}

#phone_field {
	width: 155px;
	float: left;
}

#name_field input,
	#phone_field input {
	width: 135px;
}

#email_field {
	clear: left;
}

#email_field input {
	width: 255px;
}

p.submit {
	text-align: right;
	float: right;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	border-top: 1px dotted #cccccc;
	padding: 15px 0;
	font-size: 85%;
	color: #808080;
}

.footer {
	height: 10px;
	float: left;
	clear: both;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 100%;
	text-align: center;
}

.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d5d5d;
	text-decoration: none;
	font-weight: normal;
	width: 290px;
	line-height: 13px;
}
.footernav a:link {
	color: #5D5D5D;
	text-decoration: none;
}
.footernav a:visited {
	color: #5D5D5D;
	text-decoration: none;
}
.footernav a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5d5d5d;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
	padding: 15px;
	text-align: center;
}



/* @end */

.standby {
	display: none;
}

.error {
	background-color: #330000;
	padding: 15px;
}

#track {
	background: transparent url(../images/budget-bar.gif) no-repeat 0 6px;
	width: 256px;
	height: 15px;
	display: none;
	position: relative;
}

#handle {
	width: 15px;
	height: 18px;
	left: 0px;
	position: relative;
}

#authenticate {
	width: 190px;
	margin: 30px auto;
}

#authenticate label {
	font-size: 85%;
	font-weight: normal;
	display: block;
	line-height: 1;
}

#login, #password {
	width: 100%;
}

p.remember {
	float: left;
}
