/* ——————————————————————————————————————————
File: styles.css
Site: Wedding Agency "Gold City"
Coder: Max P.
Author: XHTMLPLUS [www.xhtmlplus.ru]
Version: 23 Jan 2008
# Browsers: IE 6, IE 7, FF 2.0, Opera 9
————————————————————————————————————————— */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img, a img {
	border: none;
}
table {
	border-collapse: collapse;
}
td, th {
	padding: 0;
	vertical-align: top;
}

.clear {
	clear: both;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px Tahoma, Verdana, Arial;
	color: #552616;
}
body {
	background: url(../i/body.gif) 0 0 repeat;
}

#outer_table {
	width: 100%;
	height: 100%;
}
#outer_left, #outer_right {
	width: 50%;
}
#outer_left {
	background: url(../i/outer_side_spacer.gif) right 0 repeat-y;
}
#outer_right {
	background: url(../i/outer_side_spacer.gif) 0 0 repeat-y;
}
#outer_center {
	background: url(../i/outer.gif) 0 0 repeat;
}
#outer {
	width: 997px;
	margin: 0 auto;	
}

#menu {
	height: 55px;
}
#internal_menu {
	width: 1000px;
	height: 55px;
	position: absolute;
	margin-top: -95px;
}
#menu_left, #menu_right {
	width: 50%;
	height: 55px;
}
#menu_left {
	text-align: left;
}
#menu_right {
	text-align: right;
}
#menu_center {
	text-align: center;
}
#menu_center_table td {
	height: 44px;
	background: url(../i/menu_center.gif) 0 0 repeat-x;
}
#menu_left_table_left, #menu_right_table_right {
	width: 44px;
}
#internal_menu #menu_center_table td#menu_left_table_left, #internal_menu #menu_center_table td#menu_right_table_right {
	background: none !important;
}
#menu_left_table_left_png {
	position: absolute;
	margin-top: -49px;
	width: 44px;
	height: 104px;
	background: url(../i/menu_left_table_left.png) 0 0 no-repeat;
}
#menu_right_table_right_png {
	position: absolute;
	margin-top: -49px;
	width: 44px;
	height: 104px;
	background: url(../i/menu_right_table_right.png) 0 0 no-repeat;
}
#menu_left_table_left img, #menu_right_table_right img {
	position: absolute;
	margin-top: -49px;
}
#menu #menu_left_table_left img {
	margin-left: -44px;
}
.menu_spacer {
	width: 15px;
	height: 25px;
	padding-top: 19px;
	text-align: center;
}
.menu_link {
	height: 33px;
	padding-top: 11px;
}
.menu_link a {
	display: block;
	padding: 0 5px;
	text-align: center;
	vertical-align: top;
}
#menu .menu_link a { padding: 0 3px; }

#content {
	padding-top: 7px;
}
.internal_content {
	padding-top: 0 !important;
}

#left_column {
	width: 216px;
	float: left;
	padding-left: 18px;
}
.h1 {
	margin-bottom: 33px;
}
#left_column .h1 {
	text-align: right;
}
#center_column .h1 {
	text-align: center;
}
#right_column .h1 {
	text-align: left;
}
ul#left_menu li {
	display: block;
	padding-bottom: 3px;
	background: url(../i/left_menu_li.gif) 0 15px repeat-x;
}
ul#left_menu li a {
	display: block;
	height: 27px;
	background: url(../i/left_menu_a.gif) 0 4px no-repeat;
	text-align: right;
	font: 11px Tahoma, Verdana, Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #a86449;
}
ul#left_menu li a:hover {
	color: #d2af00;
	text-decoration: none;
}
#center_column {
	overflow: auto;
	padding: 0 25px;
}
#center_column p {
	margin: 0;
	padding: 0 0 12px 0;
	text-align: justify;
}
#center_column li {
	padding-left: 12px;
	background: url(../i/li.gif) 0 7px no-repeat;
}
#right_column {
	width: 216px;
	float: right;
	padding-right: 18px;
	text-align: right;
	color: #b3522f;
}
.address {
	padding: 15px 0;
	color: #b3522f;
}

#for_footer {
	height: 124px;
}

#footer {
	width: 997px;
	height: 110px;
	margin: -110px auto 0 auto;
}
#footer_top {
	height: 35px;
	background: url(../i/footer_top.gif) center 0 no-repeat;
}
#footer_content {
text-align: center;
}
#footer_content table {
	margin: 0 auto;
}
#footer_left, #footer_right {
	padding-top: 12px;
}
#footer_menu {
	height: 35px;
}
#footer_menu td {
	height: 35px;
}
#footer_menu a {
	display: block;
	height: 23px;
	padding: 0 10px;
	border-bottom: 1px solid #d2af00;
	text-align: center;
	font: 11px Tahoma, Verdana, Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #d2af00;
}
#footer_menu a:hover {
	height: 21px;
	border-bottom: 3px solid #d2af00;
	text-decoration: none;
	color: #d2af00;
}
#footer_text {
	text-align: left;
	padding: 0 50px 2px 10px;
	vertical-align: middle;
}
#developed {
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}
#developed img {
	position: relative;
	z-index: 1;
	top: -1px;
	vertical-align: middle;
}
