/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	background: #000;
	min-width: 1000px;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {
	text-decoration: underline;
	color: #00e;
}
a:hover {text-decoration: none;}
a:focus {outline: none;}
img {
	border: none;
	display: block;
}
h1, h2, h3, h4, h5, h6, ul, p {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 22px;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*HEADER*/
#header {
	height: 108px;
	background: url(../images/bg-header-right.gif) no-repeat 100% 0;
	position: relative;
}
.header-holder {background: url(../images/bg-header.gif) no-repeat 283px 0;}
/*header-flash*/
.header-flash {
	position: absolute;
	right: 70px;
	width: 410px;
	height: 50px;
	overflow: hidden;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/logo.gif) no-repeat;
	width: 283px;
	height: 108px;
}
.logo a {
	height: 100%;
	width: 100%;
}
/*main-nav*/
.main-nav {
	position: absolute;
	right: 70px;
	top: 75px;
	background: url(../images/bg-main-nav.gif) repeat-x 0 100%;
}
.main-nav li {
	float: left;
	background: url(../images/img-main-nav-separator.gif) no-repeat;
	line-height: 32px;
	padding: 0 9px 0 11px;
}
.main-nav li:first-child {background: none;}
.main-nav a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.main-nav a:hover {text-decoration: underline;}
/*CONTAINER*/
#container {
	background: #fff url(../images/bg-sidebar.gif) repeat-y;
	margin-right: 8px;
	font-size: 11px;
}
/*contaner-top*/
.contaner-top {
	height: 13px;
	overflow: hidden;
	background: url(../images/bg-sidebar-top.gif) no-repeat;
	margin-bottom: 7px;
}
.contaner-top div {
	background: url(../images/bg-content-top-right.gif) no-repeat 100% 0;
	height: 13px;
}
.contaner-bottom {
	height: 13px;
	overflow: hidden;
	background: url(../images/bg-sidebar-bottom.gif) no-repeat;
}
.contaner-bottom div {
	background: url(../images/bg-content-bottom-right.gif) no-repeat 100% 1px;
	height: 13px;
}
/*sidebar*/
.sidebar {
	float: left;
	width: 208px;
	padding-left: 5px;
	margin-right: 33px;
}
/*content*/
.content {
	overflow: hidden;
	height: 1%;
	padding: 5px 40px 0 0;
	text-align: justify;
}
.content p {margin-bottom: 12px;}
.content a {font-weight: bold;}
/*search-form*/
.search-form {padding: 0 0 11px 4px;}
.search-form input {
	float: left;
	
	
	margin-right: 4px;
	padding: 2px 0;
}
.search-form label {
	display: block;
	margin-bottom: 4px;
}
/*btn-go*/
.btn-go {
	float: left;
	width: 26px;
	height: 23px;
	background: url(../images/btn-go.gif) no-repeat;
}
/*side-title*/
.side-title {
	display: block;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	padding: 0 3px;
	background: #221e1f;
	margin-bottom: 2px;
}
/*sub-nav*/
.sub-nav {
	line-height: 22px;
	font-size: 11px;
	margin-bottom: 40px;
}
.sub-nav li {
	margin-bottom: 2px;
	width: 100%;
	overflow: hidden;
}
.sub-nav a {
	display: block;
	height: 1%;
	color: #000;
	padding-left: 3px;
	background: #fcc156;
	text-decoration: none;
}
.sub-nav a:hover {text-decoration: underline;}
/*address*/
.sidebar address {
	display: block;
	line-height: 16px;
	font-style: normal;
	padding: 3px 3px 15px;
}
.sidebar address strong {display: block;}
/*FOOTER*/
#footer {
	padding: 10px 0 0 220px;
	text-align: center;
}
#footer li {
	display: inline;
	font-size: 11px;
	color: #fff;
	padding-left: 10px;
	background: url(../images/img-footer-separator.gif) no-repeat 4px 50%;
}
#footer a {text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footer li:first-child {
	padding: 0;
	background: none;
}