@charset "utf-8";
/* CSS Document */

/* --------------------------
         general 
------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #cbc49a;
	height: auto;
	width: auto;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image: url(images/site/bg-body.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.root {
	margin:0;
	padding:0;
}
.clear {
    clear: both;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
hr {
	border: solid #cecdc5 1px;
	margin: 8px auto;
	width: 100%;
}
.blue {
	color:#004785;
}
.red {
	color: #890101;
}

/* --------------------------
         headings
------------------------------*/
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 14px 0;
	color: #414141;
}
h1{
	font-size:23px;
	margin: 0px;
	color: #004785;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 18px 0;
	text-transform: none;
	font-weight: normal;
	line-height: 28px;
}  

h2{
	font-size:20px;
	margin: 0px;
	color: #004785;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
	text-transform: none;
}  

h2 a, h2 a:visited{
	font-size:16px;
	margin: 0px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 18px 0;
	text-decoration:none;
	font-weight: bold;
}     

h2 a:hover {
	font-size:16px;
	margin: 0px;
	color: #004785;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 18px 0;
	text-decoration:none;
	font-weight: bold;
}        

h3{
	font-size:18px;
	margin: 0px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 12px 0;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	line-height: 22px;
}   

h3 a, h3 a:visited{
	font-size:15px;
	margin: 0px;
	color: #890101;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 12px 0;
	font-style: italic;
	font-weight:bold;
	text-decoration:none;
}     

h3 a:hover {
	font-size:15px;
	margin: 0px;
	color: #004785;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 12px 0;
	font-style: italic;
	font-weight:bold;
	text-decoration:none;
}    

h4{
	font-size:14px;
	margin: 0px;
	color: #890101;
	font-family: "Times New Roman", Times, serif;
	padding: 0 0 6px 0;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
}  

h5{
	font-size:18px;
	margin: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 14px 0;
	font-weight: normal;
	text-transform: none;
}  
/* --------------------------
         links
------------------------------*/
a {
	color: #690505;
	text-decoration: underline;
	font-weight:normal
}
a:hover, a:visited {
	color: #690505;
}  

.bigblue a, .bigblue a:hover, .bigblue a:visited {
	color: #004785;
	text-decoration: underline;
	font-weight:normal;
	font-size:12px;
}

/* --------------------------
         lists
------------------------------*/
/* --------------------------
         images
------------------------------*/
.image-right {
	float:right;
	margin:0 0 20px 18px;
/*	border: 1px #4f382e solid;
	padding: 3px; */
}
.image-left {float:left; 
	margin:0 18px 20px 0;
/*	border: 1px #4f382e solid;
	padding: 3px */
	}

/* --------------------------
         header
------------------------------*/
.header-box {
	margin:0 auto 0 auto;
	width:960px;
	padding:0;
	height: 170px;
	background-image: url(images/site/bg-header.png);
	background-position: top center;
	background-repeat: no-repeat;

}
.header {
	width:960px;
	height: 120px;
}
.phone_box {
	float:right;
	width:310px;
	margin:52px 26px 0 20px;
	height: 36px;
	padding: 0;
	text-align: right;
}

.phone_box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:34px;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #000;
	line-height: 34px;
	font-weight: normal;
}

.phone_box span {
	color: #5b8816;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-style: normal;
	text-align: right;
	line-height: 26px;
}

