@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
	font-family: tahoma;
	font-size: 11px;
}
#wraper {
	width: 700px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(../images/wraper_bg.gif);
}

#top_header {
	height: 23px;
	display: block;
	line-height: 22px;
	background-image: url(../images/top_header-bg.jpg);
	color: #FFFFFF;
	text-align: right;
	padding-right: 4px;
	font-size: 10px;
}
#top_header a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 9px;
}
#top_header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header {
	width: 699px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	display: block;
	background-color: #FFFFFF;
	padding-top: 20px;
}
#header ul {
	width: 699px;
	height: 70px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	display: block;
}
#container {
	width: 700px;
	background-color: #FFFFFF;
	overflow: hidden;
	clear: both;
	float: left;
	margin-bottom: 3px;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
}
#container .main {
	width: 519px;
	float: left;
	display: block;
	overflow: hidden;
}
#container .main img {
	margin-top: 10px;
	margin-bottom: 2px;
}

#container .sidebar {
	width: 179px;
	float: left;
	display: block;
}
#container .main h1 {
	margin: 0px;
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	text-align: right;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B59576;
}
#container .main h2 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #B59576;
	padding-left: 4px;
	clear: both;
	float: left;
	width: 200px;
}
#container .main p img {
	float: left;
	margin-right: 13px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
}
#container .main form {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	float: left;
	width: 500px;
}
#container .main label {
	width: 100px;
	height: 20px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	display: block;
	color: #666666;
}
#container .main form br {
	clear: left;
}
#container .main .textfield {
	margin-bottom: 10px;
	width: 200px;
}
#container .main textarea {
	float: left;
	height: 80px;
	width: 200px;
	margin-bottom: 15px;
}

#container .main .flash object {
	z-index: 20;
}

#container .main p {
	color: #535353;
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	float: left;
	width: 500px;
}

#container .main div {
	padding: 10px;
}
#container .main .decor {
	margin-top: 9px;
}

#container .main .flash {
	background-color: #999999;
	display: block;
	height: 375px;
	width: 500px;
	margin: 0px;
	padding: 0px;
}

#container .sidebar div {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
#container .sidebar div h1 {
	font-size: 14px;
	color: #666666;
	margin: 0px;
	font-weight: normal;
}
#container .sidebar div p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #666666;
	font-size: 10px;
}

#header a {
	display: block;
	height: 50px;
	width: 110px;
	background-color: #FFFFFF;
	font-family: tahoma;
	font-size: 16px;
	color: #999999;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	text-decoration: none;
	line-height: 14px;
}
#header a:hover {
	display: block;
	height: 50px;
	width: 100px;
	background-color: #FFFFFF;
	font-family: tahoma;
	font-size: 16px;
	color: #999999;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	text-decoration: none;
	line-height: 14px;
	background-image: url(../images/but_hover.gif);
	background-repeat: no-repeat;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B59576;
}


#header li {
	float: left;
	display: block;
	height: 60px;
	width: 130px;
	margin-right: 5px;
	margin-left: 5px;
}
#footer {
	width: 697px;
	height: 14px;
	background-color: #484848;
	text-align: right;
	line-height: 14px;
	color: #FFFFFF;
	font-size: 9px;
	padding-right: 3px;
	clear: left;
	overflow: hidden;
	font-family: verdana;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#container .main img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

