/* @override 
	http://localhost/~ryan/gobrighttree.com/_css/style.css
	http://gobrighttree.com/newsite/_css/style.css
*/

/*######## GENERAL ########*/

body {
	background: #df8d00 url(../_images/bg-header.png) repeat-x;

}

html>body { width: 100%; min-width: 960px;}
/*######## CONTAINERS ########*/

#header {
	display: block;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: 93px;
}
body.home #header {
	background: url(../_images/bg-header-sparks.jpg) no-repeat right;
}
body.contact #header {
	background: url(../_images/bg-header-sparks-secondary.jpg) no-repeat right;
}
.center-wrap {
text-align: left; 
position: relative; 
left: 50%; 
width: 960px; 
min-width: 960px; 
margin-left: -480px;
	clear: both;
	display: block;
}
* xhtml .center-wrap { text-align: left; position: relative; left: 0; width: 960px; margin-left: 0; }

body.home #mid {
	background-color: black;
	height: 274px;
	overflow: hidden;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
body.home #mid .center-wrap {
	background: url(../_images/plant.jpg) no-repeat right;
	height: 274px;
	overflow: hidden;
}
body.contact #mid {
	background-color: black;
	height: 134px;
	overflow: hidden;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
body.contact #mid .center-wrap {
	background: url(../_images/plant-secondary.jpg) no-repeat right;
	height: 134px;
	overflow: hidden;
}
#main-content {
	xoverflow: hidden;
	background: white 0;
	padding-top: 11px;
	padding-bottom: 40px;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	xwidth: 960px;
	clear: both;
}
body.home #main-content .center-wrap {
	background: url(../_images/bg-products.jpg) no-repeat center top;
	position: relative;
	width: 960px;
	min-height: 250px;
}
body.contact #main-content .center-wrap.contact {
	background: url(../_images/mail.jpg) no-repeat 30px 0;
	position: relative;
	width: 960px;
	padding-left: 200px;
	padding-top: 20px;
}
.container-product-copy,
.container-product {
	width: 317px;
	float: left;
	position: relative;
	z-index: 99;
}
.container-product-copy {
	margin-top: 144px;
}
.container-product-copy.cvr img {
	float: right;
	position: relative;
	margin-top: -26px;
	margin-right: -15px;
	margin-bottom: 4px;
}
#product-images {
	position: absolute;
	width: 960px;
	top: 63px;
	height: 156px;
	left: 0;
}
#container-prefooter {
	background-color: #f7f7f7;
	border-top: 3px solid #e7e7e7;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contact-details {
	margin-left: 3px;
	position: relative;
	text-align: center;
}
#footer {
	background: url(../_images/bg-footer.png) repeat-x;
	color: #a15700;
	font: 10px "Trebuchet MS", "Helvetica Neue", Verdana, sans-serif;
}

#footer .center-wrap {
	background: url(../_images/bg-footer-center-wrap.jpg) no-repeat center top;
	height: 140px;
	padding-top: 20px;
	text-align: center;
}
/*######## TEXT ########*/

a {
	text-decoration: none;
	color: #c54300;
	font-weight: bold;
}
a:hover {
	color: #ff4000;
}
a.a-take-me-there {
	text-indent: -9999px;
	background-image: url(../_images/a-take-me-there.png);
	height: 25px;
	width: 103px;
	display: block;
	float: right;
}
a#a-take-me-there:hover {
	background-position: 0 bottom;
}
a#a-contact-us {
	text-indent: -9999px;
	background-image: url(../_images/button-contact-us.png);
	height: 32px;
	width: 132px;
	display: block;
	margin-left: 680px;
	position: relative;
	top: 45px;
}
a#a-contact-us:hover {
	background-position: 0 bottom;
}
.container-product-copy p {
	color: #626262;
	font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 21px;
	margin-right: 20px;
	margin-bottom: 7px;
}
#demo p {
	color: #626262;
	font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	display: block;
	padding-left: 27px;
	width: 170px;
	padding-top: 3px;
}
p.subhead {
	color: #d87722;
	font: 11px "Trebuchet MS", "Helvetica Neue", Verdana, sans-serif;
	margin-left: 23px;
}
h3.titlex-cr,
h3.homepsych,
h3.custom-systems {
	text-indent: -9999px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-top: 15px;
	margin-left: 22px;
	margin-bottom: -1px;
}
h3.titlex-cr {
	background-image: url(../_images/h3-titlex-cr.png);
}
h3.homepsych {
	background: url(../_images/h3-homepsych.png) no-repeat 0 top;
}
a:hover h3.homepsych {
	background-position: 0 bottom;
}
h3.custom-systems {
	background-image: url(../_images/h3-custom-systems.png);	
}

