/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2010
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background: #ccc;
	color: #262626;
	font: 13px Verdana, Arial, sans-serif;
	text-align: left;
	
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	

#wrapper {
	width: 990px;
	margin: 0 auto;
	background: url("../images/wrapper_bg.gif") repeat-y;
}

	
#container {
	padding: 0 15px;
}
	
#header {
	height: 236px;
	margin: 0 10px;
	padding: 0 14px;
	background: url("../images/header_bg.gif") bottom center no-repeat;
}

#main {
	padding: 10px 24px 20px 24px;
}

#main_content {
	float: right;
	width: 610px;
	padding: 20px 0 0 0;
}

#main_content_alt {
	float: right;
	width: 650px;
	padding: 6px 0 0 0;
}

#main_side {
	float: left;
	width: 240px;
}

#content {
	text-align: justify;
}


#footer {
	clear: both;
	background: url("../images/footer_bg.gif") top left repeat-x;
	height: 120px;
	font-size: 0.85em;
	color: #666;
}



/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logo {
	float: left;
	margin: 17px 0 0 0;
}

#header #header_clientarea {
	float: right;
	padding: 33px 0 0 20px;
}


/*	Search
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #header_search {
	float: right;
	padding: 30px 0 0 0;
}

#header #header_search form {
	width: 200px;
	height: 24px;
	background: #e6e6e6 url("../images/header_search-l.jpg") no-repeat top left;
}

#header #header_search input#searchValue {
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 7px;
	color: #7a7979;
	border: none;
	background: none;
	outline: none;
}

#header #header_search #search_button {
	float: right;
}


/*	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header_menu {
	float: right;
	padding: 20px 0 0 0;
	width: 780px;
}

#header_menu ul {
	float: right;
}

#header_menu li {
	float: left;
	height: 36px;
}

#header_menu li.active {
	background-image: url("../images/menuMain_active.gif");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

#header_menu li a:link,
#header_menu li a:visited {
	display: block;
	float: left;
	color: #3b3b3b;
	font-size: 0.85em;
	text-decoration: none;
	border-right: 1px solid #333;
	padding: 0 7px;
	text-transform: uppercase;
}

#header_menu li.end a:link,
#header_menu li.end a:visited {
	border-right: 0;
}

#header_menu li.active a:link,
#header_menu li.active a:visited {
	color: #d63d4e;
}

#header_menu li a:hover {
	color: #c6283d;
	text-decoration: underline;
}




/*	-------------------------------------------------------------
	CONTACT THE AUTHOR BOX
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #side_contact_box {
	float: right;
	margin-left: 20px;
	padding: 0px 16px 0px 17px;
	width: 131px;
	background: #e6e6e6 url("../images/contactTheAuthor_bg.jpg") no-repeat top left;
}

#content #side_contact_box h5 {
	padding: 49px 0px 5px 0px;
	text-transform: uppercase;
	font: 0.85em 'Lucida Sans Unicode', Arial, Sans-serif;
	color: #cc2c40;
}

#content #side_contact_box img {
	border: 3px #fff solid;
}

#content #side_contact_box h4 {
	padding: 3px 0px 0px 3px;
	font: 1em Arial, Verdana, Sans-serif;
	font-weight: bold;
	color: #282828;
}

#content #side_contact_box p.twitter {
	padding: 0px 0px 0px 1px;
	color: #029fd2;
}

#content #side_contact_box p.twitter a:link,
#content #side_contact_box p.twitter a:visited {
	display: block;
	padding: 0px 2px 0px 14px;
	color: #029fd2;
	background: url("../images/icons/tw_bird_icon.gif") no-repeat left center;
}

#content #side_contact_box ul {
	padding: 0px;
}

#content #side_contact_box ul li {
	padding: 5px 0px 15px 1px;
	width: 130px;
	font: 0.85em 'Lucida Sans Unicode', Arial, Sans-serif;
	line-height: inherit;
	background: none;
}




/*	-------------------------------------------------------------
	USER MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#userMenu {
	font-size: 0.85em;
	background: #ebe5e5;
	border: 1px solid #d7caca;
	color: #555;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#userMenu a:link,
#userMenu a:visited {
	color: #b71d32;	
}


/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Defaults
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1 {
	font-size: 1.8em;
	padding: 0 0 10px 0;
	color: #b71d32;
}

#content h2 {
	font-size: 1.4em;
	padding: 5px 0 3px 0;
	color: #b71d32;
}

#content h2,
#content h2 a:link,
#content h2 a:visited {
	color: #b71d32;	
}

#content h3 {
	font-size: 1.4em;
	padding: 5px 0 3px 0;
}

#content h3,
#content h3 a:link,
#content h3 a:visited {
	color: #2e2e2e;	
}

#content h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 2px 0;
	color: #b71d32;
}

#content h5 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 2px 0;
	color: #2e2e2e;
}

#content h6 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 2px 0;
	color: #6a6a6a;
}


#content p {
	padding: 5px 0 10px 0;
	line-height: 1.3em;
}

#content ul {
	padding: 8px 0 12px 10px;
}

#content ul li {
	padding: 2px 0 5px 20px;
	background: url("../images/li_bg.gif") no-repeat 0 7px;
	line-height: 1.3em;
}

#content a:link,
#content a:visited {
	color: #b71d32;
	text-decoration: none;
}

#content a:hover {
	color: #d83c4e;
	text-decoration: underline;
}

	
/*	Pagination
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .pagination {
	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-weight: normal;
	color: #fff;
	background: #e5384e;
	border: 1px solid #d02a40;
	padding: 1px 5px;
	text-decoration: none;
}

#content .pagination a.active:link,
#content .pagination a.active:visited {
	color: #f5dee1;
	background: #ff6c80;
	border: 1px solid #fb5f73;
	text-decoration: none;
}



/*	Back Link
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .backLink {
	clear: both;
	text-align: center;
	padding: 15px 0 5px 0;
}


/*	Grey box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .greyBox {
	padding: 5px 0 10px 0;
	width: 213px;
	background: #d1d2d4 url("../images/greyBox_bg.jpg") repeat-x bottom center;
}

#content .greyBox .item {
	padding: 8px 10px 8px 10px;
}

#content .greyBox h2,
#content #content_home .greyBox h2 {
	padding: 10px 0 0 10px;
	margin: 0;
	line-height: 1.1em;
	font-weight: bold;
	font-size: 1.1em;
	color: #b4293d;
}

#content .greyBox h3 {
	padding: 2px 0 3px 0;
	margin: 0;
	line-height: 1.1em;
	font-weight: bold;
	font-size: 1.1em;
	color: #262626;
}

#content .greyBox h4 {
	padding: 0 0 3px 0;
	margin: 0;
	line-height: 1.1em;
	font-weight: bold;
	color: #6a6a6a;
}

#content .greyBox p {
	font-size: 0.85em;
	padding: 2px 0 4px 0;
	line-height: 1.3em;	
}

#content .greyBox .thumb {
	float: right;
	margin: 0 5px 0 50px;
	border: 1px #a6a5a5 solid;
}

#content .greyBox .more {
	float: right;
	padding-right: 10px;
}

#content .greyBox .more p {
	clear: left;	
	padding-top: 5px;
}

#content .greyBox a:link,
#content .greyBox a:visited {
	color: #b71d32;
	text-decoration: none;
}

#content .greyBox a:hover {
	text-decoration: underline;
}


/*	-------------------------------------------------------------
	HOME CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #content_home h2 {
	padding: 0 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #b4293d;
}

#content #content_home h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #262626;
}

#content #content_home h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #6a6a6a;
}	

/*	HOME - Main Divs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #home_left {
	float: left;
	width: 446px;
	text-align: left;
}

#content #home_right {
	float: right;
	width: 446px;
	text-align: left;
}
	
/*	HOME - Services
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #home_services .service {
	font-size: 1.1em;
	padding: 10px 10px 30px 10px;
	border-top: 1px #edefe3 solid;
}

#content #home_services .service.last {
	border-bottom: 1px #edefe3 solid;
}

#content #home_services .service h1 {
	font-size: 1.4em;
	padding: 0 0 5px 0;
	color: #d83c4e;
}

#content #home_services .service .thumb {
	float: left;
	margin-right: 10px;	
}

#content #home_services .service p {
	padding: 2px 0 2px 0;
	font-size: 0.8em;
	line-height: 1.3em;
}

#content #home_services a:link,
#content #home_services a:visited {
	text-decoration: none;
}

#content #home_services a:hover {
	text-decoration: underline;
}


/*	HOME - Newsletter
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #home_newsletter {
	margin-top: 20px;
	padding: 12px 15px;
	background: #d33446 url("../images/home/newsletter_bg.jpg") repeat-x bottom center;
}

#content #home_newsletter h2 {
	color: #fefbfb;
	padding: 2px 0 2px 0;
}

#content #home_newsletter p {
	color: #fefbfb;
	padding: 4px 0 12px 0;
	line-height: 1.3em;
}

#content #home_newsletter p.field {
	margin: 3px 0 13px 0;
	height: 25px;
	padding: 0 0 0 7px;
	background: url("../images/home/newsletter_inputbg.gif") no-repeat top left;
}

#content #home_newsletter .textbox {
	border: none;
	width: 200px;
	color: #faf3f2;
	height: 23px;
	line-height: 23px;
	outline: 0 none;
	background: none;
}

#content #home_newsletter a:link,
#content #home_newsletter a:visited {
	color: #fff;
}

#content #home_newsletter #home_newsletter_subscribe {
	float: right;
	margin-top: 41px;
}


/*	HOME - Blog
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #home_blog {
	margin: 20px 0;
	padding: 12px 15px;
	background: #d1d2d4 url("../images/greyBox_bg.jpg") repeat-x bottom center;
}

#content #home_blog h3 {
	padding: 2px 0 2px 0;
}

#content #home_blog p {
	color: #454545;
	padding: 4px 0 12px 0;
	line-height: 1.3em;
}



/*	Home - Dates
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #home_dates {
	float: left;
	margin-top: 20px;
}

#content #home_dates h3,
#content #home_news h3 {
	font-size: 0.85em;
	line-height: 1.2em;
}

#content #home_dates h4,
#content #home_news h4,
#content #home_blog h4 {
	font-size: 0.85em;
	line-height: 1.2em;
}


/*	Home - News
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #home_news {
	float: right;
	margin-top: 20px;
}


	



/*	-------------------------------------------------------------
	CONTENT - CONTACT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #contact_offices {
	float: right;
	margin-left: 20px;
}

#content #forms_form_1 {
	float: left;
	width: 375px;
	margin-left: 0;
}

/*	Contact Form
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #forms_form_1 table {
	margin: 10px 0 0 0;
}

#content #forms_form_1 .textbox,
#content #forms_form_1 .textarea,
#content #forms_form_1 .selectbox {
	width: 220px;
}



/*	Offices
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #contact_offices .image_b {
	border: 1px solid #666;
	border-left: 0;
	border-right: 0;
}




/*	-------------------------------------------------------------
	SIDE CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Side Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#main_side h1 {
	font-size: 1.4em;
	padding: 5px 0 10px 0;
	color: #011650;
}

#menuMain_childs {
	padding: 10px 0;
}

#menuMain_childs li a:link,
#menuMain_childs li a:visited {
	display: block;
	font-size: 0.85em;
	color: #555555;
	text-decoration: none;
	padding: 0 12px 0 30px;
	height: 30px;
	line-height: 30px;
	border-top: 1px #f0f0f0 solid;
	background: #fff url("../images/childs_menu.jpg") no-repeat top left;
}

#menuMain_childs li a:hover {
	color: #00004f;
	background-position: 0px -30px;
}

#menuMain_childs li a.active:link,
#menuMain_childs li a.active:visited {
	color: #d32d3f;
	background-color: #e6e6e6;
	background-position: 0 -60px;
}

#menuMain_childs li.end a:link,
#menuMain_childs li.end a:visited {
	border-bottom: 1px #f0f0f0 solid;
}

	
/*	Side Menu Childs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain_childs li ul {
	padding: 5px 0 0 12px;
}

#menuMain_childs li ul li {
	padding: 2px 0 3px 18px;
}

#menuMain_childs li.active ul li a:link,
#menuMain_childs li.active ul li a:visited {
	display: block;
	font-size: 0.85em;
	color: #555555;
	text-decoration: none;
	padding: 2px 0 2px 15px;
	height: auto;
	line-height: 1.2em;
	border: 0;
	background: #fff url("../images/menumain_childs_bg.gif") no-repeat 0 5px;
}

#menuMain_childs li.active ul li a:hover {
	color: #333333;
	background: #fff url("../images/menumain_childs_bg.gif") no-repeat 0 5px;
}

#menuMain_childs li ul li a.active:link,
#menuMain_childs li ul li a.active:visited {
	color: #d32d3f;
	background: #fff url("../images/menumain_childs_bg.gif") no-repeat 0 5px;
}

#menuMain_childs li ul li.end a:link,
#menuMain_childs li ul li.end a:visited {
	border: 0;
}



/*	Photo Gallery
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#side_randomPhoto {
	font-size: 1.1em;
	padding: 10px 20px;
	background: #e6e6e6;
}

#side_randomPhoto h1 {
	font-size: 0.9em;
	font-weight: bold;
	color: #282828;
}

#side_randomPhoto .photo {
	border: 1px #ababaa solid;
}

#side_randomPhoto p {
	padding: 5px 0 10px 0;
	font-size: 0.8em;
	line-height: 1.3em;
}


/*	Buttons
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#main_side a.black_round_btn_lgray:link,
#main_side a.black_round_btn_lgray:visited,
#content a.black_round_btn_dgray:link,
#content a.black_round_btn_dgray:visited {
	display: block;
	float: left;
	text-decoration: none;
}

#main_side a.black_round_btn_lgray:link span,
#main_side a.black_round_btn_lgray:visited span,
#content a.black_round_btn_dgray:link span,
#content a.black_round_btn_dgray:visited span {
	display: block;
	float: left;
	height: 25px;
	line-height: 23px;
	font-size: 0.8em;
	color: #fff;
	padding: 0 22px 0 10px;
}

#main_side a.black_round_btn_lgray:hover span,
#content a.black_round_btn_dgray:hover span,
#content .greyBox a.black_round_btn_dgray:hover {
	color: #fff;
}

#main_side a.black_round_btn_lgray:link,
#main_side a.black_round_btn_lgray:visited {
	background: #e6e6e6 url("../images/buttons/black_round_btn_lightstart.gif") repeat-x;
}

#main_side a.black_round_btn_lgray:link span,
#main_side a.black_round_btn_lgray:visited span {
	background: url("../images/buttons/black_round_btn_lightend.gif") no-repeat top right;
}

#content a.black_round_btn_dgray:link,
#content a.black_round_btn_dgray:visited {
	background: #e6e6e6 url("../images/buttons/black_round_btn_darkstart.gif") repeat-x;
}

#content a.black_round_btn_dgray:link span,
#content a.black_round_btn_dgray:visited span {
	background: url("../images/buttons/black_round_btn_darkend.gif") no-repeat top right;	
}



/*	-------------------------------------------------------------
	CLIENT AREA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #user_links {
	float: left;
	width: 220px;
	padding-right: 40px;
	background: url('../images/client_area-fader.jpg') 230px no-repeat;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content #user_content {
	float: right;
	width: 380px;
}

#content #user_links h2 {
	margin-bottom: 20px;
	font-size: 1.6em;
}

#content #user_content h2 {
	margin-bottom: 11px;
	font-size: 1.6em;
}

#content #user_links a:link,
#content #user_links a:visited {
	display: block;
	margin-bottom: 20px;
}



/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer_cpa {
	float: left;
	margin: 30px 0 0 23px;
}

#footer .facebook span {
	background-color: #3b5998;
	color: #fff;
	padding: 0 4px;
	margin-right: 5px;
	font-weight: bold;
}

#footer_details {
	float: left;
	margin: 30px 0 0 36px;
}

#footer_details p {
	line-height: 1.5em;	
}

#footer .footer_address {
	float: right;
	margin: 21px 20px 0 0;
	line-height: 1.3em;
}

#footer .footer_address h1 {
	font-weight: bold;
	padding: 0 0 0 0;	
}

#footer .footer_address p {
	padding: 3px 0 2px 0;	
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #7a7e80;
}

#footer a:hover {
	color: #262626;
	text-decoration: underline;
}



	
/*	-------------------------------------------------------------
	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;	
}
	
	
	