.title-box {
	width:420px;
	height:54px;
	background-image:url(images/site/bg_nav.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float: left;
	margin:26px 0 0 151px;
	padding:4px;
	line-height: 24px;
}
.title-box h1 {
	color: #d31b1f;
	font-family: impact, helvetica, sans-serif;
	font-size: 31px;
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-style: normal;
	text-align: left;
}

.title-box h1 a, .title-box h1 a:hover, .title-box h1 a:visited{
	color: #d31b1f;
	font-family: impact, helvetica, sans-serif;
	font-size: 31px;
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-style: normal;
	text-align: left;
}
.title-box span {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 17px;
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-style: normal;
	text-align: left;
}
.title-box a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #004785;
	margin: 0;
	padding: 0 24px 0 24px;
	text-decoration: none;
	background-image: url(images/site/divider-menu.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
.title-box a:hover {
	color:#004785;
	}
.title-box a:visited {
	color:#004785;
	}
.title-box a.last {
	background-image: url(none);
}


/* --------------------------
         navigation 
------------------------------*/

.nav-bar-area {
	margin:0;
	padding:8px 0;
	width:960px;
	height:32px;
	float: left;
}

.nav-bar {
	margin:0;
	padding:0;
	width:960px;
	height: 30px;
	float: left;
}

.nav-bar-one {
	margin:4px 0;
	padding:0;
	width:960px;
	height: 16px;
	text-align: center;
}

.nav-bar-two {
	margin:4px 0;
	padding:0;
	width:960px;
	height: 16px;
	text-align: center;
}
/* --------------------------
         pic area 
------------------------------*/
.static-image {
	margin:0 0 12px 0;
	width:960px;
	padding:0;

}
/* --------------------------
         content 
------------------------------*/
.content-box {
	margin:0 auto 0 auto;
	width:960px;
	padding:0;
	z-index: 100;
}

.internal-content-box {
	margin:0 auto 0 auto;
	width:969px;
	padding:0;
	z-index: 100;
	background-image: url(images/site/bg-content-body.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

.internal-content-box-swap {
	margin:0 auto 0 auto;
	width:980px;
	padding:0;
	z-index: 100;
	background-image: url(images/site/bg-content-body2.gif);
	background-position: top center;
	background-repeat: repeat-y;
}


.slide-box {
	margin:0 auto 0 auto;
	width:960px;
	padding:0 20px;
	z-index: 100;
	background-image: url(images/site/bg-body.png);
	background-position: top center;
	background-repeat: repeat-y;
}

.content-area {
	margin:0;
	padding:10px 0;
	width:962px;

}

.home-top {
	margin:0;
	padding:0;
	width:962px;
	height: 550px;
	background-image: url(images/site/bg-home-top.png);
	background-position: top center;
	background-repeat: no-repeat;
	
}

.internal-top {
	margin:0;
	padding:0;
	width:962px;
	background-image: url(images/site/bg-internal.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	
}

.home-bottom {
	margin:0;
	padding:0;
	width:962px;
	background-image: url(images/site/bg-home-bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	
}

.home-bottom-top {
	margin:0;
	padding:0;
	width:962px;
	height: 32px;
	background-image: url(images/site/bg-home-bot-top.png);
	background-position: top center;
	background-repeat: no-repeat;
	
}

.content-two-column {
	margin:0;
	padding:0;
	width:960px;
}
.internal-two-column {
	margin:0;
	padding:0;
	width:969px;
	background-repeat: no-repeat;
	background-image: url(images/site/bg-content-top.gif);
	background-position: top center;
}
.internal-two-column-swap {
	margin:0;
	padding:0;
	width:980px;
	background-repeat: no-repeat;
	background-image: url(images/site/bg-content-top2.gif);
	background-position: top center;
}

.content-one-column {
	margin:0 0 6px 0;
	padding:10px 30px 0 30px;
	width:900px;
	background-image: url(images/site/bg-home-bot-top.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.content-left {
	width: 536px;
	margin: 0;
	background-color: #FFF;
	border: solid #c7c5bd 2px;
	-webkit-box-shadow: 0 0 7px #666;
	-moz-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666;
	padding: 20px;
	float:left;
	height: 570px;
}
.content-right {
	width: 664px;
	margin: 0;
	padding: 30px 30px 20px 20px;
	float: right;
}

.content-right-swap {
	width: 664px;
	margin: 0;
	padding: 30px 20px 20px 41px;
	float: left;
}
.internal-content-left {
	margin:0;
	padding:30px 30px 0 30px;
	width:580px;
}

.internal-content-one {
	margin:0;
	padding:30px 30px 0 30px;
	width:902px;
}

.content-box ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	text-indent: 3px;
	margin: 0 0 16px 30px;
	padding:0;
	text-align: justify;

	}
	
	.content-box ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	text-indent: 0px;
	margin: 0 0 16px 40px;
	padding:0;
	text-align: justify;
	}
.content-divider {
	margin:0;
	background-image: url(images/site/divider-grey.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 900px;
	height: 22px;
}

.section-divider {
	margin:0 auto;
	background-image: url(images/site/divider-grey.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 900px;
}

.callout-box {
	margin:20px auto 0 auto;
	width:960px;
	padding:0;
	z-index: 100;
}

.bottom-callout {
	width: 940px;
	margin: 0;
	background-color: #FFF;
	border: solid #c7c5bd 2px;
	-webkit-box-shadow: 0 0 7px #666;
	-moz-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666;
	padding: 8px;
}

/* --------------------------
         sidebar 
------------------------------*/
.sidebar-right {
	width: 316px;
	margin: 0 0 0 20px;
	background-color: #FFF;
	border: solid #c7c5bd 2px;
	-webkit-box-shadow: 0 0 7px #666;
	-moz-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666;
	padding: 20px;
	float:right;
	height: 570px;
}

.internal-sidebar-right {
	margin:0 20px 0 0;
	padding:0 23px;
	width:251px;
	float: right;
	background-image: url(images/site/banner.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.sidebar-left {
	width: 246px;
	margin: 0;
	padding: 0px;
	float:left;
}

.sidebar-left h3{
	margin: 20px 0 10px 0;
	padding: 6px 10px 12px 16px;
	display: block;
	background-image: url(images/site/navbar-header.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: #666 1px 1px 1px;
}

.sidebar-left-swap {
	width: 246px;
	margin: 0;
	padding: 0px;
	float:right;
}

.sidebar-left-swap h3{
	margin: 20px 0 10px 0;
	padding: 6px 10px 12px 16px;
	display: block;
	background-image: url(images/site/navbar-header.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: #666 1px 1px 1px;
}

.internal-sidebar-left {
	margin:0 20px 0 0;
	padding:0 23px;
	width:251px;
	float: right;
	background-image: url(images/site/banner.png);
	background-repeat: no-repeat;
	background-position: top center;
}
/* --------------------------
         product area 
------------------------------*/
.product-box {
	margin:0;
	width:960px;
	padding:0;
	background-image: url(images/site/product-divider.gif);
	height: 30px;
	background-position: top center;
	background-repeat: no-repeat;

}
.product-column-area {
	margin:0;
	padding: 0;
	width: 960px;
	height: 630px;
	background-image: url(images/bg-services.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.product-column-left {
	margin:0;
	width: 176px;
	float: left;
	padding: 0;
}
.product-column-right {
	margin:0;
	float: left;
	width: 42px;
	padding: 0;
	height: 600px;
}
.product-column-middle {
	margin:0;
	padding: 0 0 0 9px;
	width: 176px;
	float: left;
	height: 600px;
}
.product-column-buttons {
	margin:0;
	width: 900px;
	padding: 0;
	height: 26px;

}

.product-bucket {
	margin:0;
	background-image: url(images/site/bg-boxes.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
	height: 214px;
	}
	
.product-column-area a, .product-column-area a:hover, .product-column-area a:visited {
	color: #5F8812;
	text-decoration:none;
	margin: 0;
	padding: 0;
	}
	
.product-column-area h3 {
	color: #34281a;
	font-size: 18px;
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-style: normal;
	text-align: right;
	line-height: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.product-column-area p {
	color: #333;
	font-size: 11px;
	margin:0 0 8px 0;
	padding:0;
	text-transform: none;
	font-style: normal;
	text-align: left;
	line-height: 14px;
}

	.product-column-area img {
	padding:0;
	margin:0;

	}
	
	.product-text {
	margin:0;
	padding: 30px 8px 0 0;
	height: 40px;
	text-align: right;
	}
	
/* --------------------------
         bottom links area 
------------------------------*/
.links-box {
	margin:0;
	width:900px;
	padding:12px 30px;
	background-image:url(images/site/bg-footer.gif);
	background-color: #DEDEDD;
	background-position: top center;
	background-repeat: repeat-x;
}

.links-box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 12px 0;
	color: #424242;
	text-align: left;
}

.links-box a, .links-box a:hover, .links-box a:visited {
	color: #434343;
	text-decoration: none;
	font-weight:normal
}

.links-column-area {
	margin:0;
	background-image: url(images/site/bg_footer.gif);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0;
}
.links-column-left {
	margin:0 30px 0 0;
	width: 260px;
	float: left;
	padding: 0;
}
.links-column-right {
	margin:0 0 0 30px;
	float: right;
	width: 260px;
	padding: 0;
}
.links-column-right a, .links-column-right a:hover, .links-column-right a:visited {
	color: #004785;
	text-decoration: underline;
	font-weight:normal;
	font-size:12px;
}
.links-column-middle {
	margin:0 290px;
	width: 260px;
	padding: 0 30px 0 30px;

}
.links-column-buttons {
	margin:0;
	width: 900px;
	padding: 0;
	height: 26px;

}

/* --------------------------
         footer
------------------------------*/
.bottom-box {
	margin:0 auto 0 auto;
	width:962px;
	padding:10px 0 0 0;

}
.links-cap {
	margin:0;
	width:962px;
	padding:0;
	height:12px;
	background-image:url(images/site/bg-gray-bottom-cap.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.footer-column-area {
	margin:0;
	padding: 20PX 0 12px 0;
}

.footer-column-area p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 8px 0;
	color: #FFF;
}

.footer-column-area a {
	color: #FFF;
	text-decoration: underline;
	font-weight:normal;
	font-size: 11px;
	line-height: 17px;
}
.footer-column-area a:hover, .footer-column-area a:visited {
	color: #FFF;
}  

.footer-column-left {
	margin:0 23px;
	width: 288px;
	float: left;
	padding: 0;
}
.footer-column-right {
	margin:0 40px;
	float: right;
	width: 252px;
	padding: 0;
}
.footer-column-middle {
	margin:0 337px;
	width: 288px;
	padding: 0;

}
.social-media {
	margin:24px 0 0 0;
	padding: 0;
	text-align: left;

}
.social-media img{
	margin:0 8px 0 0;
}
.footer-text {
	margin:0 auto;
	width: 920px;
	padding: 10px 20px;

}
.footer-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	color: #FFF;
	text-shadow: #c2c2c2 1px 1px 1px;
}
.footer-text a {
	color: #FFF;
	text-decoration: underline;
	font-weight:normal
}
.footer-text a:hover, .footer-text a:visited {
	color: #FFF;
} 
/* --------------------------
         forms
------------------------------*/
label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	margin: 0;
	padding: 6px 0 2px 0;
	color: #000;
}
input.btn-active {
	border: 1px solid #db7777;
	margin: 0 0 0 2px;
	padding: 0px;
	cursor:pointer;
	background:#a73838 url(images/site/go2.gif) no-repeat;
	color: #FFF;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
}
.textfield {
	border: 1px solid #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.newsletter {
	margin:0 20px 0 0;
	display:block;	
	width: 244px;
	padding: 5px;
	background-color: #EAEAEA;
	border: solid #999 2px;

}
	#form4{
	margin:0;
	padding-top:0em;
	color:#004785; /* customize width, this form have fluid layout */
		}
	#form4 h3{
	font-size:17px;
	margin: 0px;
	color: #004785;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 6px 0;
	font-style: normal;
	font-weight: normal;
	text-shadow: #5f5f5f 1px 1px 1px;
		}		
	#form4 fieldset{
		margin:0;
		padding:0;
		border:none;	
		padding-bottom:1em;
		}		
	#form4 legend{display:none;}	
	#form4 p{
	margin:10px 20px;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}	
	#form4 label{
	display:block;
	font-size:10px;
	color: #414141;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 4px 0 0 0;
	padding: 3px 0;
}	
	#form4 input, #form4 textarea{
	border:1px solid #aeaeae;
	background:#ffffff;
	color: #333;
	padding:2px 2px;
	height: 22px;
	width: 240px;
		}		
	#form4 textarea{
		height:100px;
		overflow:auto;
		}					
	#form4 p.submit{
		text-align:right;
		}	
	#form4 .button{
	margin:12px 0;
	padding:0;
	width:74px;
	height:27px;
	cursor:pointer;
	border:0px solid #c16163;
	background-image: url(images/site/submit.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFF;
		}	
		

			
/* --------------------------
         THE END 
------------------------------*/
.processm{
	display: block;
	background-image: url(images/site/Pm4.png);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 0;
	padding: 9px 0 9px 40px;
}
.pdf {
	display: block;
	background-image: url(images/site/Pdf4.png);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 0;
	padding: 9px 0 9px 40px;
}
#flashshow {
}
.bottom-box-root {
	background-color: #90959b;
	margin: 20px 0 0 0;
	padding: 0;
}
#youtube {
	background-image: url(images/site/bg-youtube.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 480px;
	height: 385px;
	padding: 10px;
	margin: 0 0 0 22px;
}
#youtubebox {
	padding: 14px 20px 0 20px;
}

#youtubebox h1{
	font-size:17px;
	margin: 0px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0 16px 0;
	text-transform: uppercase;
	text-shadow: #ccc 1px 1px 1px;
}  
.logo {
	z-index: 1;
	height: 0pt;
	width: 0pt;
	top: -4px;
	position: relative;
	right: 0px;
}

#popover 
{
	z-index: 2000;
	margin-top: -500px; 

}

.specialmessage {
	margin: 14px 0;
	padding: 0;
	width: 962px;
	background-image: url(images/site/bg_specialmess-one.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.specialmessage-head {
	margin: 0px;
	padding: 16px 30px 0 30px;
	width: 902px;
	background-image: url(images/site/bg_specialmess-two.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.specialmessage-content {
	margin: 0px;
	padding: 0 30px 18px 30px;
	width: 902px;
}
.content-box ol li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: number;
}
.content-box ul li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}

	#myForm {
	margin:1em 0;
	padding-top:1.5em;
	color:#246878;
	width:350px;
		}
		
	#myForm fieldset{
		margin:0;
		padding:0;
		border:none;	
		padding-bottom:1em;
		}		
	#myForm legend{display:none;}	
	#myForm p{
	margin:0 8px;
}	
	#myForm label{display:block;}	
	#myForm input, #myForm textarea{		
		width:302px;
		border:1px solid #dfdfdf;
		background:#fff;
		padding:5px 3px;
		}		
	#myForm textarea{
		height:125px;
		overflow:auto;
		}					
	#myForm p.submit{
		text-align:right;
		}	
	#myForm button{
		margin:0;
		padding:0;
		text-indent:-8000px;
		overflow:hidden;
		width:88px;
		height:56px;
		border:none;
		background:url(../images/form4/form_button.gif) no-repeat 0 0;
		cursor:pointer;
		text-align:left;
		}	#myForm select {
	width: 302px;
	padding: 5px 3px;
}

