html, body
{
	height: 100%;
	width:100%;
	min-width:1200px;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: url(images/bgnav3.png);
	background-repeat: repeat-x;
	background-position: center center;
}

#wrapper-bg{
	min-width:1200px;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

p, ol, ul
{
	margin-top: 0px;
	line-height: 30px;
	font-size: 12pt;
}

p
{
	text-align: left;

}

strong
{
	color: #000000;
}

a
{
	color: #333333;
}

a:hover
{
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	color: #000000;
	
}

a img
{
	border: none;
}

.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

.button-style
{
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	line-height: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,.2);
	font-size: 1em;
	font-weight: 400;
	color: #FFF !important;
	background-color: #FF9900;
	border: 1px solid #DDD;
}

.button-style a
{
	text-decoration: none;
	color: #FFF !important;
}

ul.style3
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	color: #6c6c6c
}

ul.style3 li
{
	padding: 0px 0px 5px 0px;
	margin: 0 0 1em 0;
}

ul.style3 p
{
	margin: 0;
}

ul.style3 a
{
	display: block;
	text-decoration: none;
	color: #6c6c6c;
}

ul.style3 a:hover
{
	text-decoration: underline;
}

ul.style3 h3
{
	padding: 8px 0em 5px 0em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 700;
	color: #606060;
}

ul.style3-alt h3
{
	color: #FFFFFF;
}

ul.style3 .first
{
	padding-top: 0px;
	background: none;
}

ul.style3 .date
{
	float: left;
	position: relative;
	width: 60px;
	height: 54px;
	margin: 0em 1.5em 0em 0em;
	padding: 8px 0em 0em 0em;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	border: 1px none #8EBEAE;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,.2);
	font-size: 1em;
	font-weight: 400;
	color: #FFF;
	background-color: #FF6600;
}

ul.style3 .date:after
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

ul.style3 .date b
{
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 1.8em;
	font-weight: 700;
	color: #FFFFFF;
}

ul.style3 .date a
{
	color: #FFFFFF !important;
}

ul.style3 .date a:hover
{
	text-decoration: none;
}

	ul.style5
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}

		ul.style5 li
		{
			clear: both;
			border-top: 1px solid #8EBEAE;
		}

		ul.style5 span
		{
			padding: 1em 0em;
			line-height: 1.75em;
		}

		ul.style5 .address
		{
			float: left;
			width: 80px;
			display: inline-block;
			font-weight: 600;
		}

		ul.style5 .address-01
		{
			float: left;
			display: inline-block;
		}

		ul.style5 .mail
		{
			float: left;
			width: 80px;
			display: inline-block;
			font-weight: 600;
		}

		ul.style5 .mail-01
		{
			display: inline-block;
		}

		ul.style5 .phone
		{
			float: left;
			width: 80px;
			display: inline-block;
			font-weight: 600;
		}

		ul.style5 .phone-01
		{
			float: left;
			display: inline-block;
		}

		ul.style5 .first
		{
			padding-top: 0em !important!;
			border-top: none;
		}
		
		
/** WRAPPER */

