/* ================================================== */
/* Main styles */
/* ================================================== */
html {
	margin-left: -1px;
	overflow-Y: scroll;
}
body {
	margin: 0;
	padding: 20px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #323232;
}
table {
	font-size: 13px;
}
img { border: 0; behavior: url("/admin/include/style/png.htc"); }
table.border, table.border td, table.border th {
	border-collapse: collapse;
	border: 1px solid #000000;
}

p { margin: 0 0 10px 0; padding: 0; }

h1 {
	color: #0082D2;
	font-size: 38px;
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: normal;
}

h2 {
	color: #333;
	font-size: 28px;
	padding: 0 0 15px 0;
	margin: 0;
	font-weight: normal;
}

h3 {
	color: #333;
	font-size: 20px;
	padding: 0 0 15px 0;
	margin: 0;
	font-weight: normal;
}
h4 {
	color: #333;
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

a:link, a:visited {
	color: #0082D2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul { padding: 0; margin: 0 0 10px 0; }
ul ul { padding: 0; margin: 0 0 0 0; }
ul li {
	padding: 0;
	margin: 4px 0 4px 10px;
	list-style: none;
	padding-left: 20px;
	background: url(/i/li/li1.gif) 0 9px no-repeat;
}
ul ul li { background: url(/i/li/li2.gif) 0 9px no-repeat; }
ul ul ul li { background: url(/i/li/li3.gif) 0 9px no-repeat; }
ol { margin: 0 0 10px 0; padding: 0; }
ol ol { padding: 0; margin: 0 0 0 0; }
ol li {
	padding: 0;
	margin: 4px 0 4px 16px;
	list-style-position: inside;
	list-style-type: decimal;
}
ol ol li { list-style-type: lower-greek; }
ol ol ol li { list-style-type: lower-roman; }
.inline {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
/* -------------------------------------------------- */

/* ================================================== */
/* User styles */
/* ================================================== */
#body {
	padding: 0;
	margin: 0;
	background: #F2F2F2;
}
#body-header {
	background: #FFF;
}
/* Header */
#header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	font-size: 11px;
}
#header .feedback {
	position: absolute;
	top: 73px;
	left: 782px;
}
#header .line {
	width: 1px;
	height: 75px;
	background: #E5E5E5;
	zoom: 1;
	position: absolute;
	top: 20px;
	right:133px;
}
#header .links {
	position: absolute;
	float:left;	
	top: 22px;
	right:45px;
}
#header .links a {
	margin: 3px 0;
}
#projects-cont-out {
	background: url(/i/projects_bg.png) 0 center repeat-x;
}
#projects-cont {
	height: 352px;
	background: url(/i/projects_bg2.jpg) center center no-repeat;
	margin-bottom: 20px;
}
#projects-cont.pagein {
	height: 171px;
}
#projects-cont.pagein2 {
	height: 90px;
}
#projects {
	width: 1000px;
	height: 352px;
	margin: 0 auto;
	position: relative;
}
#projects-cont.pagein #projects {
	height: 171px;
}
#projects-cont.pagein2 #projects {
	height: 90px;
}
#project-left {
	width: 34px;
	height: 63px;
	position: absolute;
	top: 170px;
	left: 0;
	background: url(/i/header_arrow_left.png) 0 0 no-repeat;
	cursor: pointer;
}
#project-right {
	width: 34px;
	height: 63px;
	position: absolute;
	top: 170px;
	right: 0;
	background: url(/i/header_arrow_right.png) 0 0 no-repeat;
	cursor: pointer;
}
#project-list {
	position: absolute;
	top: 100px;
	left: 60px;
	width: 880px;
	height: 250px;
	overflow: hidden;
}
.index_project_image {
	width: 300px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}
