html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

#page_container {
	width: 993px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header {
	height: 207px;
}

.head_left_img {
	float: left;
}

.head_right_img {
	float: right;
}

#navigation_bar {
	height: 38px;
	border-top: 1px solid #d4e0e8;
	border-bottom: 1px solid #d4e0e8;
}

.top_menu {
	/*padding-top: 10px;*/
	margin-left: 76px;
	/*margin-right: auto;*/
	width: 863px;
	height: 38px;
	float: left;
}

.top_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top_menu ul li {
	float: left;
	padding-left: 20px;
	padding-right: 21px;
	display: inline;
	position: relative;
	color: #0d334d;
}

.top_menu a {
	top: 14px;
	text-decoration: none;
	/*font-family: "Viner Hand ITC";*/
	font-size: 26px;
	color: #d1ddec;
}


#inner_container {
	width: 769px;
	/*min-height: 510px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#item_container {
	margin-top: 20px;
	min-height: 137px;
	clear: both;
}

.item_picture {
	float: left;
}

.item_text {
	margin-top: 5px;
	margin-left: 36px;
	width: 543px;
	height: 128px;
	text-align: left;
	float: left;
}

.item_text_2 {
	margin-top: 5px;
	margin-left: 36px;
	width: 543px;
	height: 20px;
	text-align: left;
	float: left;
}

.item_text_title {
	width: 386px;
	height: 20px;
	font-family: "Tahoma";
	font-size: 20px;
	color: #0D334D;
	float: left;
}

.item_text_price {
	width: 90px;
	height: 20px;
	font-family: "Tahoma";
	font-size: 20px;
	color: #0D334D;
	float: right;
}

.item_text_text {
	margin-top: 30px;
	min-height: 100px;
	font-family: "Tahoma";
	color: #0D334D;
}

#footer {
	height: 38px;
	border-top: 1px solid #d4e0e8;
	border-bottom: 1px solid #d4e0e8;
}

.footer_text {
	margin-top: 12px;
	margin-left: 15px;
	width: 448px;
	height: 18px;
	float: left;
}

.copyright {
	width: 225px;
	color: #0d334d;
	float: left;
}

.footer_menu {
	color: #0d334d;
	float: left;
}

.footer_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_menu ul li {
	float: left;
	padding-left: 3px;
	padding-right: 4px;
	display: inline;
	position: relative;
	color: #0d334d;
}

.footer_menu a {
	padding: 5px;
	text-decoration: underline;
	text-align: center;
	color: #0d334d;
}

.company_logo {
	margin-top: 4px;
	margin-right: 15px;
	float: right;
}

img {
	border: none;
}

.gallery_flash {
	width: 781px;
	height: 438px;
}

.inner_container_main {
	margin-top: 20px;
	min-height: 463px;
	text-align: left;
}

.inner_container_main_title {
	/*width: 386px;*/
	height: 20px;
	font-family: "Tahoma";
	font-size: 20px;
	color: #0D334D;
	float: left;
}

.inner_container_main_text {
	margin-top: 20px;
	min-height: 100px;
	font-family: "Tahoma";
	color: #0D334D;
	/*float: left;*/
}

.clear {
	clear: both;
}