@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/back_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container_header {
	background-image: url(/images/back_header.jpg);
	height: 140px;
}
#container_header #header {
	background-image: url(/images/header.jpg);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
}
#container_header #header #logo {
	height: 80px;
}
#container_header #header #menu {
	padding-top: 32px;
}
#container_header #header #menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#container_header #header #menu li {
	float: left;
	list-style-type: none;
}
#container_header #header #menu li a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	padding-right: 20px;
	padding-left: 5px;
}
#container_content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#side_menu {
	float: left;
	width: 180px;
}
#side_menu li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: normal;
}
#side_menu li a {
	font-size: 12px;
	font-weight: bold;
	color: #19227F;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	padding-right: 5px;
}

#content {
	float: left;
	width: 760px;
	padding-left: 20px;
	min-height: 500px;
}
.clear {
	clear: both;
	height: 0px;
}
#container_footer {
	background-image: url(/images/back_footer.jpg);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding-top: 80px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #999999;
}
#side_menu ul {
	padding: 0px;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.price h3 {
	color: #000066;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#container_footer .copyright {
	float: right;
}
#container_footer a {
	color: #999999;
	text-decoration: none;
}
#side_menu a:hover {
	background-image: url(/images/menu_item_back_hover.jpg);
	background-repeat: repeat-y;
	background-position: right;
	color: #B30101;
}
#side_menu ul ul {
	margin: 0px;
	padding: 0px;
}
#side_menu ul ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EFEFEF;
}
#side_menu ul ul li a {
	color: #B30101;
}
#side_menu ul ul a:hover {
	background-color: #990000;
	background-image: none;
	color: #FFFFFF;
}

