/* default */

body {
	background-image: url(../images/left_bckgrnd.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #AFBDC6;
}

body, table {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
}

a:hover {
	color: #2A5576;
	text-decoration: underline;
	font-style: normal;
}

/* layout */

#container {
	background-image: url(../images/right_bckgrnd.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	
	width: 100%;
}

#content {
	background-image: url(../images/content_bckgrnd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 970px;
	margin: 0 auto;
	z-index: 2;
}

#header {
	border-bottom: 1px dashed #666666;
	background-color: #CCCCCC;
	height: 150px;
	padding: 10px;
}

/* styles - header */

#logo {
	background-image: url(../images/logo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 105px;
	height: 410px;
	z-index: 5;
}

#header_link {

}

/* styles - main menu */

#menu {
	position: fixed;
	top: 30%;
	right: 82px;
	width: 22px;
	height: 286px;
	z-index: 6;
}

	.menu_home_enbld, .menu_home_disbld,
	.menu_gallery_enbld, .menu_gallery_disbld,
	.menu_contacts_enbld, .menu_contacts_disbld {
		background-position: top center;
		background-repeat: no-repeat;
		
		width: 21px;
		margin-top: -10px;
		position: relative;
	}

	.menu_home_enbld {
		background-image: url(../images/menu_home_enbld.gif);
		height: 74px;
		z-index: 43;
	}
	
	.menu_home_disbld {
		background-image: url(../images/menu_home_disbld.gif);

		height: 74px;
		z-index: 42;
		//cursor: pointer;
	}
	
	.menu_gallery_enbld {
		background-image: url(../images/menu_gallery_enbld.gif);
		height: 90px;
		z-index: 43;
	}
	
	.menu_gallery_disbld {
		background-image: url(../images/menu_gallery_disbld.gif);
		height: 90px;
		//cursor: pointer;
		z-index: 41;
	}
	
	.menu_contacts_enbld {
		background-image: url(../images/menu_contacts_enbld.gif);
		height: 158px;
		z-index: 42
	}
	
	.menu_contacts_disbld {
		background-image: url(../images/menu_contacts_disbld.gif);
		height: 158px;
		//cursor: pointer;
		z-index: 40;
	}
	
	.menu_home_enbld_rus, .menu_home_disbld_rus,
	.menu_gallery_enbld_rus, .menu_gallery_disbld_rus,
	.menu_contacts_enbld_rus, .menu_contacts_disbld_rus {
		background-position: top center;
		background-repeat: no-repeat;
		
		width: 21px;
		margin-top: -10px;
		position: relative;
	}

	.menu_home_enbld_rus {
		background-image: url(../images/menu_home_enbld_rus.gif);
		height: 90px;
		z-index: 43;
	}
	
	.menu_home_disbld_rus {
		background-image: url(../images/menu_home_disbld_rus.gif);

		height: 90px;
		z-index: 42;
		//cursor: pointer;
	}
	
	.menu_gallery_enbld_rus {
		background-image: url(../images/menu_gallery_enbld_rus.gif);
		height: 90px;
		z-index: 43;
	}
	
	.menu_gallery_disbld_rus {
		background-image: url(../images/menu_gallery_disbld_rus.gif);
		height: 90px;
		//cursor: pointer;
		z-index: 41;
	}
	
	.menu_contacts_enbld_rus {
		background-image: url(../images/menu_contacts_enbld_rus.gif);
		height: 137px;
		z-index: 42
	}
	
	.menu_contacts_disbld_rus {
		background-image: url(../images/menu_contacts_disbld_rus.gif);
		height: 137px;
		//cursor: pointer;
		z-index: 40;
	}

/* styles - navigation */

#navigation {
	position: absolute;
	top: 100px;
	right: 0px;
	font-style: italic;
	font-size: 11px;
}

.navigation_item {
	float: left;
	margin-right: 30px;
}

/* styles - language */

