/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2010
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #333;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #fff;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	width: 960px;
	margin: 0 auto;
}
	
#header {
	background: #0b55b4 url(../images/header_bg.jpg) repeat-x top left;
}

#header-i {
	background: url(../images/header_shed_bg.jpg) no-repeat 50% 0;
}

#header .container {
	height: 120px;
}

#main {
	background: url(../images/main_bg.jpg) no-repeat 50% 0;
}

#main.home {
	background: 0;
}

#main .container {
	padding: 10px 10px 30px 10px;
}

#content {
	width: 700px;
	float: right;
}

#side {
	padding-top: 10px;
	width: 220px;
	float: left;
}

#userMenu {
	background: #4e86cf;
	border: 1px solid #346aaf;
	padding: 2px 4px;
	font-size: 0.9em;
	color: #fff;
	margin: 0 0 8px 0;
}

#userMenu a:link,
#userMenu a:visited {
	color: #fff;
}



/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	float: left;
	margin: 22px 0 0 30px;
}
	
#header_text {
	width: 290px;
	text-align: center;
	float: left;
	margin: 40px 0 0 40px;
}

#header_quote {
	float: right;
	margin: 30px 10px 0 0;
}
	
#header_text h2 {
	color: #f2d43d;
	text-transform: uppercase;
	padding: 0 0 4px 0;
}

#header_text h3 {
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}
	
	
	
/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1 {
	color: #032b62;
	font-size: 1.9em;
	padding: 8px 0 4px 0;
}

#content h2 {
	color: #083b82;
	font-size: 1.6em;
	padding: 8px 0 4px 0;
}

#content h3,
#content h4,
#content h5 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0 3px 0;
}

#content h3 {
	color: #2e67b5;
}

#content h4 {
	color: #f0cd34;
}

#content h5 {
	color: #626569;
}

#content p {
	padding: 6px 0 12px 0;
	line-height: 1.2em;
}

#content ul {
	padding: 6px 0 10px 10px;
}

#content ul li {
	padding: 1px 0 2px 16px;
	background: url(../images/li_bg.gif) no-repeat 0 5px;
}

#content a:link,
#content a:visited {
	color: #083b82;
}

#content a:hover {
	color: #0853bb;
}




/*	Side Images
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #content_side_images {
	padding-top: 10px;
	float: right;
	width: 305px;
	margin: 0 10px 0 15px;
}

#content #content_side_images .image_r_b {
	margin-bottom: 50px;	
}


/*	Contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #contactLeft {
	float: left;
}

#content #contactRight {
	float: right;
}

#content #contactRight table tr td,
#content #contactLeft table tr td {
	display: table-cell;
	padding: 2px 3px;
	
}


/*	Tables
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content table.tableBlue {
	font-size: 1.0em;
	margin: 10px 0 5px 0;
}

#content .tableBlue thead tr th {
	display: table-cell;
	text-align: left;
	font-weight: bold;
	color: #0d3b7b;
	background: #a8ccff;
	padding: 5px 6px;
	border: 2px solid #8fb7ef;
	border-left: 0;
	border-right: 0;
}

#content .tableBlue tbody tr td {
	display: table-cell;
	text-align: left;
	font-size: 0.9em;
	padding: 5px 5px 6px 5px;
	background: #d9e5f5;
	border-bottom: 1px solid #bdd3f1;
}


/*	-------------------------------------------------------------
	HOME FEATURE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
#home_feature {
	background: #093b82 url(../images/home/feature_bg.gif) repeat-x top left;
	border-bottom: 1px solid #b5d3ff;
}

#home_feature .container {
	background: url(../images/home/feature_shed_bg.jpg) no-repeat top left;
	padding: 0 10px;
	height: 522px;
}
	
/*	Intro
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	
#home_intro_text {
	padding: 20px 0 0 0;
	margin-right: 47px;
	width: 513px;
	float: right;
	color: #fff;
	font-size: 1em;
}

#home_intro_text p {
	padding: 15px 0 0 0;
	line-height: 1.3em;	
}

#home_intro_text a:link,
#home_intro_text a:visited {
	color: #eec92f;
}

#home_intro_photo {
	float: left;
	margin: 6px 0 0 56px;
}
	
/*	Boxes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#home_boxes {
	clear: both;
	padding: 18px 0 0 0;
}

#home_boxes .home_box {
	width: 300px;
	float: left;
	margin-right: 20px;
	color: #333;
}

#home_boxes .home_box.last {
	margin-right: 0;	
}

#home_boxes .home_box  ul {
	padding: 5px 0 0 5px;
}

#home_boxes .home_box ul li {
	padding: 2px 0 3px 12px;
	background: url(../images/home/li_bg.gif) no-repeat 0 7px;
	
}



/*	-------------------------------------------------------------
	MENU MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain {
	
}

#menuMain li {
	padding: 0 0 1px 0;	
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	font-size: 1.2em;
	height: 39px;
	line-height: 39px;
	color: #083b82;
	background: url(../images/menuMain_li_bg.gif) no-repeat top left;
	padding: 0 0 0 21px;
	text-decoration: none;
}

#menuMain li a:hover {
	background-position: 0 -39px;	
	color: #104895;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
	background-position: 0 -78px;	
	color: #0d3b7b;
}



/*	Reserve Shed Button
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#side a.reserve_button:link,
#side a.reserve_button:visited {
	display: block;
	margin-top: 20px;
	padding: 12px 0;
	width: 200px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: 1.3em Arial, Helvetica, sans-serif;
	color: #f5e56e;
	border-bottom: 3px #126395 solid;
	background: #1176b2;
}

#side a.reserve_button:hover {
	background: #126395;
}

#side a.reserve_button:link span,
#side a.reserve_button:visited span {
	color: #fff;
}




/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg,
#errorMsg {
	padding: 5px 10px;
	border-top: 1px solid #999;
}

#successMsg h5,
#errorMsg h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 5px 23px;
	background: no-repeat 0 1px;
}

#successMsg p,
#errorMsg p {
	color: #905b1d;
}

#successMsg a:link,
#successMsg a:visited,
#successMsg a:hover {
	color: #fff;
}

#errorMsg a:link,
#errorMsg a:visited,
#errorMsg a:hover {
	color: #724714;
}
	
/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg {
	background: #6fb558;
	border-bottom: 1px solid #5fa349;
}

#successMsg h5 {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

#successMsg p {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#errorMsg {
	background: #f6db5a;
	border-bottom: 1px solid #e5ca47;
}

#errorMsg h5 {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

#errorMsg p {
	color: #905b1d;
}







	
