@charset "utf-8";
/* CSS Document */

body  {
	behavior:url("csshover.htc"); 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #bac1c6;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/Bg.jpg);
	background-repeat:repeat-x;
	padding:15px;
}
.borderBottom {
	border-bottom:5px solid #cccccc;
}
.borderBottomDashed {
	border-bottom:1px dotted #bbbbbb;
	padding-bottom:20px;
}
.bottomPad {
	padding-bottom:15px;
}
.borderMainImages {
	border:5px solid #ffffff;
}

#bottomMenu {
	width:800px;
	margin:25px auto;
	text-align:left;
}

#bottomMenu a {
	font-size:10px;
	color:#777777;
	text-decoration:none;
}

#bottomMenu a:hover {
	color:#FFFFFF;
}

#bottomMenu b {
	color:#555555;
}

#custSpotWrapper {
	width:251px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	border-bottom:1px solid #bbbbbb;
}
.custSpot {
	padding:10px 15px 10px 15px;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	/*border-bottom:1px dashed #aaaaaa;*/
}
#customerSpotContent {
	/*background-image: url(../images/sub_bg3.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
	background-color:#FFFFFF;
	text-align:left;
	width:251px;
}
#industries {
	padding:6px 15px 6px 20px;
}
.padLeft {
	padding-left:20px;
}
#productWrapper {
	width:251px;
	float:right;
	margin-right:30px;
	margin-top:-20px;
	border-bottom:1px solid #bbbbbb;
}
.product {
	padding:10px 15px 10px 15px;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	text-decoration:none;
}
#productContent {
	/*background-image: url(../images/sub_bg3.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
	background-color:#FFFFFF;
	text-align:left;
	width:251px;
	text-decoration:none;
}

.quickLinks {
	padding-left:25px;
	height:200px;
	background-image:url(../images/QuickLinksBg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#355480;
}

.fieldset {
	padding:15px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
}
.floatRight {
	float:right;
	clear:left;
}
#footer {
	width:805px;
	background-color:#555555;
	border-top:1px solid #ff6600;
	border-bottom:8px solid #333333;
	padding-left:20px;
	padding-right:10px;
	margin:0 auto;
	text-align:left;
}

.transparent_class {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.twoColFixRtHdr #container { 
	width: 835px; 
	background-color:#ffffff;
	background-image: url(../images/ContainerBg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #headerMenu { 
	background-color: #DDDDDD;
	background-image: url(../images/header_menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:72px;
	border-bottom:1px solid #cccccc;
}
.twoColFixRtHdr #headerMain { 
	background-color: #DDDDDD;
	background-image: url(../images/header_main.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	height:200px;
	width:833px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 218px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left:15px;
	margin-bottom:15px;
}
#shadow {
	width:100%;
	background-image: url(../images/Shadow.png);
	background-position:top;
	background-repeat:repeat-x;
	height:10px;
}
.sideBarBg {
	background-image: url(../images/Sub_bg3.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 218px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0px 30px 30px 50px;
} 
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tabBg {
	background-image:url(../images/tab_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:3px;
}
.tabBgBlue {
	background-image:url(../images/tab_bgBlue.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:3px;
}