/* general formattings */

* {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
body {
	background-color: #E0D7AD;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
body,
h1,
h2,
td,
li,
input,
button,
textarea {
	font-size: 14px;
	color: #3A3A3A;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
}

input,
textarea,
select {
	border: 1px solid #AAAAAA;
	background-color: #F5F5F5;
	opacity: 0.8;
	padding: 2px 4px;
}
select {
	background-color: #FFFFFF;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border: 1px solid #3A5D11;
	background-color: #FFFFFF;
	opacity: 0.8;
}
input[type=button],
input[type=submit],
input[type=reset] {
	background-color: #DDDDDD;
	padding: 2px 10px;
}
ol,
ul {
	margin-bottom: 15px;
}

li {
	margin-left: 40px;
}

p,
li {
	margin-bottom: 10px;
}

a:link,
a:visited {
	color: #692E14;
	text-decoration: underline;
	font-weight: normal;
}
a:active,
a:hover {
	color: #692E14;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	color: #4173A6;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D5D5D5;
	margin-right: -20px;
}
h2 {
	color: #4173A6;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 10px 0;
}

/* index page */
#i_bg1 {
	background-image: url(../images/sheet_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
}
#i_bg2 {
	background-image: url(../images/sheet_head.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 20px;
}
#i_bg3 {
	background-image: url(../images/sheet_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
}
#i_sheet {
	margin: auto;
	text-align: left;
	width: 979px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#i_sheet_head {
	height: 110px;
}
#i_logo {
	display: block;
	position: relative;
	top: 45px;
	left: 20px;
	height: 40px;
	width: 270px;
	margin-bottom: -40px;
}
#i_logo img {
	width: 100%;
	height: 100%;
}
#i_nav_top {
	text-align: right;
	padding-top: 81px;
	padding-right: 30px;
}
#i_nav_top a:link,
#i_nav_top a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 1px;
	padding: 3px 15px 4px 15px;
}
#i_nav_top a:hover,
#i_nav_top a:active,
#i_nav_top a.sel:link,
#i_nav_top a.sel:visited {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C09C90;
}
#i_nav_left {
	width: 180px;
	overflow: hidden;
}
#i_nav_left_inner {
	padding-top: 60px;
}
#i_nav_left span {
	display: block;
	background-image: url(../images/nav_cat_bg.png);
	background-repeat: repeat-y;
	padding: 3px 20px;
	font-weight: bold;
}
#i_nav_left a:link,
#i_nav_left a:visited {
	font-size: 12px;
	display: block;
	padding: 4px 20px 4px 30px;
	color: #3A3A3A;
	text-decoration: none;
	font-weight: normal;
}
#i_nav_left a:hover,
#i_nav_left a:active,
#i_nav_left a.sel:link,
#i_nav_left a.sel:visited {
	background-image: url(../images/nav_hover.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

#i_body {

}
#i_body_inner {
	padding: 5px 30px 0 10px;
}
#i_title_hide {
	height: 15px;
	font-size: 1px;
}
#i_footer {
	height: 80px;
}
#i_footer_inner {
	color: #C59679;
	font-size: 10px;
	padding: 35px 0 0 20px;
}

#i_page_path {
	font-size: 10px;
	color: #AAAAAA;
	margin-bottom: 19px;
}
#i_page_path a:link,
#i_page_path a:visited {
	font-size: 10px;
	color: #AAAAAA;
	font-weight: normal;
}
#i_page_path a:hover,
#i_page_path a:active {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.top_link:link,
.top_link:visited {
}
.top_link:active,
.top_link:hover {
}
