/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 15px Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	background: #c7c8ca;
}



/*	-------------------------------------------------------------
	STRUCTURE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 82px;
	background: #fff url(../images/header_bg.gif) repeat-x;
}

#mid {
	background: #555 url(../images/mid_bg.jpg) repeat-x top left;
}

#mid-line {
	padding-bottom: 8px;
	background: url(../images/mid-i_bg.jpg) no-repeat bottom right;
}

#midBot {
	height: 35px;
	background: #000;	
}

#footer {
	height: 115px;
	background: #c7c8ca url(../images/footer_bg.jpg) repeat-x;
	border-top: 1px solid #c4c4c6;
}



/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	

#header #logo {
	margin: 21px 0 0 0;
	float: left;
}

#headerContact {
	float: right;
	text-align: right;
	padding: 2px 20px 0 0;
	font-size: 0.8em;
	color: #666;
}

/*	Contact Details
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#headerContact span {
	display: block;
	float: left;
	padding: 1px 0 1px 20px;
	margin-left: 18px;
}

#headerContact span#headerPhone {
	background: url(../images/headerPhone.gif) no-repeat 0 3px;
}

#headerContact span#headerEmail {
	padding-left: 19px;
	background: url(../images/headerEmail.gif) no-repeat 0 5px;
}

#headerContact a:link,
#headerContact a:visited {
	color: #777;	
}


/*	Menu Main
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain {
	float: right;
	margin: 30px 0 0 0;
}

#menuMain li {
    float: left;
    padding: 0 0 0 10px;
}

#menuMain a:link,
#menuMain a:visited {
  display: block;
  text-indent: -10000px;
  height: 21px;
  line-height: 21px;
  float: left;
}

#menuMain a.home:link,
#menuMain a.home:visited {
  width: 56px;
  background: url(../images/menuMain/home.gif) no-repeat;
}

#menuMain a.home:hover {
	background-position: 0 -42px;
}

#menuMain a.webdesign:link,
#menuMain a.webdesign:visited {
  width: 137px;
  background: url(../images/menuMain/webdesign.gif) no-repeat;
}

#menuMain a.webdesign:hover {
	background-position: 0 -42px;
}

#menuMain a.services:link,
#menuMain a.services:visited {
  width: 83px;
  background: url(../images/menuMain/services.gif) no-repeat;
}

#menuMain a.services:hover {
	background-position: 0 -42px;
}

#menuMain a.work:link,
#menuMain a.work:visited {
  width: 99px;
  background: url(../images/menuMain/work.gif) no-repeat;
}

#menuMain a.work:hover {
	background-position: 0 -42px;
}

#menuMain a.about:link,
#menuMain a.about:visited {
  width: 89px;
  background: url(../images/menuMain/about.gif) no-repeat;
}

#menuMain a.about:hover {
	background-position: 0 -42px;
}

#menuMain a.contact:link,
#menuMain a.contact:visited {
  width: 108px;
  background: url(../images/menuMain/contact.gif) no-repeat;
}

#menuMain a.contact:hover {
	background-position: 0 -42px;
}


#menuMain a.active:link,
#menuMain a.active:visited {
	background-position: 0 -21px;
}




/*	-------------------------------------------------------------
	MID
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mid .container {
	height: 180px;
	background: no-repeat bottom right;
}

#mid #midText {
	float: left;
	padding: 46px 0 0 10px;
	background: none;
}

#mid #midText h1 {
	font-size: 2.3em;
	line-height: 1.5em;
	color: #fff;
}

/*	Home
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#mid.home .container {
	background-image: url(../images/mid/home_image.gif);
}

#mid.home #midText {
		
}


/*	Web Design
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mid.webdesign {
	background-color: #5cb9be;
	background-image: url(../images/mid/webdesign_bg.jpg);
}

#mid.webdesign .container {
	background-image: url(../images/mid/webdesign_image.jpg);
}

#mid.webdesign #midText {
	padding: 42px 0 0 0;
}

#mid.webdesign_content-management-systems {
	background-color: #388ecb;
	background-image: url(../images/mid/webdesign_cms_bg.jpg);
}

#mid.webdesign_content-management-systems .container {
	background-image: url(../images/mid/webdesign_cms_image.gif);
}

#mid.webdesign_content-management-systems #midText {
	padding-top: 46px;
}

/*	Services
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mid.services .container {
	background-image: url(../images/mid/services_image.gif);
}

/*	Work
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mid.work {
	background-color: #8db36c;
	background-image: url(../images/mid/work_bg.jpg);
}

#mid.work_client-testimonials .container {
	background-image: url(../images/mid/work_testimonials_image.gif);
	background-position: 95% 25px;
}

/*	About
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mid.about {
	background-color: #6783b7;
	background-image: url(../images/mid/about_bg.jpg);
}

#mid.about .container {
	background-image: url(../images/mid/about_image.gif);
}

#mid.about #midText {
	padding: 30px 0 0 10px;
}

/*	Contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mid.contact {
	background-color: #6382a1;
	background-image: url(../images/mid/contact_bg.jpg);
}

#mid.contact #midText {
	padding: 48px 0 0 10px;
}

#mid.contact .container {
	background-image: url(../images/mid/contact_image.gif);
}


/*	-------------------------------------------------------------
	MID TESTIMONIALS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#midTestimonials {
	float: right;
	width: 280px;
	background: url(../images/midTestimonials.gif) top left no-repeat;
	margin: 22px 12px 0 0;
	color: #fff;
	font: 0.8em Georgia, serif;
	height: 146px;
}

#midTestimonials .inner {
	padding: 14px 13px 0 13px;	
}

#midTestimonials p {
	line-height: 1.3em;
	padding: 0 0 4px 0;
}

#midTestimonials p.short {
	padding-top: 5px;
	line-height: 1.5em;	
}

#midTestimonials p.business {
	text-align: right;
	padding-top: 6px;
	float: none;
}

#midTestimonials p.business a:link,
#midTestimonials p.business a:visited {
	font: 0.8em Arial, serif;
	font-weight: bold;
	text-transform: uppercase;		
}

#midTestimonials ul {
	display: block;
}

#midTestimonials ul li {
	display: none;
	text-align: left;
	font-size: 1.3em;
}


#midTestimonials a:link,
#midTestimonials a:visited {
	display: block;
	color: #3e3e3e;
	text-decoration: none;	
}

#midTestimonials a:hover {
	color: #2e2e2e;
	text-decoration: underline;
}




/*	-------------------------------------------------------------
	MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#main {
	background: #fff url(../images/main_bg.gif) repeat-x;
	padding-bottom: 30px;
}

#main-top {
	height: 8px;
	line-height: 8px;
	background: #f8a420;
	text-align: right;
}

#main-top img {
	display: block;
	float: right;
}

#main .container {
	padding-top: 0;	
}

/*	Columns
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mainCol {
	clear: left;
	float: left;
	width: 610px;
	margin-left: 10px;
	padding-top: 5px;
}

#sideCol {
	float: right;
	width: 315px;
	margin-top: 15px;
	background: url(../images/sideCol_grad_bg.gif) repeat-y;
}

#sideCol-i {
	padding:  0 0 100px 25px;
	background: url(../images/sideCol_grad_bot_bg.gif) no-repeat bottom left;
}

#userMenu {
	font-size: 0.8em;
	border: 1px solid #ccc;
	background: #eee;
	padding: 2px 4px;
}


/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	font-size: 2.0em;
	font-weight: bold;
	color: #f07022;
	padding: 3px 0 2px 0;
}

#content h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #f07022;
	padding: 8px 0 2px 0;
}

#content h2.smallText {
	font-size: 1.4em;
}

#content h2 a:link,
#content h2 a:visited {
	font-weight: bold;
	color: #f07022;
	text-decoration: none;
}

#content h2 a:hover {
	color: #fff;	
}

#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	padding: 2px 0 4px 0;
}

#content h3.smallText {
	font-size: 1.2em;
}

#content h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #f79122;
	padding: 2px 0 4px 0;
}

#content h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	padding: 2px 0 4px 0;
}

#content h5 a:link,
#content h5 a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}

#content h5 a:hover {
	color: #444;
	text-decoration: underline;
	background: 0;
}

#content .line {
	border-top: 1px dashed #ccc;
	/*border-top: 3px solid #e4e4e4;*/
	margin: 10px 0;
	font-size: 0.01em;
	line-height: 0.01em;
}

