/*
----------------------------------------------------------------------------- 
LAZY GLOBAL RESET
-----------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

html {
	border:0;
	min-height:100%;	
}

body {
	font:10px/2 Helvetica, Arial, sans-serif;
	color:#212121;
	height:100%;
	background:url(../images/assets/bg.gif) repeat-x bottom;
}

/*
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/

#contentwrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:490px;
}
	
#main {
	width:100%;
	clear:both;
	padding-top:1em;
}

#content {
	padding-left:10px;
	padding-right:10px;	
	padding-top:1.9em;
	width:470px;
	padding-bottom:1em;
	background:url(../images/assets/bg_single.gif) no-repeat right bottom;
}

#content p {
	margin-bottom:1em;
	font-size:1.05em;
}

#content form p {
	width:100%;
}

/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/

h1 {
	text-indent:-9999px;
	line-height:1;
	float:left;
	font-size:1em;
	margin-bottom:1em;
	padding-left:10px;
}

h1 a {
	margin-left:-10px;
	height:70px;
	width:490px;
	display:block;
	background:url(../images/Brownstreet_logo.gif) no-repeat;
	outline:none;
}

h2 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	color:#414141;
	width:100%;
	height:40px;
	font-size:2em;
	border-bottom:1px solid #000;
	padding:0 0 5px 10px;
	text-transform:uppercase;
	font-weight:normal;
}

/*
----------------------------------------------------------------------------- 
ANCHORS
-----------------------------------------------------------------------------*/

a img {
	border:none;
}

a {
	color:#000;
	text-decoration:none;
}

#main #content a {
	color:#fe3232;
}

#main #content a:hover {
	text-decoration:underline;
}

/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/

#contactform input, #contactform textarea {
	font:10px/1 Helvetica, Arial, sans-serif;
}

#contactform fieldset {
	border:0;
	border-top:1px solid #e4e4e4;	
}

#contactform legend {
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-0.02em;
	padding-right:0.5em;
	color:#000;
	margin-left:-0.5em;
	padding-bottom:1.25em;
	padding-top:1em;
}
	
#contactform label {
	float:left;
	width:10em;
}

#contactname, #contactemail, #contactsubject, #contactmessage {
	line-height:1.3;
	width:32.5em;
	border:1px solid #e4e4e4;
	border-top-color:#ccc;
	border-left-color:#ccc;
	border-top-width:2px;
	border-left-width:2px;
	padding:2px;
}

#contactform #contactmessage {
	height:12em;
	line-height:1.4;
}

#contactsubmit {	
	line-height:1.5;
	width:10em;
	margin-left:21.25em;
}

#contactform #contactformmessage, formdescription {
	border-bottom:1px solid #e4e4e4;
	padding-bottom:2em;
	margin-bottom:1em;
}

.error {
	background:url(../images/icon_cross.gif) no-repeat 43em center;
}

.noerror {
	background:url(../images/icon_tick.gif) no-repeat 43em center;
}

#errormsg {
	color:#fe3232;
	padding-left:20px;
	background:url(../images/icon_exclamation.gif) no-repeat left center;
}

/*
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/

#footer {
	border-top:1px solid #000;
	padding-top:1.9em;
	padding-bottom:1em;
	clear:both;
	padding-left:10px;
}
