* {
    margin: 0;
    padding: 0;
}

p.blok {
    padding: 5px 0;
    font: 16px/21px Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
}

p.blok a {
    text-decoration: none;
    color: #000;
}

p.blok a:hover {
    padding-left: 5px;
    text-decoration: none;
    color: #AD7C56;
}

p.inset {
    padding-left: 10px;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: left;
}

body {
    padding: 15px 0;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #4E3827;
    background: #C6BFAF;
}

h1 {
    float: left;
    width: 520px;
    height: 40px;
    font: 18px/36px Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    color: White;
    background: #bcbcbc url(../images/topbar-gp.jpg) no-repeat right;
}

h2 {
    padding: 15px 0 0 0;
    font: 18px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2.firsth2 {
    padding-top: 0;
}

p.hm1 {
	padding: 15px 40px 15px 40px;
    font: 18px/30px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../images/hm2.jpg) no-repeat center left;
}

p {
    padding: 5px 10px;
    font: 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #4E3827;
}

a {
    color: #FF8200;
    text-decoration: underline;
}

a:hover {
    color: #FFA748;
    text-decoration: none;
}

#main {
    margin: 0 auto;
    width: 780px;
    text-align: left;
    background: #F4F1EA url(../images/bg.gif) repeat-y;
    border: 10px solid #45433D;
}

#top {
}

#header {
    margin-top: 0;
    position: relative;
    margin-left: 260px;
    height: 286px;
    width: 520px;
    background: #bcbcbc;
}

#menu {
    float: left;
    height: 286px;
    width: 260px;
    background: #D9BA8C;
}

#menu ul {
    list-style: none;
    padding: 50px 0 0 0;
}

#menu ul li {
    padding: 0 0 0 50px;
    font: 16px/21px Tahoma, Arial, Helvetica, sans-serif;
    color: White;
}

#menu ul li a {
    text-decoration: none;
    color: White;
}

#menu ul li a:hover {
    padding-left: 5px;
    text-decoration: none;
    font-weight: bold;
    color: White;
}

#menu ul li a.active, #menu ul li a.active:hover {
    padding-left: 12px;
    text-decoration: none;
    font-weight: bold;
}

#menu p {
    padding: 80px 0 0 20px;
    font-weight: bold;
    text-align: left;
}

#topbar {
    height: 40px;
}

#search {
    float: left;
    width: 260px;
    height: 40px;
    background: #fff url(../images/searchbg-gp.jpg) no-repeat;
}

#search form {
    padding: 18px 30px 0 30px;
}

#search input.text {
    float: left;
    display: block;
    padding: 4px 2px;
    width: 120px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #AD7C56;
    background: #F3F1EE;
    border: 1px solid #AD7C56;
}

#search input.submit {
    float: right;
    display: block;
    width: 60px;
    height: 26px;      
    background: #AD7C56 url(../images/search.gif) no-repeat;
    border: none;
}

#middle {
}

#left ul {
    list-style: none;
    padding: 15px;
}

#left {
    float: left;
    padding: 10px;
    width: 500px;
}

#left h2 {
    color: #4E3827;
}

#right {
    float: right;
    padding: 10px 30px 100px 30px;
    width: 200px;
	background: #AD7C56;
}

p.right {
    color: White;
    text-align: left;
    padding-left: -10px;
    font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;    
}

#right h2 {
    color: White;
}

#right ul {
    list-style: none;
}

#right ul li {
    height: 20px;
}

#right ul li a {
    font: 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: White;
}

#right ul li a:hover {
    padding-left: 2px;
    font-weight: bold;
    text-decoration: none;
    color: White;
}

#right ul li a.active, #right ul li a.active:hover {
    padding-left: 2px;
    font-weight: bold;
    text-decoration: none;
    color: White;
}

#bottom_right {
    height: 60px;
    background: #F4F1EA;
    margin-left: 520px;
    width: 260px;
}    

#bottom {
    clear: both;
    height: 60px;
    background: #EADFD6;
}

#bottom p {
    padding: 0;
    width: 520px;
    text-align: center;
    background: #AD7C56;
}

#bottom p, #bottom a {
    font: 11px/45px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #EADFD6;
}

#bottom a:hover {
    text-decoration: none;
    color: #EADFD6;
}

/*******TYPOGRAPHY********/
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-right: 5px solid #C37007;
	border-top: 5px solid #C37007;
	font: 1em/1.5 "Courier News", monospace;
	background: #F0F0F0;
}

p.prop-logo {
	background: url(../images/prop-logo.jpg) no-repeat;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/typ/quote.jpg) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #C37007;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding: 5px 5px 5px 25px;
	color: #CC0000;
	background: url(../images/typ/error.gif) no-repeat center left;
}

.message {
	padding: 5px 5px 5px 25px;
	color: #006699;
	background: url(../images/typ/info.gif) no-repeat center left;
}

.tips {
	padding: 5px 5px 5px 25px;
	color: #FF5A00;
	background: url(../images/typ/tips.gif) no-repeat center left;
}

.highlight {
	border-bottom: 1px dotted #888888;
	padding: 0 5px;
	background: #FEFAE1;
	font-weight: bold;
}

p.sticky {
	color: #FFFFFF;
	padding: 10px 20px 10px 60px;
	margin-top:10px;
	margin-bottom:10px;
	background: #A25706 url(../images/typ/sticky.jpg) no-repeat center left;
	border:3px solid #F0F0F0;
}

p.pin {
	color: #000;
	padding: 10px 20px 10px 60px;
    text-align: left;
	margin-top:10px;
	margin-bottom:10px;
	background: #FBC887 url(../images/typ/pin.jpg) no-repeat center left;
	border:3px solid #F0F0F0;
}

p.clip {
	color: #FFFFFF;
	padding: 10px 20px 10px 60px;
	background: #397BAF url(../images/typ/clip.jpg) no-repeat center left;
	border:3px solid #F0F0F0;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
	display: block;
	color: #C37007;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
}