* {margin: 0; padding: 0;}
html, body {height: 100%; margin: 0; padding: 0;}
body {font-family: Tahoma; font-size: 8pt; color: #000; line-height: 130%;background: #fff;}
img {border: 0;}
div, form {margin: 0; padding: 0;}

#wrapper {width: 980px; margin: 0 auto;}
#left_image {width: 377px; height: 362px; background: url('/img/main/main.jpg'); float: left; margin: 0 143px 30px 0;}
#header {padding: 40px 0 15px 520px; width: 460px;}
#logo {width: 196px; height: 66px; background: url('/img/main/logo.gif'); float: left; margin-right: 10px;}
#footer {margin-top: 30px;}
#reptile {height: 83px;}
.block {width: 460px;}

input, select, textarea {font-family: Tahoma; font-size: 8pt; color: #000; padding: 2px;}

span.menu {color: #fff; background-color: #000; font-weight: bold; padding: 1px 2px;}
span.menu_divider {margin-left: 40px;}
#mainmenu {display: block; margin-bottom: 30px;}
#mainmenu a:link, #mainmenu a:visited {color: #000; text-decoration: none; font-weight: bold; padding: 1px 2px;}
#mainmenu a:hover {color: #fff; background-color: #737373;}

a:link, a:visited, a:active {text-decoration: none; font-weight: bold; color: #000;}
a:hover {text-decoration: underline;}

.fl_r {float: right;}
.fl_l {float: left;}
.al_r {text-align: right;}
.al_c {text-align: center;}
.al_j {text-align: justify;}
.clear {clear: both;}
.nomargin {margin: 0;}
.hidden {display: none;}
div.hor5px {height: 5px; margin: 0; padding: 0;}
div.hor10px {height: 10px;}
div.hor20px {height: 20px;}
div.hr {height: 0px; padding: 0; margin: 7px 0; border-top: 1px dotted #a1d1ee; overflow: hidden;}
.max_width {width: 96%;}

h1, h2, h3 {margin: 0; padding: 0; height: auto;}
h1 {font-weight: bold; font-size: 8pt; margin-bottom: 10px; text-transform: uppercase;}

p {margin-bottom: 20px;}

/* -- LOADER -- */
#ajax_loader_back {position: fixed; top: 50%; left: 50%; width: 36px; height: 36px; margin-top: -18px; margin-left: -18px; cursor: pointer; overflow: hidden; z-index: 9999; background: url('/img/loader/ajax-loader-back.gif') center no-repeat;}
#ajax_loader {width: 36px; height: 36px; background: url('/img/loader/ajax-loader.gif') center no-repeat;}

/* ---------------------------------------------------------- MODAL WINDOW ------------------------------------------------- */
.pad {padding: 10px;}
.success {width: 300px; color: #000; padding: 10px; font-weight: bold;}
.error {color: red; padding: 20px;}

/* -------------------------------------------------------- ÐÅÃÈÑÒÐÀÖÈß -------------------------------------------------- */
#captchaImage {width: 80px; height: 40px; margin-right: 10px; vertical-align: top; cursor: pointer;}
#captcha {width: 60px;}
table.form {width: 100%; margin-bottom: 10px;}
table.form td {padding: 3px 0;}

/* ------------------------------------------- ÏÅÐÅÊËÞ×ÀÒÅËÈ ÑÒÐÀÍÈÖ ---------------------------------------- */
.pagination {text-align: right; margin-top: 20px;}
.pagination a:link, .pagination a:visited, .pagination span {text-decoration: none; padding: 2px 6px; border: 1px dotted #b5b5b5; background: #fff; color: #000; font-weight: normal; margin: 0 1px;}
.pagination a:hover, .pagination span {text-decoration: none; background: #add9f2;}

/* ------------------------------------------- PORTFOLIO ------------------------------------ */
#all_works {padding-left: 13px; background: url('/img/icons/details.gif') left 2px no-repeat; font-weight: normal; color: #737373;}
#all_works:hover {color: #000; text-decoration: underline;}

.tech {width: 60px; height: 60px; float: left; margin-left: 10px; cursor: pointer;}
img.title {margin-bottom: 10px;}

.work {padding: 25px 0;}
.work .screen {width: 200px; height: 160px; float: left;}
.work .title {text-transform: uppercase; font-weight: bold;}
.work .start {color: #737373;}
.worktype {padding-left: 15px; background: url('/img/icons/arrow.gif') left 2px no-repeat;}
.work .details {width: 240px; float: right;}

.necessary {padding-right: 10px; background: url('/img/icons/necessary.gif') right top no-repeat;}

.icon {width: 16px; height: 16px; float: right; margin-left: 2px;}
.edit {background: url('/img/icons/edit.gif') no-repeat;}
.delete {background: url('/img/icons/delete.gif') no-repeat;}

/* ---------------------------------------------------- GROWL ----------------------------------------------------- */

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#0c0d0b;
    border:                 2px solid #2b2b2b;
	opacity: 				.85;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin: 			    5px 0;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}



/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 1px #555;
	-webkit-box-shadow: 0 0 1px #555;
	-moz-box-shadow: 0 0 1px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner {
		border-top-color: rgba(20,20,20,0.92);
	}
}