#content p.line {
	border-top: 1px dashed #ccc;
	margin: 0;
	line-height: 1.1em;
	font-size: 1em;
	padding: 10px 0 10px 0;
}
	
#content #sideCol p.large {
	font-size: 1.2em;
	line-height: 1.2em;
}

#content p {
	padding: 3px 0 10px 0;
	line-height: 1.5em;
}

#content p.large {
	font-size: 1.2em;
	color: #555;	
	line-height: 1.4em;
}

#content p.large strong {
	color: #aa521d;
}

#content p.medium {
	font-size: 1.1em;
	line-height: 1.4em;
}

#content strong {
	color: #555;
	font-weight: strong;
}

#content a:link,
#content a:visited {
	color: #f26e24;
	padding: 0 2px;
}

#content a.norm:link,
#content a.norm:visited {
	padding: 0;
}

#content a:hover {
	background: #f26e24;
	color: #fff;
	text-decoration: none;
}

#content a.norm:hover {
	text-decoration: underline;
	background: 0;
	color: #c74e0a;
}


	
#content ul {
	padding: 5px 0 10px 15px;
}

#content ul li {
	padding: 1px 0 5px 15px;
	background: url(../images/li_bg.gif) no-repeat 0 5px;
	line-height: 1.2em;
}

#content ul.medium li {
	font-size: 1.1em;	
}

