﻿body 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #e1e1e0;
	background-image: url(/images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #ccc;
}

p
{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

a, a:active, a:visited
{
	color: #ccc;
}

h1
{
	margin: 0;
	padding: 0;
	text-align: left;
	#font-size: 20px;
	
}

* html h1
{
	font-size: 18px;
}

h2
{
	color: #735c00;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: left;
	#font-size: 18px;
	clear: both;
}

h2.Green
{
	color: #23b900;
}

* html h2, * html h2.Green
{
	font-size: 16px;
}


h3
{
	color: #735c00;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: left;
	font-size: 12px;
	#font-size: 14px;
}

h3.Green
{
	color: #23b900;
}

* html h3, * html h3.Green
{
	font-size: 14px;
}

p
{
}

ul.StandardList li
{
	padding-bottom: 10px;
}

img
{
	border: 0;	
}

div.MainContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div.TopBanner
{
	height: 50px;	
}

div.Logo
{
	position: relative;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	width: 156px;
	height: 46px;
	float:right;
	margin-right: 60px;
	cursor: pointer;
	z-index: 100;
}

* html div.Logo
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo.png", sizingMethod="scale");
	margin-right: 18px;
}

div.Leaf
{
	position: absolute;
	background-image: url(/images/leaf.png);
	background-repeat: no-repeat;
	width: 188px;
	height: 185px;
	z-index: 2;
	margin-left: 650px;
	margin-top: 13px;
}

* html div.Leaf
{
	margin-top: 21px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/leaf.png", sizingMethod="scale");
}

div.NavBar
{
	height: 35px;
	width: inherit;	
	padding-bottom: 10px;
}

div.NavBar ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 8px;
}

div.NavBar ul li
{
	display: block;
	float: left;
	width: 100px;
	height: 30px;
}

div.NavBar ul li.contact
{
	margin-left: 150px;
}

* html div.NavBar ul li.contact
{
	margin-left: 280px;
}

div.NavBar ul li a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	height: 20px;
	display: block;
	margin-top: 6px;
	padding-top: 3px;
	z-index: 100;
}

div.NavBar ul li a:hover
{
	background-color: #00682c;
}

div.NavBar ul li a.active
{
	background-color: #5a4700;
}

div.TitleBar
{
	height: 95px;
	width: inherit;
	padding-bottom: 10px;	
}


div.MainContentContainer
{
	min-height: 400px;
}

.box 
{ 
	height: inherit;
	width: inherit;
}

.BoxContent
{
	background-color: Black;
	opacity: .90;
	filter: alpha(opacity=90);
	height: 100%;
}

.ContentContainer
{
	padding: 10px 10px 10px 25px;
	text-align: left;
	min-height: 555px;
}

.topleft {
	background: url(/images/topleft.png) no-repeat top left;
	height: 4px;
}

.topright {
	background: url(/images/topright.png) no-repeat top right;
	height: 4px;
	font-size: 0;
}

.topmiddle {
	background-color: Black;
	height: 4px;
	margin: 0 5px;
	opacity: .90;
	filter: alpha(opacity=90);
	font-size: 0;
}


.bottomleft {
	background: url(/images/bottomleft.png) no-repeat bottom left;
	height: 4px;
	font-size: 0;
}

.bottomright {
	background: url(/images/bottomright.png) no-repeat bottom right;
	height: 4px;
	font-size: 0;
}

.bottommiddle {
	background-color: Black;
	opacity: .90;
	filter: alpha(opacity=90);	
	height: 4px;
	margin: 0 5px;
	font-size: 0;
}

div.LeftColumn
{
	width: 480px;
	border-right: solid 1px white;
	padding-right: 20px;
	padding-top: 10px;
	opacity: 1;
	filter: alpha(opacity=100);		
	min-height: 555px;
}

* html div.LeftColumn
{
	height: 480px;
}

div.RightColumn
{
	width: 250px;
	float:right;
	text-align: left;
	min-height: 555px;
}

span.PortfolioDate
{
	color: White;
}

* html div.PortfolioContainer
{
	height: 470px;
}

* html div.GalleryContainer
{
	height: 560px;
}

div.Portfolio
{
	position: relative;
	width: 720px;
	float: left;
	margin-left: 40px;
	text-align: left;
	margin-top: -555px;
}

