a{cursor:pointer;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
em{ font-style: italic;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline-style:none;outline-width:0pt;}
legend{color:#000;}a:focus{-moz-outline-style: none; border:0px;}
strong{font-weight: bold;}

*{
	font-family: "Lucida Sans Unicode",  Arial, Helvetica, sans-serif;
}
html{
	color:#fff;
	/*background-color: #FFF;*/
}
body{
	margin: auto;
	background-color: #004FBB;
	background-image: url(images/bk.jpg);
	background-position: left top;
	background-repeat: repeat-x;		
}

a{
	color: #1DE1FE;
	text-decoration: underline;
}
a:hover{

	color: #F1FE1D;	
	text-decoration: none;
}
a img{
	border: 0px;
}
div,td,th,span,input,textarea,select{
	font-size: 12px;	
}
H1 {
	font-size: 22px;
	margin-bottom: 10px;
	display: none;
}
H2 {
	font-size: 16px;
}
H3 {
	font-size: 22px;
	
	margin-bottom: 20px;
}
H4 {
	font-size: 12px;
	font-weight: bold;
}

h3{
	background-image: url(images/sep.png) !important;
	background-image: url(none);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;		
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/images/sep.png', sizingmethod='crop');		
	background-position: left top;
	background-repeat: no-repeat;	
	display: block;
	clear: both;
	height: 50px;
	width: 100%;
	padding-left: 40px;
	margin-bottom: 20px;
}
#main_cont{
	/*width: px;*/
	margin: auto;
	background-image: url(images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 400px;
	
}

#cont{
	overflow: hidden;
	width: 962px;
	margin: auto;
}

#col_right{

}

#header{
	overflow: hidden !important;
	height: auto !important;
	overflow: auto;
	height: 100%;
	padding-top: 85px;
	margin-bottom: 50px;
}
#logo{
	display: block;
	width: 135px;
	height: 115px;
	text-indent: -9999px;


	margin-left: 75px;
	float: left;
}
#contact{
	float: right;
	text-align: right;
	padding-top: 30px;
	padding-right: 50px;
}
#contact strong{
	display: block;
}

#footer{
	background-image: url(images/footer.png) !important;
	background-image: url(none);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;		
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/images/footer.png', sizingmethod='crop');		
	background-position: center top;
	background-repeat: no-repeat;	
	
	text-align: center;
	color: #fff;
	
	font-size: 11px;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 50px;
	line-height: 18px;
	clear: both;
}
#footer strong{
	font-weight: normal;
}
#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{

	text-decoration: underline;	
	color: #1DE1FE;	
}

ul.list{
	display: block;
	overflow: hidden !important;
	height: auto !important;
	overflow: auto;
	height: 100%;		

}
ul.list li{
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(images/arr1.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 3px;
}
ul.list.clients li{
	float: left;
	width: 32%;
}

.cnt{
	padding-left: 40px;
	padding-bottom: 40px;
}

#port{
	overflow: hidden !important;
	height: auto !important;
	overflow: auto;
	height: 100%;	
	padding-left: 40px;	
	padding-bottom: 20px;
}
#port .clear{
	width: 100%;
	clear: both;
	float: none;
}
#port .item{
	float: left;
	min-height: 200px;
	margin-right: 50px;
	margin-bottom: 20px;
	font-size: 11px;
	width: 180px;
	color: #60A4FE;
}
#port .item strong{
	font-weight: bold;
	color: #fff;
}
#port .item a.thumb{
	display: block;
	margin-bottom: 5px;
	border: 5px solid #0157CE;
	width: 153px;
	height: 114px;
	overflow: hidden;
}
#port .item a.thumb:hover{
	border: 5px solid #1DE1FE;
	
}
#port .item a.thumb img{
	display: block;
}
