* {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
	color:#38281b;
}
p {
	color:#39281a;
	font-size:14px;
	margin:14px 0 14px 0;
	line-height:20px;
}
a {
	color:#38281b;
}
body {
	background: white;
}
h1, h2, h3, h4 {
	color:#38281b;
	font-weight:normal;
}
h2 {
	font-size:1.8em;
}
.content {
	width:1000px;
	margin:0 auto;
	background: url("../images/header.jpg") no-repeat;
	padding-top:255px;
}
.wrapper {
	margin:20px 40px;
}
.footer {
	width:1000px;
	margin:0 auto;
	background: url("../images/footer.jpg") no-repeat;
	height:152px;
	margin-top:30px;
}
form {
	width:100%;
}

form label {
	line-height:22px;
}
form label.text {
	width:40%;
	float:left;
	text-align:left;
	color:#38281b;
	font-size:14px;
	margin:15px 0 0 0;
	line-height:normal;
}

form input[type=text] {
	float:left;
	width:50%;	
	margin-top:11px;
	border:1px solid #999443;
	background:#d9d9db;
	font-size:13px;
	line-height:16px;
	padding:2px;
}
textarea {
	border:1px solid #999443;
	background:#d9d9db;
	font-size:13px;
	line-height:16px;
	padding:2px;
	height:100px; 
	width:90%;
	margin-left:20px;
}
form input[type=submit] {
	width:80px;
	margin-left:250px;
}

.column {
	width:45%;
	float:left;
	margin-left:20px;
}
.column div {
	margin: 10px 0;
}
form div.wrapper {
	width:90%;
	margin:auto;
}

input.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
}
span {
	padding-left:25px;
}

textarea.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
}
.error{  
    color: #cf2f32;
	font-size:12px;
}

#error ul{  
    list-style: square;  
    padding: 5px;  
    font-size: 11px;  
}  
#error ul li{  
    list-style-position: inside;  
    line-height: 1.6em;  
}  
#error ul li strong{  
    color: #e46c6d;  
}

/* buttons */

a.btn {
	display:block;
	height:46px;
	width:139px;
	margin:10px;
}
a.btn span {
	display:none;
}
a.btn:hover {
	background-position:0 -46px;
}
a.signup {
	background:url("../images/btn_signup.gif");
}
a.submit {
	background:url("../images/btn_submit.gif");
}
a.send {
	background:url("../images/btn_send.gif");
}

/* Tab navigation */
ul#nav {
	width:300px;
	float:right;
	margin:0;
	padding:0;
	margin-right:50px;
}
ul#nav li {
	margin:0;
	padding:0;
	margin-top:-31px;
	list-style:none;
	float:left;
}
ul#nav span {
	display:none;
}
ul#nav a {
	display:block;
	height:36px;
}
ul#nav a:hover {
	background-position:top left;
}
a#tab_blog {
	background:url(/images/tab_blog.gif) no-repeat 0 -36px;
	width:73px;
}
a#tab_media {
	background:url(/images/tab_media.gif) no-repeat 0 -36px;
	width:66px;
}
a#tab_about {
	background:url(/images/tab_about.gif) no-repeat 0 -36px;
	width:73px;
}
a#tab_signup {
	background:url(/images/tab_signup.gif) no-repeat 0 -36px;
	width:84px;
}