#logo-box {
	margin:41px 0 0 23px;
	width: 421px;
	height: 51px;
	float: left;
}

#logo-box h1 a{
	background: url(images/site/logo.png);
	height: 51px;
	text-indent: -9999px;
	float: left;
	position: relative;
	right: 0px;
	display: block;
	border: 0;
	width: 421px;
	background-position: top left;
	background-repeat: no-repeat;
}

#logo-box h1 a:hover{
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=80);
}

#logo-box h1 a:active {
	position: relative;
	top: 1px;
}
#page-divider {
	background-image: url(images/site/divider.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 960px;
}
.tweets {
	background-image: url(images/site/bg-tweet.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding: 14px;
	border: thin solid #c5b9a1;
	margin: 10px;
}

.tweets a, .tweets a:hover, .tweets a:visited {
	color: #88011e;
	text-decoration: underline;
	font-weight:normal;
	font-size: 10px;
	line-height: 16px;
}  
#footer-box {
	background-image: url(images/site/bg-footer.jpg);
	margin:0;
	padding:0;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #054b88;
}
#thumbs {
	height: 75px;
	width: 900px;
	padding: 15px 30px 0 30px;
}
#service-links {
	padding: 6px 30px 0px 30px;
	width: 900px;
}
#thumb-link {
	width: 116px;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}