* html div.Portfolio
{
	position: relative;
	width: 720px;
	float: left;
	margin-left: 20px;
	text-align: left;
	margin-top: -510px;
}

div.PortfolioPiece
{
	width: inherit;
	border-bottom: solid 1px white;
	padding-bottom: 10px;
}

div.PortfolioImage
{
	padding: 10px 0 0 0;
	float: left;
}

div.PortfolioContent
{
	width: 540px;
	margin-left: 180px;
	font-size: 10px;
}

* html div.PortfolioContent
{
	width: 535px;
}

div.ContactForm
{
	width: 421px;
}

* html div.ContactForm
{
	padding-top: 0px;
}

div.FormLabel
{
	float: left;
	width: 88px;
	height: 20px;
	padding-top: 3px;
	display: block;
}

div.FormInput
{
	margin: 5px 0 5px 0;
}

div.FormInput input.Text
{
	border: solid 1px #23b900;
	width: 320px;
	margin-left: 4px;
	padding: 2px;
}

* html div.FormInput input.Text
{
	width: 290px;
	opacity: .70;
	filter: alpha(opacity=70);	
}

div.FormTextBoxLabel
{
	width: 100%;	
	margin: 15px 0 5px 0;}

div.FormTextBox textarea
{
	border: solid 1px #23b900;
	width: 415px !important;
	height: 100px !important;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	opacity: .80;
	filter: alpha(opacity=80);	
	padding: 2px;
}

div.ButtonContainer
{
	text-align: right;
	margin: 5px 0 5px 0;
}

input.Button
{
	background-color: #23b900;
	color: white;
	font-weight: bold;
	border: solid 1px #002f4b;
	font-family: Verdana, Arial, Sans-Serif;
}

.ValidationSummary
{
	color: Red;
	border: solid 1px red;
	padding: 2px;
	margin-bottom: 10px;
}

.ValidationSummary ul
{
	margin: 2px 0 2px 0;	
}

.ValidationSummary li
{
	background-image: none;
	list-style-type: square;
	margin-left: 20px;
	padding: 0px;
}

div.H2Quote
{
	width: 500px; 
	text-align: right; 
}

div.Footer
{
	color: #000;	
	text-align: right;
	width: inherit;
	font-size: 10px;
	margin-top: 3px;
}

div.ContactForm
{
	margin-left: 30px;	
}

div.TestimonialsContainer
{
	height: 870px;	
	#height: 910px;
}

* html div.TestimonialsContainer
{
	height: 900px;
}

div.Testimonials
{
	width: 720px;
	margin-left: 20px;
	#margin-top: 20px;
	text-align: left;
}

* html div.Testimonials
{
	margin-left: 20px;
	margin-top: -900px;
}

div.Testimonial
{
	border-bottom: solid 1px white;
	font-style: italic;
	padding: 10px;
}

div.QuoteFrom
{
	text-align: right;
	font-style: normal;
	padding-bottom: 10px;	
	color: #23b900;
}

ul.Clients
{
	background-color: White;
	padding: 0px;
	list-style-type: none;
	height: 240px;
	text-align: center;
	margin-left: 0;
}

* html ul.Clients
{
	margin: 10px 0 0 0;
}

ul.Clients li
{
	float: left;
	padding: 5px;
	display: block;
}

ul.Clients li.VW
{
	width:120px; 
	height: 70px;	
}

ul.Clients li.V8Supercars
{
	width:200px; 
	height: 70px; 
	padding-top: 30px;	
}

ul.Clients li.PHS
{
	width:110px; 
	height: 70px; 
	padding-top: 15px;	
}

ul.Clients li.BigPond
{
	width:147px; 
	height: 50px;	
}

ul.Clients li.Streamserve
{
	width:147px; 
	height: 50px;	
}

ul.Clients li.DryJuly
{
	width:147px; 
	height: 50px;	
}

ul.Clients li.Budget
{
	width:260px; 
	height: 50px;	
}

ul.Clients li.Servcorp
{
	width:150px; 
	height: 50px;	
}

div.IE6Contact
{
	padding-top: 49px;
}

div.Partner
{
	clear: both;
	margin: 20px 0 30px 0;
}

div.Partner div.PartnerLogo
{
	position: relative;
	display: block;
	float: left;
	background-image: none;
	width: 155px;
	margin: 0;
	text-align: center;
}

div.Partner div.Content
{
	margin: 5px;
	padding: 0;
	margin-left: 170px;
}

