/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

* {
	border:none; 
	margin:0; 
	padding:0;
}

body {
	background:#fff; 
	color: #000; 
	font:12.35px Arial, Verdana, sans-serif;
	background:url(http://image.brownweb.com.au/body.jpg) repeat-x center top #000000;
}

a:link. a:visited {
	color:#0054a6;
	text-decoration:none; 
}

a:hover {
	text-decoration:underline
}
hr {
  border: 0;
  width: 80%;
}
#container {width:940px; margin:0 auto; margin-top:40px; background: url(http://image.brownweb.com.au/main.jpg) no-repeat #FFFFFF;}

#sidebar {float:right; width:179px; color:#21364F; font-size:11px; line-height:16px; padding:0 20px 35px 20px;}
#sidebar h3 {padding:5px 0 5px 20px; margin:20px 0 10px -20px; background:url(http://image.brownweb.com.au/sidebar_h3.jpg) repeat-y; text-transform:uppercase; font-size:18px; font-weight:normal;}
#sidebar ul {padding:0; margin:0;}
#sidebar li {list-style:none; border-bottom:1px solid #E1E3E7;}
#sidebar li a {display:block; width:175px; padding:2px; text-decoration:none;}
#sidebar li a:hover {background-color:#EFF1F3;}

#main {margin-right:220px;}
#logo {text-align:center; margin:0 auto; width:300px; padding-top:50px; color:#FFFFFF; font-size:12px; line-height:12px; height:199px;}
#logo a {color:#FFFFFF; text-decoration:none; font-size:25px; line-height:normal; letter-spacing:3px; text-transform:uppercase; margin:0 -50px;}
#menu {background:url(http://image.brownweb.com.au/menu.jpg) no-repeat; height:61px;}
#menu ul {margin:0; padding:2px 50px 0 50px; text-align:center;}
#menu li {display:inline; list-style:none; line-height:28px; padding-top:1px;}
#menu a {font-size:14px; text-decoration:none; color:#FFFFFF; padding:4px 20px 5px 20px; text-transform:lowercase;}
#menu a:hover {background:url(http://image.brownweb.com.au/menu_a.jpg) repeat-x;}
#menu a.active {background:url(http://image.brownweb.com.au/menu_a.jpg) repeat-x;}
#text {padding:0 30px 35px 30px; color:#21364F; font-size:12px; line-height:16px;}
#text h1, #text h2 {font-size:20px; font-weight:normal; text-transform:uppercase; margin:20px 0 10px 0;}
#text ul {margin-top:8px; margin-bottom:8px;}
#text br {line-height:8px;}

#footer {clear:both; height:162px; background:url(http://image.brownweb.com.au/footer.jpg) no-repeat; color:#FFFFFF; font-size:11px;}
#footer a {color:#FFFFFF;}
#menu_footer {padding:30px 250px 0 30px; text-transform:lowercase;}
#left_footer {float:left; padding:30px 30px 0 30px;}
#right_footer {float:right; padding:21px 30px 0 30px; width:159px; text-align:center;}

h1 {
	font-size:20px;
	margin-bottom:20px; 
}

#wrap {
	margin:10px auto;
	width:900px; 
}

p {
	margin:15px 0;
}

#header {
	margin-bottom:20px;
}

label {
	display:block; 
	padding-bottom:5px; 
	margin-top:20px;
}

#contactform {
	width:900px; 
	overflow:hidden;
}

#contactform li {
	list-style:none; 
	padding-bottom:20px;
}

#contactform li .fieldbox {
	background:transparent url(http://image.brownweb.com.au/subfield.jpg) no-repeat top left; 
	float:left; 
	height:27px; 
	padding-left:5px;
}

#contactform li .fieldbox input {
	background:transparent url(http://image.brownweb.com.au/subfield.jpg) no-repeat top right; 
	height:27px; 
	padding-top:5px;
	width:400px;
}

#contactform li .fieldbox #contact {
	width:200px;
}

#contactform li .msgbox {
	background:transparent url(http://image.brownweb.com.au/msgfield.jpg) no-repeat top left; 
	float:left; 
	height:110px; 
	padding-left:5px;
}

#contactform li .msgbox textarea {
	background:transparent url(http://image.brownweb.com.au/msgfield.jpg) no-repeat top right; 
	height:110px;
	padding-top:5px;
	width:500px;	 
}

#sendbutton {
	background:#acb4cb; color:#fff; 
	cursor:pointer;
	padding:5px 10px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}