


/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color:#727272;
	font: inherit;
	/*font-family:BPG Arial, Sylfaen;;*/
	font-family:Sylfaen;;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 150%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Site Wrapper */


body {
	margin:0 20px 12px;
	background:#FFF;
	font-size:12px;
}

@font-face {
    font-family: BPG Arial;
    src: url(fonts/bpg_arial.ttf);
    font-weight:400;
}

#wrapper {
	width:100%;
}


/* HEADER  */

.header {
	height:90px;
	min-width: 945px;
	margin-top:30px;	
}

.logo {
	float:left;	
	margin-left:20px;
}

.slogan {
	background:url(/i/slogan.png) no-repeat;
	width:229px;
	height:37px;
	float:left;
	margin:20px 0 0 20px;}


.AdBanner {
	float:right;
	width:468px;
	height:60px;
	margin-right:30px;
}





/*  TOP MENU */ 

.topMenu {
	height:55px;
	background:#3db2d8;
	border-radius:6px;	
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
}


.topMenu ul {
	list-style:none;
}

.topMenu li {
	float:left;                    
}


.topMenu li.starli  {
	padding:15px 10px 0px 15px;	
	cursor:pointer
}

.topMenu li, .topMenu li a {
	font-family:BPG Arial, Sylfaen;
}
.engLang {
	background:#0084af;
	border-radius:4px;	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	padding:5px;
	float:right;
	margin-right:20px;
	margin-top:15px;
	font-size:10px;
	color:#FFFFFF;
}

.engLang a {
	color:#FFF;
	text-decoration:none;
}
.engLang a:hover {
	color:#333;
	text-decoration:none;
}

.engLang:hover {
	background:#fbfbfb;
	cursor:pointer;	
	color:#333333;
}
.engLang:hover a {
	color:#333333;
}

.topMenu li a {
	font-size:13px;
	color:#ffffff;
	height:34px;
	padding:20px 15px 0px 15px; 
	display:block;
	text-shadow:1px 1px #2f91b2;	
	text-decoration:none;
}

.topMenu li a:hover, .topMenu li.sel a {
	background:url(/i/menubg.png) no-repeat #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	background-position:center;
	color:#434343;
	text-shadow:1px 1px #fbfbfb;
}



.topMenu a.uaLink {
	text-decoration:none;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
    

	border-radius: 10px;
    border: 10px solid #0250bf;
	background: #0250bf;
}
.topMenu a.uaLink span {
	color: black;
	text-decoration:none;
	font-size: 10px;
	font-weight:bold;
	display:block;

	border-radius: 5px;
    border: 5px solid #ffd03a;
	background: #ffd03a;
}


.jobs_extra_text {
	border-radius: 5px;
    border: 2px solid #0250bf;
	background: #0250bf;
	
	width: fit-content;
	min-width:500px;
    margin: auto;
	margin-bottom:10px;

	/* -webkit-animation: jobs_extra_text_animation 1s infinite;  
	-moz-animation: jobs_extra_text_animation 1s infinite;  
	-o-animation: jobs_extra_text_animation 1s infinite;  
	animation: jobs_extra_text_animation 1s infinite;   */
}
.jobs_extra_text div {
	border-radius: 5px;
    border: 5px solid #ffd03a;
	background: #ffd03a;
	padding:10px;
	color: #0250bf;
	font-weight:bold;
	text-align:center; 
	width: fit-content;
}
.jobs_extra_text div div {
	border:0;
	padding:0;
}

  
  @-webkit-keyframes jobs_extra_text_animation {
	0%, 49% {
	  border-color: #0250bf;
	  background-color: #0250bf;
	}
	50%, 100% {
		border-color: #ffd03a;
		background-color: #ffd03a;
	}
  }


/* CONTENT */


.content {
	margin-top:35px;
}

.content h1 {
	font-size:21px;
	color:#727272;
}

.content p {
	font-size:12px;
	color:#5a5a5a;
	/*line-height:17px;*/
	/*width:900px;*/
	padding:10px 0px;	
}


.contactForm {
	width:98%;
	background:#eff4f6;
	border:radius:8px;
	box-shadow:0px 0px 4px #b8c2c5;
	/*height:355px;	*/
	/*margin-top:30px;*/
}


.contactForm label, input[type=text] {
	display:block;	
}

.contactForm input[type=text] {
	height:37px;
	bordeR:none;
	background:#fff;
	padding-left:5px;
	padding-right:5px;
	width:100%;
	border-radius:4px;
	box-shadow:0px 0px 5px #9cb5bc inset;
	
	
}


