/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2010
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #231f20;
	font: 14px Arial, Verdana, Helvetica, sans-serif ;
	text-align: left;
	background: #fff;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	margin: 0 auto;
	width: 880px;
}

#header {
	height: 95px;
	background: #fff url("../images/header_bg.jpg") no-repeat top left;
}

#main {
	background: #ebffd3 url("../images/filmstrip_bg.jpg") repeat-y top left;
}

#main .container {
	padding: 25px 0 0 0;
	background: #fff;
}

#menu {
	clear: both;
	padding-left: 75px;
	height: 68px;
	background: url("../images/menu_bg.jpg") repeat-x top left;
}

#content {
	margin: 0 30px;
}

#content_main {
	float: left;
	width: 560px;
}

#content_side {
	float: right;
	width: 240px;
}

#footer {
	padding-top: 24px;
	height: 60px;
	text-align: center;
	background: url("../images/footer_bg.jpg") repeat-x top left;
}

/*	-------------------------------------------------------------
	PAGINATION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .pagination {
	clear: both;
	padding: 20px 0 10px 0;
	text-align: center;
	font-size: 0.9em;
}

#content .pagination p { 
	padding: 0; 
}

#content .pagination a:link,
#content .pagination a:visited {
	letter-spacing: 0px;
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	background: #9cb896;
	border: 1px solid #8daa87;
	padding: 1px 5px;
	text-decoration: none;
	line-height: 1.1em;
}

#content .pagination a.active:link,
#content .pagination a.active:visited {
	color: #eee;
	background: #bad6b4;
	border: 1px solid #abc8a5;
	text-decoration: none;
}


/*	-------------------------------------------------------------
	USER MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#userMenu {
	padding: 10px;
	font-size: 0.9em;
	color: #393833;
	background: #f6c969;
}

#userMenu a:link,
#userMenu a:visited {
	color: #231f20;
}

#userMenu a:hover {
	color: #551f20;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	float: left;
	padding: 3px 0 0 0;
}

#header h1 {
	float: left;
	padding: 15px 0 0 25px;
	width: 250px;
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
}


/*	-------------------------------------------------------------
	MENU MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain li {
	float: left;
	padding: 20px 50px 0 0;
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}

#menuMain li a:hover {
	color: #e3bebe;	
}

#menuMain li.active a:link,
#menuMain li.active a:visited {

}


	
/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Defaults
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	padding: 5px 0;
	font-size: 1.8em;
	font-weight: bold;
}

#content h2 {
	padding: 6px 0 4px 0;
	font-weight: bold;
	font-size: 1.2em;
}

#content h3 {
}

#content p {
	padding: 2px 0;
	line-height: 1.2em;
	font-size: 0.8em;
}

#content a:link,
#content a:visited {
	text-decoration: none;
	color: #231f20;
}

#content a:hover {
	color: #504548;
	
}

#content strong {
}

#content ul li {
}


/*	-------------------------------------------------------------
	CONTENT MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/*	Home - Main Boxes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #home_mainboxes{
	margin-right: 40px;	
}

#content #home_mainboxes .home_mainbox {
	float: left;
	margin-bottom: 25px;
	width: 240px;
	background: #ff9900 url("../images/home_mainboxbg.jpg") no-repeat bottom left;
}

#content #home_mainboxes .home_mainbox a:link,
#content #home_mainboxes .home_mainbox a:visited {
	font-weight: bold;
	color: #fff;
}

#content #home_mainboxes .home_mainbox a:hover {
	color: #b93931;
}

#content #home_mainboxes .home_mainbox.first {
	clear: left;
}

#content #home_mainboxes .home_mainbox.second {
	display: inline;
	float: right;
	margin-right: 0;
}

#content #home_mainboxes .box_description {
	padding: 0 10px 10px 10px;
}

#content #home_mainboxes .home_mainbox .box_description h2 {
	display: block;
	text-align: center;
}

#content #home_mainboxes .home_mainbox .box_description h3 {
	display: block;
	text-align: center;
	font-weight: bold;
}

#content #home_mainboxes p {
	text-align: center;
}


/*	Home - Contact Details
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #footer_contact {
	float: left;
	margin: 20px 0 0 0;
	padding-left: 220px;
	height: 170px;
	background: url("../images/contact_cameraman.jpg") no-repeat bottom left;
}

#content #footer_contact h1 {
	padding: 30px 50px 10px 0;
	font-weight: bold;
	color: #cc3300;
}

#content #footer_contact p {
	clear: right;
}


/*	-------------------------------------------------------------
	CONTENT SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Home - News Box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #content_side #home_newsbox {
	width: 220px;
	padding: 10px;
	background: #fff url("../images/newsbox_bg.jpg") repeat-x top left;
}

#content #content_side #home_newsbox h1 {
	text-align: center;
	font-weight: bold;
}

#content #content_side #home_newsbox h2,
#content #content_side #home_newsbox h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #cc3300;
}

#content #content_side #home_newsbox h3 {
	font-size: 0.9em;
	color: #cc3300;
}

#content #content_side #home_newsbox span {
	text-transform: lowercase;
}

#content #content_side #home_newsbox a:link,
#content #content_side #home_newsbox a:visited {
	display: block;
	color: #231f20;
}

#content #content_side #home_newsbox a:hover {
	color: #551f20;
}

#content #content_side #home_newsbox .newsitem {
	margin: 0 0 20px 0;	
}

#content #content_side #home_newsbox .newsitem_img {
	padding: 10px 0 7px 0;
}



/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox {
	margin: 10px 0 10px 0;
	padding: 10px 10px 5px 35px;
	background: no-repeat 10px 10px;
	font-size: 12px;
}

.msgBox .title {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.msgBox .text {
	padding: 0 0 5px 0;
}

.msgBox a:link,
.msgBox a:visited {
	text-decoration: underline;	
}
	

/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.success {
	border: 1px solid #7fea6f;
	background-color: #dcf8d8;
	background-image: url(../../../images/icons/msgBox_success.gif);
	color: #009900;
}

.msgBox.success a:link,
.msgBox.success a:visited,
#content .msgBox.success a:link,
#content .msgBox.success a:visited {
	color: #009900;	
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.error {
	border: 1px solid #e9cc7c;
	background-color: #fdf0cd;
	background-image: url(../../../images/icons/msgBox_error.gif);
	color: #b17409;
}

.msgBox.error a:link,
.msgBox.error a:visited,
#content .msgBox.error a:link,
#content .msgBox.error a:visited {
	color: #a08106;	
}

/*	Fail
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.fail {
	border: 1px solid #f57878;
	background-color: #ffe1e1;
	background-image: url(../../../images/icons/msgBox_fail.gif);
	color: #cc3300;
}

.msgBox.fail a:link,
.msgBox.fail a:visited,
#content .msgBox.fail a:link,
#content .msgBox.fail a:visited {
	color: #cc3300;	
}
	
	





