/* GENERAL */

* {
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
	color: #414141;
}

body {
	background: url('bg-tile.gif') repeat;
}

h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #D56C08;
	margin: 10px 0 15px 10px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	margin: 30px 0 10px 0;
}

p {
	margin-bottom: 5px;
	line-height: 16px;
}

a {
	color: #1B88CB;
}

a:hover {
	color: #3CB5FF;
}

ol {
	padding-left: 30px;
}

li {
	line-height: 20px;
}

iframe {
    overflow: hidden;
}

/* ID: CONTAINER */

#container {
	background: url('bg-top.gif') repeat-x top;
	text-align: center;
}


/* ID: HEAD */

#head {
	background: url('bg-head-small.gif') repeat-x top;
	height: 116px;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#head-view-img {
	background: url('bg-head-small.gif') repeat-x top;
	margin: 0 3%;
	height: 85px;
	text-align: left;
}

#head-view-img #head-in {
	height: 85px;
}

#head-in h1, #head-in h2 {
	display: none;
}

#head-in p {
	padding: 90px 0 0 40px;
	margin: 0px;
}

#head-in a {
	padding: 0 30px 0 0;
	text-decoration: none;
	font-weight: bold;
}

#head-in {
	height: 116px;
	background: url('head-small.jpg') no-repeat top left;
}


/* ID: BODY */

#body {
	margin: 0 auto;
	text-align: left;
	background: white;
	border: 1px solid gray;
	border-top: 0;
	border-bottom: 0;
	width: 870px;
}

#body table {
    margin: 30px 20px;
}


/* ID: FOOT */

#foot {
	margin: 0 auto;
	width: 870px;
	clear: both;
	background: #DBDFE2;
	text-align: left;
	border: 1px solid gray;
	border-top: 3px solid #B8C0C6;
	border-bottom: 0;
}

#foot a {
	text-decoration: none;
}

#foot p {
	padding: 6px 30px;
	margin: 0px;
	color: #8A8F92;
}

/*  COMMON  */

.cleaner {
	clear: both;
	height: 1px;
	overflow: hidden;
}


.banner-3d-top, .banner-3d-bottom {
    width: 231px;
    display: block;
}

.banner-3d-top span, .banner-3d-bottom span {
    display: none;
}

.banner-3d-top {
    background: url("ban_3d_top.jpg") no-repeat top left;
    height: 81px;
} 

.banner-3d-bottom {
    background: url("ban_3d_bottom.jpg") no-repeat top left;
    height: 77px;
}

.banner-3d-top:hover {
    background: url("ban_3d_top_on.jpg") no-repeat top left;
} 

.banner-3d-bottom:hover {
    background: url("ban_3d_bottom_on.jpg") no-repeat top left;
}
