/* LINK */
a { cursor:pointer; }
a:link    { color:#fff; text-decoration: none; }
a:visited { color:#fff; text-decoration: none; }
a:hover,
a.active  { color:#fff; text-decoration: underline; }

/* OTHERS */
*   { margin:0; padding:0; }
img { border:0; }
p   { margin:0; padding:0 0 15px; }
ul  { margin:0; padding:0; }
h1  { font:1.8em Helvetica; font-weight:bold; margin:5px 0 15px; }
h2  { font:1.6em Helvetica; font-weight:bold; margin:5px 0 15px; }
h3  { font:1.4em Helvetica; font-weight:bold; margin:5px 0 15px; }
.clear { clear:both; }
strong { color:#A40233; }

table, table tr {
	margin:0;padding:0;
}
table tr td {
	margin:0;padding:2px 0;
}

hr {
	color: #817f7f;
	background-color: #817f7f;
	height: 1px;
	border: 0;
}

/* form elements */
.form,.fieldset,.send { float:left; margin:0; padding:0; }
.warning,.label,.input,.info,.file,.text { float:left; margin:0 0 5px 0; padding:3px; }

.fieldset { width:300px; padding-left:25px; border:none; }
.label    { width:110px; padding:3px 0 0 0; }
.input    { width:165px; padding:2px 5px 1px 5px; }
.info     { width:165px; padding:3px 5px 2px 5px; }
.file     { height:24px; }
.text     { width:169px; height:100px; border:1px solid #AFAFAF; padding:3px 5px; overflow:auto; }
.send     { padding:0 5px; }

.block {
	float:left;
	text-align:left;
	font-weight:bold;
	margin:0 0 15px 0;
	width:290px;
}

/* BODY */
body {
	background:url('images/line.jpg') repeat;
	font:62.5%/1.6em arial, "lucida console", sans-serif;
	color:#817f7f;
}

#wrapper {
	float:left;
	padding:0 0 0 324px;
	width:800px;
}
#logo {
	position:absolute;
	background:url('images/logo.png') no-repeat;
	top:30px;left:30px;
	width:276px;
	height:58px;
}
* html #logo {
  	background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
}

#logo a {
	display:block;
	outline:none;
	width:276px;
	height:58px;
}

#content {
	float:left;
	width:500px;		
}

#content-top,
#content-bottom  {
	float:left;
	background:url('images/corner-top.png') no-repeat;
	width:500px;
	height:20px;		
}
* html #content-top {
  	background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner-top.png');
}
#content-bottom {
	background:url('images/corner-bottom.png') no-repeat;
}
* html #content-bottom  {
  	background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner-bottom.png');
}

#content-middle  {
	float:left;
	padding:0 0 0 17px;
	width::483px;		
}
#content-body  {
	float:left;
	background:#272927;
	font-size:1.2em;
	padding:100px 50px 0 70px;
	width:346px;
	height:724px;		
}
html>body #content-body {
    height: auto;
    min-height:724px;
}

#content-body ul,
#content-body ol {
	margin:0 0 15px 25px;  	
}

#content-body h1,
#content-body h3 {
    font-family:tahoma;
    font-weight:normal;
    color:#fff;
    text-transform:uppercase;   
} 
#content-body h1 {
    margin:0 0 3px;
}
#content-body h3 {
    margin:0;
    font-size:1em;
}

#menu {
	float:left;
	font-size:1.2em;
	background:url('images/trust.png') 20px 45px no-repeat;  
	padding:120px 0 0 20px;
	width:180px;
} 

#menu ul,
#menu ul li ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li {
	float:left;
	margin:0;
	padding:0 0 20px;
	width:180px;
}
#menu ul li a {
	float:left;
	font-size:1.1em;
	color:#A40233;
	padding:0 0 3px;
}
#menu ul li a:hover,
#menu ul li a.active {
	text-decoration:underline;
}
#menu ul li ul li {
	float:left;
	margin:0;
	padding:0 0 0 20px;
	width:160px;
}
#menu ul li ul li a {
	font-size:1em;
	color:#777;
	padding:0;
}
#menu ul li ul li a:hover,
#menu ul li ul li a.active {
	color:#fff;
	text-decoration:none;
}

.news-close {
	float:left;
	padding-bottom:10px;
}
.news-open {
    float:left;
	padding:0;
}

.news-close .date,
.news-close .title,
.news-open .date,
.news-open .title {
	float:left;
	color:#e5342c;
	width:160px;
}
.news-close .date {
	font-size:0.8em;	
}
.news-open .date {
	float:none;
	color:#989696;
	font-size:0.9em;		
}
.news-open h3 {
    color:#eee;
    padding:0 0 8px;		
}

.news-open h1,
.news-open .date {
    font-style:italic;
	width:100%;
}
.news-open img {
	float:left;
	margin:5px 20px 10px 0;
}

.news-close .title a {
	float:left;
	color:#eee;
	font-size:1.1em;
	padding:5px 0 8px;
} 
.news-close .title a:hover {
	text-decoration:underline;
} 

.news-close .content {
	float:left;
	font-size:0.9em;
	width:160px;
}
.news-close .desc p {
	padding:0;
}

.news-close .more {
	float:left;
	padding:5px 0 0;
	width:160px;
} 
.news-close .more a {
	font-size:0.8em;
	color:#eee;
}
.news-close .more a:hover {
	text-decoration:underline;
}

.all {
	border-bottom:1px solid #817f7f;
	padding:0 0 27px;
	margin:0 0 20px;
	width:100%;
}
.all .date,
.all .title,
.all .content,
.all .more {
	width:100%;
}