.contactForm label {
	font-size:14px;
	color:#3d6570;
	margin-bottom:5px;	
	margin-top:5px;
}


.contactForm textarea {
	height:187px;
	bordeR:none;
	background:#fff;
	padding:14px;
	width:100%;
	color:#566366;
	border-radius:4px;
	box-shadow:0px 0px 5px #9cb5bc inset;	
}


.contactSend {
	display:block;
	
		
}

.contactSend img {
	float:right;
	margin-top:10px;
	margin-right:32px;	
}





.errorbox, .error {
	color:#cc0000;
	margin-top:10px;
}

.okbox, .ok {
	color:green;
	margin-top:10px;
}



/* TABS */
.tabs {
	list-style: none;
	margin-top:10px;
}
.tabs li {
	float:left;
}
.tabs li a {
	display:block;
	height:20px;
	padding:15px 28px 2px 28px;
	background:url(/i/tabs-bottom.jpg) repeat-x top;
	color:#009acb;
	text-decoration:none;
	font-weight:bold;
}
.tabs li.sel {
	background:url(/i/tabs-left.jpg) no-repeat top left;
}
.tabs li.sel a {
	display:block;
	background:url(/i/tabs-right.jpg) no-repeat top right;
	color:#333333;
	
}







/* SEARCH BAR */

.SearchBar {
	margin-top:-30px;	
	margin-bottom:10px;
}