#content em {
	font-style: italic;
}

#content .greyBox {
	border: 1px solid #ccc;
	background: #e5e5e5;
	border-left: 0;
	border-right: 0;
	padding: 5px 10px 1px 12px;
	margin: 5px 0 10px 0;
	text-align: justify;
}

#content .image_r.up {
	margin-top: 0;
}


/*	Lists
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content ul.splitter {
	padding: 5px 0 10px 0;	
}

#content ul.splitter li {
	padding: 10px 0 5px 15px;
	background: url(../images/splitter_li.gif) no-repeat 0 15px;
	border-top: 1px solid #d2d2d4;
	line-height: 1.2em;
}

#content ul.splitter li.start {
	border: 0;	
}

#content ul.splitter li a.title {
	font-size: 1.2em;
	margin-left: -2px;
}

#content ul.splitter li small {
	display: block;
	padding-top: 5px;
}

/*	Pathway
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #pathway {
	height: 33px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

#content #pathway ul {
	margin: 0;
	padding: 10px 0 0 0;	
}

#content #pathway ul li {
	padding: 0 1px 0 15px;
	margin: 0;
	list-style: none;
	display: inline;
	background: url(../images/pathway_bg.gif) no-repeat 0 5px;
	font-size: 1em;
}

#content #pathway ul li span {
	color: #666;
}

#content #pathway a:link,
#content #pathway a:visited {
	text-decoration: none;
}

#content  #pathway a:hover {
	text-decoration: none;
}

#content #pathway ul li.level_home {
	padding: 0;
	background: 0;
}

/*	Columns
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #content_leftCol {
	margin-top: 10px;
	float: left;
	width: 300px;
	border-right: 1px dashed #ccc;
}

#content #content_leftCol p {
	padding-right: 15px;	
}

#content #content_rightCol {
	margin-top: 10px;
	float: right;
	width: 290px;
	clear: right;
}


/*	-------------------------------------------------------------
	CONTENT - HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#mainCol.home {
	padding-top: 25px;
	width: 100%;
}
	
#content .home h2 {
	padding: 5px 0 0 2px;
	margin-bottom: 10px;
}

#content .homeBoxes {
	clear: both;
}

#content .homeBox {
	float: left;
	width: 280px;
	margin: 0 29px 0 29px;
}

#content .homeBox.start {
	margin-left: 0;
}

#content .homeBox p {
	line-height: 1.7em;
}

#content .homeBox.end {
	margin-right: 0;
}


/*	Featured
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .homeBoxes.featured {
	padding-bottom: 30px;
	border-bottom: 2px solid #ccc;
}

#content a#homeViewFullPortfolio:link,
#content a#homeViewFullPortfolio:visited {
	float: right;
	font-weight: bold;
	margin: 14px 10px 0 0;
	text-decoration: none;
	border-bottom: 1px solid #f26e24;
}

#content .homeBoxes.featured img {
	border: 1px solid #ccc;
	padding: 2px;
	background: #e4e4e4;
}

#content .homeBoxes.featured a:hover img {
	border: 3px solid #aaa;
	padding: 0;
}

#content .homeBoxes p {
	font-size: 0.8em;
}

/*	Information
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .homeBoxes.information {
	padding: 20px 0 10px 0;
}

#content .homeBoxes.information h2 {
	font-size: 1.5em;
	padding: 5px 0 5px 0;
	margin: 0 0 3px 0;
}

#content .homeBoxes.information h5 {
	font-size: 1.1em;
	padding-top: 10px;
}

/* testimonials */

