@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------ main -------------------------------------------------------------- */
body{ 
	margin-top:0px; 
	margin-bottom:0px; 
	background-image:url(img/main_bg.jpg); 
	background-repeat:no-repeat; 
	background-position:center top;
	background-attachment:fixed;
}

h1{ 
	font-family:Arial; 
	font-size:18px; 
	color:#0257b6;
}
h2{ 
	font-family:Verdana; 
	font-size:27px; 
	color:#FFF;
	text-align:center;
}
h3{ 
	font-family:Verdana; 
	font-size:16px; 
	color:#000;
	text-align:center;
}
h4{ 
	font-family:Verdana; 
	font-size:22px; 
	color:#0257b6;
}
.style1{
	font-family:Arial; 
	font-size:13px; 
	color:#333; 
	text-align:justify;
}


.class1 a:link{ text-decoration:none; color:#666;}
.class1 a:visited{ text-decoration:none; color:#666;}
.class1 a:active{ text-decoration:none; color:#666;}
.class1 a:hover{ text-decoration:none; color:#090;}

.class2 a:link{ text-decoration:none; color:#666;}
.class2 a:visited{ text-decoration:none; color:#666;}
.class2 a:active{ text-decoration:none; color:#666;}
.class2 a:hover{ text-decoration:none; color:#900;}

.class3 a:link{ text-decoration:none; color:#0367fe;}
.class3 a:visited{ text-decoration:none; color:#0367fe;}
.class3 a:active{ text-decoration:none; color:#0367fe;}
.class3 a:hover{ text-decoration:none; color:#FFF;}

li.style-one{
	list-style-image:url(img/button1.png);
	font-family:Arial;
	font-size:13px;
	color:#333;
}	
li.style-two{
	list-style-image:url(img/button2.jpg);
	font-family:Arial;
	font-size:13px;
	color:#333;
}	

#fdivider{
	width:920px;
	height:16px;
	background-image:url(img/divider_dline.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
}

#navbox{
	width:920px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	-moz-box-shadow:0px 0px 3px 0px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow:0px 0px 3px 0px rgba(119, 119, 119, 0.5);
	box-shadow:0px 0px 3px 0px rgba(119, 119, 119, 0.5);
	font-family:Arial;
	font-size:13px;
}

#nav{
	width:auto;
	height:14px;
	float:left;
	margin-top:7px;
	margin-left:20px;
}

hr.style-one { border: 0; height: 1px; background: #333; background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); background-image: -o-linear-gradient(left, #ccc, #333, #ccc); }

hr.style-two { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }

hr.style-three { border: 0; border-bottom: 1px dashed #ccc; background: #999; }

hr.style-six { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

hr.style-seven { height: 30px; border-style: solid; border-color: black; border-width: 1px 0 0 0; border-radius: 20px; } hr.style-seven:before { /* Not really supposed to work, but does */ display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: black; border-width: 0 0 1px 0; border-radius: 20px; }
/* ------------------------------------------------------------------------ menu -------------------------------------------------------------- */
#menubody{ 
	width:920px; 
	height:76px; 
	margin-left:auto; 
	margin-right:auto; 
	background-image:url(img/menu_bg.jpg);
}

#menu{ 
	width:450px; 
	height:41px;
    display: table;
	float:right; 
	margin-top:2px; 
	margin-right:5px;
}

.ebul_mbmenu, .ebul_mbmenu ul {
  background-color: #FFFFFF;
  border: 1px solid #646464;
  display: block;
  font-size: 1px;
  margin: 0px;
  overflow: auto;
  padding: 2px;
  position: absolute;
  visibility: hidden;
}

.ebul_mbmenu_shadow {
  background-color: #777777;
  display: block;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.ebul_mbmenu table {
  border-collapse: separate;
}

.ebul_mbmenu tr {
  background-color: #FFFFFF;
  cursor: pointer;
  font-size: 1px;
}

.ebul_mbmenu td {
  border: 1px solid #FFFFFF;
  padding: 3px;
  text-align: left;
}

.ebul_mbmenu td a, .ebul_mbmenu td a:visited {
  color: #000000;
  font-family: "Tahoma", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.ebul_mbmenu tr.hot, .ebul_mbmenu tr.expanded {
  background-color: #F0F0F0;
}

.ebul_mbmenu tr.hot td, .ebul_mbmenu tr.expanded td {
  border-color: #8C8C8C;
}
.ebul_mbmenu tr.hot a, .ebul_mbmenu tr.expanded a {
  color: #000000;
  font-family: "Tahoma", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.ebul_mbmenu td div.ebul_mbmenuseparator {
  border-top: 1px solid #646464;
  height: 0px;
  font-size: 0;
}

.ebul_mbmenu td.ebul_mbmenuseparatortd {
  cursor: default;
}


ul.ebul_mbmenu {
  position: absolute;
  visibility: hidden;
}                               

.mbmenuebul_menulist .spaced_li {
  padding: 0px 1px 0px 0px;
}

.mbmenuebul_menulist li {
  list-style: none;
  float: left;
}

.mbmenuebul_menulist img {
  vertical-align: bottom;
  
}

.mbmenuebul_menulist {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}


/* ------------------------------------------------------------------------ header -------------------------------------------------------------- */
.header{ 
	width:920px; 
	height:80px; 
	margin-left:auto; 
	margin-right:auto;
}

#logo{ 
	width:120px; 
	height:40px; 
	float:left; 
	margin-left:5px; 
	margin-top:25px;
}

#title{	
	width:400px; 
	height:30px; 
	margin-top:15px; 
	float:right; 
	text-align:center; 
	font-family:Arial; 
	font-size:28px; 
	color:#094eb7;
    font-weight: bold;
}

#subtitle{ 
	width:400px; 
	height:11px; 
	float:right; 
	text-align:center; 
	font-family:Tw Cen MT Condensed; 
	font-size:18px; color:#666;
}

/* ------------------------------------------------------------------------ footer -------------------------------------------------------------- */

.footer{
	width:940px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/foooter_bg.jpg);
	background-repeat:repeat-x;
}

#fcontent{
	width:500px;
	height:auto;
	margin-left:20px;
	float:left;
	margin-top:20px;
	font-family:Arial;
	font-size:13px;
	color:#0367fe;
}

#wcontent{
	width:140px;
	height:auto;
	float:right;
	margin-top:20px;
	font-family:Arial;
	font-size:13px;
	color:#0367fe;
}

#webwalk{
	width:auto;
	height:auto;
	float:right;
	margin-left:5px;
	margin-right:20px;
	margin-top:16px;
}

/* ------------------------------------------------------------------------ banner -------------------------------------------------------------- */
.banner{
	width:920px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

/* ------------------------------------------------------------------------ gallery -------------------------------------------------------------- */
.gallery{
	width:920px;
	height:1250px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* ------------------------------------------------------------------------ home -------------------------------------------------------------- */
.hsec{ 
	width:920px; 
	height:420px; 
	margin-left:auto; 
	margin-right:auto;
	margin-top:30px;
}

#pagetitle{ 
	width:auto; 
	height:40px; 
	float:left; 
	margin-top:5px;
}

#content{ 
	width:880px; 
	height:auto; 
	margin-left:auto; 
	margin-right:auto;
}

#box{ 
	width:272px; 
	height:230px; 
	float:left; 
	margin-left:25px;
	background-image:url(img/home_box.jpg);
	background-repeat:no-repeat;
}

#boxcontent{ 
	width:250px; 
	height:220px;
	margin-left:auto;
	margin-right:auto;
}

.box{ 
	width:920px; 
	height:240px; 
	margin-top:10px;
}

/* ------------------------------------------------------------------------ about us -------------------------------------------------------------- */

.ausec{ 
	width:920px; 
	height:700px; 
	margin-left:auto; 
	margin-right:auto;
}

#aucontent{
	width:550px;
	height:600px;
	float:left;
	font-family:Arial;
	font-size:13px;
	color:#333;
	text-align:justify;
	margin-left:15px;
	margin-top:10px;
}

#catdiv{
	width:30px;
	height:600px;
	float:right;
	margin-right:10px;
	margin-top:15px;
}

#catbox{
	width:260px;
	height:auto;
    display: table;
	float:right; margin-right:10px;
	margin-top:10px;
	font-family:Arial;
	font-size:13px;
	color:#666;
}

/* ------------------------------------------------------------------------ products -------------------------------------------------------------- */

.psec{
	width:920px; 
	height:auto; 
    display: table;
	margin-left:auto; 
	margin-right:auto;
}
.ssec{
	width:920px; 
	height:900px; 
	margin-left:auto; 
	margin-right:auto;
}

#pcontent{
	width:550px;
	height:auto;
    display: table;
	float:left;
	font-family:Arial;
	font-size:13px;
	color:#333;
	text-align:justify;
	margin-left:15px;
	margin-top:10px;
}
#scontent{
	width:550px;
	height:700px;
	float:left;
	font-family:Arial;
	font-size:13px;
	color:#333;
	text-align:justify;
	margin-left:15px;
	margin-top:10px;
}

#pimg{
	width:100px;
	height:100px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image:url(img/.jpg)
}

#pimg1{
	width:100px;
	height:100px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image:url(img/inverter.jpg)
}

#pimg2{
	width:100px;
	height:100px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image:url(img/sfsonic.jpg)
}

#pcontent1{
	width:100%;
	height:auto;
	float:right;
}
/* ------------------------------------------------------------------------ contact -------------------------------------------------------------- */
#ccontent{
	width:550px;
	height:600px;
	float:left;
	margin-left:15px;
	margin-top:10px;
}	

#address{
	width:550px;
	height:250px;
	font-family:Arial;
	font-size:14px;
}

#map{
	width:100%;
	height:300px;
	text-align:center;
	margin-left:auto;
	margin-left:auto;
}