body {
	background: #6e9489 url(images/bg.jpg) repeat-x top left;
	padding: 0 0 40px 0;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
img { border: none; }

#fw {
	width: 800px;
	text-align: left;
	background: #fff url(images/bg_root.jpg) no-repeat center 39px;
	min-height: 860px;
	position: relative;
}
* html body #fw { height: 860px; }
body#home #fw {
	min-height: 725px;
	background: #fff url(images/bg_home.jpg) no-repeat center 39px;
}
* html body#home #fw { height: 725px; }
body.products #fw {
	background: #fff url(images/bg_products.jpg) no-repeat center 39px;
}

#header,
#footer {
	display: block;
	height: 39px;
	width: 800px;
	position: relative;
}
#footer {
	background: #fff url(images/bg_footer.gif) no-repeat top center;
	clear: both;
}
#header ul {
	position: absolute;
	left: 570px;
	top: 20px;
}
#footer ul {
	position: absolute;
	left: 570px;
	top: 5px;
}


#logo {
	position: absolute;
	display: block;
	width: 160px;
	height: 121px;
	top: 40px;
	left: 20px;
	background: url(images/logo.gif) no-repeat top left;
}
#logo h1 { display: none; }

#Banner {
	position: absolute;
	display: block;
	width: 230px;
	height: 234px;
	top: 40px;
	right: 20px;
	background-position: top right;
	background-repeat: no-repeat ;
}
#Banner h2 { display: none; }


ul.siteservice,
ul.siteservice li {
	list-style: none;
	padding: 0;
	margin: 0 12px 0 0;
	line-height: normal;
	display: inline;
	color: #000;
}

ul.siteservice li a {
	color: #92c5b7;
	text-decoration: none;
}
ul.siteservice li a:hover {
	color: #23a18c;
	text-decoration: underline;
}

#fwContent { width: 760px; }
body#home #fwContent { margin: 223px 0 0 20px; }
body#root #fwContent {
	margin: 263px 0 0 20px;
	min-height: 517px;
}
* html body#root #fwContent { height: 517px; }



#fwContentRight {
	float: right;
	padding: 0;
	width: 210px;
}
body#home #fwContentRight {
	margin-top: 40px;
	width: 230px;
}

#fwContentLeft {
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #5b897d;
}
body#home #fwContentLeft {
	width: 530px;
	padding: 0 0 30px 0;
}
body#root #fwContentLeft {
	width: 470px;
	padding: 0 30px 30px 30px;
}


#fwContentLeft h2#Title {
	text-align: right;
	font-family: "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	color: #1fa18c;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 30px;
}
body#home #fwContentLeft h2#Title { margin-right: 30px; }


#fwContentRight ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#fwContentRight ul.nav li {
	font-family: "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	list-style: none;
	margin: 0;
	line-height: 36px;
	font-size: 16px;
	color: #000;
}
#fwContentRight ul.nav li.act a {
	color: #000;
}
#fwContentRight ul.nav li a,
#fwContentRight ul.nav li.act ul li a {
	padding: 0 20px 0 20px;
	display: block;
	text-decoration: none;
	color: #768fac;
}
body#home #fwContentRight ul.nav li a {
	padding-left: 40px;
}
#fwContentRight ul.nav li a:hover {
	background: url(images/bg_nav.gif) center center repeat-x;
}
#fwContentRight ul.nav li ul li,
#fwContentRight ul.nav li ul li a,
#fwContentRight ul.nav li ul li a:hover {
	background: none;
	font-size: 12px;
	line-height: 24px;
}
#fwContentRight ul.nav li ul li.act a,
#fwContentRight ul.nav li ul li a:hover {
	color: #000;
}



h3 {
/*	margin-top: 25px;*/
	display: block;
}
p.bodytext {
	/*text-align: justify;*/
	margin-bottom: 21px;
}
a {
	color: #5b897d;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a.external-link-new-window,
a.internal-link,
a.download {
	display: inline-block;
	padding-left: 14px;
	margin-left: 2px;
	background-image: url(images/link_ext.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
a.external-link-new-window       { background-image: url(images/link_ext.gif); }
a.external-link-new-window:hover { background-image: url(images/link_ext_o.gif); }
a.internal-link       { background-image: url(images/link_int.gif); }
a.internal-link:hover { background-image: url(images/link_int_o.gif); }
a.download       { background-image: url(images/link_dl.gif); }
a.download:hover { background-image: url(images/link_dl_o.gif); }






/*** mailforms **************************************************************/
.csc-mailform {
	border: none;
	padding: 0;
	margin: 20px 0 40px 0;
}
.csc-mailform .csc-mailform-field {
	clear: both;
	min-height: 30px;
} * html .csc-mailform .csc-mailform-field {
	height: 30px;
}
.csc-mailform label,
.csc-mailform input {
	display: block;
  height: 18px;
  margin: 0;
  line-height: 18px;
  text-align: left;
	float: left;
}

.csc-mailform label {
	width: 150px;
	clear: left;
  padding: 0;
}
.csc-mailform input,
.csc-mailform textarea {
  border: 1px solid #99c3d4;
	clear: none;
  padding: 0 0 0 10px;
	margin: 0;
  width: 296px;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
}
* html .csc-mailform textarea {
	width: 296px;
  padding: 0 0 0 10px;
	margin-left: -3px;
}
.csc-mailform input.csc-mailform-submit {
	margin: 15px 0 0 150px;
	background-color: #92c5b7;
	color: #fff;
	border: none;
/*  width: 105px; */
	font-size: 12px;
	text-align: center;
	width: 150px;
	height: 24px;
	line-height: 24px;
} * html .csc-mailform input.csc-mailform-submit {
	position: absolute;
	margin-left: 150px;
	width: 150px;
}

.csc-mailform-label {
	display: block;
	clear: both;
  padding: 15px 10px 15px 24px;
}

.csc-mailform fieldset {
	border: none;
	margin: 15px 0 0 190px;
	padding: 0;
	width: 200px;
}
.csc-mailform .csc-mailform-radio input,
.csc-mailform .csc-mailform-radio label {
	float: left;
	clear: none;
	display: block;
	width: auto;
	border: none;
}
.csc-mailform .csc-mailform-radio input { clear: left; }
.csc-mailform .csc-mailform-radio label {
	width: 100px;
	padding: 0 0 0 15px;
}

.csc-mailform-radio { background: none; }



/*** Intro ******************************************************************/

#Intro {
	display: block;
	width: 530px;
	height: 310px;
	background: url(images/intro/intro_bg.jpg) no-repeat center center;
}