#content .homeBoxes p.testimonial_quote {
	font: 1.05em Georgia, serif;
	color: #555;
	padding-bottom: 2px;
	line-height: 1.3em;
}

#content .homeBoxes p.testimonial_business {
	padding: 0 0 15px 0;
}

#content .homeBoxes p.testimonial_business a:link,
#content .homeBoxes p.testimonial_business a:visited {
	font-size: 0.9em;
	text-transform: uppercase;
}

/* web design */

#content .homeBoxes.information ul.splitter {
	padding-top: 0px;
}

#content .homeBoxes.information ul.splitter li {
	font-size: 0.9em;
	background-position: 0 12px;
}

/* contact */

#content .homeBox.contact p {
	font-size: 0.85em;
}

#content .homeBox.contact table {
	margin-top: 1px;
}

#content .homeBox.contact table tr td {
	display: table-cell;
	padding: 4px 0 2px 8px;
	vertical-align: top;
	line-height: 1.8em;
}

#content .homeBox.contact p.large {
	padding: 4px 0 3px 10px;
}





/*	-------------------------------------------------------------
	CONTENT - WEBDESIGN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/*	Examples
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#content #portfolio_examples img {
	border: 1px solid #ccc;
	padding: 1px;
}

#content #portfolio_examples a:hover img {
	border: 2px solid #999;
	padding: 0;
}

/*	Content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #webdesign_content {
	float: left;
	width: 300px;
	border-right: 1px dashed #ccc;
	/*border-right: 3px solid #e4e4e4;*/
}

#content #webdesign_content p {
	padding-right: 15px;	
}