#project-all:link, #project-all:visited {
	position: absolute;
	top: 300px;
	right: 0;
	color: #FFF;
	font-size: 11px;
	background: url(/i/all_projects.gif) 82px 6px no-repeat;
	display: inline-block;
	padding: 2px 28px 3px 10px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#project-all:hover {
	color: #0082d2;
	background: #FFF url(/i/link_arrow.gif) 82px 6px no-repeat;
}
#projects h2 {
	color: #FFF;
	position: absolute;
	top: 90px;
	left: 0;
}
#phone {
	color: #0082D2;
	font-size: 26px;
	position: absolute;
	top: 44px;
	right:150px;
	float:left;
	text-align:right;
}
#phone #text2 {position:relative; float:left; width:100%; text-align:right; margin-top:-2px; margin-left:-3px; font-size:9px;  color:#969696;}
/* Main menu */
#mmenu {
	position: absolute;
	top: 30px;
	padding-left: 17px;
}
#mmenu a:link, #mmenu a:visited {
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	padding: 8px 0 5px 0;
	margin: 0 0 0 70px;
	position: relative;
}
#mmenu a:hover, #mmenu a.checked, #mmenu a.checked:visited {
	background: #FFF;
	color: #0082D2;
}
#mmenu a .l {
	position: absolute;
	top: 0;
	left: -13px;
	width: 13px;
	height: 28px
}
#mmenu a .r {
	position: absolute;
	top: 0;
	right: -13px;
	width: 13px;
	height: 28px
}
#mmenu a:hover .l, #mmenu a.checked .l {
	background: url(/i/mmenu_l.png) no-repeat;
}
#mmenu a:hover .r, #mmenu a.checked .r {
	background: url(/i/mmenu_r.png) no-repeat;
}
#cmd-order-footer {
	text-align: right;
	padding-top: 10px;
	position: absolute;
	top: -50px;
	right: 0;
}
.cmd-order {
	cursor: pointer;
}

/* Body */
.link_bg:link, .link_bg:visited {
	position: relative;
	display: inline-block;
	padding: 2px 0 3px 0;
	line-height: 13px;
}
.link_bg:hover, .link_bg.checked, .link_bg.checked:visited {
	position: relative;
	color: #fff;
	background-color: #0082D2!important;
	text-decoration: none;
}
.link_bg .l {
	position: absolute;
	top: 0;
	left: -8px;
	width: 8px;
	height: 23px
}
.link_bg .r {
	position: absolute;
	top: 0;
	right: -8px;
	width: 8px;
	height: 23px
}
.link_bg:hover .l, .link_bg.checked .l {
	background: url(/i/link_bg_l_11.png) no-repeat;
}
.link_bg:hover .r, .link_bg.checked .r {
	background: url(/i/link_bg_r_11.png) no-repeat;
}
#body-cont {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#content {
	overflow: hidden;
	zoom: 1;
	line-height: 18px;
	padding-top: 18px;
	padding-left: 15px;
}
.link_arrow:link, .link_arrow:visited {
	display: inline-block;
	padding-right: 20px;
	background: url(/i/link_arrow.gif) right 6px no-repeat;
}
.link_arrow:hover {
	background: url(/i/all_projects.gif) right 6px no-repeat;
}
.index-block {
	width: 290px;
	margin-bottom: 40px;
}
a.circle:link, a.circle:visited {
	display: inline-block;
	padding: 2px 10px 3px 10px;
}
a.circle:hover {
	background-color: #0082D2;
	color: #FFF;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.project-list-link:link, .project-list-link:visited {
	color: #A9D1F1;
	font-size: 11px;
	display: inline-block;
	padding: 2px 10px 3px 10px;
}
.project-list-link:hover {
	color: #0082d2;
	background-color: #FFF;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#feedback-block {
	padding: 18px;
	margin-top: -18px;
	width: 290px;
	background: #F2F2F2;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}
#content .loader {
	text-align: center;
	padding-top: 50px;
}

.table {
	margin-bottom: 20px;
	font-size: 11px;
}
.table th {
	color: #FFF;
	font-weight: bold;
	background: #0082D2;
	text-align: center;
}
.table tr {
	background-color: #FFFFFF;
}
.table tr.odd {
	background-color: #F2F2F2;
}
.table_hide:link, .table_hide:visited {
	font-size: 11px;
	display: inline-block;
	background-image: url(/i/arrow_hide.gif);
	background-position: 62px 5px;
	background-repeat: no-repeat;
	padding-right: 20px!important;
}
.table_hide:hover {
	color: #FFF;
	background-image: url(/i/arrow_hide_hover.gif);
}

/* Leftbar */
#lbar {
	float: left;
	padding-bottom: 20px;
	line-height: 18px;
	margin-right: 15px;
}
#lbar-block {
	background: #F2F2F2;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	width: 264px;
	padding: 18px;
}
#lbar-body {
	width: 264px;
	padding: 18px;
}
#index-clients {
	clear: both;
	float: left;
	width: 264px;
	margin-right: 30px;
	line-height: 18px;
	padding: 20px 18px 20px 18px;
}
#index-clients-logo {
	overflow: hidden;
	zoom: 1;
	padding: 50px 0 20px 0;
}
.index-clients-logo {
	float: left;
	width: 167px;
}
.smenu {
	padding-bottom: 10px!important;
}
.smenu a:link, .smenu a:visited {
	display: block;
	padding-bottom: 8px;
}
.smenu span {
	padding-bottom: 8px;
	display: block;
}

