/*  Copyright 2007  Scibuff - Tomas Vorobjov  (email : blog@scibuff.com)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

* { padding: 0; margin: 0; }
body, html { width: 100%; }

img { border: 0; display: block; }
div, form { display: block; }

/* GLOBAL STYLES - START */
/* GLOBAL STYLES - START */

body {
	background: #ffffff;
	font-size: 12px;
	color: #282828;
	font-family: Georgia, serif;
}

p { line-height: 1.6em; }

a, a:link, a:active, a:visited {
    background-color: inherit; 
	color: #86600f;
	text-decoration: underline;
}

a:hover { 
    background-color: inherit; 
	color: #de9406; 
	text-decoration: underline;
}

small { font-size: 11px; }

/* GLOBAL STYLES - END */

/* LAYOUT - START */

#wrapper {
	margin: 0 auto;
	margin-top: 10px;
	width: 562px;
	padding: 20px;	
}

#header {
}

#content {
}

#footer {

}

#header, #content, #footer {
	margin: 8px;
	padding: 8px;
}

/* LAYOUT - END */

/* GLOBAL CLASSES - START */

.left { float: left; }
.right { float: right; }

.clear-both { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

.display-block { display: block; }

.no-list, .inline-list { list-style-type: none; }
.inline-list li { display: inline; float: left; }

.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }

.padded-text, a.padded-text { padding: 4px 10px; }

.border-module { border: 1px solid #AAAAAA; }

/* GLOBAL CLASSES - END */

/* HEADER - START */

#header h2 {
	padding: 8px;
	padding-bottom: 16px;
}

.navigation-main li {
	margin: 0;
}

.navigation-main li a {
	background-color: #FFFFFF;
	border: 1px solid #3B3B3B;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	padding: 4px;
	text-align: center;
}

.navigation-main li a, .navigation-main li a:visited, .navigation-main li a:hover {
	text-decoration: none;
}

.navigation-main li a:hover { background-color: #E1E1E1; }


/* HEADER - END */


/* CONTENT - START */

/* CONTENT - END */

/* FOOTER - START */
#footer {
	text-align: center;
}
/* FOOTER - END */