﻿body {
	background-image: url('../layout/images/gradient.gif');
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #303030;
}

h1 {
	margin: 0;
	font-size: 18px;
	color: #171717;
	font-weight: normal;
}

h2 {
	margin: 0;
	font-size: 16px;
	color: #171717;
	font-weight: normal;
}

h3 {
	margin: 0;
	font-size: 14px;
	color: #141414;
	font-weight: normal;
}

img {
	border-width: 0px;
}

ul {
	list-style-type: square;
}

a {
	color: #336;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#info {
	background-image: url('../layout/images/info-background.gif');
	background-repeat: no-repeat;
	width: 350px;
	height: 35px;
}

#info p {
	margin: 0;
	padding: 6px;
	/*position: relative;
	top: 5px;*/
}

/* shadows for everyone, but IE6 */
html > body #shadow {
	background-image: url('../layout/images/shadow.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	
	/* these values must be the same as the size of shadow.png! */
	width: 810px;
	height: 702px;
}

#header {
	background-image: url('../layout/pics/banner/banner.jpg');
	width: 800px;
	height: 207px;
}

ul#menu{
	/*margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 172px;*/
	margin: 0;
	padding: 7px;
	/*text-align: center;*/
	position: relative;
	top: 173px;
}

ul#menu  li{
	color: #fff;
	list-style: none;
	display: inline;
}

ul#menu a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	/*float: left;
	width: 120px;*/
}

ul#menu a:hover {
	color: #000;
}

#body {
	background-image: url('../layout/images/body-background.gif');
	background-repeat: no-repeat;
	background-color: #fff;
	width: 800px;
}

ul#navigation {
	float: left;
}

ul#quicklinks {
	float: right;
}

/* for IE6 */
body #content {
	margin: 0 150px 0 150px;
	height: 465px;
	overflow: auto;
}

/* for the rest */
html > body #content {
	margin: 0 150px 0 150px;
	width: 500px;
	height: 465px;
	overflow: auto;
}

#footer {
	background-image: url('../layout/images/footer-gradient.gif');
	background-repeat: repeat-x;
	height: 20px;
	width: 800px;
	font-size: 10px;
}

#footer  a {
	text-decoration: none;
	color: #000;
}

#footer p  {
	margin: 0;
	padding: 4px;
}

#copyright {
	float: right;
}

.text-button {
	/*border: 1px solid #aaa;
	padding: 2px;
	margin: 0;*/
}

.text-button input {
	/*border-style: none;
	background: transparent;*/
	color: #c1c1c1;
	width: 100px;
	vertical-align: middle;
}

.text-button img {
	border: 0 none #fff;
	vertical-align: middle;
}

.box {
	background-color: #f0f0f0;
	margin: 5px;
	padding: 5px;
	display: block;
	width: 130px;
}

.box a {
	text-decoration: none;
	color: #131313;
}

.box a:hover {
	text-decoration: underline;
}

.box  li {
	list-style: none;
}

.sublist {
	margin: 0;
	padding-left: 15px;
}

.sublist li {
	list-style: square;
	/*list-style-image: url('images/buttons/list-bullet.png');*/
}

.selected {
	color: #000 !important;
}



