/*RESET*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*RESET*/
/*SITE STYLES*/
body, html{
	width:100%;
	height:100%;
}
body{
	font:1em Arial, sans-serif;
	min-width:1000px;
}
#header{
	width:100%;
	position:relative;
}
#logo{
	position:absolute;
}
.logo-others-pages{
	width:121px;
	height:64px;
	top:30px;
	left:127px;
}
#menu{
	position:absolute;
	left:0;
	padding:0 45px 0 91px;
	z-index:10;
	width:30px;
}
#menu li{
	list-style-type:none;
	margin:0 0 37px 0;
}
#menu span{
	display:none;
}
#menu li a{
	display:block;
	width:13px;
	cursor:pointer;
}
.menu-portfolio, .menu-contacts{
	top:143px;
}

#content{
	padding:0 0 20px 179px;
	min-height:350px;
	overflow:hidden;
	position:relative;
}
#content a{
	color:#33b0d9;
}
#content a:hover{
	color:#f00;
}
#content p, 
#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6, 
#content ol, 
#content ul, 
#content dl, 
#content table{
	margin:0 0 10px 0;
	font-size:0.8em;
	color:#585858;
	width:95%;
}
#content h2, #content h2 a{
	text-transform:uppercase;
	font-size:0.7em;
	color:#0a247e;
}
#content h2 a{
	font-size:1em;
	text-decoration:none;
}
#content h2 a:hover{
	color:#f00;
}
#footer{
	position:relative;
}
#copyrights{
	position:absolute;
	color:#3f72bb;
	font-size:0.7em;
	width:480px;
	left:517px;
	top:30px;
}
.work{
	border:1px solid #c8c8c8;
	float:left;
	margin:0 2% 20px 0;
	position:relative;
}
.work a{
	text-decoration:none;
}
.work .description{
	padding:10px 10px 6px 10px;
	font-weight:bold;
	font-size:0.8em;
}
.work .marker{
	position:absolute;
	bottom:6px;
	right:9px;
}
#content.content-portfolio{
	background:#fff url("/i/p-back-left.jpg") repeat-y 0 0;
}
.marker{
	width:14px;
	height:14px;
	background:url("/i/shar-marker.jpg") no-repeat 0 0;
	display:block;
}
#portfolio-work-list-works li .rows.left{
	background:url('/i/p-pointer-left.jpg');
}
#portfolio-work-list-works li .rows.right{
	background:url('/i/p-pointer-right.jpg');
}




#content.content-portfolio{
	background:#fff url("/i/p-back-left.jpg") repeat-y 0 0;
}
.marker{
	width:14px;
	height:14px;
	background:url("/i/shar-marker.jpg") no-repeat 0 0;
	display:block;
}
#portfolio-work-list-works li .rows.left{
	background:url('/i/p-pointer-left.jpg');
}
#portfolio-work-list-works li .rows.right{
	background:url('/i/p-pointer-right.jpg');
}
.error{
	color:#f00;
}
/*SITE STYLES*/