/* Reset
------------------------------------------------ */

html, body, p, ul, ol, li, th, td, h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

/* Overall styles
------------------------------------------------ */

html {
	background:url(../img/gradient-bg.png) #afc6d1 repeat-y top left;
	overflow:hidden;
	width:100%;
	height:100%;
}

body {
	background:transparent url(../img/bg.png) no-repeat scroll left top;
	color:#4B82A1;
	font-family:Arial,Verdana,Tahoma;
	font-size:14px;
	overflow:hidden;
	width:100%;
	height:100%;
}

input {
	font-family:Arial,Verdana,Tahoma;
}

#page-bg {
	height:530px;
	position:absolute;
	top:50%;
	width:100%;
}

strong {
	font-weight:bold;
}

a {
	color:#000;
}

img {
	border:0;
}

.clear {
	font-size:1px;
	height:1px;
	clear:both;
}

hr {
	background-color:transparent;
	border-top:1px solid #ffe7bd;
	border-bottom:0;
	border-right:0;
	border-left:0;
	height:1px;
	padding:0;
	margin:0;
}

h1 {
	font-size:18px;
	margin:0 0 20px;
	text-transform:uppercase;
}

h2 {
	font-weight:bold;
	color:#d00000;
	font-size:12px;
}

#container {
	margin:auto;
	padding:20px 0 50px 0;
	position:relative;
	top:-50%;
	width:620px;
}

#content {
	border:1px solid #616F78;
	width:612px;
}

.intro-page #content .inner {
	background:transparent url(../img/kapnes.png) no-repeat scroll center top;
}

#content .inner {
	background:transparent url(../img/inner-bg.png) no-repeat scroll center top;
	height:250px;
	padding:190px 35px 10px;
	position:relative;
}

#content .inner .top-text {
	color:#000000;
	font-weight:bold;
	left:10px;
	position:absolute;
	top:10px;
	font-size:13px;
}

.intro-page #content .inner .top-text {
	top:420px;
}

.c-galleries #content .inner {
	padding:0 0 20px 20px;
}

/* Header
------------------------------------------------ */

#header {
	height:149px;
	position:relative;
}

/* Logo
------------------------------------------------ */

#logo {
	left:80px;
	position:absolute;
	top:25px;
}

/* Language switch
------------------------------------------------ */

#languages {
	font-family:Arial;
	font-size:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	right:-8px;
	top:-17px;
}

#languages li {
	display:inline;
}

#languages a {
	color:#8B8D8D;
	margin-right:7px;
	text-decoration:none;
	text-transform:uppercase;
}

#languages .active {
	color:#000000;
}

/* Navigation
------------------------------------------------ */

#mainmenu {
	bottom:0;
	display:block;
	height:28px;
	left:1px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
}

#mainmenu li {
	margin-right:3px;
	float:left;
}

#mainmenu a {
	background-color:#431E02;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Helvetica,Tahoma;
	font-size:12px;
	height:28px;
	line-height:28px;
	margin-right:3px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:75px;
}

#mainmenu .active {
	background-color:#fff;
	color:#555;
}


/* Admin tools
------------------------------------------------ */

#admtools {
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
	font-size:11px;
	margin:0 0 15px;
	padding:5px 10px 5px 3px;
	position:relative;
}

#admtools img {
	vertical-align:middle;
}

#admtools a {
	text-decoration:none;
}

#admtools a.logout {
	float:right;
}

/* Content
------------------------------------------------ */

#content table {
	border-collapse:collapse;
	font-size:11px;
	width:100%;
}

#content th {
	background-color:#fcca61;
	text-transform:uppercase;
	padding:3px 6px;
	text-align:left;
	color:#d00000;
}

#content td {
	padding:2px;
}

#content .allcaps {
	padding-right:100px;
	font-size:18px;
}

#content a {
	font-weight:bold;
}

#content p {
  margin-bottom: 10px;
}

#content ul {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
}

#content ul li {
	margin-bottom:5px;
}

#content #scroll {
	height:156px;
	width:520px;
	padding:10px;
}

/* Galleries
------------------------------------------------ */

.thumb {
	float:left;
	margin:0 2px 6px 0;
	text-align:center;
}

.thumb a {
	text-decoration:none;
}


/* Subsections
------------------------------------------------ */

#subsections {
	margin-bottom:15px;
}

#subsections a {
	text-transform:uppercase;
	font-size:11px;
	color:#d00000;
}

#subsections .active {
	color:#000;
}

/* Footer
------------------------------------------------ */

#footer {
	margin-top:30px;
	width:797px;
	color:#FFFFFF;
	position:relative;
}

#footer a {
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	margin-right:15px;
	text-decoration:none;
	vertical-align:top;
}

#follow-us {
	bottom:-30px;
	color:#747273;
	font-size:11px;
	left:0;
	position:absolute;
}

#follow-us img {
	margin-left:3px;
	margin-right:5px;
	vertical-align:middle;
}

/* FORMS */
div.input {
	margin-bottom:8px;
}

div.input label {
	float:left;
	width:120px;
}

div.input.text input, div.input.password input {
	background-color:#F2F5F5;
	border:medium none;
	color:#4B82A1;
	width:380px;
}

/*div.input.text input.date-april {
	text-align:center;
	width:100px;
}*/

div.input.select select {
	background-color:#F2F5F5;
	border:medium none;
	color:#4B82A1;
	width:380px;
}

div.input.radio label {
	float:none;
	padding:0 10px 0 2px;
}

div.input.radio input {

}

div.input.checkbox label {
	float:none;
}

div.input.checkbox input {

}

div.submit {
	clear:both;
	padding:10px 0 0;
}

div.submit input {
	background:transparent url(../img/button.png) no-repeat scroll 0 0;
	border:medium none;
	color:#4B82A1;
	font-weight:bold;
	height:19px;
	text-transform:uppercase;
	width:113px;
}

.l-ru div.submit input {
	background:transparent url(../img/button-ru.png) no-repeat scroll 0 0;
	width:150px;
}

div.error-message {
	display:none;
}


div#flash-message {
	color:#FF0000;
	margin-bottom:10px;
}

#flash-message ul {
	margin:5px 0;
}

#small-logo {
	bottom:10px;
	display:block;
	height:26px;
	position:absolute;
	right:40px;
	width:72px;
}

#bring-happy {
	height:98px;
	left:80px;
	position:absolute;
	top:72px;
	width:181px;
}

.intro-page #bring-happy {
	display:none;
}

#happy-karte {
	height:222px;
	left:360px;
	position:absolute;
	top:58px;
	width:213px;
}

.intro-page #happy-karte {
	display:none;
}

a.to-start {
	background:transparent url(../img/button.png) no-repeat scroll 0 0;
	color:#4B82A1;
	display:block;
	font-weight:bold;
	height:19px;
	line-height:19px;
	margin-top:10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:113px;
}


/* MENU PAGE */

.intro-1 {
	color:#000000;
	display:block;
	font-size:22px;
	margin:25px 0 4px 60px;
}

.intro-2 {
	color:#000000;
	display:block;
	font-size:22px;
	margin:0 0 20px 100px;
}

.l-ru .intro-2 {
	margin:0 0 50px 90px;
}

#menu {

}

#menu a {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#E9EFEF;
	font-weight:bold;
	margin:0 0 20px;
	padding:3px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#4B82A1
}

#menu a.left {
	float:left;
}

#menu a.right {
	float:right;
}

.l-ru div.input label {
	width:150px;
}

.l-ru div.input.select select {
	width:350px;
}

.l-ru div.input.text input, .l-ru div.input.password input {
	width:350px;
}