#container-contact h3 {
	text-indent: -9999px;
	width: 113px;
	height: 21px;
	background: url(../_images/h3-contact-us.png) no-repeat;
	position: absolute;
}
h3#h3-demo {
	display: block;
	width: 365px;
	height: 33px;
	text-indent: -9999px;
	float: left;
	padding-left: 20px;
	background: url(../_images/headline-demo.png) no-repeat right;
}
#contact-details p {
	color: #a55a0f;
	font: 13px Tahoma, "Trebuchet MS", "Helvetica Neue", Verdana, sans-serif;
	margin-bottom: 13px;
	margin-left: -60px;
}
#contact-details img {
	position: relative;
	top: 3px;
	padding-left: 38px;
	padding-right: 9px;
}
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd;
	font: 12px "Trebuchet MS", "Helvetica Neue", Verdana, sans-serif;
}

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
/*######## IMAGES ########*/
body.home #masthead {
	text-indent: -9999px;
	width: 522px;
	background-image: url(../_images/bg-masthead.png);
	height: 273px;
	display: none;
	xvisibility: hidden;
	xopacity: 0;
	position: relative;
	bottom: -8px;
}
body.home #masthead.hidden {
	position: relative;
	top: -1000px;
}
body.contact #masthead {
	text-indent: -9999px;
	width: 522px;
	background-image: url(../_images/bg-masthead-contact.jpg);
	height: 133px;
	display: none;
	xvisibility: hidden;
	xopacity: 0;
	position: relative;
	bottom: -8px;
}
body.contact #masthead.hidden {
	position: relative;
	top: -1000px;
}
#header .logo {
	position: relative;
	left: -70px;
}

img.cvr {
	left: 25px;
	position: relative;
}
img.homepsych {
	left: 195px;
	position: relative;
}
img.custom {
	position: relative;
	left: 376px;
}
img#envelope {
	position: absolute;
	top: 60px;
}
img#captcha {
	top: 4px;
	left: 30px;
	position: relative;
}
img#demo-screen {
	float: left;
	margin-bottom: -40px;
}
/*######## TABLES ########*/
table#table-contact {
	width: 560px;
	border-left: 1px solid #e9e9e9;
	display: block;
}
table#table-contact td.form-label {
	width: 140px;
	padding-right: 16px;
	text-align: right;
}
table#table-contact tr td {
	position: relative;
	vertical-align: top;
	padding-bottom: 9px;
}
table#table-contact tr td#cell-captcha {
	width: 162px;
}
/*######## FORMS ########*/

fieldset#contact {
}
fieldset#contact input.textbox,
fieldset#contact textarea {
	color: #d87722;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0;
}
fieldset#contact input.textbox {
	width: 267px;
	height: 27px;
	display: block;
	border-style: none;
	clear: left;
	padding-top: 7px;
	background: url(../_images/bg-textbox.png) no-repeat 0 top;
	margin-bottom: 10px;
}
fieldset#contact input.textbox.email {
	top: 77px;
}
fieldset#contact input.textbox.captcha {
	background-image: url(../_images/bg-smtextbox.png);
	width: 107px;
	position: relative;
}
fieldset#contact input.textbox.name {
	top: 80px;
}
fieldset#contact input.textbox:focus,
fieldset#contact input.formfocus {
	outline: none;
	background-position: 0 bottom;
}

fieldset#contact textarea {
	width: 398px;
	height: 136px;
	border-style: none;
	top: 17px;
	left: 250px;
	overflow: auto;
	background: url(../_images/bg-textarea.png) no-repeat 0 top;
	resize:none;
	padding-top: 5px;
}
fieldset#contact textarea:focus,
fieldset#contact textarea.formfocus {
	outline: none;
	background-position: 0 bottom;
}
fieldset#contact button,
fieldset#contact button.buttonhover {
	width: 397px;
	height: 33px;
	border-style: none;
	text-indent: -9999px;
	left: 250px;
	top: 138px;
	background: url(../_images/bg-send-message.png) no-repeat 0 top;
	display: block;
}
fieldset#contact button:hover {
	background-position: 0 bottom;
	cursor:pointer;
}
fieldset#contact label {
	font: bold 12px Tahoma, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3d3d3d;
	display: block;
	text-align: right;
	padding-right: 12px;
	padding-top: 4px;
}
fieldset#contact label small {
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	margin-left: 4px;
	text-align: left;
	display: block;
	margin-top: -8px;
	margin-bottom: 10px;
}
fieldset#contact label#your-message {
	top: 0;
	left: 250px;
}
fieldset#contact label#your-email {
	top: 62px;
	left: 0;
}

fieldset#contact label#security-verification {
	top: 122px;
	left: 0;
}
p#notification {
	position: absolute;
	top: 183px;
	left: 247px;
	font: 11px "Trebuchet MS", "Helvetica Neue", Verdana, sans-serif;
	color: gray;
}