#thumb-link a img, #thumb-link a:visited img {
	padding: 2px;
	border: 2px solid #83b23a;
}
#thumb-link a:hover img {
	border: 2px solid #890101;
}

#thumb-link p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	margin: 0;
	padding: 4px 0 4px 0;
	color: #414141;
	text-align:center;
}

#thumb-link a, #thumb-link a:visited {
	color: #34281a;
	text-decoration: none;
}

#thumb-link a:hover {
	color: #890101;
}

#slide-wrapper {
	width:922px;
	height:516px;
	margin:0;
	background-image: url(images/site/bg-images.gif);
	padding: 19px 19px 0 19px;
	background-position: top center;
	background-repeat: no-repeat;
}

#slide {
	position:relative;
	width:922px;
	height:400px;
	margin-left:0px;
	background:url(images/fader/loading.gif) no-repeat 50% 50%;
}
.search-box {
	background-color: #90959b;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.search {
	margin: 0 auto;
	padding: 0 0 0 540px;
	height: 30px;
	width: 420px;
}
.slider-box {
	width: 934px;
	margin: 0 auto 20px auto;
	height: 352px;
	background-color: #FFF;
	border: solid #c7c5bd 2px;
	-webkit-box-shadow: 0 0 7px #666;
	-moz-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666;
	padding: 11px;
}
.news-box {
	height: 316px;
	width: 230px;
	float: right;
	background-image: url(images/site/bg-news-fade.gif);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 18px;
}
.buttons {
	margin: 10px 0 0 0;
	padding: 10px 2px 0 2px;
	border-top: solid #cecdc5 1px;
}
.buckets-box {
	width: 980px;
	margin: 0 auto 20px auto;
}
.bucket {
	width: 199px;
	margin: 0 10px;
	height: 160px;
	background-color: #FFF;
	border: solid #c7c5bd 2px;
	-webkit-box-shadow: 0 0 7px #666;
	-moz-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666;
	padding: 11px 11px 4px 11px;
	float:left;
}

