/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #070707;}
a:hover { color: #454545; }

body {background:#ffffff url(img/bg.png) repeat; font: 62.5% Tahoma, sans-serif; }

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}



h1 {
	font: normal 1.7em Times new roman, serif;
	margin-bottom: 4px;
	 color: #ff9900;
	 background-color: #;
}

h2 {
	font: normal 1.4em TTimes new roman, serif;
	 color: #8e7f60;
}
code { color: #070707; background: #fff; display: block; font: 1em/1.6em Tahoma, sans-serif; margin-bottom: 12px; padding: 8px 10px; border-color: #eee #eee #eee #75413a; border-style: solid; border-width: 1px 1px 1px 6px; white-space: pre; }

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container { font-size: 1.2em; background: #fff; margin: 0 auto; padding: 0 10px 10px; width: 780px; }

/* header */
.top {
	background:#ffffff url(img/bg.png) repeat;
	padding: 10px 10px 0;
}

/* title */
.header {
	background: #ffffff;
	font-size: 1.2em;
	height: 132px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right { color: #fff; background: #fff; height: 132px; }
.header .left { font: 2.8em/150px "Trebuchet MS", sans-serif !important; background: #fff url(img/header.jpg) no-repeat; text-align: center; width: 778px; }
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation { background-image: url(img/nav.gif); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border-color:  #fff; height: 40px; border-style: solid; border-width: 1px; }
.navigation a { background: #fff url(img/nav.gif); color: #f0eeed; display: block; float: left; font:  .95em/41px century-gothic, sans-serif; padding: 0 10px; text-decoration: none; border-right-style: solid; border-right-width: 1px; }
.navigation a:hover {background-position: left bottom; color: #ff9900;}

/* main */
.main {
	border-top: 4px solid #fff;
	background: #ffffff;
}
/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 { background: #8e7f60; color: #ffffff; font-size: 1em; line-height: 20px; margin: 0; padding-left: 12px; }
.sidenav ul {
	padding: 0;
	border-top: 1px solid #ccc;
}
.sidenav li { border-bottom: 1px solid #ebf8e4; }
.sidenav li a { color: #ff9900; font-size: 1.1em; display: block; padding: 8px 0 8px 5%; text-decoration: none; width: 95%; }
.sidenav li a:hover { color: #fff; background: #8e7f60; }


/* content */
.content {
	float: left;
	
	margin: 10px 0;
	padding: 0 16px;
	width: 511px;
	font-size: 1.1em;
}
.content .descr {
	color: #75413a;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: none;
	margin-left: 12px;
	color: #ff9900;

}
.content p {font-family: ,sans-serif;}

.drop-shadow
{
	float: left;
	position: relative;
	margin: 10px 3px 0 10px !important;
	margin: 10px 3px 0 5px; 
	background: url(img/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(img/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.drop-shadow p
{
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}
/* footer */
.footer1 {
	
	color: #8e7f60;
	background: #d7d0c6;
	font: bold 1em sans-serif;
	line-height: 30px;
	text-align: center;
}
.footer1 a,.footer a:hover {color: ccc;}

.footer {
	background-color:#8e7f60;
	color: #ffffff;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover { color: #ff9900;}