#lang_menu {
	width: 17px;
	height: 94px;
	
	position: fixed;
	top: 30px;
	right: 87px;
}

	.lang_eng_enbld, .lang_rus_enbld, .lang_eng_disbld, .lang_rus_disbld {
		background-position: center;
		background-repeat: no-repeat;
		
		width: 17px;
		height: 53px;
		margin-top: -10px;
		position: relative;
	}

	.lang_eng_enbld {
		background-image: url(../images/lang_eng_enbld.gif);
		z-index: 30;
	}
	
	.lang_rus_disbld {
		background-image: url(../images/lang_rus_disbld.gif);
		z-index: 29;
		//cursor: pointer;
	}
	
	.lang_rus_enbld {
		background-image: url(../images/lang_rus_enbld.gif);
		z-index: 30;
	}
	
	.lang_eng_disbld {
		background-image: url(../images/lang_eng_disbld.gif);
		z-index: 29;
		//cursor: pointer;
	}

/* styles - content */

h1 {
	background-image: url(../images/bulb.jpg);
	background-position: left;
	background-repeat: no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: -1px;
	
	padding: 0px;	
	padding-left: 30px;
	margin: 0px;
	margin-bottom: 15px;
}

h2 {
	background-image: url(../images/bulb_small.jpg);
	background-position: left;
	background-repeat: no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -1px;
	color: #FFFFFF;
	
	padding: 0px;	
	padding-left: 25px;
	margin: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
	color: #FFFFFF;
	
	padding: 0px;	
	margin: 0px;
}

.blue {
	color: #2A5576;
}

p {
	text-align: justify;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

.box {
	background-color: #666666;
	color: #FF9900;
	padding: 10px;
}

#main_content_box {
	margin-left: 125px;
	margin-right: 125px;
	margin-top: 30px;
	position: relative;
}

.content_item {
	border-bottom: 1px dotted #D7DEE3;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: justify;
	position: relative;
}

.footer_margin {
	height: 90px;
}

#gallery {
	overflow: hidden;
}

	.gallery_item {
		 float: left;
		 width: 340px;
		 height: 300px;
		 margin-left: 10px;
		 margin-right: 10px;
	}

	.gallery_item img {
		border: none;
	}
	
	#gallery .gallery_descr {
		margin-left: 40px;
		margin-right: 10px;
	}

#projects_gallery {
	overflow: hidden;
}

	.project_box {
		float: left;
		width: 720px;
		margin-right: 10px;
		position: relative;
	}
	
	.project_box img {
		border: none;
	}
	
	.project_img {
	}
	
	.round_corners {
		background-image: url(../images/round_corners.png);
		background-position: center;
		background-repeat: no-repeat;
		
		width: 720px;
		height: 200px;
		
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 69;
	}
	
	.project_prprts {
		overflow: hidden;
		position: relative;
		bottom: 30px;
		z-index: 70;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 28px;
	}
	
	.project_title {
		float: left;
	}
	
	.project_url {
		float: right;
	}
	
	.project_descr { display: none;
	}

#gallery_navi {
	border-bottom: 1px dotted #C7D1D7;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
	
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
	
	#gallery_navi span {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#gallery_navi .selected {
		color: #2A5576;
		margin: 0px;
	}
	
	#gallery_up {
		background-image: url(../images/bttn_up.jpg);
		background-position: center;
		background-repeat: no-repeat;
		
		width: 20px;
		height: 20px;
		
		position: absolute;
		right: 0px;
		top: 5px;
	}

	.gallery_sub {
		border-bottom: 1px dotted #C7D1D7;
		margin-bottom: 20px;
		position: relative;
		overflow: hidden;
	}
	
	.gallery_sub h2 {
		margin-left: 0px;
		margin-bottom: 15px;
	}

#pages_navi {
	background-image: url(../images/pages_navi_bckgrnd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	
	
	height: 22px;
	margin: 0 auto;
	margin-bottom: 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	color: #748B9C;
}

	 #pages_navi .selected {
	 	background-image: url(../images/pages_navi_selected.jpg);
		background-position: center;
		background-repeat: no-repeat;
		
		color: #2A5576;
		padding: 3px 12px 3px 12px;
		text-align: center;
	 }
	 
	 .page_number {
	 	padding-left: 5px;
		padding-right: 5px;
	 }