.bucket h2{
	font-size:13px;
	margin: 0px;
	color: #004785;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0 6px 0;
	line-height: 14px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
}  

.bucket h2 a, .bucket h2 a:visited, .bucket h2 a:hover{
	font-size:13px;
	margin: 0px;
	color: #004785;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0 6px 0;
	line-height: 14px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
}     
 
.billboard-area {
	width: 934px;
	margin: 0 auto 20px auto;
	height: 232px;
	background-color: #FFF;
	border: solid #c7c5bd 2px;
	-webkit-box-shadow: 0 0 7px #666;
	-moz-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666;
	padding: 11px;
}
.content_bottom {
	height: 15px;
	width: 969px;
	background-image: url(images/site/bg-content-bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
.content_bottom-swap {
	height: 15px;
	width: 980px;
	background-image: url(images/site/bg-content-bottom2.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
.arrow {
	background-image: url(images/site/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 0;
	padding: 0 0 0 22px;
	color: #034987;
}

.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}
.resetList li {
	display:inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

div.productInfoLeft {
	float: left;
	margin: 0;
	padding: 10px 10px;
	width: 590px;
}

div.productInfoRight {
	float: right;
	margin: 0;
	padding: 10px 10px;
	width: 300px;
}
.productInfoRight ul {
	margin: 10px 0;
}
.productInfoRight li {
	padding: 5px 3px;
	border-top: 1px #2e2e2e solid;
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #981e14;
	display: block;
}
.productInfoRight span{
	text-transform: uppercase;
	color: #981e14;
	font-weight: bold;
	}
	
.productInfoRight li span{
	float: right;
	color: #414141;
}
.productInfoRight p {
	font-size: 10px;
	font-weight: normal;
	color: #414141;
}


.productInfoRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #333;
}
.grey {
	background-image: url(images/site/grey-dk-grey.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* STYLES FROM OLD STYLE SHEETS  */

.image-style-right {
	float:right;
	padding: 5px;
	background-color: #FFFFFF;
	border: solid #2d4170 1px;
	margin: 0 16px 6px 22px;
}

.productImgRight {
	float: right;
	margin-left: 35px;
}
.news-box p {
	line-height: 16px;
}

/* PRODUCTS BOTTOM CONTENT ********/
#bottomContent{
	margin: 20px 0 10px 0;
}

#bottomContent hr {
	height: 3px;
	border: none;
	background-color: #939393;
	clear: both;
}

ul#turnKey {
	margin: 15px 0 0 0;
	padding: 3px 0;
	list-style: none;
	overflow: auto;
}
#turnKey li {
	float: left;
	padding: 0 30px 0 0;
	height: 130px;
	width: 400px;
	display: inline-block;
}
#turnKey h2 {
	padding-left:20px;
	background: transparent url('images/turnkey_bullet.gif') no-repeat left 10%;
}

ul.actuatorBottomBorder {
	padding-top: 20px;
	border-top: 3px #939393 solid;
}
ul#actuatorsOverview {
	margin: 0 0 0 0;
	padding: 3px 0;
	list-style: none;
	overflow: auto;
}
#actuatorsOverview li {
	float: left;
	padding: 0 30px 0 0;
	width: 410px;
	display: inline-block;
}
#actuatorsOverview li img {
	float: right;
	margin: 5px;
}

