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

body {
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
    background: url("../images/homebg2.jpg") repeat-x scroll 0 0;
	color:#fff;
}

body.main{
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
    background: url("../images/homebg.jpg") repeat-x scroll 0 0;
	color:#fff;
}

ul {
	list-style-type:none;
}

a { 
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;
}

p a{
	color:#848484;
	text-decoration:none;
}

p a:hover{
	color:#848484;
	text-decoration:none;
}

#container {
	
} 

#grid{ 
	border: .5em solid;
}

.box1 {
    box-sizing: border-box;
    width: 100%;
    border: .5em solid white;
    float: left;
	margin:10px;
}

.box2 {
    box-sizing: border-box;
    width: 24%;
    border: .5em solid white;
    margin:3px;
    float: left;
}
.box4 {
    box-sizing: border-box;
    width: 48%;
    border: 5px solid blue;
	margin:3px;
    float: left;
}
.box3 {
    box-sizing: border-box;
    width: 100%;
    border: 5px solid white;
    text-align:center;
    float: left;
}
#mh-s {
	height:390px;
/*	background:url(../images/menubar-bg.png) repeat-x scroll top right transparent,  url(../images/headerbottomstrip.png) repeat-x scroll center bottom transparent;*/
	background: url("../images/menubar-bg.png") repeat-x scroll top left, url(../images/headerbottomstrip.png)  repeat-x scroll bottom left;
	
}

#mh-s-2 {
	height:200px;
/*	background:url(../images/menubar-bg.png) repeat-x scroll top right transparent,  url(../images/headerbottomstrip.png) repeat-x scroll center bottom transparent;*/
	background: url("../images/menubar-bg.png") repeat-x scroll top left, url(../images/headerbottomstrip.png)  repeat-x scroll bottom left;
}

#mh.main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:388px;
}

#mh {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:200px;
}

#mc {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	color:#848484;

} 

#mc-product  h2  a {
	color:#145EA5;
	text-decoration:none;
}

#mf {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	color:#848484;
	margin-top:20px;
} 

#menubar {
		
}

#home-logo {
	width:150px;
	height:68px;
	float:left;
	position:relative;
}

#home-logo img{
	width:110px;
	height:110px;
	position:absolute; 
	top:5px; 
	left:5px; 
	border:0;
	float:left;
	position:relative;
}

#mh-nav{
	height:68px;
	float:left;
	overflow:hidden;
}	
	
#mh-banner {
	height:320px;
}

#mh-banner-2 {
	height:200px;
}

/****************** footer stuff **********/
#mf-s {
	position:relative;
	height:185px;
	background: url("../images/footerbg.jpg") repeat-x scroll 0 0 transparent;
}
	
#mf-content {
	position: relative;
}
#item2{
	box-sizing: border-box;
	position:relative;
	height:165px;
	margin-bottom:10px;
	border: 10px solid #F7F7F7;
	background: #F7F7F7;
}
#item2 h1 {
	color:#E2E2E2; 
	margin:5px; 
	font-size:18px;	
}
#item2 h1 a{
	color:#145EA5;
}
#item2 em a{
	color:#145EA5;
}
#item2 h1 a:hover{
	text-decoration:none;
}
#item2 h1 img{
	margin-right:10px; 
	float:left;
}

#item {
	position:relative;
	height:150px;
}

#item h1 {
	color:#F5822B; 
	margin:0px; 
	display:block; 
	font-size:18px;	
}

#item h1 a{
	color:#F5822B;
}
#item h1 a:hover{
	text-decoration:none;
}
#item h1 img{
	margin-right:10px; 
	float:left;
}

#item em a{
	color:#848484;
}

#breadcrum a{
	color:#3f75c0;				
}