html {
  margin-bottom: 0px;
}
hr{
	width:700px;
	border-top:1px dashed #CCCCCC;
}
body {
	margin:0px;
	font:normal 15px Arial, Helvetica, sans-serif; 
	color:#03183F;
}
a{
	color:#03183F;
	text-decoration:none;
}
p{
	padding:0px 5px 5px 2px;
}
a:hover{
	text-decoration:underline;
}
div#banner{
	height:100px;
	background-color:#FFFFFF;
	color:#062868;
	font-size:11px;
	margin:0px;
	padding:0px;
	/*background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right;	*/
}
div#banner #banner_1{
	float:left;
	margin-left:10px;
	height:100px;
	width:350px;
}
div#banner #banner_2{
	float:right;
	height:60px;
	width:450px;
	text-align:right;
	margin-top:27px;
	padding:5px;
}
div#banner_title{
	height:77px;
	float:right;
	width:421px;
	margin-right:0px;
	background-image: url(../images/banner.jpg)
}
div#menu_line{
	background-color:#388ec7;
	height:47px;
	z-index:3;
	margin:0px;
}
div#content{
	margin-left:98px;
	background-color:#FFFFFF;
	/*min-height:570px;
	height:auto !important;
  	height:570px;*/
	z-index:4;
	padding:0;
}
div#maincontent{
	padding:25px;
}
div#content_product{
	position:relative;
	background-image:url(../images/jacem_bg_01.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	/*min-height:100%;
	height:auto !important;
  	height:100%;*/
	
}
div#content_about{
	position:relative;
	background-image:url(../images/jacem_bg_02.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	/*min-height:100%;
	height:auto !important;
  	height:100%;*/
}
div#content_highlight{
	position:relative;
	background-image:url(../images/jacem_bg_03.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	/*min-height:100%;
	height:auto !important;
  	height:100%;*/
}
div#content_contact{
	position:relative;
	background-image:url(../images/jacem_bg_04.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	/*min-height:100%;
	height:auto !important;
  	height:100%;*/
}
div#footer{
	clear:both;
	border:1px solid #FFFFFF;
	margin-top:200px;	
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	text-align:center;
	padding:10px;
}
div#footer ul{
	padding:2px 2px 15px 2px;
	margin:0px;
}
div#footer ul li{
	list-style-type:none;
	display:inline;
}
div#footer a{
	color:#000000;
	text-decoration:none;
	padding-left:6px;
}
div#centerContact{
	margin-left:auto; 
	margin-right:auto; 
	width:90%; 
}
div#map{
	float:left;
	width:400px;
	/* margin-left:2%;*/
	margin-top: 10px;
	text-align:center;
}
/*#frmContact{
	padding-top:25px;
	float:left;
	width:390px;
	margin-left:2%;
	border:1px solid #000000;
}*/
#frmContact p{
	padding:0px;
	margin:1px;
}
#frmContact label { 
	float: left;
	width: 80px;
	font-weight: bold;
}
#frmContact input, #frmContact textarea { 
	width:250px; 
	border:1px solid #000000;
}
#frmContact #submit_button{
	font:11px Arial, Helvetica, sans-serif;
	margin-right:50px;
	width: 110px;
	border:1px solid #000000;
	height:25px;
}
.list_bullet{
	list-style-image:url(../images/bullet.png);
	line-height:25px;
}

.list_bullet_div{
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height:30px;
	margin-left: 25px;
}
.div_list_content {
	margin-left: 25px;
}
.div_list_content span {
	display: inline;
	text-align:center;
}

.list_square{
	list-style-type:square;
	list-style-image:none;
	line-height:25px;
}
.list_none{
	list-style:none;
	list-style-image:none;
	line-height:15px;
	margin-left:0px;
	padding-left:15px;
}
.title{	
	padding:25px 5px 5px 10px;
	margin:0 0 15px 25px;
	color:#000d8a;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #3a4953;
}
.p-title{
	padding:2px 2px 0px 5px;
	margin:5px 25px 0 25px;
	font-weight:bold;
}
.p-text{
	padding:5px 10px 5px 5px;
	margin:5px 25px 0 25px;
}

/**/
.tbl_info {
padding:0px;

}

.tbl_info th {
  background-color: #D39E7E;
  border:1px solid gray;
}

.tbl_info td {
  background-color: #EFEBE7;
  border:1px solid gray;
}
.blue-color{
	color:#062868;
}