#content .line {
	margin: 10px 15px 10px 0;
}

	
/*	Quote
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #freeQuote {
	padding-right: 10px;	
}

#content #freeQuote h5 {
	padding: 0 0 2px 1px;
	margin: 8px 0 0 2px;
	border-bottom: 1px solid #ddd;
}

#content #freeQuote h6 {
	padding: 10px 0 2px 0;
	font-size: 0.8em;
}

#content #freeQuote .formSuccess h6,
#content #freeQuote .formSuccess h6 {
	font-size: 1.1em;	
	padding-top: 0;
}

#content #freeQuote h6 em {
	font-style: italic;	
}

#content #freeQuote label {
}

#content #freeQuote label.require {
	padding: 0 8px 0 0;
	background: url(../images/form_require.jpg) no-repeat top right;
}

#content #freeQuote p {
	padding: 0;
	margin: 0;
}

#content #freeQuote .submitBox {
	padding: 10px 0 5px 0;
}

#content #freeQuote .formGroup {
	padding: 0 0 10px 12px;
}

#content #freeQuote .textbox,
#content #freeQuote .textboxLarge,
#content #freeQuote .textarea,
#content #freeQuote .selectbox {
	width: 230px;
	padding: 4px 2px;
	font: 1.0em Arial, Verdana, sans-serif;
	color: #444;
	border: 1px solid #bbb;
}

#content #freeQuote .textarea {
	height: 80px;
	font-size: 1.0em;
}

#content #freeQuote .selectbox {
	width: auto;
	font-size: 0.9em;
	padding: 1px 2px;
}

#content #freeQuote .textbox:focus,
#content #freeQuote .textboxLarge:focus,
#content #freeQuote .textarea:focus,
#content #freeQuote .selectbox:focus {
	background: #eee;	
	border: 1px solid #999;
}

#content #freeQuote label.error {
	display: block;
	margin: 4px 0 5px 0;
	padding: 6px 0 2px 20px;
	color: #f79445;
	font-weight: bold;
	font-size: 0.8em;
	background: url(../../../images/icons/msg_error.gif) no-repeat 0 6px;
}

	
/*	Summarise sub
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #summariseSub p {
	padding: 0 0 15px 3px;
}






/*	-------------------------------------------------------------
	CONTENT - WORK
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sideCol.work #sideCol-i {
	padding-right: 4px;
}

#sideCol.work p.more {
	text-align: center;
}

#mainCol.work_portfolio {
	width: 100%;
}

#mainCol.work_client-testimonials {
	width: 100%;
}

/*	Featured Client - Side
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sideCol #randomPortfolio h2 {
	text-align: center;	
}

#sideCol .featureBox {
	font-size: 0.9em;
}

#sideCol .featureBox img {
	border: 1px solid #ccc;
	padding: 2px;
	background: #e4e4e4;
}

#sideCol .featureBox a:hover img {
	border: 3px solid #aaa;
	padding: 0;
}
	
/*	Testimonials
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .testimonialBox {
	background: url(../images/work/testimonialBox_bg.gif) repeat-y;
	clear: both;
	margin-top: 10px;
}

#content .testimonialBox .text {
	background: url(../images/work/testimonialBox_text_bg.gif) no-repeat top left;
	padding: 10px 20px 5px 105px;
}

#content .testimonialBox p {
	font-size: 1.2em;
	padding: 10px 20px;	
	line-height: 1.4em;
}

#content .testimonialBox a.more:link,
#content .testimonialBox a.more:visited {
	font-size: 0.7em;
	font-weight: bold;
	color: #444;
}

#content .testimonialBox a.more:hover {
	color: #fff;
}

#content .testimonialBox .extra {
	display: none;
}

#content .testimonialBox .client {
	background: #fff url(../images/work/testimonialBox_client_bg.gif) no-repeat top left;
	padding: 0 0 0 120px;
	height: 110px;
}

#content .testimonialBox .client p {
	float: left;
	background: url(../images/work/testimonialBox_client_p_bg.gif) no-repeat top left;
	padding: 32px 30px 0 80px;
}

#content .testimonialBox .client .name {
	font-size: 1.0em;
	color: #333;
}

#content .testimonialBox .client .position {
	font-size: 0.9em;
	color: #555;
}

#content .testimonialBox .client .business {
	color: #f26e24;	
	font-weight: bold;
}

#content .testimonialBox .client .location {
	font-size: 0.8em;
	font-weight: bold;
	color: #555;
	padding-left: 2px;
}




/*	-------------------------------------------------------------
	CONTENT - ABOUT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#content #sideCol.about {
	padding-top: 25px;
}





/*	-------------------------------------------------------------
	CONTENT - CONTACT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #sideCol.contact {
	padding-top: 20px;
}

#content #sideCol.contact #googleMap {
	float: none;
}

#content #sideCol #contactDetails {
	padding-left: 5px;
}

#content #sideCol #contactDetails h3 {
	font-size: 1.2em;
}

#content #sideCol #contactDetails p {
	font-size: 1.1em;
	color: #555;
	padding-top: 0;
}




	
/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer-i {
	background: url(../images/footer_con_bg.gif) no-repeat top right;
	height: 115px;
}

#footer .container {
	padding: 16px 10px 0 10px;	
}

#footerBox {
	width: 920px;
	height: 85px;
	color: #4a4a4b;
	font-size: 0.9em;
}

#footerBox a:link,
#footerBox a:visited {
	color: #dcd2bb;	
}


/*	Left
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footerBoxLeft {
	float: left;
}

#footerBoxLeft h3 {
	font-size: 2.4em;
	padding-top: 7px;
}

#footerBoxLeft p {
	font-size: 1.1em;
	padding-top: 15px;	
}

#footerBoxLeft .slash {
	color: #888;
}

#footerBox a.breezeLink:link,
#footerBox a.breezeLink:visited {
	color: #444;
}

#footerBox a.linksLink:link,
#footerBox a.linksLink:visited {
	color: #444;
}

#footer_breeze {
	padding-top: 15px;
	float: left;
}

#footer_follow {
	padding: 15px 0 0 10px;
	float: left;
}

#footer_follow p {
	padding: 0;
	float: left;
}

#footer_follow img {
	float: left;
	margin: -3px 5px 0 0;
}


/*	Right
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footerBoxRight {
	float: right;
	padding: 8px 0 0 0;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.6em;
}


#footerBoxRight .copyright {
	line-height: 2.6em;
	font-size: 0.9em;
	color: #6f6f72;
}



/*	-------------------------------------------------------------
	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;
}


	