.SearchBar .SearchItem  {
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #fcfcfc 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(99%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#fcfcfc 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#fcfcfc 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%,#fcfcfc 99%); /* IE10+ */
	background: linear-gradient(top, #f1f1f1 0%,#fcfcfc 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	border:1px solid #cdcdcd;
	border-radius:3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	width:240px;
	height:20px;
	float:right;
	padding:5px 6px 3px 7px;
}

.SearchBar .searchBtn{
	float:right;	
	margin-top:-16px;
}

.SearchBar {
	float:right;
	width:100%;	
}

.SearchBar input[type=text] {
	background:none;
	font-size:12px;
	color:#333;
	border:none;
	width:220px;
	height:17px;	
}


.SearchBar .checkitems {
	float:right;
	width:100%;
	margin-top:5px;
	margin-left:-100px;
	margin-bottom:10px;
	position:relative;
	left:-59px;}

.SearchBar .item {
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(bottom, #f1f1f1 0%, #fcfcfc 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(99%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, #f1f1f1 0%,#fcfcfc 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, #f1f1f1 0%,#fcfcfc 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, #f1f1f1 0%,#fcfcfc 99%); /* IE10+ */
	background: linear-gradient(bottom, #f1f1f1 0%,#fcfcfc 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	border:1px solid #cdcdcd;
	border-radius:3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	height:20px;
	float:right;
	padding:5px 6px 3px 7px;
	width:160px;
	margin-right:10px;	
}


.SearchBar .checkitem {
	height:20px;
	color:#4d4d4d;
	font-size:11px;
	float:right;
	padding:5px 6px 3px 7px;
	margin-left:10px;	
}

.SearchBar .item  select {
	background:none;
	border:none;
	width:160px;
	font-size:11px;
	color:#333;
	/*font-family:BPG Arial;*/
}



/* VIP ENTRIES */

.vipEntries {
	clear:both;
}

.vipEntries table th {
	font-weight:bold;
	font-size:13px;	
	text-align:left;
	letter-spacing:0.5px;
	color:#292929;
	height:37px;
}


.vipEntries table td {
	height:33px;	
	color:#019acc;
	border-bottom:1px solid #eaeaea;
}

.vipEntries table td a {
	color:#019acc;
	text-decoration:none;
}

.vipEntries table tr:hover {
	background:#f6f6f6;	
}





/* REGULAR ENTRIES */


.regularEntries {
	margin-top:50px;	
}


.regularEntries table th {
	font-weight:bold;
	font-size:13px;	
	text-align:left;
	letter-spacing:0.5px;
	color:#292929;
	height:37px;
}


.regularEntries table td {
	height:33px;	
	color:#515151;
	border-bottom:1px solid #eaeaea;
}

.regularEntries table td a {
	color:#515151;
	text-decoration:none;
}

.regularEntries table tr:hover {
	background:#f6f6f6;	
}



/* FOOTER */

.footer {
	margin-top:55px;	
}


.footer .description {
	width:100%;
	height:20px;
	border-bottom:2px solid #3db2d8;	
}

.footer .description2 {
	background:url(/i/description.png) no-repeat;
	width:100%;
	height:20px;
	border-bottom:2px solid #3db2d8;	
}

.footer .copyright {
	text-align:right;
	color:#4b4b4b;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0.3px;
	margin-top:6px;
}

.footer .copyright2 {
	text-align:right;
	color:#4b4b4b;
	font-size:11px;
	letter-spacing:0.3px;
	margin-top:6px;
	margin-bottom:20px;	
}
.footer .copyright2 a {
	color:#4b4b4b;
}



















.color-blue {
	color:#12a7d7;
}

a {
	color:#12a7d7;
}

.blog-title-list {
	font-weight:bold;
	color:#12a7d7;
	font-size:14px;
	text-decoration:none;
}
.grey {
	color:#838383;
}

.faq li {
	display:block;
	margin-top:40px;
}
.faq li b {
	color:#696969;
	font-weight:bold;
	font-size:14px;
}

.faq li .answer {
	border-left:1px solid #c1c1c1;
	margin-left:10px;
	margin-top:10px;
	padding-left:6px;
	color:#808080;
}


.dtable { 
	border-top:1px solid #ececec;
}
.dtitle {
	background:#f7f7f7;
	border-bottom:1px solid #ececec;
	padding:5px;
}


.greybox {
	background:#d2d3d4;
	border:1px solid #8d8e8f;
	padding:10px;
}


b {
	font-weight:bold;
}

.color_blue {
	color:#0098c9;
}


i {
	font-style:italic;
}


.transparent_background {
	/*-webkit-appearance:none;*/
	background-color:#f7f7f7  !important;
	opacity: 0.6;
  filter: alpha(opacity=60);
	border:0;
}





.table_ad td {
	border:1px dashed #c5c7c8;
	font-size:12px;
	padding:5px;
	background:#eaeff1;
}
.table_ad td.title {
	background:#c5c7c7;
	color:#118fbc;
	font-size:12px;
	
}


.tb, .tbl {
	border-left:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
	padding:3px;
}
.tbl {
	border-right:1px dashed #cccccc;
}

.tb input, .tbl input {
	height:17px;
	font-size:11px;
}


a.noline * {
	text-decoration:none;
}

.blbl *, .blbl {
	color:#019acc; 
	text-decoration:underline;
}



.client_box0,.client_box1 {
	width:130px;
	height:105px;
	border-radius:4px;
	border:1px solid #e2e2e2;
	box-shadow:0px 0px 3px #f5f5f5;
	-moz-box-shadow:0px 0px 3px #f5f5f5;
	-webkit-box-shadow:0px 0px 3px #f5f5f5;
	-o-box-shadow:0px 0px 3px #f5f5f5;
	/*float:left;*/
	padding:15px 20px;
	margin-left:30px;
}
.client_box0 {
	margin-left:0;
}


.client_box0:hover, .client_box1:hover {
	/*background:#eeeeee;*/
	cursor:pointer;
	cursor:hand;
}

.client_box0 p, .client_box1 p{
	text-align:center;	
	padding:0;
	margin-top:10px;
	line-height:18px;
}

.client_box0 a, .client_box1 a {
	color:#019acc;
	font-size:12px;
	text-decoration:none;	
}

.client_box0:hover a, .client_box1:hover a {
	color:#777777;	
}




.pagebox, .pagebox_sel, .pagebox_gray {
	width:30px;
	height:20px;
	border: 1px solid #12a7d7;
	text-decoration:none;
	padding: 5px 10px;
    border-radius: 4px;
    margin: 0 5px;
    font-size:12px;
    
}
.pagebox:hover {
	background:#d9f4fc;
}
.pagebox_sel {
	background:#12a7d7;
	color:#ffffff;
}
.pagebox_gray {
	border:1px solid #cccccc;
	color:#AAAAAA;
}
.pagebox_gray:hover {
	background:#ebebeb;
}






.buttonize, .buttonize_red, .buttonize_blue, .buttonize_small {
		font: bold 18px Arial;
    text-decoration: none;
	
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(216,216,216,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */

    
		color: #333333;
    padding: 5px 15px 5px 15px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    border-radius: 2px;

}
.buttonize:hover, .buttonize_red:hover, .buttonize_blue:hover, .buttonize_small:hover {
	background: rgb(216,216,216); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.buttonize_red {
    color: #cc0000 !important;
}

.buttonize_green {
    color: #085826 !important;
}

.buttonize_blue {
    color: #032ca4 !important;
}


.buttonize_small {
	display: inline-block;
	font-size:11px;
	padding: 4px 6px;
	margin: 0 0 5px 0 ;
	white-space: nowrap;
	font-weight: bold;
}


