@import url(reset.css);

.png
{
	behavior: url(scripts/iepngfix.htc);
}

body
{
	background-color: #21211f;
	background-image: url(../images/bg_middle.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

a
{
	color: #888888;
}

a:hover
{
	color: #FF0000;
}

#bgtop
{
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#bgbottom
{
	background-image: url(../images/bg_bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#footer
{
	background-color: #281B0B;
	border-top: 4px solid #FFFFFF;
	color: #FFFFFF;
}

.container
{
	width: 940px;
	margin: 0px auto;
}

#content
{
	background-image: url(../images/trans.png);
	width: 940px;
	margin: 0px auto;
}

#body
{
	padding: 20px;
}

#body p
{
	width: 450px;	
}

#body p a
{
	font-weight: bold;
	text-decoration: underline;
}

#body table
{
	margin-left: 20px;
	font-weight: bold;
}

#body h1
{
	font-size: 28px;
	font-weight: bold;
	text-transform: lowercase;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: -1px;
	color: #21211f;
}

#body h1.sub
{
	text-align: right;
	text-transform: none;
	margin-bottom: 0px;
	font-size: 24px;
}

#body h2.sub
{
	text-align: right;
	text-transform: none;
	font-weight: bold;
}


.featured
{
	margin-bottom: -10px;
}

#content p
{
	margin-left: 20px;
	color: #666666;
	font-weight: bold;
}

#header
{
	width: 940px;
	margin: 0px auto;
	height: 185px;
}

#logo
{
	margin-left: -30px;
}

#wedo
{
	float: right;
	margin-right: -30px;
}

.column h2
{
	font-size: 22px;
	text-transform: lowercase;
	font-weight: bold;
}

.column ul
{
	margin-left: 35px;		
}

.column li
{
	font-weight: bold;	
	color: #444444;
}


.column p a
{
	font-weight: bold;
	color: #AAAAAA;
	text-decoration: underline;
}

#content .column p a
{
	color: #222222;	
}

#content .column p a:hover
{
	color: #FF0000;
}

.column p
{
	margin-left: 20px;
	font-weight: bold;
	font-size: 12px;
}

#content .column p
{
	margin-left: 20px;	
	color: #444444;
	font-weight: bold;
}

.column
{
	width: 247px;
	float: left;
	padding: 20px;
}

.cb
{
	clear: both;
}

#menu
{
	float: right;
	padding: 20px 60px 20px 20px;
}

#menu ul
{
	list-style-type: none;
}

#menu a
{
	text-transform: lowercase;
	font-size: 28px;
	font-weight: bold;
	color: #666666;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: -1px;
	line-height: 32px;
}

#menu a:hover
{
	color: #444444;
}

#folio
{
	margin-left: -32px;
	height: 350px;
}

#folio img
{
	background-image: url(../images/folio/shadow.png);
	background-repeat: no-repeat;
	padding: 10px;
}

#folio #l
{
	position: absolute;
	margin-left: -20px;
}

#folio #m
{
	position: absolute;
	margin-left: 255px;
}

#folio #r
{
	position: absolute;
	margin-left: 530px;
}

.tooltip { 
    display:none; 
    background:url(../images/tooltip.png); 
    height:63px; 
    padding:35px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff;
	z-index: 20000;
} 
 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}

.portfolio
{
	behavior: url(scripts/iepngfix.htc);
	background-image: url(../images/folio/shadow2.png);
	background-repeat: no-repeat;
	padding: 10px;
}

form .field
{
	padding: 3px;
	border: 1px solid #BCB9B2;
	background-color: #EEEEEE;
	color: #7B736B;
}

form .button
{
	border: 1px solid #BCB9B2;
	background-color: #EEEEEE;
	color: #7B736B
}

label.error
{
	display: block;
	color: #FF0000;
}

input.error
{
	border: 2px solid #FF0000;
	padding: 1px;
}

textarea.error
{
	border: 2px solid #FF0000;
	padding: 1px;
}

#westpac
{
	float: right;
	margin-right: -80px;
	margin-bottom: -200px;
}
