
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #006BA6 url(/images/homepage01.gif) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* font-family: 'MS Sans Serif', Geneva, sans-serif; */
	font-size: 14px;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 3px;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
}

a {
	color: #E43405;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: #FFFFFF url(/images/homepage02.gif) repeat-x left top;
}

#wrapper-bgtop {
	overflow: hidden;
	background: url(/images/subpage2_11.gif) no-repeat center top;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	/* height: 181px; */
	height: 120px; 
	
}

/** MENU */

#menu {
	float: right;
	width: 580px;
	height: 90px;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 40px 30px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline-block;
	float: left;
	height: 37px;

}

#menu a {
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/* letter-spacing: -1px; */
	text-decoration: none;
	/* text-shadow: 1px 1px 1px #006B85; */
	 /* text-transform: lowercase; */ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color:#CCC;
}

#menu span {
	display: inline-block;
	height: 31px;
	padding: 6px 20px 0px 20px;
}

#menu li.active {
	background: url(/images/homepage05.jpg) repeat-x left top;
}

#menu li.active a {
	background: url(/images/homepage04.jpg) no-repeat left top;
}

#menu li.active span {
	background: url(/images/homepage06.jpg) no-repeat right top;
	text-shadow: 1px 1px 1px #962C0F;
}

/** PAGE */

#page {
	overflow: hidden;
}

.homepage #page {
	width: 903px;
	padding: 25px 48px 10px 49px;
}

.subpage #page {
	width: 903px;
	padding: 50px 48px 30px 49px;
}

/** CONTENT */

#content {
	float: right;
	width: 615px;
}

#wide-content {
	padding: 60px 50px 30px 50px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 255px;
}

/** FOOTER */

#footer {
	height: 153px;
	background: url(/images/subpage2_02.gif) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 0px 0px;
	text-align: center;
	/* text-transform: lowercase; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #60B3D5;
}

/** FOOTER CONTENT */

#footer-content {
	overflow: hidden;
	width: 905px;
	padding: 45px 45px 20px 50px;
	color: #BFE7F5;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	/* letter-spacing: -1px; */
	text-shadow: 1px 1px 1px #00476B;
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#col1 {
	float: left;
	width: 580px;
}

#col2 {
	float: right;
	width: 290px;
}

/** BACKGROUND */

#bg1 {
	background: url(/images/homepage11.jpg) repeat-y left top;
}

#bg2 {
	background: url(/images/homepage10.jpg) no-repeat left top;
}

#bg3 {
	overflow: hidden;
	background: url(/images/homepage12.jpg) no-repeat left bottom;
}

#bg4 {
	background: url(/images/homepage14.jpg) repeat-y left top;
}

#bg5 {
	background: url(/images/homepage13.jpg) no-repeat left top;
}

#bg6 {
	overflow: hidden;
	background: url(/images/homepage15.jpg) no-repeat left bottom;
}

#bg7 {
	background: url(/images/subpage2_03.gif) repeat-y center bottom;
}

#bg8 {
	background: url(/images/subpage2_01.gif) no-repeat center top;
}

/** TWO COLUMNS */

#two-columns {
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	padding: 32px 0px 0px 0px;
	background: url(/images/homepage17.jpg) no-repeat left top;
}

#two-columns h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -2px;
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #343535;
}

#column1 {
	float: left;
	width: 290px;
}

#column2 {
	float: right;
	width: 290px;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #343535;
}

.box-style1 .byline {
	letter-spacing: -1px;
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #A4A4A4;
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 .title {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #343535;
}

/** BANNER */

#banner {
	width: 903px;
	height: 207px;
	margin-bottom: 30px;
	position: relative;
}

#banner .image, #banner .caption1, #banner .caption2, #banner .border {
	position: absolute;
}

#banner .image {
	width: 903px;
	height: 207px;
	top: 0px;
	left: 0px;
}

#banner .caption1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	top: 42px;
	left: 55px;
	font-family: Arial, Helvetica, sans-serif;
}

#banner h2 {
	position: relative;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-shadow: 1px 1px 1px #073449;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

#banner p {
	position: relative;
	z-index: 1;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	/* letter-spacing: -1px; */
	/* text-transform: lowercase; */
	text-shadow: 1px 1px 1px #083A50;
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
}

#banner .caption1 span {
	color: #FFFFFF;
}

