/* @override http://www.inspiredimpressions.net/stylesheets/design.css */

body {
	background: #868e82;
}

#lang_choice li {
	list-style-type: none;
	vertical-align: text-top;
	border-style: none;
	text-align: left;
}

#lang_choice:hover li a {
	border-bottom-style: none;
}

#page {
	width: 807px;
	margin: 80px auto 0 auto;
}

/* @group menu */

ul#menu {
	list-style: none;
	width: 800px;
	padding: 0;
	margin: 0 4px 0 1px;
	border-top: 1px solid #fff;
}

ul#menu li {
	list-style: none;
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
}

ul#menu li ul {
	position: absolute;
	width: 70px;
	left: -999em;
	margin: 0;
	padding: 0;
}

ul#menu li.hover ul {
	left: auto;
}

ul#menu li ul li a {
	background-color: #ccc;
	margin-top: 3px;
	width: 70px;
}

ul#menu li a {
	display: block;
	padding: 6px 10px;
	color: #fff;
	text-transform: uppercase;
}

ul#menu li.submenu a {
	width: 70px;
	padding: 6px 10px;
}

ul#menu li a:hover,
ul#menu li.hover a,
ul#menu li.hover ul a:hover {
	background-color: #4e0e5f;
	text-decoration: none;
}

ul#menu li.hover ul li {
	background: transparent url(../images/menu_bg.png) repeat;
}

* html ul#menu li.hover ul li {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu_bg.png', sizingMethod='scale');
}

ul#menu li.hover ul a {
	position: relative;
	background: transparent url(../images/submenu_bg.png) repeat;
	cursor: pointer;
}

* html ul#menu li.hover ul a {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/submenu_bg.png', sizingMethod='scale');
}

ul#menu li.selected a {
	background-color: #4e0e5f;
}

body#home ul#menu li.selected a {
	background-color: #333;
}

/* @end */

/* @group content */

#content {
	width: 796px;
	padding: 2px 8px 8px 3px;
	background: #fff url(../images/content_bg.png) no-repeat left bottom;
	clear: both;
	margin-top: 36px;
	overflow: hidden;
}

* html #content {
	margin-top: 8px;
}

* + html #content {
	margin-top: 8px;
}

#content img.main_photo {
	padding: 0;
	display: block;
}

/* @end */

/* @group Footer */

#footer {
	display: block;
	width: 800px;
	margin: 4px 0 0 1px;
}

#footer p.copyright {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	float: left;
	color: #575757;
}

#footer div#logo {
	width: 132px;
	height: 80px;
	display: block;
	float: right;
	background-image: url(../images/logo.png);
}

#footer div#logo span {
	margin-left: -1000em;
}

/* @end */

/* @group Article */

#content #article {
	overflow: hidden;
}

#content #article .text {
	display: block;
	width: 500px;
	float: left;
	background: #fff;
	margin-top: 36px;
	padding-bottom: 1002em;
	margin-bottom: -1000em;
}

#content #article .quote {
	display: block;
	float: left;
	background: #fff;
	margin-top: 36px;
	font: 120% Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	color: #561744;
}

#content #article .sidebar {
	width: 286px;
	float: right;
	padding-top: 36px;
	padding-bottom: 1002em;
	margin-bottom: -1000em;
	background: #242424 url(../images/logo_small.gif) no-repeat 160px 600px;
}

/* @group Typography */

#article {
	color: #555;
	line-height: 1.8em;
}

#article h2,
#article h3,
#article h4,
#article p,
#article ul,
#article li {
	margin: 0 16px 0 32px;
}

#article h2 {
	color: #5c0a72;
	font-size: 1.3em;
	margin-bottom: 20px;
}

#article h3 {
	color: #5c0a72;
	font-size: 1.2em;
	margin-bottom: 20px;
	line-height: 140%;
}

#article h4 {
	color: #3d2b1f;
	font-size: 1.1em;
	margin-bottom: 20px;
	line-height: 140%;
}

#article p {
	margin-bottom: 1em;
}

#article a {
	color: #60386d;
	font-weight: bold;
}

#article a:hover {
	border-bottom: 1px dotted #60386d;
}

/* @end */

/* @grou

p sidebar */

#article .sidebar h2 {
	color: #fff;
	margin: 30px 40px 20px;
	text-transform: uppercase;
	font-size: 100%;
}

#article .sidebar p {
	color: #fff;
	margin: 0 40px 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @end */



/* @end */

/* @grou

p gallery */

#gallery_text, #photo, #photos_list {
	background-color: #333;
	height: 400px;
	float: left;
	color: #fff;
	overflow: hidden;
}

#gallery_text {
	width: 176px;
	margin-right: 1px;
}

* html #gallery_text {
	margin-right: 0;
}

#photo {
	width: 338px;
	margin-right: 1px;
}

#photos_list {
	width: 280px;
}

/* @group text */

#gallery_text .text {
	height: 350px;
}

#gallery_text .navigation {
	text-align: center;
}

#gallery_text .navigation a {
	color: #fff;
	text-decoration: none;
}

#gallery_text h2 {
	margin: 20px;
	font-size: 150%;
	text-transform: uppercase;
}

#gallery_text p {
	margin: 12px 20px;
}

/* @end */

/* @group photos_list */

/* @end */

#photos_list ul {
	list-style: none;
	margin: 8px;
	padding: 0;
}

#photos_list ul li {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #333;
}

#photos_list ul li.selected {
	border: 1px solid #fff;
}

#photos_list ul li img {
	display: block;
}

#photos_list .navigation {
	display: block;
	width: 251px;
	float: left;
	position: relative;
	margin: 8px 10px 10px 15px;
}

* html #photos_list .navigation {
	margin-left: 4px;
}

#photos_list .navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#photos_list .navigation ul li {
	padding: 0;
	margin: 0;
	padding: 2px 6px;
	background-color: #4e0e5f;
	color: #fff;
	font-weight: bold;
	margin-left: 4px;
}

#photos_list .navigation a {
	color: #fff;
	text-decoration: none;
}

#photos_list .navigation ul li a:hover {
	background-color: #fff;
	color: #4e0e5f;
}

/* @end */

/* @group Form
 */

fieldset#signup {
margin: 0 0 10px 160px;}

fieldset div label {
	line-height: 1.1;
	margin: 5px 20px 0 -160px;
	width: 140px;
	float: left;
	text-align: right;
}

fieldset div input, fieldset div textarea, fieldset div select {
	display: block;
	line-height: 1;
	margin-bottom: 7px;
	width: 250px;
}

/* @end */