/**
  * common styles
  */

* {
	padding: 0;
	margin: 0;
	/*position: relative;*/
	/*font-variant:small-caps;*/
	/*display: block;*/
}

/* page shift fix for gecko browsers: forces vertical scroll bar */
html {
	min-height: 100%;
	margin-bottom: 1px;
}

script {
	display: none;
}

body {
	color: #808080;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #e8e7e3;
	font-size: small;
	/*font-family: Tahoma, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, sans-serif;
	/*position: relative;*/
}

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

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

a.caps {
	color: #b7c74b;
	text-transform: uppercase;
}

p {
	text-align: justify;
}

img {
	border: none;
}

/* tables */
table {
	font-size: small;
	font-family: Arial, Verdana, sans-serif;
}
th, td {
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 15px;
	border-right: 1px #ececea solid;
}
th.first, td.first {
	padding-left: 0;
}
th.last, td.last {
	padding-right: 0;
	border-right: none;
}

table.horizontal td, table.horizontal th {
	border-right: none;
	border-bottom: 1px #ececea solid;
}

/* the most top div */
#page {
	width: 770px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/shadow-middle.png);
	background-repeat: repeat-y;
	background-position: center;
	/*border: 1px yellow dashed;*/
}

/* content divs */
.container {
	position: relative;
	margin: 0 27px;
	background-color: #f7f7f7;
	/*border-left: 2px #ccc solid;
	border-right: 2px #ccc solid;*/
}
/* header container */
#header {
	height: 128px;
	background-image: url(../img/header-bg.gif);
	background-repeat: repeat-x;
	/*border-top: 2px #ccc solid;*/
}
/* title image */
#img-title {
	float: left;
	margin-top: 24px;
}
/* top right blok */
#header div {
	height: 128px;
	width: 300px;
	float: right;
	margin-top: 0px;
	background-image: url(../img/pkin.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
/* top right menu */
#header div ul {
	color: #fff;
	float: right;
	font-size: 80%;
	padding: 2px 0;
	margin-top: 28px;
	list-style-type: none;
	background-color: #C2D130;
}
/* top right menu item */
#header div ul li {
	float: left;
	margin-right: 8px;
	padding-left: 13px;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: left center;

}
/* top right menu item link */
#header div ul li a {
	color: #fff;
	margin-right: 18px;
	text-decoration: none;
}
#header div ul li a:hover {
	text-decoration: underline;
}
/* top right menu rounded corners */
#menu-small-corners {
	position: relative;
	padding-left: 0;
}
span.menu-small-corner {
	position: absolute;
	font-size: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background-repeat: no-repeat;
}
#menu-small-corner-top {
	top: -2px;
	background-image: url(../img/corner-small-top.gif);
	background-repeat: no-repeat;
}
#menu-small-corner-bottom {
	bottom: -2px;
	background-image: url(../img/corner-small-bottom.gif);
	background-repeat: no-repeat;
}

/* main menu */
#menu {
	height: 27px;
	background-color: #888481;
	background-image: url(../img/menu-bg.jpg);
	background-repeat: repeat-y;
}

#menu object {
	left: auto;
	bottom: auto;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 30
}

/* main menu on CSS
#menu {
	height: 22px;
	padding-top: 5px;
	padding-right: 25px;
	list-style: none;
	text-align: right;
	background-color: #888481;
	background-image: url(../img/menu-bg.jpg);
	background-repeat: repeat-y;
}

#menu li {
	display: inline;
	padding: 0px 10px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	z-index: 30;
}
#menu li a {
	color: #fff;
	text-decoration: none;
}
#menu li a img {
	border: none;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu li ul {
	top: 17px;
	left: 15px;
	padding-bottom: 5px;
	position: absolute;
	color: #fff;
	background: #888481;
	display:  none;
	list-style: none;
	text-align: left;
}

#menu li:hover ul {
	display: block;
}
#menu li ul li {
	display: list-item;
	padding: 0;
}
#menu li ul li a {
	display: block;
	color: #fff;
	padding: 5px 2px 3px 9px;
}
#menu li ul li a img {
	display: block;
}
*/

.flash {
	left: 0;
	bottom: 0;
	z-index: 10;
	position: absolute;
}

/****************/

/* footer */
#footer {
	color: #aaa;
	font-size: 80%;
	text-align: center;
	padding-top: 9px;
	margin-bottom: 20px;
	background-image: url(../img/shadow-bottom.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer span {
	color: white;
	display: block;
	margin-bottom: 6px;
}

/* page shadows */
.horizontal-shadow {
	margin: 0 auto;
	width: 716px;
	background-repeat: repeat-x;
}
#shadow-top {
	height: 9px;
	font-size: 1px;
	background-image: url(../img/shadow-top.png);
}

.side-shadow {
	top: 0;
	position: absolute;
	width: 27px;
	height: 391px;
}
#shadow-left {
	/*float: left;*/
	left: 0;
	background: url(../img/shadow-left.png);
}
#shadow-right{
	/*float: right;*/
	right: 0;
	background: url(../img/shadow-right.png);
}

/* additional */
.spacer {
	clear: both;
}

.build {
	border: #09f solid 1px;
}

.zoom {
	cursor: crosshair;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

/* forms */
form {
	width: 600px;
	height: auto;
	margin: 2em 20px;
	position: relative;
	/*overflow: auto;*/
}

form div {
	margin: 2em 0;
}

form textarea {
	height: 100px;
}

label {
	font-weight: bold;
}

.form {
	/*width: 30em;*/
	width: 100%;
	display: block;
	font-size: small;
	font-family: "Courier New", Monospace, Verdana, Arial, Helvetica;
	border: 1px solid #a4b97f;
	padding: 0 0.5em;
}
form h4 {
	width: 100%;
	padding-right: 1em;
	border-bottom: 1px solid #a4b97f;
}
.buttons {
	clear: both;
	width: 100%;
	padding: 0.5em;
	/*padding-left: 1em;*/
	border-top: 1px solid #a4b97f;
	text-align: center;
}
.buttons input {
	/*padding: 0.2em 0.5em;*/
	margin: 0em 0.5em;
}