#in-projects-list {
	height: 490px;
	overflow: hidden;
	margin: 25px -8px;
}

#in-projects-list .item {
	padding-bottom: 15px;
	padding: 8px;
	cursor: pointer;
}
#in-projects-list .date {
	font-size: 10px;
	color: #969696;
	display: inline-block;
}
#in-projects-list .checked {
	background: #0082D2;
	padding: 8px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#in-projects-list .checked .date {
	color: #FFF;
}
#in-projects-list .checked a, #in-projects-list .checked a:visited {
	color: #FFF;
	text-decoration: none;
}

#boxin-projects-listprosc {
	margin-top: 25px;
	margin-bottom:25px;
}
#contentin-projects-listprosc {
	/*padding-bottom:50px;*/
}
#contentin-projects-listprosc  .item {
	padding-bottom: 15px;
	padding: 8px;
	cursor: pointer;
}
#contentin-projects-listprosc  .date {
	font-size: 10px;
	color: #969696;
	display: inline-block;
}
#contentin-projects-listprosc .checked {
	background: #0082D2;
	padding: 8px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#contentin-projects-listprosc  .checked .date {
	color: #FFF;
}
#contentin-projects-listprosc  .checked a, #contentin-projects-listprosc  .checked a:visited {
	color: #FFF;
	text-decoration: none;
}
/*
#in-projects-item {
	float: left;
	width: 505px;
	padding-left: 35px;
	padding-top: 18px;
}*/
#in-projects-item {
	float: left;
	width: 505px;
	margin-left: 35px;
	padding-top: 18px;
}	
#in-projects-lr {
	float: left;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 20px;
}
#in-project-left:link, #in-project-left:visited {
	display: block;
	padding: 2px 0 2px 18px;
	background: url(/i/arrow_left.gif) 0 10px no-repeat;
}
#in-project-right:link, #in-project-right:visited {
	display: block;
	padding: 2px 18px 2px 0;
	background: url(/i/arrow_right.gif) right 10px no-repeat;
}
.block {
	background: #F2F2F2;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	padding: 18px;
	position: relative;
}

/* Footer */
#footer-cont {
	height: 82px;
	background: #F2F2F2;
	clear: both;
	width: 100%;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 22px;
	color: #969696;
	position: relative;
}
#footer1 {
	float: left;
	width: 312px;
	padding-top: 7px;
	padding-left: 18px;
}
#footer1 a:link, #footer1 a:visited {
	display: block;
	padding-left: 16px;
	background-position: 0 8px;
	background-repeat: no-repeat; 
}
#footer2 {
	overflow: hidden;
	zoom: 1;
	padding-top: 7px;
}
#footer3 {
	float: right;
	width: 310px;
	padding-top: 7px;
}

/* -------------------------------------------------- */

/* ================================================== */
/* Forms */
/* ================================================== */
form { margin: 0; padding: 0; }
form .title {
	display: block;
	padding: 0 0 4px 4px;
}
.textbox {
	border: 1px solid #969696;
	font-size: 13px;
	font-family: Tahoma;
	padding: 4px;
	width: 280px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
textarea {
	border: 1px solid #969696;
	font-size: 13px;
	font-family: Tahoma;
	padding: 4px;
	width: 280px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.select {
	font-size: 13px;
	font-family: Tahoma;
	width: 406px;
}
.button {
	border: 1px solid #B0B0B0;
	font-size: 11px;
	font-family: Tahoma;
	background: #EBEBEB;
	color: #000000;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
}
.file		{ height: 21px; }
.fi_button { 
position:relative; top:0px; left:0px; 
padding:0px; margin:0px; 
text-align:right; 
background:URL(./file.jpg) no-repeat; 
width:65px; height:22px; overflow:hidden; 
background: url('/i/button-upload.png') left top no-repeat; 
float: left; 
cursor: pointer;
}
.fi_button:hover	{ background-position: left bottom; }
.fi_file	{ padding-left: 6px; float: left; height: 21px; font: normal 11px/13px 'Tahoma',sans-serif !important; color: #777; padding-top: 5px; }
.file input {
height:20px; 
position:absolute; right:0px; 
opacity: 0; filter: alpha(opacity=0); 
}
/* -------------------------------------------------- */
