body {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/main_bg.png) repeat-x 0 0;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

a:link {
	color: #FF0033;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #CC0066;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

p {
	margin: 0px 0px 15px 0px;
}

p.bot {
	margin: 0px;
}

input, select {
	 font-size: 0.7em;
}

input.em {
	 font-size: 1em;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul li {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

/* Content elements */

#main {
	width: 760px;
	margin:  0 auto 0 auto;
}

#header {
	display: block;
	margin: 0 0 10px 0;
	background: url(images/psf_balls.png) no-repeat 90% 0;
}

#header h1 {
	float: left;
	margin: 22px 0 0 22px;
}

#header ul {
	float: right;
	margin: 0px 0 0 0px;
	padding: 60px 0 0 0;
	font-size: 0.8em;
}

#header ul li {
	display: inline;
	margin: 0 10px 0 0;
	color: #385663;
	font-weight: bold;
}

#header ul li a:link {
	color: white;
	text-decoration: none;
}

#header ul li a:visited {
	color: white;
	text-decoration: none;
}

#header ul li a:hover {
	color: red;
	text-decoration: none;
}

#content {
	margin: 0 0 10px 0;
}

#image {
	display: block;
	margin: 0 0 0 0;
}

#image_sub {
	display: block;
	margin: 0 0 0 0;
	border-bottom: 20px solid #527D90;
}

#email {
	display: block;
	margin: 0 0 0 0;
	background-color: #527D90;
	text-align: right;
	padding: 5px 15px;
}

#content_lr {
	border-left: 1px solid #C0D4DD;
	border-right: 1px solid #C0D4DD;
	padding: 0 0 10px 0;
	background-color: white;
}

#c_left h2,#c_right h2 {
	margin: 0 0 5px 0;
	font-size: 1.5em;
	font-weight: normal;
}

#c_left {
	width: 410px;
	float: left;
	margin: 20px 0 0 20px;
	color: #6496AC;
}

#c_left p {
	font-weight: normal;
	line-height: 1.3em;
}

#c_left p.body {
	font-weight: normal;
	line-height: 1.3em;
	font-size: 0.9em;
}

#c_left p.testimonial {
	padding-top: 10px;
	border-top: 1px dotted #999;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 0.9em;
}

#c_left p.testimonial em {
	font-weight: bold;
	color: #333;
	margin-top: 5px;
}

.company_section {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}

.company_logo {
	width: 126px;
}

.company_section p {
	float: left;
	width: 270px;
	font-size: 0.7em;
	font-family: tahoma;
	color: #527D90;
	margin: 0 0 0 5px;
}

.company_logo {
	float: left;
	margin: 0 5px 0 0;
}

#c_right {
	width: 265px;
	float: right;
	margin: 20px 20px 0 0px;
}

#references {
	width: 265px;
	background: url(images/psf_clientbg.png) no-repeat 0 0;
}

.testimonial {
	padding: 12px 12px 0 12px;
}

.testimonial p {
	color: #6496AC;
	margin: 0 0 5px 0;
	font-style: italic;
	font-size: 0.75em;
	line-height: 1.3em;
}

.test_image {
	margin: 0 0 3px 0;
}

p.test_name {
	margin: 0 0 0 0;
	font-size: 0.7em;
	font-family: tahoma;
	color: #333;
	font-style: normal;
}

#footer_internal {
	background-color: #DFE9EE;
	font-family: tahoma;
	font-size: 0.7em;
	padding: 10px 20px 0 20px;
	color: #527D90;
	line-height: 1.3em;
	border-left: 1px solid #C0D4DD;
	border-right: 1px solid #C0D4DD;
}

#footer_internal p {
	float: left;
	margin: 0px;
}

#telephone {
	float: right;
	margin: 0 0 0 0;
	text-align: right;
}

#number {
	font-size: 2em;
	padding-top: 5px;
}

#footer_external {
	color: #527D90;
	font-size: 0.7em;
	font-family: tahoma;
}

#fe_left {
	float: left;
}

#fe_right {
	float: right;
}