div.productInfoLeft {
	float: left;
	margin: 15px 0;
	padding: 10px 10px;
	width: 580px;
	background-color: #d0d0cf;
}

div.productInfoRight {
	float: right;
	margin: 15px 0;
	padding: 10px 10px;
	width: 300px;
	background-color: #939393;
}
.productInfoRight ul {
	margin: 10px 0;
}
.productInfoRight li {
	padding: 5px 3px;
	border-top: 2px #2e2e2e solid;
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #981e14;
	display: block;
}
.productInfoRight li span{
	float: right;
	color: #414141;
}
.productInfoRight p {
	font-size: .9em;
	font-weight: normal;
	color: #414141;
}
.extrapadding {
	padding: 12px;
}
.floatright {
	float: right;
	height: auto;
	margin:0 0 20px 20px;
}

.floatleft {
	float: left;
	margin:0 20px 20px 0;
}
#accordion h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-transform: none;
	width: 90%;
	color: #000;
	text-decoration: none;
	margin: 0;
	background-image: url(none);
	padding: 5px 0;
	border-bottom: 1px #585858 solid;
}
#accordion {
	width: 200px;
	margin: 0 12px 0 20px;
}

#accordion h4 a {
	text-decoration: none;
	font-weight:bold;
	/*color: #000;*/
}
#accordion h4 a:hover, #accordion h4 a:visited {
	color: #000;
}  
#accordion h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-transform: none;
	width: 90%;
	color: #000;
	text-decoration: none;
	margin: 0;
	background-image: url(none);
	padding: 5px 0;
}

