body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-color: #cbd5d9;
	background-image: url(/assets/layout/bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height: 100%;
	line-height: 1.2em;
	font-size: 0.9em;
	color: #000000;
	min-width: 1000px;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index:1;
	min-width: 1000px;
}
#header {
	position: relative;
	margin: 0px;
	height: 109px;
	width: 100%;
	z-index:1;
}
#logo {
	height: 82px;
}
#topNav {
	position: relative;
	height: 27px;
	margin: 0px;
	width: 100%;
	line-height: 27px;
	text-indent: 15px;
	color: #C6E5F9;
}
#topNav a {
	color: #C6E5F9;
	font-size: 12px;
}
#content {
	position: relative;
	overflow: hidden;
	margin: 15px auto;
	width: 990px;
	min-height: 500px;
	height: auto;
}
#pagecopy {
	float: left;
	position: relative;
	width: 760px;
	margin: 0 15px;
	min-height: 400px;
}
h1, h2, h5 {
	line-height: normal;
}
h1{
	background: url(../../images/bg_subheader01.gif) no-repeat;
	padding: 0px 10px 0px 10px;
	margin-bottom: -5px;
	height: 31px;
	font-weight: normal;
	color: #565656;
	text-align: left;
}
h2{
	background: url(../../images/bg_subheader02.gif) no-repeat;
	padding: 5px 10px 2px 12px;
	font-weight: normal;
	color: #4d6571;
	text-align: left;
}
	
h1#pagetitle {
	text-align: left;
}
h5 {
	margin: 5px 0;
}
td {
	font-size: 0.9em;
	vertical-align: top;
	text-align: left;
}
dl {}
dt {
	font-weight: bold;
}
dd {
	padding-bottom: 5px;
}
.error {
	border: 1px solid #666;
	background: #990000;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
#otherProduct {
	display: block;
	width: auto;
	height: auto;
	margin: 35px;
}
#footer {
	position: relative;
	text-align: center;
	clear:both;
	margin: 0;
	width: 100%;
	padding: 25px 0 0 0;
	height: 151px;
	background: #000 url(/assets/layout/footer_bg.jpg) repeat-x top;
	font-size: 0.8em;
	color: #fff;
}

#footer a {
 	color: #fff;
}

#footer .fright {
	display: block;
	float: right;
	width: 475px;
	margin-right: 20px;
	height: 100px;
	font-weight: bold;
	text-align: right;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*************************************************************************************** NAV COMPANY **********/ 

#leftColumn {
 position: relative;
 margin: 0 0 0 0;
 float: left;
 width: 200px;
 min-height:125px;
 height: auto;
 z-index: 999;
}
ul.navCompany {
	margin: 0;
	padding: 0;
	width: 189px;
	list-style: none;
	display: block;
}
ul.navCompany li {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(../layout/navCompanyItem_bg_off.gif) no-repeat left top;
	width: 189px;
	height: 27px;
}
ul.navCompany li a, a.companyLink, a.companyLink:link, a.companyLink:visited {
	display: block;
	width: 189px;
	height:  28px;
	font-weight: normal;
	text-indent: 25px;
	text-align: left;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #444;
	line-height: 28px;
}
a.companyLink:hover, a.companyLink:active {
	color: #444;
	font-weight: normal;
	background: url(../layout/navCompanyItem_bg_on.gif) no-repeat left top;
	padding-left: 8px;
}

/*************************************************************************************** NAV PRODUCTS *********/ 

#navProducts {
 position: relative;
 margin: 15px 0 0 0;
 width: 200px;
 z-index: 999;
}
ul.navProducts {
	margin: 0;
	padding: 0;
	width: 189px;
	list-style: none;
	display: block;
}
ul.navProducts li {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(../layout/navProductsItem_bg_off.gif) no-repeat left top;
	width: 189px;
	height: 27px;
}
ul.navProducts li a, a.productsLink, a.productsLink:link, a.productsLink:visited {
	display: block;
	width: 189px;
	height:  27px;
	font-weight: normal;
	text-indent: 25px;
	text-align: left;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
a.productsLink:hover, a.productsLink:active {
	color: #FFF;
	font-weight: normal;
	background: url(../layout/navProductsItem_bg_on.gif) no-repeat left top;
	padding-left: 8px;
}

/*************************************************************************************** OTHER SERVICES *********/ 

#otherServices {
 position: relative;
 margin: 15px 0 0 0;
 width: 200px;
 z-index: 999;
}

/*************************************************************************************** FRONT SLIDESHOWPRO ********/  

#ssp {
 width: 605px;
 height: 389px;
 z-index: 999;
}


#introCopy {
 position: relative;
 margin: 35px 20px;
 width: 590px;
 z-index: 999;
}


a, a:link, a:visited {
	color: #971110;
}
a:hover, a:active {
	color: #2B62A2;
}