/*****************************************************************************************************
 
   Site: Urban Contractors
   File: main.css
   Description: This document contains the common style definitions used on the Urban Contractors site
   Author: Navin Edwin, Web Design + Marketing, Volnet Pty Ltd
   
******************************************************************************************************/

body {
	background-color: #CC9933;
	margin: 20px;
	font-family: verdana,tahoma,helvetica,arial,sans-serif;
	font-size: 10pt;
	color: #003800;
}

.LogoCell {
	background-image: url('../images/uc_logo.gif');
	background-color: #003800;
	width: 190px;
	height: 300px;
	background-repeat: no-repeat;
}

.ContentCell {
	background-color: #CC9933;
	/*background-image: url('../images/contentcell_bkgnd.gif'); */
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	vertical-align: top;
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #003800;
	text-align: left;
}

h1 {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #003800;
}

h2 {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003800;
}

.ContentCell hr {
	color: #003800;
	height: 1px;
}

.ContentCell a {
	color: #003800;
	font-weight: normal;
	text-decoration: underline;
}

.ContentCell a:hover {
	font-weight: normal;
	background-color: #003800;
	color: #CC9933;
}

.ContentCell a:visited {
	font-weight: normal;
	font-size: 9pt;
	color: #003800;
	text-decoration: underline;
}	

.ContentCell p,td {
	font-family: verdana,tahoma,helvetica,arial,sans-serif;
	font-size: 10pt;
	color: #003800;
}

.PrintLink {
	text-align: right;
	vertical-align: top;
}	

.PrintLink a:hover {
	text-align: right;
	background-color: #CC9933;
}	

.GalleryCell {
	background-color: #003800;
	background-image: url('../images/gallerycell_bkgnd.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 190px;
	vertical-align: top;
	text-align: center;
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 9pt;
	color: #CC9933;
}

.GalleryCell a {
	border: 1px solid #CC9933;
}

.GalleryCell a:hover {
	border: 1px solid #00AA00;
}

.GalleryCell a:visited {
	border: 1px solid #CC9933;
}

.MenuCell {
	background-color: #003800;
	background-image: url('../images/menucell_bkgnd.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 190px;
	height: 100%;
}

.Copyright {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 8pt;
	color: #A35C0A;
	text-align: center;
}

.Copyright a,a:link,a:visited,a:hover {
	text-decoration: underline;
	color: #A35C0A;
}

.TextInput {
	width: 100%;
	background-color: #CC9933;
	border: solid 1px #003800;
	font-family: verdana,tahoma,helvetica,arial,sans-serif;
	font-size: 10pt;
	color: #003800;
}

.ButtonInput {
	background-color: #003800;
	border: solid 1px #CC9933;
	font-family: verdana,tahoma,helvetica,arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC9933;
}

.HomePagePhoto {
	border: solid 1px #003800;
}