@charset "utf-8";
body {
	font: 14px "Times New Roman", Times, serif;
	background: url(../images/body_bckg.jpg) repeat;
	margin: 0;
	padding: 0;
	color: #555;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding-right: 15px;
	padding-left:5px;
	color:#028bd9;
}
p {
	margin:0;

}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#028bd9;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color:#028bd9;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color:#555;
	
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	padding-top:40px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {width: 960px; float:left;}
.header .top { width: 960px; height:7px; background: url(../images/head_bckg.png) no-repeat; float:left;}
.header .bot {width: 940px; padding:10px;  background:#FFF; padding-top:20px; float:left;}
.header .bot .left { width:137px; height:17px; margin:25px 0px 0px 180px; background:url(../images/head_bckg_left.jpg) no-repeat; float:left;}
.header .bot .right { width:137px; height:17px; margin:25px 180px 0px 0px;  background:url(../images/head_bckg_right.jpg) no-repeat; float:right;}
.header .bot .logo { width:226px; height:49px; margin: 0 auto; }


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {float:left; width:960px; background:#FFF; overflow: hidden; min-height:400px; }
.content .colm1 { width:300px; margin:10px; float:left; align:justify;}
.content .colm2 { width:620px; margin:10px; float:left; align:justify;}
.content .colm3 { width:940px; margin:10px; float:left; }

.product_box { width:172px; border:#e1e1e1 1px dotted; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; padding:4px; margin:0px 0px 20px 5px; float:left; text-align:center;}
.product_box .img { width:172px; float:left; align:justify;}

.ico1 { background:url(../images/ico_1.jpg) left no-repeat; padding-left:28px; padding-top:1px; min-width:400px; height:19px; margin-top:10px; float:left;}
.ico2 { background:url(../images/ico_2.jpg) left no-repeat; padding-left:28px; padding-top:1px; min-width:400px; height:19px; margin-top:10px; float:left;}
.ico3 { background:url(../images/ico_3.jpg) left no-repeat; padding-left:28px; padding-top:1px; min-width:400px; height:19px; margin-top:10px; float:left;}
.ico4 { background:url(../images/ico_4.jpg) left no-repeat; padding-left:28px; padding-top:1px; min-width:400px; height:19px; margin-top:10px; float:left;}




.slider_cnt { width:940px; min-height:150px; float:left; margin:10px;}

/* ~~ The footer ~~ */
.footer {width: 940px;  float:left; margin-bottom:40px;}
.footer .bot { width: 960px; height:7px; background: url(../images/foot_bckg.png) no-repeat; float:left;}
.footer .top {width: 940px; background:#FFF; padding:10px; float:left;}
.footer .copy {min-width:200px; float:left; font-size:11px; margin-top:10px;}
.footer .right {min-width:200px; float:right; font-size:11px; margin-top:10px; text-align:right;}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear { clear: both; }

.line_1 {
    background: #333;
    height: 1px;
    overflow: hidden;
}
.line_2 {
    background: url(../images/bck_line_1.png) repeat-x;
    height: 5px;
    overflow: hidden;
}
.img_cnt_1 { padding:2px; border:#c1c1c1 1px solid; }

.seperator_1 {
    
    height: 10px;
    overflow: hidden;
}

.seperator_2 {
    
    height: 1px;
	width:100%;
	float:left;

}

/* menu */

.menu { width:664px; margin: 0 auto; overflow: hidden; text-align:center; padding:10px;}

.menu li {display:inline; list-style:none; width:130px; padding:0px 2px 0px 0px; border-right:#333 1px dotted; text-align:center; float: left;}
.menu li a { text-decoration: none;  color: #000; outline:none;}
.menu li a:visited {color: #000; text-decoration: none;  outline:none;}
.menu li a:hover { color: #028bd9; text-decoration: none;  outline:none;}

body#submenu1 a#submenu1,
body#submenu2 a#submenu2,
body#submenu3 a#submenu3,
body#submenu4 a#submenu4,
body#submenu5 a#submenu5,
body#submenu6 a#submenu6,
body#submenu7 a#submenu7,
body#submenu8 a#submenu8 {
	color: #028bd9;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	 /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px dotted #999; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 280px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #fff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #d1d1d1;
	color: #555;
}

.formbox{
	-moz-border-radius: 2px 2px 2px 2px;
	vertical-align: middle;
	padding:5px;
	width:250px;
	height:16px;
	background:#fff;
	border:#CCC solid 1px;
	color: #005568;
	font-size:11px;
	}
.formbox2{
	-moz-border-radius: 2px 2px 2px 2px;
	vertical-align: middle;
	padding:5px;
	width:250px;
	height:60px;
	background:#fff;
	border:#CCC solid 1px;
	color: #005568;
	font-size:11px;
	}
.formbox3{
	-moz-border-radius: 2px 2px 2px 2px;
	vertical-align: middle;
	padding:5px;
	width:70px;
	height:16px;
	background:#fff;
	border:#CCC solid 1px;
	color: #005568;
	font-size:11px;
	}
.select1{
	
	-moz-border-radius: 2px 2px 2px 2px;
    border: 1px solid #BFBFBF;
    color: #005568;
    font-size: 13px;
    margin: 4px 0;
    padding: 5px;
    vertical-align: middle;
    width:262px;
	}
.select2{
	
	-moz-border-radius: 2px 2px 2px 2px;
    border: 1px solid #BFBFBF;
    color: #005568;
    font-size: 13px;
    margin: 4px 0;
    padding: 5px;
    vertical-align: middle;
	}
.fab-h3{
	margin: 10px 0 0;
	
}