@charset "UTF-8";
/* CSS Document */

body{
	background-color: #7F7F7F;
	background-position: center;
	background-repeat: repeat-y;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
}

p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
}

a{
	padding: 3px;
	background: none;
	color: #CD0000;
}
a:hover{
	background-color: #CD0000;
	color: #FFF;
	padding: 3px;
}

a.noBg{
	padding: 0;
	background: none;
	color: #CD0000;
}
a.noBg:hover{
	background-color: none;
}

h1.redHead{
	color: #FFF;
	font-size: 22px;
	width: 239px;
	height: 35px;
	background-image: url(../images/redhead_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 10px;
	margin-top: 10px;
}

h2{
	color: #393939;
	font-size: 24px;
	font-weight: bold;
	width: auto;
	border-bottom: 2px groove #CCC;
}

#container {
	width:980px;
	margin:0 auto;
}

#top{
	background-image: url(../images/bg_header.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 980px;
	height: 75px;
	position: relative;
}

#visualHome{
	width: 980px;
	height: 405px;
	background-image: url(../images/bg_visual_big.gif);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#visualDetail{
	width: 980px;
	height: 240px;
	background-image: url(../images/bg_visual_small.gif);
	background-position: top center;
	background-repeat: no-repeat;
	
}

#logo{
	position: absolute;
	top: 15px;
	left: 30px;
}

#menu{
	position:absolute;
	left: 300px;
	top: 7px;
	width: 640px;
	height: 50px;

}

#imageHome{
	position: absolute;
	left: 30px;
}
#naw{
	width: 610px;
	height: 30px;
	position: absolute;
	bottom: 18px;
	left: 30px;
	margin-bottom: 0px;
	padding-left: 17px;
}
#visualText{
	float: right;
	background-color:#000;
	background-image: url(../images/bg_visual_text.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 300px;
	margin-right: 29px;
	padding-right: 10px;
	height: 200px;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
}

#contentContainer{
	width: 980px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	float: left;
}

#content{
	width: 880px;
	padding: 20px 60px 0 50px;
	background-position: top;
	background-repeat: repeat-x;
}

#footer{
	width: auto;
	height: 70px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
}
.footerLink{
	color:#AAA;
}
.footerLink:hover{
	color:#FFF;
	background: #999;
}

.white{
	margin-top: 5px;
	margin-left: 12px;
	color: #FFF;
}