@import url("../../../inc/css/reset.css");
html {
	height:100%;
}
body {
	margin: 0;
	background: #fff;
	color: #989898;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	height:100%;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
.clearer {
	clear:both;
	margin:0;
	padding:0;
}
/* TEXT FORMATTING */

/* headings */

h1, h2, h3, h4 {
	margin: 0;
	padding:0;
	background-color: transparent;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
h1 {
	font-size: 2em;
	color:#5D5D5D;
	margin-bottom:10px;
	clear:both;
}
h2 {
	font-size: 1.5em;
	color:#8F7758;
	margin-bottom:5px;
	clear:both;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	color:#000;
	padding-bottom:3px;
	border-bottom:#000 solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0.25em;
}
/* paragraph */

p {
	color : #989898;
	line-height : 1.3em;
	margin:0 0 10px 0;
}
p.end {
	margin-bottom:0;
}
.error {
	color: red;
}
p.sign {
	font-size: 1.5em;
	font-weight: bold;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0.25em;
}
/* Links */

a {
	font-weight: normal;
	color: #989898;
	text-decoration:none;
}
a.on {
	color: #838383;
	font-weight:bold;
}
a:visited {
	color: #989898;
}
a:hover, a:active, a:focus {
	color: #000;
	text-decoration: underline;
	outline: none;
}
/* LAYOUT  */
#wrapper {
	min-width:300px;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
}
#fixedWrap {
	width:980px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
}
#topbar {
	margin:0;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	padding-bottom: 2px;
	border-bottom: #DFDFDF solid 1px;
}
#topbarLeft {
	float:left;
	height:30px;
}
#topbarLeft p {
	margin:0;
	padding:0;
}
.addthis_default_style .at300b, .addthis_default_style .at300m {
	padding:7px 2px;
}
#topbarRight {
	float:right;
	vertical-align:middle;
}
#language p {
	margin:0;
	padding:0;
}
#header {
	margin:10px 0;
	height:50px;
}
#header.ru {
}
#headerLeft {
	float:left;
	width:153px;
	height:50px;
}
#headerRight {
	float:right;
	padding:0;
	vertical-align:middle;
}
#headerRight p {
	margin:0;
	padding:0;
}
#content {
	margin: 0;
	padding:0;
	margin-bottom:10px;
}
#primary {
	float:left;
	width:639px;
	padding-right:20px;
	text-align:justify;
}
#secondary {
	float:right;
	width:300px;
	padding-left:20px;
	border-left: #E9E9E9 solid 1px;
}
#footer {
	padding: 10px 0;
	border-top: #DFDFDF solid 1px;
	font-size:10px;
	color: #989898;
}
#footerLeft {
	float:left;
}
#footerRight {
	float:right;
	text-align:right;
}
/* MAIN MENU  */

#menu ul, ul#menu {
	width: 100%;
	padding:0;
	margin: 0;
	list-style:none;
}
#menu li {
	margin: 0 0 3px 3px;
	vertical-align:middle;
	display: inline-block;
	background:#DBDBDB;
	color:#fff;
	text-transform:uppercase;
}
#menu img {
	vertical-align:middle;
}
#menu li a {
	padding:5px 10px;
	cursor:pointer;
	display: inline-block;
	text-decoration: none;
	color:#fff;
	box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	-moz-box-shadow: 0 0 3px #ccc;
	border:1px solid #fff;
}
#menu li a.arrow {
	padding: 5px 20px;
}
#menu li a:hover a:active {
	text-decoration:none;
	background: #DBDBDB;
	color:#fff;
}
#menu li a.on {
	text-decoration: none;
	background: #A4A4A4;
	font-weight:normal;
}
#menu li a.on:hover {
	color:#fff;
}
/* MOBILE GALLERY  */
