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

@import url(reset.css);

body {
	background-color:#000000; /*140C03*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

p {
	font-size:1em;
	margin:0px 0px 10px 0px;	
}

h1 {
	margin-bottom:20px;
	vertical-align:baseline;
}

table {
	font-size:.9em;
}

.full {
	text-decoration:line-through;
	color:#f1431d;
}

.indent {
	text-indent:-9999px;
}

.home {
	text-align:right;
	display:block;
	text-decoration:none;
	color:#CC0000;
}

#wrap {
	width:1000px;
	height:800px;
	margin:auto;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#unite {
	position:absolute;
	top:20px;
	left:10px;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:787px;
	height:204px;
	float:right;
}

#summary {
	clear:both;
	float:left;
	width:250px;
	color:#FFFFFF;
	font-size:1em;
	margin:70px 0px 0px 50px;
}

#content {
	background-image:url(../images/bg-content.png);
	background-repeat:no-repeat;
	width:636px;	/* actual 736px */
	height:350px;	/* actual 450px */
	margin:auto;
	clear:both;
	color:#FFFFFF;
	padding:50px;
}

#content-big {
	background-image:url(../images/bg-content-big.png);
	background-repeat:no-repeat;
	width:800px;	/* actual 900px */
	height:350px;	/* actual 450px */
	margin:auto;
	clear:both;
	color:#FFFFFF;
	padding:50px;
}

#navigation {
	background-image:url(../images/nav-bg.png);
	background-repeat:no-repeat;
	width:700px;
	height:63px;
	margin:auto;
	clear:both;
}

#navigation ul {
	margin:0px 0px 0px 10px;
}

#navigation li {
	float:left;
	height:26px;
	margin:15px 0px;
	padding:7px 32px 0px 32px;
}

.border {
	border-right:2px solid #f1431d;
}

#navigation li img {
	vertical-align:baseline;
}

#video {
	background-image:url(../images/video.png);
	background-repeat:no-repeat;
	float:right;
	width:455px;
	height:298px;
	margin:40px 0px 0px 0px;
}

#video div {
	width:376px;
	height:220px;
	margin:auto;
	position:relative;
	background-color:#FFFFFF;
	margin-top:40px;
}

#right-nav {
	background-image:url(../images/right-nav.png);
	background-repeat:no-repeat;
	float:right;
	width:167px;
	height:238px;
	margin:70px 50px 0px 0px;
	padding-top:10px;
}

#right-nav li {
	height:24px;
	margin:0px 10px 0px 10px;
	border-bottom:1px solid #FFFFFF;
	padding:15px 10px;
}

#right-nav li p {
	overflow:hidden;
	text-indent:-9999px;
}

#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	clear:both;
	position:absolute;
	bottom:0;
	width:980px;	/* actual 1000px */
	height:30px;	/* actual 50px */
	margin-top:750px;
	color:#FFFFFF;
	font-size:14px;
	line-height:30px;
	padding:20px 30px 0px 30px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}