html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
body, select, input, textarea {
	font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: #fff;
}
.breaker {
	clear: both;
	overflow: hidden;
}

html, body {
	height: 100%;
}
body {
	background-color: #000;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	background: #000 url(../images/body_bg.gif) left top repeat-x;
}
#header {
	position: relative;
	height: 180px;
	background: transparent url(../images/header_bg.jpg) left top repeat-x;
}
#footer, #push {
	height: 50px; /* .push must be the same height as .footer */
}
#footer {
	background: #000 url(../images/footer_bg.gif) left top repeat-x;
}
#footer_content {
	position: relative;
	width: 1005px; height: 50px;
	margin: 0 auto;
	background: #000 url(../images/footer_content_bg.jpg) left bottom repeat-x;
	text-align: center; color: #d0bfde; font-size: 10px;
}
#footer_content a {
	color: #d0bfde; text-decoration: none;
}
#developer_by {
	position: absolute; top: 0; right: 0; 
}
#developer_by a:hover{
	text-decoration: underline;
}

#container {
	width: 1005px;
	margin: 0 auto;
}
#top_menu {
	height: 27px;
	background: transparent url(../images/top_menu_bg.jpg) left top repeat-x;
}
#content_wrapper {
	background: #000 url(../images/content_wrapper_bg.gif) left top repeat-x;
}
#left_column {
	float: left;
	width: 250px; padding: 10px 0 0 20px;
}
#content {
	float: right;
	width: 695px; padding: 10px 30px 30px 10px;
}


#top_menu_holder {
	float: left; width: 100%;
	clear: both; 
	overflow: hidden;
}
#top_menu_holder ul {
  position: relative; left: 50%;
	float: left;
	margin: 0 auto; 
	height: 27px;
	list-style: none;
}
#top_menu_holder ul li {
	position: relative; right: 50%;
	float: left;
}
#top_menu_holder ul li a {
	display: block;
	min-width: 90px;
	padding: 0 20px;
	line-height: 27px; text-align: center; color: #fff; font-size: 13px; font-weight: bold; text-decoration: none;
}
#top_menu_holder ul li.selected {
	background: transparent url(../images/top_menu_item_selected.png) 0 0 repeat-x;
}

#top_logo {
	position: absolute; left: 10px; top: 27px;
	width: 269px; height: 180px; 
	background: transparent url(../images/gaudi_logo.png) 0 0 no-repeat;
}
#top_logo h1 {
	display: none;
}

#top_phone {
	position: absolute; right: 0; top: 150px;
	height: 40px; padding-right: 20px;
	font-family: Tahoma; font-weight: bold; line-height: 40px; font-size: 12px;
}
#top_phone strong {
	display: none;
}

#left_menu {
	list-style: none;
	width: 250px;
	margin-bottom: 15px;
}
#left_menu li {
	height: 21px;
	margin-bottom: 1px;
	background: transparent url(../images/left_menu_item.png) left top no-repeat;
}
#left_menu li.selected {
	background: transparent url(../images/left_menu_item_selected.png) left top no-repeat;
}
#left_menu li a {
	display: block;
	padding: 0 20px;
	position: relative;
	line-height: 21px; color: #fff; font-size: 14px; text-decoration: none;
}

#left_contacts {
	margin-top: 20px;
	font-size: 10px; color: #d0bfde;
}
#left_contacts a {
	font-size: 10px; color: #d0bfde; text-decoration: none;
}
#left_contacts a:hover {
	text-decoration: underline;
}
#contacts_map {
	width: 640px; height: 480px;
	background-color: #fff;
	border: 1px solid #980d79;
	padding: 1px;
}


.content_am p {
	font-size: 13px !important;
}
.content_am h2 {
	font-size: 15px !important; 
}
.content_am h3 {
	font-size: 12px !important; 
}


#content h2 {
	margin-bottom: 8px;
	font-size: 14px; color: #ffbcee;
}
#content h3 {
	margin-bottom: 15px;
	font-size: 12px; 
}
#content p {
	margin-bottom: 15px;
}
#content ul.list {
	margin: 0 0 15px 15px;
}


#content_slideshow, 
#content_slideshow_dark  {
	visibility: hidden;
}
#content_slideshow li,
#content_slideshow_dark li {
	position: relative;
	text-align: center; 
}
#content_slideshow li a, 
#content_slideshow_dark li a {
	display: block; 
	position: absolute; top: 0; left: 0; z-index: 100;
	width: 142px; height: 112px;
	outline: none;
}
#content_slideshow li span,
#content_slideshow_dark li span, {
	color: #e3c8f1;
}
#content_slideshow .image_placeholder {
	position: absolute; top: 0; left: 0; z-index: 10;
	width: 142px; height: 112px;
	background: transparent url(../images/content_slideshow_image_placeholder.gif) 0 0 no-repeat;
}
#content_slideshow_dark .image_placeholder {
	position: absolute; top: 0; left: 0; z-index: 10;
	width: 142px; height: 112px;
	background: transparent url(../images/content_slideshow_image_placeholder_dark.gif) 0 0 no-repeat;
}

.price_table {
	margin-bottom: 20px;
	border-top: 1px solid #62108c;
	border-left: 1px solid #62108c;
}
.price_table th, .price_table td {
	padding: 5px;
	border-bottom: 1px solid #62108c;
	border-right: 1px solid #62108c;
	text-align: center;
	font-size: 13px;
}
.price_table th {
	background-color: #7c0060;
	font-size: 13px;
}
.price_table tr.subheader td {
	font-weight: bold;
}
.price_table td.item_title {
	text-align: left;
}


.scroll_container {
	height:480px; 
	overflow:hidden;
}
.scroll_box {
	height:480px;
}
.scroll_container .jScrollPaneTrack {
	background-color: #3e0d59;
	cursor:default;
}
.scroll_container .jScrollPaneDrag {
	background: url(../images/productions_scroll_drag_middle.gif) no-repeat 0 50%;
	cursor:default;
}
.scroll_container .jScrollPaneDragTop {
}
.scroll_container .jScrollPaneDragBottom {
}
.scroll_container .jScrollArrowUp {
	height:18px;
	background: url(../images/productions_scroll_arrow_up.gif) no-repeat 0 0;
	cursor:default;
}
.scroll_container .jScrollArrowUp:hover {
	background-position:0 -18px;
}
.scroll_container .jScrollArrowDown {
	height:18px;
	background: url(../images/productions_scroll_arrow_down.gif) no-repeat 0 0;
	cursor:default;
}
.scroll_container .jScrollArrowDown:hover {
	background-position:0 -18px;
}
