@media all {

/*---- Main styles for Baramenco Pty Ltd ----*/
/*---- site built by Lachlan Grant of designquarter.net ----*/

body {
	text-align: center;	/* IE center hack */
	background: #aabbbb;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #000;
}

/*---- containers ----*/
#uberWrapper {
width: 960px;
overflow:hidden;
margin: 10px auto;
text-align: left;
}
	
.wrapper {
	background: #fff url(../_images/bkg_wrapper.gif) no-repeat 0 0;
}

.content {
	padding: 10px;
}


/*---- common elements ----*/
h2 {
	color: #3366aa;
	font-weight: 700;
	font-size: 2em;
}

h3 {
	color: #778877;
	font-weight: 700;
	font-size: 1.5em;
	margin: 10px;
}

p {
	font-size: 1.3em;
	padding: 10px 0;
}

a {
	color: #3366aa;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
.clearFloat {
	clear: both;
	height: 0;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.mainImg {
	margin: 0 10px 10px 10px;
	border: 1px solid #6699aa;
}

.inlineImg {
	margin: 0 10px 10px 10px;
}

.centerImg {
	display: block;
	margin: 10px auto;
}

.leftcol,
.rightcol {
	width: 460px;
	float: left;
}
	.leftcol {
		margin: 0 20px 0 0;
	}
	
.italic {
	font-style: italic;
}	

/*---- site logo ----*/
h1.siteLogo {
	background: url(../_images/siteLogo.gif) no-repeat 0 0;
	text-indent: -1000em;
	width: 559px;
	height: 90px;
	margin: 10px 15px;
}	

	h1.siteLogo a {
		display: block;
		height: 90px;
	}

/*---- navigation ----*/
.navBar {
	background: url(../_images/bkg_navBar.gif) 0 0 repeat-x;
	height: 30px;
	color: #fff;
}

	.navBar ul {
		list-style: none;
	}
	
	.navBar li {
		float: left;
	}
	
		.navBar li a {
			color: #fff;
			font-weight: 700;
			font-size: 1.8em;
			display: block;
			height: 27px;
			padding: 3px 20px 0 20px;	
		}
		
			.navBar li a:hover {
				text-decoration: none;
				background: #aabbbb;
				color: #000;
			}
			
/*---- contact page ----*/	
#contact .rightcol p {
	text-align: center;
}

/*---- contact form ----*/	
#contact form p {
	font-size: 1.1em;
	font-weight: 700;
}

.formRow {
	padding: 5px 0;
}		

	.formRow label {
		color: #000;
		font-size: 1.2em;
		display: block;
		float: left;
		width: 100px;
	}
	
	.formRow input,
	.formRow textarea {
		width: 300px;
	}

/*---- footer ----*/	
.footer {
	background: #fff url(../_images/bkg_footer.gif) no-repeat bottom left;
	padding: 0 0 10px 0;
}	

	.footer p {
		font-size: 1.1em;
		color: #666666;
		text-align: center;
		padding: 2px 0;
	}
	
		.footer p.important {
			font-size:1.2em;
			color:#000;
			font-weight:700;
			padding: 0 0 10px 0;
		}
			.footer p.important a {
				color: #3366aa;
				text-decoration: none;
			}

				.footer p.important a:hover {
					text-decoration: underline;
				}
	
	.footer a {
		color: #666666;
		text-decoration: underline;
	}
	
		.footer a:hover {
			text-decoration: none;
			color: #000;
		}
		
	.footer .logos {
		text-align: center;		
	}	
		
		.footer .logos a {
			margin: 0 10px;
		}

.footerNav {
	margin: 10px 0;
}
		
.footerNav ul {
		list-style: none;
		text-align: center;
	}
	
	.footerNav li {
		display: inline;
	}
	
		.footerNav li a {
			font-size: 1.1em;
			padding: 0 10px;
			border-right: 1px solid #aabbbb;
		}
			
			.footerNav li a.last {
				border: none;
			}
	
/*---- designquarter.net ----*/				
.dq {
	text-align: right;
	font-size: 1.1em;
}	

	.dq a {
		text-decoration: underline;
		color: #000;
	}		
	
		.dq a:hover {
			text-decoration: none;
		}

/* end of @media */
}

