/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

span {
	display: none;
}

em.warn {
	font-style: normal;
	color: #f00;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

html {
	display: block;
	font: 11px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #70767d url(../images/bg.gif) repeat-x;
}

body {
	display: block;
	position: relative;
	color: #010101;
	width: 976px;
	margin: 0 auto;
	text-align: center;
}

/* @end */

/* @group Form Rules */

#content-main #contact-address {
	float: left;
	width: 300px;
}

#content-main #contact-form {
	display: inline;
	float: left;
	width: 340px;
}

fieldset {
	border: none;
}

legend {
	display: block;
	width: 300px;
	font-size: 12px;
	font-weight: bold;
	background: #e3e3e3;
	padding: 5px 10px;
}

fieldset dl {
	display: block;
	margin-bottom: 20px;
}

fieldset dt {
	display: inline;
	clear: both;
	float: left;
	width: 120px;
	margin: 5px 0 5px 0;
}

fieldset dd {
	display: inline;
	float: left;
	width: 200px;
	margin: 5px 0 5px 0;
}

fieldset div {
	display: block;
	clear: both;
	width: 320px;
}

.checkbox, .radio {
	display: inline;
	margin-left: 5px;
}

select {
	width: 150px;
}

textarea {
	width: 320px;
}

input {
	padding: 3px;
}

.error {
	display: block;
	color: #c00;
}

input.error {
	background-color: #f2e0e1;
	border: 1px solid #f00;
}

/* @end */



#header {
	display: block;
	position: relative;
	width: 960px;
	height: 164px;
	margin: 0 auto;
	border: 8px solid #fff;
	border-bottom: none;
	border-top: none;
	background: url(../images/header-bg.jpg) no-repeat left top;
}

#header h1 {
	display: block;
	position: absolute;
	left: 34px;
	top: 23px;
	width: 215px;
	height: 90px;
	color: #fff;
	font-size: 14px;
}

#header h3 {
	display: block;
	position: absolute;
	left: 529px;
	top: 25px;
}

#content {
	display: block;
	position: relative;
	min-height: 395px;
	overflow: hidden;
	border: 8px solid #fff;
	border-top: none;
	background: #fff url(../images/content-bg.jpg) no-repeat left top;
}

body.index #content {
	display: block;
	position: relative;
	height: 515px;
	width: 960px;
	background: url(../images/main-image.jpg) no-repeat left top;
}

body.index #content #content-main p.intro {
	display: block;
	position: absolute;
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	top: 380px;
	left: -107px;
	width: 720px;
	height: 140px;
	padding: 10px 20px;
	color: #fff;
}

#content ul#nav-main {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 269px;
	height: 117px;
	padding: 8px 0 0 0;
	background: url(../images/nav.jpg) no-repeat left top;
}

#content ul#nav-main li {
	display: inline;
	position: relative;
	float: left;
	width: 320px;
	height: 39px;
	text-align: left;
}

#content ul#nav-main li a {
	display: block;
	position: relative;
	height: 39px;
	background: url(../images/nav.jpg) no-repeat left top;
}

#content ul#nav-main li#nav-home a {
	width: 269px;
	background-position: left -8px;
}

#content ul#nav-main li#nav-home a:hover {
	background-position: left -141px;
}

#content ul#nav-main li#nav-products-services a {
	width: 254px;
	background-position: left -46px;
}

#content ul#nav-main li#nav-products-services a:hover {
	background-position: left -179px;
}

#content ul#nav-main li#nav-contact-us a {
	width: 237px;
	height: 40px;
	background-position: left -85px;
}

#content ul#nav-main li#nav-contact-us a:hover {
	background-position: left -218px;
}

#content-main {
	display: block;
	position: relative;
	float: right;
	width: 650px;
	padding: 30px 10px 15px 10px;
	text-align: left;
}

#content-main h3 {
	display: block;
	position: relative;
	font-weight: bold;
	font-size:18px;
	color: #012e65;
	margin: 10px 0 20px 0;
}

#content-main h4 {
	display: block;
	position: relative;
	font-weight: bold;
	font-size:12px;
	color: #012e65;
	color: #545454;
	margin-top: 10px;
}

#content-main p {
	display: block;
	margin-bottom: 10px;
}

#content-main ul {
	list-style: square;
	margin: 0 0 10px 15px;
}

#content-main ul li {
	color: #333;
}

#content-main hr {
	border: none;
	color: #e4e4e4;
	background-color: #e4e4e4;
	height: 3px;
	margin: 10px 0;
}

#footer {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 60px;
	color: #fff;
	line-height: 43px;
	font-size: 9px;
	/*background: url(../images/footer-logo.gif) no-repeat center top;*/
	background: url(../images/prism-logo-lg.gif) no-repeat center 10px;
}

#footer p {
	display: inline;
	float: left;
	margin-left: 8px;
}

#footer ul {
	display: inline;
	float: right;
	margin-right: 3px;
}

#footer ul li {
	display: inline;
	float: left;
	padding: 0 5px 0 5px;
}

#footer ul li a {
	padding: 0 0 0 10px;
	color: #fff;
	background: url(../images/white-dot.gif) no-repeat left center;
}

#footer ul li.first a {
	background: none;
}

#prism {
	clear: both;
	display: block;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 60px;
	color: #fff;
	line-height: 11px;
	font-size: 9px;
	
}

#prism p {
	text-align: center;
	margin-bottom: 30px;
	padding-top: 5px;
}


/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after, .cf:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix, .cf {
	display: inline-block;
}

* html .clearfix, * html .cf {
	height: 1%;
}

.clearfix, .cf {
	display: block;
}