/*
Title:      WebWeaver contact us styles
Author:     Alison Green, alison@webweaver.co.nz
Updated:    28 October 2006 - removing hacks that are breaking IE7
Updated:    1 January 2010 - website restyle
*/


/* ---[ links ]------------------------------- */

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

a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#subnav a:hover { 
	color: #000;
	text-decoration: none;
	background-color: #f1f1f1;
	}	
	
a.backtotop:link, 
a.backtotop:visited, 
a.backtotop:hover {
	background: url(../gifs/core-images/arrow-contact-up.gif) no-repeat 0 5px;
	margin: 0 3px 0 0;
	padding: 0 0 5px 12px;
	display: block;
	float: right;
	}			

	
/* ---[ common elements ]--------------------- */
	
h1 {
	font-size: 1.5em; 
	font-weight: bold; 
	color: #666;  
	padding: 0;
	margin: 10px 0 0 0;
	}

h2 {
	font-size: 1.3em; 
	font-weight: bold; 
	color: #666;  
	padding: 0;
	margin: 10px 0 0 0;
	}		
	
h3 {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #000;  
	padding: 0;
	margin: 10px 0 0 0;
	}			

/* ---[ main content ]--------------------- */
	
#main-content {
	background: #FFF url("../gifs/core-images/bg-line.gif") 0 0 repeat-y;
	border-top: 1px solid #666;	
	border-bottom: 1px solid #666; /* dec09 */
	}

#footer {
	/*border-top: 1px solid #666;*/
	}		
	
.bordered-block {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
