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

body, div, p, td, form, img, table, h1, h2, h3, span, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

body {
	background-color: #14263C;
	text-align: center;
}

table {
	border-collapse: collapse;
}

.cb {
	clear: both;
}

td {
	padding-right: 10px;
}

td, div, p {
	line-height: 18px;
	text-align: justify;
}

p {
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 16px;
}

table.full {
	width: 100%;
}

table.middled td {
	width: 50%;
}

table.middled td a:hover {
	color: #B2C3E4;
}

.fcenter {
	margin: 0 auto 0 auto;
}

.center {
	text-align: center;
}

.middle {
	vertical-align: middle;
}	

.tright {
	text-align: right;
}

.tleft {
	text-align: left;
}

.top {
	vertical-align: top;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* wrapper */
#mainwrapper {
	margin: 0 auto 0 auto;
	width: 906px;
	text-align: left;
	background-image: url(../images/bg/hime_r11_c1.jpg);
}

#mainwrapper #topwrapper1 {
	height: 121px;
	background-image: url(../images/bg/hime_r1_c1.jpg);
}

#mainwrapper #topwrapper2 {
	height: 50px;
	background-image: url(../images/bg/hime_r2_c1.jpg);
}

#mainwrapper #topwrapper3 {
	height: 75px;
	background-image: url(../images/bg/hime_r3_c1.jpg);
}

#mainwrapper #topwrapper2 h1 {
	font-size: 24px;
	font-weight: normal;
	width: 400px;
	padding: 15px 0 0 460px;
	display: block;
	height: 30px;
}

#mainwrapper #topwrapper1 a {
	display: block;
	width: 110px;
	height: 110px;
	margin-left: 780px;
}

/* navi */
#naviwrapper {
	float: left;
	width: 228px;
	background-image: url(../images/bg/hime_r6_c1.jpg);
}

#naviwrapper div {
	clear: both;
}

#navitop {
	height: 32px;
	background-image: url(../images/bg/hime_r4_c1.jpg);
	background-repeat: no-repeat;
}

#navibottom {
	height: 16px;
	background-image: url(../images/bg/hime_r10_c1.jpg);
	background-repeat: no-repeat;
}

.navisep {
	height: 24px;
	background-image: url(../images/bg/hime_r8_c1.jpg);
	background-repeat: no-repeat;
}

/* content */
#contentwrapper {
	float: right;
	width: 678px;
	padding-top: 20px;
}

#content {
	min-height: 700px;
	width: 500px;
	margin-left: 55px;
}

h2 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
	color: #B2C3E4;
}

.marked {
	color: #B2C3E4;
}

#bottom {
	height: 50px;
	background-image: url(../images/bg/hime_r12_c1.jpg);
	clear: both;
}

.navicnt {
	text-align: center;
  	padding-right: 12px;
	font-size: 11px;
}

.navicnt span {
	font-size: 16px;
	font-weight: bold;
}

.navicnt a {
	text-decoration: none;
}

.highl {
	color: #FFFF00;
}

.pb img {
	margin: 5px 0 5px 0;
}

.pb a {
	font-size: 11px;
}

.hangright {
	width: 200px;
	float: right;
}

.hangleft {
	width: 200px;
	float: left;
}

#totop {
	display: block;
	clear: both;
	margin-left: 560px;
}

.hangright h3, .hangleft h3 {
	margin-bottom: 6px;
	display: block;
	width: 120px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

/* videos */
.hovervid {
	position: absolute; 
	top: 530px; 
	left: 33%; 
    padding: 10px; 
	border: 1px solid white;
    display: none; 
	width: 320px; 
	height: 240px; 
	background-color: #2D3D50
}

/* vertlist */
ul.vertlist {
	margin: 50px 0 50px 0;
	padding: 0;
	height: 60px;
}

ul.vertlist li {
	display: inline;
	list-style-type: none;	
}

ul.vertlist li a {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 28px;
}

ul.vertlist li.lastchild a {
	margin-right: 0;
}

ul.vertlist img {
	width: 60px;
	height: 60px;
}

/* tv */
#tv {
	margin: 20px auto 0 auto;
	width: 352px;
	height: 269px;
	padding-top: 13px;
	padding-bottom: 15px;
	background-image: url(../images/tv.jpg);
	background-repeat: no-repeat;
	display: none;
}

#tvscreen {
	margin-left: 16px;
	width: 320px;
	height: 240px;
	display: none;
}

#tvcontrolls {
	text-align: center;
	display: none;
}

#tvcontrolls a {
	margin: 0 20px 0 20px;
}

a.play  {
	white-space: nowrap;
	text-decoration: none;
}
a.play img {
	vertical-align: middle;
	margin-right: 3px;
	display: none;
}

#radio {
	display: none;
}

#altvidwrapper {
	position: relative;
}

#altvid {
	position: absolute; 
	top: -360px; 
	left: 250px; 
    padding: 10px; 
	border: 1px solid white;
    display: none; 
	width: 320px; 
	height: 240px; 
	background-color: #2D3D50;
}
