@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bckg-pressurecooker.jpg);
	background-repeat: repeat-x;
	background-color: #c9f3ee;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 170%;
	text-align: justify;
}
ul {
	margin-left:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#333;
	line-height:170%;
	text-align:left;
}
	

h3{
	font-family: Verdana, Geneva, sans-serif;
	color: #ce0202;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CE0202;
	line-height: 35px;
}
.divider {
	height: 5px;
	width: 940px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
}


.header {
	height: 70px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom:10px;
	text-align:center;
}
.menu {
	height: 38px;
	margin-top: 5px;
	border-radius:15px 15px 0 0;
	border:groove 2px #09F;
	width:926px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	float: left;
	line-height: 38px;
	list-style-type: none;
}

.menu ul li a{
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.menu ul li a:hover {
	color: #333;
	font-size: 14px;
}

.content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F8F8F8;
	padding: 10px;
	border-radius:0 0 9px 9px;
}
.banner {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.banner_shadow {
	background-image: url(images/menu_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}
.row-1 {
	padding: 10px;
	width: 940px;
	background-color: #999;
	border-radius:7px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.row-1 h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.box {
	width: 150px;
	padding: 0px;
	margin-right: 5px;
	float: left;
	margin-left: 0px;
}



.footer {
	background-color: #E9E9E9;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer_1 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.footer_2 {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}


.copyright {
	padding-top:1px;
	float:left;
	padding-right:27px;
	color:#999999;
	margin-top: 13px;
}
.copyright a {
	color:#1a5876;
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


.socail_networks {
	float:right;
}
a.top {
	margin-top:15px;
	height:15px;
	line-height:15px;
	color:#08387f;
	display:inline-block;
	padding-right:20px;
	float:left;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.socail_networks ul {
	height:26px;
	float:left;
}
.socail_networks li {
	float:left;
	margin-right:5px;
	line-height:26px;
	list-style-type:none;
}
.socail_networks li.servcies {
	float:left;
	padding-right:18px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}


.footer_2  ul {
	margin:0px;
	padding:0px;
	float: left;
}

.footer_2  ul li {float:left; list-style-type:none;}

.footer_2 ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#630;
	height:30px;
	line-height:30px;
	padding-right: 15px;
	padding-left: 15px;
	text-align:center;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.footer_2  ul li a:hover {
	text-decoration:underline;
	padding-right: 15px;
	padding-left: 15px;
}





/* Slider */

* {padding:0;margin:0;}
.slider {
	width:940px;
	height:360px;
	background:#292929;
	margin:0px;
	border-radius:7px;
}
.items {
	display:none;
}
.pagination {
	position:absolute;
	bottom:-3px;
	left:152px;
	z-index:98;
}
.pagination ul {margin:0px 0px 0 0;}
.pagination li {float:left; margin:0 7px 0 0px; list-style-type:none;}
.pagination li a {height:13px; width:13px; display:block; background:url(images/pagination.png) right 0 no-repeat; }
.pagination li.current a {
	background-position:left 0; 
}
.pagination li:hover a {
	background-position:left 0 ; 
}
.banner_1 {display:block; position:absolute; left:685px; top:37px; z-index:99; width:235px;}
.banner_1 p {}
.font-1 { font-size:45px; line-height:55px; color:#01a5ca; letter-spacing:-1px;}
.font-1 span {display:block; margin-top:-15px;}
.font-2 {font-size:17px; line-height:28px; color:#949494; margin-top:19px;}

.banner_1 a {display:inline-block; background:#3f3f3f; font-size:14px; line-height:18px; color:#fff; text-transform:uppercase; padding:12px 27px 13px 27px; margin-top:30px;}
.banner_1 a:hover {background:#01a5ca;}

.zui-table {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
	margin-left:auto; margin-right:auto;
}
.zui-table thead th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
.zui-table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}
.zui-table-highlight tbody tr:hover {
    background-color: #CCE7E7;
}
.zui-table-horizontal tbody td {
    border-left: none;
    border-right: none;
}