.content-right ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	text-indent: 3px;
	margin: 0 0 16px 30px;
	padding:0;
	text-align: justify;

	}
	
	.content-right ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	text-indent: 0px;
	margin: 0 0 16px 40px;
	padding:0;
	text-align: justify;
	}
	
	.content-right ol li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: number;
}
.content-right ul li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}

.caption {
	padding-top: 10px;
	font-size: .8em;
	font-weight: bold;
}
ul.industries {
	margin-bottom: 20px !important;
}
.industries li {
	margin: 5px 0;
	padding: 8px 7px;
	font-weight: bold;
	display: block;
}
.industries li.linkIe {
	padding: 10px 10px 10px 50px;
	background: url('images/ie_icon.gif') no-repeat 10px 10px;
}
.industries li.linkPdf {
	padding: 10px 10px 10px 50px;
	background: url('images/pdf.gif') no-repeat 10px 10px;
}
.industries li.linkIe a, .industries li.linkPdf a {
	padding-bottom: 7px;
	font-size: 1.05em;
	font-weight: bold;
}
.industries li span {
	font-size: .95em;
	font-weight: normal;
}
.industries li a {
	font-size: .95em;
	font-weight: normal;
}
.paging ul {
	margin: 0px;
	padding: 0px;
}
.paging li{
	line-height: 20px;
	display: inline;
	margin: 0 0 0 8px;
	padding: 2px 6px;
	list-style-position: inside;
	list-style-type: none;
	list-style: none;
	border: solid #690505 1px;
}
#my_id {
	margin:0px;
	float: right;
}
.search-buttons {
	margin-top: 8px;
	float:left;
	width: 210px;
}
.search-buttons form input{margin-right:4px;}
 #my_id #searchField {
	margin-top: 4px;
	vertical-align: top;
	width: 160px;
	font-size:12px;
	color:#999;
}