#wrapper-bg
{
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#wrapper
{
	margin-top: 0px;
	background: #FFF;
	box-shadow: 0px 10px 0px rgba(0,0,0,0.03), 0px -10px 0px rgba(0,0,0,0.03);
}




.container
{
	width: 1200px;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.clearfix
{
	clear: both;
}

/** HEADER */

#header
{
	width:100%;
	height:112px;
	border-bottom-style: solid;
	background-image: url(images/bgnav3.png);
	border-bottom-width: 10pt;
	border-bottom-color: #666;
}



#header in Wrap
{
	width:850px;
	height:300px;
	overflow: hidden;
	margin: 0px auto;
			
}

#language
{
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:1200px;
	
	
}

#language ul
{
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;

	
	
}

#language li
{
	float: left;
	
	border-left-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#language a
{
	display: block;
	padding: 5px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

#language .active a
{
	color: #999;
	
}
/*border-radius: 0px;
  border: 1px none #333;
*/

#language .active a:hover
{
    background-color: #333;
}

#language .active a:active
{
	background-color: #999;
}

#language a:hover
{
	text-decoration: none;
	color:#FFF;
}

/** LOGO */

#logo
{
	float: left;
	width: 300;
	margin-left: 50px;
}

#logo h1 a
{
	display: block;
	line-height: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.3em;
	color: #3E3E3E;
}

#logo span
{
	color: #8EBEAE;
}

/** MENU */

#menu
{
	float: right;
	width: 850px;
}

#menu ul
{
	float: right;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCC;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;

}

/*		
	border-top-width: 1px;
	border-top-color: #FFF;
	*/

#menu a
{
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;

}

/*display: block;*/


#menu .active a
{
	border-radius: 1px;
	color: #333;
	height: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

	/*
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	background-color: #F39800;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8EBEAE;
	border-right-color: #8EBEAE;
	border-bottom-color: #8EBEAE;
	border-left-color: #8EBEAE;*/

#menu .active a:hover
{
	background-color: #F39800;
	color: #FFF;
	border-bottom-style: none;
	border-top-style: none;
	display: block;
}

#menu .active a:active
{
	background-color: #FFF;
	display: block;
}

#menu a:hover
{
	text-decoration: none;
	display: block;
}



#menu ul li a{
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	font-size: 12pt;
   
}

/*ul.menu li ul
{
	display: none;
    float: left;
    position: absolute;
    left: 0;    
    margin: 0;
	list-style-type:none;
	overflow:auto;

}

/*
#ul.menu li:hover > ul{
    display: block;
}

#ul.menu ul li {
    border-bottom: 1px solid #DDD;
}

*/

#menu ul li ul {
	display: none;	
	
}


#menu ul li ul a:hover {
	display: block;
	
}



#hierarchy
{
	padding-bottom: 10pt;
	border-bottom-style: none;
	padding-top: 5px;
	
}
/** PAGE */

#page
{
}

/** CONTENT */

#content
{
}

/** SIDEBAR */

#sidebar
{
}

/* Footer */

#footer-content
{
	overflow: hidden;
	color: #515151;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8EBEAE;
	height:200px;
	background-color: #DDD;
	width: 100%;
	margin-bottom: 40px;
}

#footer-content a
{
	color: #515151;
}

#footer-content h2
{
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #515151;
}

#footer-content #fbox1
{
	float: center;
	width: 800px;
	margin-right: 350px;
	margin-left: 400px;
}

#footer-content #fbox2
{
	float: left;
	width: 446px;
	padding: 0px 20px;
}

#footer-content #fbox3
{
	float: none;
	width: 1200px;
	margin-left: 260px;
}

#footer
{
	overflow: hidden;
	padding: 30px 0px;
	box-shadow: 0px -10px 0px rgba(0,0,0,0.03);
}

#footer p
{
	text-align: center;
	color: #767676;
}

#footer a
{
	color: #5f5f5f;
}

#banner
{
	background-image: url(images/bgnav.png) x-repeat;
	float: center;
	background color:#666;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

/* Three Column Content */

#content{
	width:1200px;	
	height:100%;
	margin-top: 0px;
	background: #FFF;
	box-shadow: 0px 10px 0px rgba(0,0,0,0.03), 0px -10px 0px rgba(0,0,0,0.03);
	
	
}


#content-products
{
	width: 650px;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DDD;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDD;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DDD;
	padding-top: 0px;
	padding-bottom: 30px;
	line-height: 50px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 50px;
	margin-bottom: 20px;
	
}

/*#content-products a
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	
	
}
*/

#content-news
{
	width: 500px;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DDD;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDD;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DDD;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 50px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8EBEAE;
	
}

#contact-content

{
	width: 1120px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #8EBEAE;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDD;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DDD;
	line-height: 50px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: auto;
	padding: 30px;
	float:left;
	
}

#contact-map
{
	width: 520px;
	line-height: 35px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #8EBEAE;
	float: left;
	margin-left: 30px;
	font-size: 16pt;
	
	
	
	
}


#contact-adress
{
	width: 560px;
	line-height: 35px;
	float: right;
	font-size: 12pt;
	
}

/*
#content-news a{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	
}

*/


#three-column header
{
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 2em;
	font-size: 1.5em;
}

#three-column .tbox1 h2, #three-column .tbox2 h2, #three-column .tbox3 h2
{
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#three-column .tbox1
{
	float: left;
	width: 384px;
	margin-right: 24px;
	border: 1px solid #ddd;
}

#three-column .tbox2
{
	float: left;
	width: 384px;
}

#three-column .tbox3
{
	float: right;
	width: 384px;
}


/*++*/
.m1{
	width: 148px;
	position: relative;
}

.mm2{
	position: absolute;
	width: 150px;
	top: 37px;
	background-color: #FFF;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style:none;
	display:block;
	
	
}

.mm5{
	position: absolute;
	width: 200px;
	top: 99px;
	background-color: #FFF;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style:none;
	display:block;
	
	
}

.mm6{
	position: absolute;
	width: 146px;
	top: 99px;
	background-color: #FFF;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style:none;
	display:block;
	
	
}

.outer{
	width: 100%;
	background-color: #DDD;
	height: 300px;
}

#content-left
{
	width: 220px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
	background-image: url(images/bgnav3.png);
}

#content-left a
{
	font-size: 12pt;
	text-align: left;
	width: 220px;
	display: block;
	margin-left: 0px;
	padding: 0;
	height: 40px;
	text-align: center;
}

#content-right
{
	width: 860px;
	float: right;
	line-height: 35px;
	margin-right: 20px;
	margin-left: 30px;
	padding: 30px;
	margin-top: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	font-size: 14px;
	}
	
.content-p{
	font-size: 16px;
	line-height: 30px;
	
}
	
#submenu-title
{
	list-style: none;
	font-size: 14px;
	top: 10px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	background-color: #999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	width: 230px;
	float: right;
	padding-bottom: 20px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
		
	
}

#separation

{
	border-top-style: dotted;
	border-top-color: #DDD;
	border-top-width: 1px;
	width: 750px;
	
	
	
}

	.mm3{
	list-style: none;
	font-size: 12px;
	top: 10px;
	color: #FFF;
	float: right;
	display:block;


	
	}

	.mm3 ul{
	float: none;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	list-style: none;
	line-height: normal;
	
	}


	
	.mm3 li
		{
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: larger;
	line-height: 40px;
	border-bottom-color: #FFF;
	font-weight: normal;
	width: 250px;
	color: #999;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	}
	

	.mm3 a
	{
	padding: 10px 10px;
	margin: 0em 1em;
	letter-spacing: 1px;
	text-decoration: none;
	color: #333;

	}



	.mm3 a:hover
	{
	color: #FFF;
	background: #F39800;
	width: 220px;
	border-top-style: none;
	display:block;

	}




	.mm3 ul li a{
	color: #000;
	text-align: center;
    font-weight: normal;
    text-decoration: none;
   	float: none;
	position: relative;
   
	}
	
	.mm3 ul li a:hover
	{
	color: #FFF;
	background: #F39800;
	width: 240px;
	border-top-style: none;
	display:block;

	}
    
	.news3
	{
	width: 550px;
	line-height: 50px;


		
		
	}
	
	.products3
	{
	width: 550px;
	line-height: 50px;
	margin-right: 100px;
	border: 1px solid #ddd;
	float: right;
		
		
	}
.Title1 {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F39800;
	margin-left: 5px;
	padding-left: 8px;
	margin-top: 5px;
	font-weight: bold;
}
.green-highlight {
	color: #006600;
	font-weight: bold;
	font-size: large;
}


.news content{
	width:713px;
	
	
	
}

.Listtb{
	border-bottom-width: 1px;
	boerder-bottom-style: dash;
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
	
	
}

.database-title {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #F60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
#wrapper-bg #wrapper #three-column #content-right blockquote .content-p {
	text-align: justify;
	font-size: 16px;
}

.content-p li,#content-products li{
	 border-bottom: 1px solid #ddd;
}

.Listtb td{
	border-bottom:1px solid #ddd;
}

.footerin{
	width:1200px;
	margin:0 auto;
}

.input-title{
	width: 100px;
	float:left;
	padding-left: 20px;
}
.input-item{
	float:left;
}
.clearfloat{
	clear: both;
	margin-bottom: 10px;
}
