/* ===== GENERAL ===== */

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	background: #F0F0EC;
	font: 13px "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	text-align: center;
	width: auto;
}
a {
	color: #90B11F;
}
/* ===== FORMS ===== */

input.field {
	width: 250px;
	padding: 4px;
	border: 1px solid #888;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background: #F0F0EC;
	font: 13px "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}
textarea {
	width: 250px;
	height: 150px;
	padding: 4px;
	border: 1px solid #888;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background: #F0F0EC;
	font: 13px "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}
button.button {
	padding: 2px;
	border: 1px solid #EEE;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	font: 13px "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}
html>body button.button {
	padding: 3px 4px;
}

/* ===== SECTIONS ===== */
#header {
    margin: 0px;
    padding: 20px 2% 0px 2%;
}
#main {
    background: #FFFFFF;
    border: 1px solid #CCC;
    border-left: none;
    border-right: none;       
    margin: 0px;
    padding: 20px 2% 0px 2%;
    min-height:300px;
}
#main #main-sidebar {
	float: left;
    width: 24%;
    
}
#main #main-content {
	margin-left: 27%;
}
#footer {
	background: #F0F0EC;
	color: #888;
	line-height: 24px;
    padding: 10px 2%;
    text-align: left;
}

/* ===== SECTION - HEADER ===== */
#header-title {
    float: left;
    text-align: left;
}
#header-title h1 {
    font-size: 2.5em;
    font-weight: bold;
}
#header-title h1 a {
    text-decoration: none;
    color: #000;
}
#header-title h2 {
    font-size: 1.6em;
    font-weight: normal;
}
#header-title h2 a:hover {
    text-decoration: none;
}

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

#header ul {
	margin: 10px 0px -1px 0px;
    padding: 0px;
    list-style-type: none;
}
#header ul li {
    display: inline;	
}
#header ul li a {
    padding: 10px;
    border-top: 1px solid #F0F0EC;
    font-size: 1.1em;
    color: #000;
    text-decoration: none;
    outline: none;
}
#header ul li a.on {
    border: 1px solid #CCC;
    border-bottom: 0px;
    background: #FFF;
    color: #000;
}
#header ul li a:hover {
    background: #DDDCD5;
    text-decoration: underline;
}
#header ul li a.on:hover {
    background: #FFF;
    text-decoration: underline;
}

#header .ad {
    margin-left: 50%;
}

/* ===== SECTION - MAIN ===== */
#main-sidebar {
    text-align: left;
}
#main-sidebar .imgblock {
    text-align: center;
}
#main-sidebar .imgblock img {
    border: 4px solid #F6F6F6;
}
#main-sidebar .block {
    margin-bottom: 20px;
}
#main-sidebar .keywords ul {
    list-style-type: none;
    line-height: 20px;
}
#main-sidebar .keywords ul li {
    margin: 0px 0px 1px 0px;
}
#main-sidebar .keywords ul li a {
    display: block;
    height: 1%;
    padding: 8px 16px;
    border-bottom: 1px solid #DDD;
    border-left: 5px solid #F2F6E4;
    background: #F2F6E4;
    color: #90B11F;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
}
#main-sidebar .keywords ul li a:hover {
    border-left: 5px solid #90B11F;
    color: #666666;
}

#main-content {
	text-align: left;
}
#main-content-title {
	float: left;
    text-align: left;
}
#main-content-search {
	text-align: right;
}
#main-content .block {
	margin-top: 10px;
	margin-bottom: 10px;
    text-align: left;	
}
#main-content .rss {
    line-height: 22px;
}
#main-content .keywords {
    padding: 6px 0;
    line-height: 32px;
    text-align: left;
}
#main-content .keywords ul {
    list-style-type: none;
}
#main-content .keywords li {
     display: inline;
}
#main-content .keywords li a {
    padding: 0px 8px 0px 0px;
    line-height: 26px;
    color: #000;
}
#main-content .keywords li a:hover {
    text-decoration: none;
}

/* ===== SECTION - FOOTER ===== */
#footer .menu {
	margin: 0px 0px 10px 0px;
	text-align: left;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	margin: 0px 2px;
}
#footer li a {
	padding: 3px 2px;
	color: #000;
	line-height: 26px;
	text-decoration: none;
	outline: none;
}
#footer li a.on {
	border-bottom: 1px solid #AAA;
}
#footer li a:hover {
	background: #E4E4DE;
	color: #333;
	border-bottom: 1px solid #AAA;
}
#footer li a.on:hover {
	
}
#footer #copyright {

}

/* ===== ITEM - AD ===== */
.ad {
    
}
.ad td {
	margin: 0;
	vertical-align: top; 
	text-align:left;
}
.ad td span {
    display: block;
}