@charset "utf-8";
/* BTLS foundation CSS Document - zer09 */

body,td,th {
	font-family: 'Arial';
	font-size: 12px;
	color: #ded5c3;
}
body {
	background-image: url(../images/g_bg.gif);
	background-repeat: repeat-x;
	background-color: #020202;
	margin: 0px;
}
a img { border: 0; }


/* boxes */
.cb { clear: both; }
.fl { float: left; }
.fr { float: right; }
#wrapper { width: 780px; margin: 0px auto; border-left: 1px solid #151515; border-right: 1px solid #151515; }
#header { height: 205px; background-image: url(../images/header_bg.jpg); background-repeat: no-repeat; position: relative; }
#header1 { height: 205px; background-image: url(../images/header1.jpg); background-repeat: no-repeat; position: relative; }
#cbg { background: #070707 url(../images/c_bg.gif) repeat-x top; padding: 23px 0px; }
#insert { background-color: #0f0f0f; border-top: 1px solid #151515; border-bottom: 1px solid #151515; color: #b0b0af; padding: 22px 26px; line-height: 18px; position: relative;  }
#footer { background-color: #131313; border-top: 10px solid #0f0f0f; color: #343434; height: 120px; padding: 15px 27px 0px; } 
.b-con01 { width: 726px; margin: 0px auto; display: block;  position: relative; }
.top { position: absolute; top: 0px; right: 50px; }
.flogo { float:right; margin-top: -15px; }
#pad { padding: 10px;}




/* texts */
.bodytext { line-height: 18px; }
.h1-yellow { color: #ecce57; font-size: 21px; margin: 0; padding: 0; line-height: 27px; font-weight: normal; }
.h2-red { color: #da303b; font-weight: normal; font-size: 15px; text-transform: uppercase; line-height: 21px; margin: 0; padding-bottom: 8px; }
.h2-cyan { color: #52c6d6; font-weight: normal; font-size: 15px; text-transform: uppercase; line-height: 21px; margin: 0; padding-bottom: 8px; }







/* links */
a.red:link { color: #da303b; text-decoration: underline; }
a.red:visited { color: #da303b; text-decoration: underline; }
a.red:hover { color: #da303b; text-decoration: none; }
a.red:active { color: #da303b; text-decoration: underline; }

a:link, a:visited, a:active { color: #c35e1a; text-decoration: underline; }
a:hover { color: #9a5d33; text-decoration: underline; }



/* nav */
#nav {
	float: right;
	position: absolute;
	bottom: -9px;
	right: -65px;
	width: 861px;
	height: 34px;
}
#nav ul { margin: 0px; padding: 0px; font-size: 11px; }
#nav ul li { margin: 0px; padding: 0px; float:left; list-style: none; font-size: 13px; margin-left: 10px; }
#nav ul li a { color: #ecce57; text-decoration: none; padding: 5px 8px; background-color: #1b1b1b; border: 1px solid #9a5d33;  }
#nav ul li a:hover { color: #FFFFFF; text-decoration: none; background-color: #252525; }

