/*
http://../style.css
author: Paweł 'ODDie' Jonik
©2006 ODDied.net. All rights reserved.
*/

/* defaults */
@import url("form.css");
@import url("table.css");
@import url("print.css") print;
@import url("pda.css") handheld;

body, 
h1, h2, h3, h4, h5, h6, 
p, ul, ol, li, dl, dt, dd, hr, blockquote, 
form, fieldset { text-align: left;
	margin: 0; padding: 0;
	}
img, fieldset { border: none; }
a { text-decoration: none; }
ul {margin: 10px 0px 10px 40px;}
ul li {margin: 8px 0px;}
div.clear { clear: both; }
p {margin: 10px 0px;}
p:first-letter {margin-left: 20px;}

/* layout */

body {
	background: #fff url(.jpg) center top no-repeat;
	font: normal 13px Verdana, Arial, Helvetica, Tahoma, Verdana, sans-serif; /* 16px */
	color: #666; text-align: center;
	}

h1.logo a {
	text-indent: -1000px;
	display: block;
	outline: none;
	height: 64px;
	}
h1.logo a, 
h1.logo a:visited { color: #fff; }

h1, h2, h3 {font: bold Arial, "Trebuchet-MS", Arial, Helvetica, Tahoma, Verdana, sans-serif; letter-spacing: -1px; font-weight: normal;} /* 32px 24px 19px */

a, a:visited {color: #f80;} 
a:hover {color: #d60;}



#container {position: relative;
	width: 768px;
	margin: 0 auto;
	}

img.top_wiz {display: block; position: absolute; right: 143px; z-index: 10}

#top {float: left; font-weight: bold; margin-top: 20px; z-index: 100; text-align: left;}
#top ul {width: 380px; background: #380}
#top li { list-style-type: none; display: inline; text-align: left;}
#top a, #top a:visited {color: #fff;} 
#top a:hover {color: #cdc;}

div.line {
clear: both;
height: 1px;
border-top: 1px solid #9b7;
margin-top: 3px;
margin-bottom: 8px;
margin-left: 0px;
margin-right: 0px;
}
div.line hr {
display: none;
}
#content div.line{border-top: 1px solid #cda;}
	
#content {
float: left;
width: 400px;
z-index: 1000;
line-height: 150%;
}
#content h1 {color: #680; font-weight: bold; font-family: Trebuchet MS; text-align: right; border-right: 20px solid; padding-right: 10px}
#content ul {color: #680; font-weight: bold;}

ul.menu {list-style-type: none; font: bold 14px Trebuchet MS; margin-left: 0px}
ul.menu li {border-bottom: 1px solid; border-right: 1px solid;}
ul.menu a, ul.menu a:visited {color: #fff; border-left: 10px solid #8a4; padding-left: 5px}
ul.menu a:hover {color: #ddc;  border-left: 10px solid #ddc; padding-left: 5px}

#right_menu {
background: url("gfx/right.png") no-repeat #8a4;
font-size: 75%;
line-height: 150%;
letter-spacing: 0px;
color: #ddc;
width: 333px;
float: right;
margin-top: 14px;
margin-bottom: 10px;
padding-top: 180px;
padding-left: 10px;
padding-right: 10px;
}
#right2 {
background: #8a4;
font-size: 75%;
line-height: 150%;
letter-spacing: 0px;
color: #ddc;
width: 333px;
float: right;
margin-top: 14px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
#right3 {
background: #fff;
font-size: 75%;
line-height: 150%;
letter-spacing: 0px;
color: #aa9;
width: 233px;
float: left;
margin-top: 14px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 10px;
}
#right_menu h1, #right_menu h2, #right_menu h3 {}
#right_menu img.right_end, #right2 img.right_end {margin: 0px 0px -5px -10px}
#right2 a, #right2 a:visited {color: fff}
#right2 a:hover {color: #ddc}
	
#footer {clear: both; text-align: center; color: #680;font-size: 75%;}
#footer p {text-align: center; margin: 0px; padding: 0px}




