/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

html {
 height: 100%;
 margin-bottom: 1px;
}

body {
	background: #fefdf0 url(/css/files/bg_body.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
        margin-bottom: 10px;	
        font-weight: bold;	
        font-size: 120%;
}
h4 {
        margin-bottom: 10px;	
        font-weight: bold;	
        font-size: 100%;
	line-height: 1.7em;
}
h5 {
        margin-bottom: 10px;	
        font-weight: normal;	
        font-size: 100%;
}
h6 {
        font-weight: bolt;	
        font-size: 70%;
}
p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.7em;
}

ul, ol {
	padding: 0;
	list-style: none;
	margin-top: 1em;
}

#content ul li {
 padding-left: 18px;
 background: url(/css/files/star2.gif) no-repeat 0 0.4em;
}

blockquote {
	padding-left: 3em;
	background: url(/css/files/img08.gif) no-repeat;
	font-style: italic;
}

a:link, a:visited {
	color: #c0a260;
}

a:hover {
	color: #6b675e;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Main-Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 45px;
	padding: 20px 20px 0 20px;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #a0a0a0;
}

#menu a:hover {
	background: #EEEDE0;
}

#menu .active a {
	background: #6b675e;
	color: #fff;
}

/* Left-Menu */

#submenu ul {
 margin: 20px 0 0 0;
 padding: 0;
 list-style: none;
 width: 200px;
}

#submenu ul li {
 margin: 0;
 padding: 0;
}

#submenu ul li a, #submenu ul li a:visited {
 display: block;
 width: 190px;
 padding-left: 20px;
 background: #6b675e url(/css/files/star.gif) no-repeat 5px center;
 color: #fff;
 width: 100%;
 line-height: 2em;
 text-decoration: none;
 border-bottom: 1px solid #fff;
}

#submenu ul li.active a,
#submenu ul li.active a:visited {
 background: #858075;
}

#submenu ul li a:hover,
#submenu ul li.active a:hover {
 background: #524f48 url(/css/files/star.gif) no-repeat 5px center;
}

#submenu ul li ul {
 margin: 0;
 padding: 0;
 list-style: none;
 width: 200px;
}

#submenu ul li ul li {
 margin: 0;
 padding: 0;
}

#submenu ul li ul li a,
#submenu ul li ul li a:visited {
 display: block;
 width: 190px;
 padding-left: 20px;
 font-size: 0.8em;
 color: #FFF;
 width: 100%;
 line-height: 2em;
 text-decoration: none;
 border-bottom: 1px solid #fff;
 background-color: #858075;
 background-image: none;
}

#submenu ul li ul li.active a,
#submenu ul li ul li.active a:visited {
 background: #9e988b;
}

#submenu ul li ul li a:hover,
#submenu ul li ul li.active a:hover {
 background: #524f48 url(/css/files/star.gif) no-repeat 5px center;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header #logo {
 float: left;
 width: 220px;
 height: 100px;
 margin: 0;
 padding: 70px 0 0 0;
 background: url(/css/files/logo.gif) no-repeat;
 text-indent: -9999em;
 font-size: 36px;
}

#header .slogan {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(/css/files/tools.jpg) no-repeat;
	padding: 120px 20px 0 0;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
  line-height: 1.2em; 
	color: #6b675e;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 530px;
	padding-top: 10px;
}

#content_M {

	padding-top: 30px;
}

.post {
        margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
/*	padding: 5px;
	background: #e3e2d5;
	border: 1px solid #6b675e; */
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

.headbox {
 border: 1px solid #6b675e;
}

.headbox h2 {
 background: #6b675e;
 padding: 7px 10px;
 color: fff;
 font-size: 1.3em;
}

#search fieldset {
 margin: 0;
 padding: 0;
 border: 0px;
 padding: 10px 0 10px 10px;
}
#search legend {
 display: none;
}

#search input {
 background: #F7F7F4;
 border: 1px solid #6b675e;
 width: 140px;
 height: 16px;
 float: left;
 margin-right: 5px;
 padding: 2px 0 0 4px;
 font-size: 0.9em;
 font-family: Georgia, "Times New Roman", Times, serif;
}
#search input:hover {
 background: #fff;
}
#search input:focus {
 background: #fff;
}
#search .sendsearch {
 width: auto;
 background-color: #6b675e;
 color: #fff;
 border: 1px solid #6b675e;
 height: 20px;
 float: left;
 margin-right: 0;
 padding: 1px 4px;
}
#search .sendsearch:hover {
 background-color: #F7F7F4;
 color: #6b675e;
 border: 1px solid #6b675e;
}

#news {
 margin-top: 20px;
 border: 1px solid #6b675e;
 font-size: 90%;
}

#news h2 {
 background: #6b675e;
 padding: 7px 10px;
 color: fff;
 font-size: 1.3em;
 font-weight: bold;
}

#news .txt-img {
 padding: 10px;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(/css/files/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

