/*
        SITE DESIGNED BY
      Integrity Web Design
  www.integritywebdesign.com.au
*/

* {
	font-family: "Segoe UI", "Lucida Grande", "Trebuchet MS", sans-serif;
}

body, #n, #n li, #h h1, #portfolio, #portfolio li, table, td, form, legend, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: white url(../i/bg.gif) repeat-x top;
	border-top: 6px solid #4c4c4c;
	color: black;
	font-size: 75%;
}

em, strong {
	font-family: inherit;
}

.fr {
	float: right !important;
}

.fl {
	float: left !important;
}

table.full {
	width: 100%;
}

table.even2 td {
	width: 50%;
}

table.even3 td {
	width: 33.33%;
}

table.even4 td {
	width: 25%;
}

table.even5 td {
	width: 20%;
}

.cr {
	clear: right;
}

a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#h {
	color: #4c4c4c;
	height: 69px;
	margin: 0 10%;
	padding-top: 25px;
}

#h a:hover, a.no:hover {
	background: none;
}

#h h1 a, #h h1 a:hover {
	background: url(../i/h.gif) top left no-repeat;
	display: block;
	height: 40px;
	text-indent: -9999px;
	width: 261px;
}

#n {
	height: 19px;
	float: right;
	margin-top: 7px;
}

#n li {
	float: left;
	list-style: none;
}

#n a {
	background: none;
	border-right: 1px solid #4d4d4d;
	color: #4d4d4d;
	display: block;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

#n a:hover {
	background: white;
	color: #4d4d4d;
}

#n a.last {
	border-right: none;
}

#n a#active, input.button, input.text, textarea {
	background: white;
}

#c {
	padding: 2em 10% 0 10%;
}

h2, h3, h3 a, h4, legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2, h3, h4 a {
	font-size: 2.25em;
	font-weight: normal;
	margin: 0;
}

h2, legend, .req, h4 {
	color: #0095e7;
}

h3 {
	color: #e79200;
	font-size: 1.75em;
	padding: .5em 0;
}

h4 {
	font-size: 1.25em;
}

p {
	line-height: 175%;
	margin: 1em 0;
}

#left {
	margin-right: 450px;
}

ul {
	margin: .5em 0 .5em 2.5em;
	margin-left: 0em;
	_margin: .5em 0 .5em 2.5em;
}

li {
	list-style-type: square;
}

abbr, * html span.abbr {
	border-bottom: 1px dashed black;
	cursor: help;
}

/*
	FORMS
		LOGIN
*/
#account {
	float: right;
}

#account input {
	font-size: 90%;
}

#account .text {
	margin: auto 0.5em;
	padding: 1px 3px;
	height: 15px;
}

#account .button {
	margin: 0;
	height: 19px;
	padding: 0 1px 1px 1px;
}

/*
	PORTFOLIO
*/

#bread {
	clear: right;
	float: right;
	text-align: right;
	padding-bottom: 2px;
}

#portfolio li, #featured, #featured img, #portfolio img {
	border: 1px solid #cccccc;
}

div#featured {
	_height: 225px;
	min-height: 225px;
	padding: 1em;
	margin-bottom: 2em;
}

ul#portfolio {
	margin-top: 1em;
	width: 427px;
}

#portfolio li {
	list-style-type: none;
	padding: 1em;
	margin: 0 0 2em 0;
}

#portfolio li img {
	display: block;
	margin-bottom: .5em;
}

/*
	FORMS
		CONTACT
*/

table, td {
	border-spacing: 0;
}

table label {
	display: inline;
}

td {
	padding: .5em 0;
}

.req {
	margin-right: .5em;
}

legend {
	font-size: 4.79em;
}

legend span {
	display: none;
}

fieldset {
	border-style: none;
	border-top: 1px solid #cccccc;
	padding: 1em;
}

label {
	cursor: pointer;
}

.contact label {
	display: block;
}

fieldset p {
	font-weight: bold;	
	margin: 2em 0;
}

fieldset fieldset {
	border-bottom: 1px solid #cccccc;
	float: right;
	width: 50%;
}

fieldset fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
}

fieldset input.button, .big {
	font-weight: bold;
	height: 3em;
	width: 8em;
}

input.button, input.text, textarea {
	border: 1px solid #cccccc;
	color: black;
	margin: 3px 0;
	padding: 1px 3px;
}

textarea {
	font-size: 1.1em;
	overflow: auto;
	width: 100%;
}

.msg, .err, .warn, .question {
	margin: 1em 0;
	padding: 2em 0 2em 9em;
}

.msg {
	background: #eff7e0 url(../i/icons/msg.png) no-repeat 5em center;
	border-top: 1px dashed green;
	border-bottom: 1px dashed green;
	color: green;
}

.err {
	background: #f7e0e1 url(../i/icons/err.png) no-repeat 5em center;
	border-top: 1px dashed #cb0909;
	border-bottom: 1px dashed #cb0909;
	color: #cb0909;
}

.warn, .question {
	background: #f7f5e0 url(../i/icons/warn.png) no-repeat 5em center;
	border-top: 1px dashed #7f6a07;
	border-bottom: 1px dashed #7f6a07;
	color: #7f6a07;
}

.question {
	background-image: url(../i/icons/help.png);
}

#f {
	border-top: 1px solid #cccccc;
	clear: both;
	margin: 0 10%;
	padding: 1.5em 0;
	_padding: .75em 0; /*IE*/
}

#f span {
	_padding-bottom: 1.25em; /*IE*/
	}
