<br />
<b>Notice</b>:  Undefined property:  Css::$bVersion in <b>/home/library/shockmedia/Css.php</b> on line <b>177</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$browser in <b>/home/library/shockmedia/Css.php</b> on line <b>141</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$OS in <b>/home/library/shockmedia/Css.php</b> on line <b>141</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$browser in <b>/home/library/shockmedia/Css.php</b> on line <b>146</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$OS in <b>/home/library/shockmedia/Css.php</b> on line <b>146</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$browser in <b>/home/library/shockmedia/Css.php</b> on line <b>151</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$OS in <b>/home/library/shockmedia/Css.php</b> on line <b>151</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$browser in <b>/home/library/shockmedia/Css.php</b> on line <b>157</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$OS in <b>/home/library/shockmedia/Css.php</b> on line <b>162</b><br />

/*///////////////////////////////////////////////////////

	Common Stylesheet
	Coded 08/08/2007 by Adam Martin
	(C) 2007 Shock Media

	All Browsers [SCREEN]
	This is the common definition for all sites.
	Don't make any changes here - edit site.css.php instead

///////////////////////////////////////////////////////*/

/*-----------------------------------
// CANVAS DEFINITION
//---------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-size: 10px;
}

html>body {
	font-size: 10px;
}

body {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	line-height: 180%;
	background: #FFF;
}

/*-----------------------------------
// LAYOUT DEFINITION
//---------------------------------*/


#container {
	width: 776px;position: relative;left: 50%;margin-left: -388px;}

#header {
	display: none;
	background: aqua;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#content {
					padding-left: 203px;
				width: auto;
	float: left;
}

#left {
	display: inline;
	float: left;
	width: 203px;
	margin-left: -203px;
	position: relative;
	z-index: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#main {
	display: inline;
	width: 474px;	float: left;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #eee;
	padding: 30px 30px 40px 30px;
	margin: 0 0 0 25px;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#right {
	display: none;
	background: green;
	width: 150px;
	margin-right: -150px;
	float: left;
	clear: right;
	position: relative;
	z-index: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#footer {
	clear: both;
	background: #FFF;
	padding: 0;
	margin: 28px 0 0 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

/*-----------------------------------
// TYPOGRAPHY DEFINITION
//---------------------------------*/

p {
	font-size: 1.3em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .89em;
}

h6 {
	font-size: .75em;
}

/*-----------------------------------
// FORM ELEMENTS DEFINITION
//---------------------------------*/

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
	font-size: 1.3em;
}

input, textarea {
	border: 1px solid #000;
	width: 200px;
}
input#phonePrefix, input#faxPrefix, input#mobilePrefix {
	width: 20px;
	margin-right: 10px;
}

input#phoneNumber, input#faxNumber, input#mobileNumber {
	width: 170px;
}

input.submit {
	padding-top: .5em;
	width: 115px;
	height: 23px;
	border: none;
}



/*-----------------------------------
// MISCELLANEOUS DEFINITION
//---------------------------------*/

.clear {
	clear: both;
}

.required {
	color: #ae0015;
}

.fValidator-msg {
	color: #ae0015;
}

a {
	text-decoration: underline;
}