* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif;
	font-size: small;
	background: url('../images/header-background.gif') repeat-x top;
}
h1 {
	font-size: 150%;
	line-height: 110%;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}
h2 {
	font-size: 135%;
	line-height: 110%;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}
h3 {
	font-size: 120%;
	line-height: 120%;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}
h4 {
	font-size: 90%;
	line-height: 130%;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h5 {
	font-size: 85%;
	line-height: 140%;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h6 {
	font-size: 80%;
	line-height: 140%;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
p {
	line-height: 130%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}


a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
img {
	border: none;
}



.layout {
	font-size: 95%;
}
.layout-width {
	width: 90%;
	min-width: 980px;
	margin: 0 auto;
}
* html .layout-min-width {
	padding-left: 980px;
}
* html .layout-fix-1 {
	position: relative;
}
* html .layout-fix-2 {
	margin-left: -980px;
	position: relative;
}
/*\*/
* html .layout-min-width, * html .layout-fix-1, * html .layout-fix-2, * html .layout-container {
	height: 1px;
}
/**/
.layout-container {
	float: left;
	width: 100%;
}
.layout-sidespace {
	margin: 0px 80px 20px 80px;
}



.left .spacer,
.right .spacer {
	height: 165px;
	margin: 0px 0px 30px 0px;
}

.left {
	position: relative;
	width: 27%;
	float: left;
	clear: both;
}
.left .logo {
	position: absolute;
	top: 30px;
	left: 0px;
}

.left ul {
	padding: 0px;
	aheight: 1%;
}
.left ul li {
	padding: 10px 0px;
	margin: 0px 0px 0px 1.5em;
	list-style: square outside;
	color: #D4261D;
	aheight: 1%;
}
.left ul a,
.left ul a:hover,
.left ul span {
	adisplay: block;
	padding: 10px 0px;
	color: #399900;
	text-transform: uppercase;
	font-weight: bold;
}
.left ul ul {
	padding: 10px 0px 5px 15px;
}
.left ul ul li {
	list-style: none;
	padding: 2px 0px;
	margin: 0px;
}
.left ul ul a,
.left ul ul a:hover,
.left ul ul span {
	padding: 2px 0px;
	text-transform: none;
	font-weight: normal;
}


.left .banners {
	margin-top: 20px;
}
.left .banners img {
	border: none;
	margin-bottom: 10px;
}







.right {
	width: 70%;
	float: right;
}	
.right .spacer {
	background: url('../images/contacts.gif') no-repeat right 45px;
}



.menu-path {
	margin: 20px 0px;
}







.menu-bottom {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 30px;
	color: #999999;
}


.menu-bottom ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.menu-bottom ul li {
	padding: 0px 10px;
	border-right: 1px solid #999999;
	float: left;
}
.menu-bottom ul li.first {
	padding-left: 0;
}
.menu-bottom ul li.last {
	padding-right: 0;
	border-right: none;
}
.menu-bottom ul li a,
.menu-bottom ul li a:hover,
.menu-bottom ul li span {
	color: #999999;
}

.menu-bottom form {
	float: right;
}
.menu-bottom form .input-text {
	color: #b6b6b6;
	border: 1px solid #d6d6d6;
	padding: 2px;
	float: left;
}
.menu-bottom form .input-submit {
	background: none;
	border: none;
	font-weight: normal;
	color: #336699;
	cursor: pointer;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	text-decoration: underline;
}


.footer {
	position: relative;
	clear: both;
	margin: 20px 0px 30px 0px;
	padding: 25px 0px;
	background: #C0E2AC;
	color: #797979;
	height: 1%;
}
.footer .author {
	position: relative;
	float: right;
	padding: 0px 30px 0px 0px;
	color: #5E483F;
}
.footer .author span {
	float: left;
	margin: 0px 0px 0px 10px;
}
.footer .author .counter {
	float: left;
	margin: -0.6em 0 -1em 10px;
}
.footer .copyright {
	float: left;
	padding: 0px 30px;
	color: #797979;
}	




.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}




.index-sections {
	width: 100%;
}
.index-sections td {
	width: 33%;
	padding: 0px 30px 30px 0px;
}
.index-sections td.column-last {
	padding-right: 0px;
}
.index-sections .row-last td {
	padding-bottom: 0px;
}
.index-sections img {
	display: block;
	margin: 0px 0px 10px 0px;
}
.index-sections a,
.index-sections a:hover {
	color: #000000;
	font-weight: bold;
}


.td1 {
border:1px solid black;
padding:5px;
vertical-align: middle;
}

