@import url(inc_common.css);
@import url(inc_flashheading.css);
@import url(inc_csc.css);
@import url(inc_htmlarea.css);

.sIFR-hasFlash #col_l h1,
.sIFR-hasFlash #col_r h1 {
	visibility:hidden;
	font-size:17px;
	letter-spacing:-2px;
}

/* Common Page Layout
----------------------------------------------- */
body.page {
	margin:10px 0 20px 0;
	background:url(../images/start_background.gif) repeat-x 0 133px;
}

#wrapper {
	width:960px;
	margin:0 auto;
	border-right:10px solid white;
	border-left:10px solid white;
	background-color:white;
	position:relative;
}

#logo {
	text-align:center;
	height:123px;
}

#header {
	position:relative;
	border-top:5px solid #c8a651;
	margin-bottom:10px;
	height:525px;
}

#logo_5star {
	position:absolute;
	right:10px;
	top:10px;
}

* html #logo_5star img {
	position:relative;
	behavior:expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "clear.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

#col_l {
	float:left;
	padding:20px;
	width:378px /*418px*/;
	min-height:140px;
	background:url(../images/start_gradient01.gif) repeat-x;
	font-size:10px;
	color:#767676;
}
#col_r {
	float:left;
	padding:20px;
	width:502px; /*542px*/;
	min-height:140px;
	background:url(../images/start_gradient02.gif) repeat-x;
	font-size:10px;
}

#col_l h1, #col_r h1 {
	font-size:17px;
	color:#32312e;
}

* html #col_l, * html #col_r {
	height:140px;
}

#siteby {
	text-align:right;
	margin-right:10px;
}

#siteby a {
	font-size:9px;
	text-decoration:none;
	color:#bbbbbb;
}

#siteby a:hover {
	color:#666666;
}


/* Navigation
----------------------------------------------- */
#langnav {
	position:absolute;
	top:92px;
	right:0;
}
#langnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#langnav li {
	display:inline;
	padding-right:18px;
}

#topnav {
	padding:10px;
	padding-bottom:5px;
	background:#fff;
	position:absolute;
	width:920px;
	left:10px;
	bottom:30px;
}
#topnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left:10px;
	clear:both;
	width:920px;
}
#topnav li {
	width:195px;/*205*/
	float:left;
}
#topnav li.last {
	width:auto;
}