body {
	background-color: #cdbea6;
	background-image: url(imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #464646;
}
#header {
	width: 829px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	text-align: right;
	font-size: 13px;
	color: #FFFFFF;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

#photos {
	width: 829px;
	padding-top: 36px;
	margin-right: auto;
	margin-left: auto;
}
#photos_menu {
	height: 36px;
	background-image: url(imgs/top_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.selected_menu {
	height: 36px;
	width: 145px;
	background-image: url(imgs/selected_bg.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #8ac80a;
	line-height: 36px;
	text-align: center;
	float: left;
}
.nonselected_menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.nonselected_menu {
	width: 80px;
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	padding-top: 11px;
}
#photos_area {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 13px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7CB20D;
	border-left-color: #7CB20D;
	padding-bottom: 6px;
}
#photos_bottom_menu {
	background-image: url(imgs/photos_bttm.gif);
	background-repeat: no-repeat;
	height: 8px;
}
#photos_left_bttn {
	text-align: center;
	float: left;
	height: 42px;
	width: 60px;
}
#numbers {
	float: left;
	height: 42px;
	width: 707px;
}
#photos_right_bttn {
	text-align: center;
	float: right;
	height: 42px;
	width: 60px;
}
.number_item {
	line-height: 40px;
	text-align: center;
	height: 42px;
	width: 20px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
	float: left;
	position: relative;
}
.number_item a {
	color: #000000;
	text-decoration: none;
}
.img_preview {
	background-image: url(imgs/preview_bg.png);
	background-repeat: no-repeat;
	height: 98px;
	width: 132px;
	position: absolute;
	top: -98px;
	left: -55px;
}
.img_preview img {
	margin-top: 7px;
}
.text_block {
	width: 829px;
	margin-top: 42px;
	margin-right: auto;
	margin-left: auto;
}
.top_menu {
	background-image: url(imgs/top_menu_bg2.gif);
	background-repeat: no-repeat;
	height: 36px;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
}
.text_body {
	padding: 20px 25px;
	background-color: #FFFFFF;
	background-image: url(imgs/block_bttm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.top_menu_selected {
	float: left;
	background-image: url(imgs/selected_bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
}
.top_menu_selected .menu_padding_left {
	background-image: url(imgs/slctd_left.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 36px;
}
.top_menu_selected .menu_padding_right {
	background-image: url(imgs/slctd_right.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
	background-position: right top;
	height: 36px;
}
.top_menu_selected .menu_text {
	color: #000000;
	padding-top: 14px;
}
.top_menu_nonselected a {
	color: #FFFFFF;
	text-decoration: none;
}

.top_menu_nonselected {
	float: left;
	height: 36px;
}
.top_menu_nonselected .menu_padding_left {
	background: none;
	padding-left: 15px;
	height: 36px;
}
.top_menu_nonselected .menu_padding_right {
	background: none;
	padding-right: 15px;
	height: 36px;
}
.top_menu_nonselected .menu_text {
	color: #ffffff;
	padding-top: 14px;
}
.top_menu_selected a {
	color: #000000;
	text-decoration: none;
}
.sep {
	float: left;
	height: 36px;
}
.sep .sep_padd {
	padding-top: 14px;
	color: #bbe866;
}
.table_price {
	width: 772px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8ac80a;
	border-right-color: #8ac80a;
	border-left-color: #8ac80a;
}
.table_price th {
	padding: 6px;
	background-color: #FFFFFF;
	color: #8ac80a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ac80a;
}
.table_price td {
	padding: 6px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ac80a;
	color: #333333;
	background-color: #FFFFFF;
}
.table_price td.special {
	color:#800000;
}
.back_to_top {
	width: 829px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 12px;
}
.back_to_top img {
	margin-left: 750px;
}

