/* copyright Leonid Khlivnyuk aka Taurus - khlivnyuk.com. All rights reserved */
/* For other webmasters: Fuck Off from this file */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}

html {
font-size: 100.01%;
}

body {
	margin: 0 auto;
	width: 900px;
	font-family: "Trebuchet MS", sans-serif;
	background: url('img/logo_head.png') top no-repeat;
}

a {color: #0072bc;}

#wrapper {
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	width: 900px;
	height: 135px;
}

#header a {
	display: block;
	width: 900px;
	height: 100px;
}

#header strong {
	display: none;
}

.top_h1 {
	display: none;
}

.menu {
	height: 40px;
	display: block;
}

.menu li.home_link {
	padding: 0 0 0 10px;
	border-left: 0px;
	list-style: none; 
	float: left;
	border-right: 0px dotted #b1b3b8;
	margin: 0 1px 0 -1px;
}

.home_link a {
	display: block;
	height: 17px;
	width: 17px;
	background: url('img/icon_home.gif') 3px no-repeat;	
}

.home_link b {
	display: none;	
}

div.menu ul {
	overflow: hidden;
}
div.menu li {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	list-style: none; 
	float: left; 
	border-right: 1px dotted #b1b3b8; 
	padding: 0 30px; 
	margin: 0 1px 0 -1px;
}


.thumbs_gallery {
	width: 900px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}



.gallery {
	list-style: none;
}
.gallery li {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	float: left;
	position: relative;
}
.gallery img {
	display: block;
	border: solid 1px #d2e2e6;
	padding: 4px;
	margin: 0px 10px 10px 10px;
	width: 270px;
	height: 150px;
}
.gallery li:hover img, .gallery li.sfhover img {
	border-color: #c9d8dc;
}
.gallery strong {
	background: #fff url('img/grey-gradient.gif') repeat-y;
	color: #515559;
	font-style: normal;	
	font-size: 11px;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 20px;
	left: 7px;
	border-left: solid 1px #d2e2e6;
	border-bottom: solid 1px #d2e2e6;
}
.gallery a {
	text-decoration: none;
}
.gallery li:hover strong, .gallery li.sfhover strong {
	background: #ffdb01 url('img/orange-gradient.gif') repeat-y;
	text-shadow: 0px 1px 1px #ffffff;
}

.gallery em {
	display: none;
}

.gallery li:hover em, .gallery li.sfhover em {
	background: #0066a9 url('img/gallery_tips.png') repeat-y;
	color: #fff;
	font-style: normal;	
	font-size: 11px;
	padding: 2px 10px;
	display: block;
	width: 250px;
	height: 50px;
	position: absolute;
	top: 100px;
	left: 15px;
	border-top: 1px solid #fff;
	overflow: hidden;
	text-shadow: 0px 1px 1px #008bbe;
}

.all_work {
	font-size: 13px;
	color: #0072bc;
	clear: both;
}

.all_work p {
	padding: 0px 0px 0px 10px;
}

.all_work strong {
	font-weight: bold;
}

.all_work sup {
	color: #c2c2c2;
	font-weight: normal;
}


.footer {
	margin: 20px auto 0px auto;
	width: 880px;
	overflow: hidden;
	background: url('img/color_bottom.png') top no-repeat;
}

.bottom {
	margin: 22px auto 20px auto;
	padding: 20px 0px 0px 0px;
	background: #fff;
	overflow: hidden;
}

.search {
	float:left;
	width: 280px;
	height: 31px;
	background: url('img/search_form.png') no-repeat;
}

.search input {
	display:block;
	border: none;
	background: none;
	width: 230px;
	height: 20px;
	padding: 5px 0 5px 35px;
	color: #515559;
	font-size: 11px;
}

.search input:focus {
	outline: none;
}



.copyright {
	float:left;
	font-size: 11px;
	color: #515559;
	height: 31px;
	line-height: 31px;
	padding: 0px 0 0px 50px;
}

.counter {
	float:right;
	overflow: hidden;
}

.counter img {
	display:block;
	float:right;
	width: 88px;
	height: 31px;
	margin: 0 0 0 10px;
}
