@CHARSET "UTF-8"; /*site content common template*/

.client .delimiter{
	clear: both;
}

.content h1{
	color: #000;
	font-size: 22px;
	font-weight: normal;
}

.content p, h2, li{
	padding: 0;
	line-height: 1.5em;
/*	margin-bottom: 10px;*/
}
.content li{
	margin-bottom: 10px;
	list-style-position: inside;
}

.content a{
/*	color: #fc951c;*/
	color: #0a6d9f;
	text-decoration: none;
}

.content a:hover{
/*	color: #000;*/
	text-decoration: underline;
}

.content em{
	font-weight: normal;
	font-style: italic;
}

/*.client table.cage td.content td{
	background: none;
}*/
div.list{
	margin: 0 0 20px 0;
	text-align: left;
}
.client table.cage td.content div.list a{
	font-size: 14px;
	line-height: 16px;
}

.client table.cage table.tools{
	width: 100%;
	margin: 20px 0 20px 0;
}
.client table.cage table.tools td{
	text-align: center;
	font-weight: bold;
	padding: 10px 0 0 0;
}

div.list p:FIRST-LETTER{
	text-transform: uppercase;
}

.client .darkblock img.imgLeft, .client .darkblock img.imgRight{
	margin-top: 20px;
}

.client .darkblock{
	background-color: #013360;
	width: 900px;
	color: #fff;
	padding: 5px 0px 30px 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.client .darkblock .caption, .client .darkblock h4{
	color: #fdb224;
	background: url("/images/info-marker-yellow.png") left center no-repeat;
}
.client .darkblock ul{
	margin-right: 0;
}
.client .darkblock li{
	margin-bottom: 20px;
}
.client .darkblock .imgRight{
	margin-top: 35px !important;
}
.client .darkblock a{
	color: #4499ff;
}
/*
.client .darkblock a:hover{
	color: #fff;
}
*/
.client .whiteblock{
/*	padding: 5px 0px 30px 30px;
	margin-top: 50px;*/
	padding: 0 0 10px 0;
}
.client .whiteblock .caption{
	margin-top: 0px;
}

.client div.caption, .client h4{
	padding-left: 70px;
	height: 43px;
	color: #0a6d9f;
	font-size: 16px;
	margin: 35px 0 20px 0;
	line-height: 43px;
	font-weight: bold;
	background: url("/images/info-marker-red.png") left center no-repeat;
}

/*.client div.dark{
	color: #fdb224;
	background: url("/images/info-marker-yellow.png") left center no-repeat;
}*/

.client div.red, .client h3{
	background: none;
	padding-left: 0;
	margin-top: 0px;
	color: #dc1018;
	font-weight: normal;
	font-size: 20px;
}
.client h3{
	margin-top: 15px;
	margin-bottom: 5px;
}
.client h3 a{
	display: block;
	margin-bottom: 20px;
	/*text-align: center;*/
	line-height: 22px !important;
	text-align: left;
}
.client h5{
	margin-top: 15px;
	display: block;
	text-align: right;
	font-weight: bold;
	color: #f00;
}


a.name_tools{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: left;
/*	text-align: center;*/
	text-align: left;
}

.client h4 a{
	line-height: 43px !important;
}
.client div.attract{
	font-size: 24px;
}

.client div.caption a{
	color: #0a6d9f;
	font-size: 16px;
	text-decoration: underline;
}

.client a.citem_link{
	text-decoration: none !important;
}
.client a.citem_link:hover{
	text-decoration: underline !important;
}

table.tech_char td{
	padding: 5px;
	border: 1px solid black;
	vertical-align: middle;
}
table.tech_char tr.tr_header td{
	background-color: #C0C0C0;
	font-weight: bold;
	vertical-align: middle;
}

.content table td.td_left{
	text-align: left;
}
.content table td.td_center{
	text-align: center;
}
.content table td.td_right{
	text-align: right;
}
.content table td.td_top{
	vertical-align: top;
}
.content table td.td_middle{
	vertical-align: middle;
}
.content table td.td_bottom{
	vertical-align: bottom;
}
.content table td.nowrap{
	white-space: nowrap;
}

/*
table.tech_char td.td_left, table.tools td.td_left, table.price td.td_left{
	text-align: left;
}
table.tech_char td.td_center, table.tools td.td_center, table.price td.td_center{
	text-align: center;
}
table.tech_char td.td_right, table.tools td.td_right, table.price td.td_right{
	text-align: right;
}
table.tech_char td.td_top, table.tools td.td_top, table.price td.td_top{
	vertical-align: top;
}
table.tech_char td.td_middle, table.tools td.td_middle, table.price td.td_middle{
	vertical-align: middle;
}
table.tech_char td.td_bottom, table.tools td.td_bottom, table.price td.td_bottom{
	vertical-align: bottom;
}
table.tech_char td.td_nowrap, table.tools td.td_nowrap, table.price td.td_nowrap{
	white-space: nowrap;
}*/

table.price{
	border: 1px solid #000;
	margin: 10px 0 10px 0;
	line-height: 15px;
}
table.price th{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid #000;
	padding: 5px;
}
table.price td{
	border: 1px solid #000;
	padding: 5px;
}

.narrowtext p{
	text-align: left !important;
}

/*inline forms*/
.content fieldset{
	padding: 0 10px 10px 10px;
	width: 290px;
	clear: both;
	border: 1px solid #4778b4;
}

.content textarea{
	margin: 3px 0 10px 0;
}
.content input[type='text']{
	margin: 3px 0 0 0;
}

.content label{
	clear: both;
}

.content strong{
	font-weight: bold;
}

/*form data*/
label{
	clear: both;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
}

div.inplist{
	width: 100%;
	margin: 10px 0 10px 0;
}
div.inplist p{
	margin-top: 5px;
}
div.inplist p input[type='checkbox']{
	margin: 0;
	margin-right: 3px;
}
div.inptext{
	width: 200px;
	padding-right: 15px;
	padding-bottom: 10px;
}
div.inptext input[type='text']{
	width: 100%;
}
div.inptext select{
	width: 100%;
/*	height: 20px;*/
}

div.inpfile{
	padding-bottom: 5px;
}
div.inpfile input[type='file']{
/*	width: 360px;*/
	/*marked for review*/
}

div.inparea{
	width: 500px;
	padding-right: 20px;
/*	padding-bottom: 5px;*/
}
div.inparea textarea{
	width: 100%;
}

div.leftcol{
	float: left;
}
div.rightcol{
	float: left;
	clear: right;
}
div.bothcol{
	float: left;
	clear: both;
	width: 415px;
}
div.fullwidth{
	width: 95%;
}

div.inpsubmit{
	width: 418px;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #999;
	text-align: right;
	clear: both;
}
div.inpsubmit input[type='submit']{
	width: 94px;
	height: 28px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding-bottom: 2px;
	background: url("/images/content-button-submit.png") top left no-repeat;
	border: none;
}
select option.noid{
	color: #555;
}
sup.required{
	color: #f00;
}
/*~form data*/

/*Nata*/
.imgLeft{
	float: left; 
/*	margin:0px 20px;*/
	margin: 0px 20px 20px 0px;
}

.imgRight{
	float: right; 
	margin: 0px 20px 20px 20px;
}

.content p{
/*	margin:7px 15px; */
/*	text-indent:30px; */
	text-align:justify;
}
/*
.client table.cage td.content td p{
	text-align: center;
}
*/
/*.content h4{
	margin:15px;
	background:#CCCCCC;
}*/

.content ul{
	margin: 10px/* 30px*/;
	list-style-type: square;
	list-style-position: outside;
/*	text-align:justify;*/
}

.clear{clear:both;}

.address{
	margin:20px;
	border:1px solid #000; 
/*	text-align:center; */
	padding-bottom:5px;
	line-height:1.5em;
}

.address h2{
	color:#555;
	margin-top: 0px;
}

.client .cdescription h1{
	margin-bottom: 20px;
	margin-top: 15px;
}