/* styles - admin area */

.admin_area {
	padding-left: 40px;
}

#admin_area {
	width: 170px;
	overflow: hidden;
	margin-left: 25px;
}

	#admin_area input {
		margin-bottom: 7px;
	}
	
	.admin_area img {
		border: none;
	}
	
	.login_input {
		width: 170px;
	}
	
	.login_bttn {
		float: right;
	}

	.gallery_name {
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
	}
	
	.category_name {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
		letter-spacing: -1px;
	}



.add {
	background-image: url(../images/add_icon.jpg);
	background-position: left;
	background-repeat: no-repeat;
	
	padding: 2px;
	padding-left: 25px;
	line-height: 40px;
	font-weight: bold;
	font-size: 13px;
	margin-left: -25px;
}

	.td_title {
		text-align: right;
	}
	
	.gallery_title, .gallery_descr {
		width: 300px;
	}
	
	.gallery_img {
		width: 230px;
	}
	
	.psswrd {
		width: 170px;
	}

.lang_eng, .lang_rus {
	background-position: top right;
	background-repeat: no-repeat;
	
	width: 52px;
	height: 18px;
	
	position: absolute;
	top: -21px;
	right: 0px;
}

.lang_eng {
	background-image: url(../images/lang_eng.jpg);
}

.lang_rus {
	background-image: url(../images/lang_rus.jpg);
}

/* styles - footer */

#footer {
	height: 81px;
	width: 100%;
	
	
	clear: both;
	z-index: 8;
}

	#copyrights {
		background-image: url(../images/sprtr_horizontal.jpg);
		background-position: top;
		background-repeat: no-repeat;
		
		font-size: 10px;
		text-align: center;
		line-height: 50px;
	}
	
	#footer_menu {
		border-top: 1px dotted #C7D1D7;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-align: left;
		line-height: 30px;
		color: #2A5576;
		
		width: 720px;
		margin: 0 auto;
	}
	
/* links */

.main_menu_item a:link, .main_menu_item a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.main_menu_item a:hover {
	color: #000000;
	text-decoration: underline;
}

.product_size_box a:link, .product_size_box a:visited {
	color: #000000;
	text-decoration: none;
}

.product_size_box a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #2A5576;
	text-decoration: none;
}

#footer_menu a:link, #footer_menu a:visited {
	color: #2A5576;
	text-decoration: none;
}

#footer_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.admin_area a:link, .admin_area a:visited {
	text-decoration: none;
}

.admin_area a:hover {
	text-decoration: none;
}

.gallery_name a:link, .gallery_name a:visited {
	color: #2A5576;
	border-bottom: 1px dotted #2A5576;
	padding-bottom: 3px;
}

.gallery_name a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 3px;
}

#lang_menu a:link, #lang_menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#lang_menu a:hover {
	text-decoration: none;
	color: #3E9FFF;
}

#gallery a:link, #gallery_navi a:link, #gallery a:visited, #gallery_navi a:visited {
	text-decoration: none;
}

#gallery a:hover, #gallery_navi a:hover {
	text-decoration: none;
}

#pages_navi  a:link, .project_box a:link, .project_box a:visited, #pages_navi a:visited {
	text-decoration: none;
}

#pages_navi a:hover, .project_box a:hover {
	text-decoration: none;
}


/* admin */

#bobby_destroyer {
	background-image: url(../images/bobby_destroyer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	top: 30px;
	left: 0px;
	width: 305px;
	height: 402px;
	z-index: 4;
}

#bobby_painter {
	background-image: url(../images/bobby_painter.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 30px;
	right: 29px;
	width: 422px;
	height: 340px;
	z-index: 3;
}

#wellbeback {
	background-image: url(../images/wellbeback.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 472px;
	height: 88px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -236px;
	margin-top: -44px;
	z-index: 10;
}

#girl {
	background-image: url(../images/girl.gif);
	background-position: center;
	background-repeat: no-repeat;
	
	position: absolute;
	bottom: 60px;
	left: 120px;
	z-index: 1;
	width: 307px;
	height: 217px;
	display: none;
}