#banner .border {
	width: 903px;
	height: 207px;
	top: 0px;
	left: 0px;
	background: url(/images/pics01.png) no-repeat left top;
}

/** LINK STYLE 1 */

.link-style1 {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	background: url(/images/homepage08.jpg) repeat-x left top;
}

.link-style1 a {
	display: inline-block;
	height: 43px;
	background: url(/images/homepage07.jpg) no-repeat left top;
	text-decoration: none;
}

.link-style1 span {
	display: inline-block;
	height: 43px;
	padding: 0px 25px 0px 25px;
	background: url(/images/homepage09.jpg) no-repeat right top;
	/* letter-spacing: -1px; */
	text-shadow: 1px 1px 1px #A32401;
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}

/** BOX 1 */

#box1 {
	padding: 27px 17px 50px 17px;
}

#box1 h2 {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	letter-spacing: -2px;
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E33101;
}

#box1 .content {
	padding: 16px 0px 0px 0px;
}

/** BOX 2 */

#box2 {
	padding: 30px 17px 50px 25px;
}

#box2 h2 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	letter-spacing: -2px;
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E33101;
}

#box2 .content {
	padding: 16px 0px 0px 0px;
}

#box2 blockquote {
	margin: 0px;
	padding: 0px;
	line-height: 180%;
	font-size: 15px;
	font-style: italic;
	color: #6F6F6F;
}

#box2 .author {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #626262;
}

#box2 .company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/** BOX 3 */

#box3 {
	padding: 0px 0px 30px 0px;
}

/** BOX 4 */

#box4 {
	padding: 0px 0px 20px 0px;
}


/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 0px 0px 5px 0px;
}

ul.style1 a {
	display: block;
	padding: 5px 0px 10px 33px;
	background: url(/images/homepage16.jpg) no-repeat left 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E33101;
}

ul.style1 a:hover {
	text-decoration: underline;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 0px 0px 20px 0px;
	line-height: 180%;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 0px 0px 10px 0px;
	line-height: 180%;
}

ul.style3 .date {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 10px;
	background: url(/images/homepage18.jpg) no-repeat left top;
	line-height: 1;
}

ul.style3 .date .month, ul.style3 .date .day {
	display: block;
	/* text-transform: lowercase; */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.style3 .date .month {
	padding-top: 2px;
	/* letter-spacing: -1px; */
	font-size: 16px;
	color: #FFFFFF;
}

ul.style3 .date .day {
	/* letter-spacing: -1px; */
	font-size: 27px;
	color: #FFFFFF;
}

/** LIST STYLE 4 */

ul.style4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style4 li {
	float: left;
	padding-right: 8px;
}

/** LIST STYLE 5 */

ul.style5 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style5 li {
	padding: 0px 0px 10px 0px;
}


/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	float: left;
	width: 197px;
	height: 134px;
	margin-right: 25px;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 5px;
	left: 5px;
}

.image-style1a span {
	background: url(/images/pics04.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	position: relative;
	float: left;
	width: 88px;
	height:73px;
	margin-top: 3px;
	margin-right: 20px;
}

.image-style2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style2 img {
	position: absolute;
	top: 4px;
	left: 4px;
}

.image-style2a span {
	background: url(/images/pics07.png) no-repeat left top;
}



/** FORM **/

label
{
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}


input, textarea
{
color: #17375E;
background: #fee3ad;
border: 1px solid #17375E;
width: 250px; 
}


fieldset
{
border: 1px solid #17375E;
width: 600px
}

legend
{
color: #17375E;
background: #ffa20c;
border: 1px solid #17375E;
padding: 2px 6px
}


label.error { 
	float: right;
	color: red; 
	width: 200px;
	font-size: 11px;
	display:inline-block;
	text-align:left;
}

.message {
	width: 300px;
	border: 1px solid #A4A4A4;
	padding: 10px;
	margin-bottom:15px;
}

p.question {
	font-weight: bold;
	color: #173A68;
}

p.answer {

}



#menu_db ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-bottom:6px;
}
#menu_db li {
display:inline;
}

#menu_db a:link, #menu_db a:visited {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#98bf21;
	text-align:center;
	padding:6px;
	text-decoration:none;
	text-transform:uppercase;
}

#menu_db a:hover, #menu_db a:active {
	background-color:#7A991A;
}

#table_db {
	text-align: left;
}

table.db-products {
	width: 100%;
	border: 1px;
}


