/*#############################################################
Name: Fluid Solution
Date: 2006-09-06
Description: Totally liquid three-column layout, clean and simple.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

*
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

body
{
	background: #FFF url(img/bg.gif) repeat-x;
	color: #444;
	font: normal 62.5% Verdana,sans-serif;
	padding-top: 40px;
}

p, code, ul
{
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

li
{
	list-style: none;
}

h1
{
	font-size: 1.4em;
}

code
{
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #F06;
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode" ,serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote
{
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}

h1, h2, h3, h4
{
	font: normal 1.2em "Trebuchet MS" ,sans-serif;
	color: #F06;
}

/* misc */
.clearer
{
	clear: both;
}

/* header */
.header
{
	height: 70px;
	top: 5px;
	position: absolute;
	margin-right: 5px;
}

.header h1
{
	color: #ff0000;
	font: normal 2em Verdana;
	margin-top: 0px;
	text-align: center;
}

.header h2
{
	color: #666;
	text-align: right;
	margin-right: 5px;
}


.header h2 span
{
	background: #222;
	color: #EEE;
	padding: 0 6px;
}

/* left side (main content) */
.left
{
	top: 130px;
	left: 260px;
	margin: 0px 5px 0px 0px;
	background: #ccc;
	position: absolute;
	font-size: 1.2em;
}

.content .descr
{
	color: #06F;
	font-size: 0.8em;
	margin-bottom: 6px;
}

.content li
{
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content h1
{
	font-size: 2.4em;
	margin-bottom: 4px;
}
.content a, .footer a
{
	color: #F00;
	text-decoration: none;
}

.content a:hover, .footer a:hover
{
	color: #444;
}


/* nav & subnavigation */
.nav, .right
{
	margin-bottom: 120px;
	position: absolute;
	top: 0px;
}

/* navigation */
.nav
{
	left: 0%;
	text-align: center;
	width: 17%;
}

.nav .logo
{
	background: url(img/logo.gif) no-repeat center top;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 159px;
}

.nav h1
{
	color: #F60;
	margin: 12px 0;
}

.nav li
{
	border-bottom: 1px solid #EEE;
}

.nav li a
{
	color: #888;
	display: block;
	font: normal 1.4em serif;
	padding: 8px 0;
}

.nav li a:hover
{
	background: #FAFAFA;
	color: #F06;
}

/* subnav */
.right
{
	background: #ccc;
	top: 130px;
	left: 5px;
	width: 250px;
}

.subnav
{
	padding: 0px 12px 0px 0px;
}

.subnav h1
{
	color: #F00;
	font-size: 1.4em;
	height: 16px;
	margin-left: 8px;
}

.subnav a
{
	color: #F00;
	font-size: 1.4em;
	height: 15px;
	margin-left: 8px;
}

.subnav a:hover
{
	color: #000;
	font-size: 1.4em;
	height: 15px;
	margin-left: 8px;
	text-decoration: none;
}

.subnav ul
{
	margin: 0 0 16px;
	padding: 0;
}
.subnav li
{
	list-style: none;
	margin: 0;
	/*border-bottom: 1px dashed #333;*/
}

.subnav li li
{
	font-size: 10px;
	list-style: none;
	margin: 0;
}

.subnav li a
{
	color: #000;
	display: block;
	font-size: 1.1em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}

.subnav li a:hover
{
	color: #F00;
	display: block;
	font-size: 1.1em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}

/* round edges */
.roundtl, .roundtr, .roundbl, .roundbr
{
	background: url(img/roundp.gif);
	height: 16px;
	width: 14px;
}

.roundtl, .roundbl
{
	float: left;
}

.roundtr, .roundbr
{
	float: right;
}

.roundtr
{
	background-position: right top;
}

.roundbr
{
	background-position: right bottom;
}

.roundbl
{
	background-position: left bottom;
}

/* round edges gray*/
.roundgtl, .roundgtr, .roundgbl, .roundgbr
{
	background: url(img/roundg.gif);
	height: 16px;
	width: 14px;
}

.roundgtl, .roundgbl
{
	float: left;
}

.roundgtr, .roundgbr
{
	float: right;
}

.roundgtr
{
	background-position: right top;
}

.roundgbr
{
	background-position: right bottom;
}

.roundgbl
{
	background-position: left bottom;
}

P.thumb
{
	border-right: #ff0000 1px solid;
	padding-right: 3px;
	border-top: #ff0000 1px solid;
	padding-top: 3px;
	border-left: #ff0000 1px solid;
	padding-left: 3px;
	float: left;
	padding-bottom: 3px;
	border-bottom: #ff0000 1px solid;
	margin: 0.5em;
	text-align: center;
	vertical-align: middle;
	height: 76px;
	width: 104px;
}

/* footer */
.footer
{
	top: 805px;
	position: absolute;
	background: #FFF url(img/bgbottom.gif) repeat-x;
	color: #666;
	font: normal 1em Verdana,sans-serif;
	height: 50px;
	padding: 12px;
}
