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

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9E9D89;
	line-height: 160%;
}


/* Header */

#header {
	width: 1000px;
	background:  url(images/img01.gif) repeat-x;
	
	height: 93px;
	
	margin: 0 auto;
	padding: 12px 0 0 0;
	
}


#logo {
position:relative;
	float: left;
	padding: 0 15px 0 0;
	height:208px;
	background:  url(images/wokson_web_logo.png) no-repeat;
	width:300px;
	z-index:100;
	
}



/* Menu */

#menu {
	float: right;
	margin-right:50px;
	
	
}

#menu ul {
	height: 30px;
	margin: 0;
	padding: 20px 0;
	list-style: none;
}

#menu li {
margin-left: 0em;
	padding-left: 0em;
	
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height:30px;
	padding-top: 12px;
	background: url(images/img03.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 18px;
	
}

#menu a:hover, #menu .active a {
	background-image: url(images/img04.jpg);
	color: #FFFFFF;
}
#menu h3 {
font-size:12px;
	color:#FFFFFF;
	text-align:right;
	line-height:16px;
	padding:0;
	margin:0;
	letter-spacing:0.1em;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D15803;
}

h1 {
	letter-spacing: 0.05em;
	font-size: 1.4em;
}

h2 {
	margin-top: 0.6em;
	letter-spacing: 0.1em;
	font-size: 1.2em;
}

h3 {
	margin-top: 1em;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 160%;
}

ul {
	list-style: none;
}

ul li {
	margin-left: 1em;
	padding-left: .75em;
	background: url(images/img05.gif) no-repeat left center;
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	text-decoration: none;
	color: #D15803;
}

a:hover {
	text-decoration: underline;
	color: #827F4F;
}



/* Sidebar */

#sidebar {
position:relative;
float:left;
width:1000;

margin:200px -285px;
	padding: 15px 0 0 0px;
	z-index:100;
	font-size: smaller;
	color: #E3E3D4;
}

#sidebar table {
background: url(images/bg_left.png) repeat-y left;


}
#sidebar .bg_top {
background: url(images/img03.png) no-repeat left;
}

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

#sidebar li {

	padding: 0 0 0 40px;
	background: none;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0 0 0 1em;
	padding-left: .75em;
	background: url(images/img09.gif) no-repeat left center;
}

#sidebar h2 {
	color: #FFFFFF;
	
}

#sidebar a {
	color: #FFFFFF;
}

/* Content */

#content {
position:relative;
background: url(images/right_bg.png) repeat-y right;
z-index:1;
	width:1000px;
	margin:15px auto;
	padding: 35px 20px 0 0;
		
}

#content h1 { padding-left:350px;
              }
#content p { padding-left:375px;
padding-right:50px;
              }

			  
#content img { padding-right:5px;
border:none;}


/* Footer */

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: right;
}

#footer p {
	font-size: 10px;
}