/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2010
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #173e4a;
	font: 13px Verdana, Arial sans-serif;
	text-align: left;
	background: #af803b;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	margin: 0 auto;
	width: 970px;
}

#header {
}

#main {
	background: #96b9c2 url("../images/main_bg.gif") repeat-x top left;
}

#main .container {
	padding: 0 0 50px 0;
	background: #fff url("../images/maincontainer_bg.jpg") repeat-x top left;
}

#content_side {
	float: left;
	padding: 12px 0 10px 10px;
	width: 220px;
}

#content {
	float: right;
	padding: 10px;
	width: 700px;
}

#footer {
	height: 210px;
	color: #7a4d0c;
	border-bottom: 1px #cd9f5b solid;
	background: #e2b26c url("../images/footer_bg.gif") repeat-x bottom left;
}

#userMenu {
	margin: 5px 0;
	padding: 10px;
	color: #4e2f0b;
	border: 1px #a46d33 solid;
	background: #e2b26c;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header_menu {
	height: 50px;
	background: #356077 url("../images/headermenu_bg.gif") repeat-x top left;
}


/*	Header Search
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header_menu form {
	float: right;
	margin: 15px 0 0 10px;
	width: 300px;
}

#header_menu form #findbtn {
	float: right;
}

#header_menu form #search_field {
	float: right;
	margin-right: 5px;
	padding: 0 0 0 8px;
	height: 27px;
	line-height: 27px;
	width: 163px;
	font-size: 0.9em;
	color: #96a6ae;
	border: 0;
	background: url("../images/search_inputbg.gif") no-repeat top left;
}


/*	Header Content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header_content {
	background: #b7cbd7 url("../images/headercontent_bg.gif") repeat-x top left;
}

#header_content .container {
	height: 150px;
	background: url("../images/headercontent_logo.gif") no-repeat top right;
}

#header_logo {
	float: left;
	margin: 30px 0 0 10px;
}

#header_contact {
	float: right;
	margin: 14px 20px 0 0;
	width: 208px;
	text-align: right;
}

#header_contact h3 {
	padding: 6px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 1.3em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #3e4f53;
	border-bottom: 1px #cfdcdf dashed;
}

#header_contact h4 {
	padding: 6px 0;
	letter-spacing: 2px;
	font: 1.2em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #7e8f93;
	border-top: 1px #f4f7f8 dashed;
}


/*	-------------------------------------------------------------
	MENU MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	float: left;
	padding: 12px 0 0 0;
}	

#menuMain li {
	float: left;
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	float: left;
	padding-left: 16px;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
	text-shadow: #143649 1px 1px 1px;
	color: #c6cad2;
}

#menuMain li a:link span,
#menuMain li a:visited span {
	padding-right: 16px;
}

#menuMain li a:hover {
	text-shadow: none;
	color: #d05206;
}

#menuMain li.active a:link,
#menuMain li.active a:visited {
	text-decoration: none;
	text-shadow: none;
	color: #d05206;
	background: #d8e1e3 url("../images/menumain_active.gif") repeat-x;

}

#menuMain li.active a:link span,
#menuMain li.active a:visited span {
	float: left;
	line-height: 38px;
	background: url("../images/menumain_activespan.gif") no-repeat top right;
}

	

/*	-------------------------------------------------------------
	CONTENT SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content_side a:link,
#content_side a:visited {
	text-decoration: none;
}



/*	-------------------------------------------------------------
	SIDE CATEGORIES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content_side #side_categories {
	background: #bcd9e8 url("../images/categorytop_bg.gif") no-repeat top left;
	
}

#content_side #side_categories_end {
	height: 10px;
	background: #bcd9e8 url("../images/categorybottom_bg.gif") no-repeat bottom left;
}


/*	Category Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content_side #side_categories .menu {
	padding: 40px 0 0 10px;
}

#content_side #side_categories .menu li {
	padding: 4px 0;
}

#content_side #side_categories .menu li a:link, 
#content_side #side_categories .menu li a:visited {
	display: block;
	padding: 0 0 0 10px;
	height: 25px;
	line-height: 25px;
	color: #173e4a;
	background: url("../images/categorylink_bg.gif") no-repeat top left;
}

#content_side #side_categories .menu li a:hover {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #3f8ca9;
	background-position: 0 -25px;
	
}

#content_side #side_categories .menu li a.active:link, 
#content_side #side_categories .menu li a.active:visited {
	color: #fff;
	background-position: 0 -50px;
}



/*	-------------------------------------------------------------
	SIDE RANGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content_side #side_range {
	margin: 20px 0 0 0;
	background: #c7d2d4 url("../images/rangetop_bg.gif") no-repeat top left;	
}

#content_side #side_range_end {
	height: 10px;
	background: #c7d2d4 url("../images/rangebottom_bg.gif") no-repeat bottom left;
}


/*	Range Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content_side #side_range .menu {
	padding: 40px 0 0 10px;
}

#content_side #side_range .menu li {
	padding: 4px 0;
}

#content_side #side_range .menu li a:link, 
#content_side #side_range .menu li a:visited {
	display: block;
	padding: 0 0 0 10px;
	height: 25px;
	line-height: 25px;
	color: #4c5456;
	background: url("../images/rangelink_bg.gif") no-repeat top left;
}

#content_side #side_range .menu li a:hover {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #717c7f;
	background-position: 0 -25px;
}

#content_side #side_range .menu li.active a:link, 
#content_side #side_range .menu li.active a:visited {
	color: #fff;
	background-position: 0 -50px;
}

#content_side #side_range .menu li a.start {
	color: #ab4444;
}
	
	
/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Defaults
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	padding: 25px 0 18px 0;
	font-size: 2.1em;
	color: #d05206;
}

#content h2 {
	padding: 8px 0 3px 0;
	font: 1.9em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #d05206;
}

#content h3 {
	padding: 7px 0 3px 0;
	font-size: 1.5em;
}

#content p {
	padding: 3px 0 9px 0;
	line-height: 1.7em;
}

#content a:link,
#content a:visited {
	text-decoration: underline;
	color: #d05206;
}

#content a:hover {
	color: #e58246;
}

#content strong {
	color: #d05206;
	border-bottom: 1px #73a0b7 dashed;
}

#content ul li {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 2px 0 5px 0;
	color: #173e4a;
}



/*	-------------------------------------------------------------
	CONTENT - HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
/*	Defaults
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1.home_title {
	font-family: Arial, Verdana sans-serif;
	font-style: italic;
	color: #37778f;
}

#content h1.home_title span,
#content h1.home_title em {
	font-style: normal;
	font-weight: bold;
}

#content h1.home_title em {
	color: #d05206;
}



/*	Home - Welcome 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #home_welcome {
	border-top: 1px #cce0eb solid;
}

#content #home_welcomeimg {
	padding: 9px;
	background: #6c96aa;
}

#content #home_welcome .description {
	padding: 14px 22px 0 22px;
	font-family: Arial, sans-serif;
	background: #e5f2fa url("../images/home_welcomebg.gif") repeat-x top left;
}

#content #home_welcome .description p {
	padding: 0;
	line-height: 1.7em;
	font-size: 1.6em;
	color: #446876;
}

#content #home_welcome p.learn_more a:link,
#content #home_welcome p.learn_more a:visited {
	float: right;
	height: 28px;
	width: 170px;
	background: url("../images/home_learnmorebtn.gif") no-repeat bottom left;
}
	
	

/*	Home - Services
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .home_services {
	margin: 20px 0;
}


/*	Contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #contact_side {
	width: 200px;
	float: right;
}

#content #contact_main {
	width: 480px;
	float: left;
}

	
/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer .container {
	position: relative;
}

#footer #footer_heading {
	position: absolute;
	top: -27px;
	left: 14px;
}

#footer #footer_delivery,
#footer #footer_about {
	float: left;
	margin: 25px 70px 0 20px;
	width: 300px;
}

#footer #footer_logos {
	padding: 25px 0 0 0;
}

#copyright {
	clear: both;
	height: 40px;
	padding: 22px 0 0 20px;
	color: #f7f6f5;
	border-top: 1px #a76f34 solid;
}

#copyright p.copy {
	float: left;
}

#copyright p.logo {
	float: right;
}



/*	Defaults
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer h3 {
	font-size: 1.2em;
	padding: 0 0 3px 0;
	color: #684109;
	border-bottom: 1px #be8a3f solid;
}
	
#footer p {
	padding: 8px 0 12px 0;
	line-height: 1.6em;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #4c2f05;
}

#footer a:hover {
	color: #684109;
}

#footer a:hover span {
	padding: 0 0 0 2px;
}



/*	-------------------------------------------------------------
	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;	
}
	
	
	

