@charset "UTF-8";

/* Site design by Andrew Bitto, Copyright 2010 - http://au.linkedin.com/in/abitto */

body {
	background-image:url(images/bgabout.gif);
	background-color:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dfdfdf;
}

/* css */
h1.logo {
    margin-top: 191px; /* for this particular site, set this as you like */
	margin-left: -8px;
    position: relative; /* allows child element to be placed positioned wrt this one */
    overflow: hidden; /* don’t let content leak beyond the header - not needed as height of anchor will cover whole header */
    padding: 0; /* needed to counter the reset/default styles */
}

h1.logo a{
    position: absolute; /* defaults to top:0, left:0 and so these can be left out */
    height: 0px; /* hiding text, prevent it peeking out */
    width: 352px; /* 686px; fill the parent element */
    background-position: left top;
    background-repeat: no-repeat;
}

h1#logo {
    height: 191px; /* height of replacement image */
}

h1#logo a {
    padding-top: 191px; /* height of the replacement image */
    background-image: url(images/logo.gif); /* the replacement image */
}

h2{
	font-size: 16px;
	color:#333333;
	margin-top: 15px;
}

#toptext
{
	position:absolute;
	top:180px;
	left:300px;
}

p{
	position: absolute;
	color: #333333;
	height:43px;
	width:450px;
	left:150px;
	top:142px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#menu{
	position:absolute;
	top: 151px;
	left: 550px;
	width: 425px;
	padding: 0;
	margin: 0;
}

li.menu{
	padding: 0;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
	float: left;
	
}

#contactinfo p{
	color: #333333;
	font-size:10px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
}

#contactinfo iframe{
	position:absolute;
	left:149px;
	top:229px;
}

form{
	position:absolute;
	top:315px;
	left:450px;
	color:#333333;
}
