@CHARSET "UTF-8";

html {

}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3e3e3e;
	margin: 0 auto;
}

.container {
	background-color: #d7d7d7;
	width: 1000px;
	text-align: left;
	margin: auto;
	position: relative;
}

p {
        margin: 5px 0 10px;
}

p.indent {
	text-indent: 30px;
}

a {
	text-decoration: underline;
	color: #3e3e3e;	
}

a:hover {
	text-decoration: none;
	color: #3e3e3e;
}

li { padding-bottom: 5px;}

h3 { font-size: 18px; color: #ff6600; }

input.text {
	width: 150px;
	height: 18px;
	border: 1px solid #b3b3b3;	
}

table input{
	margin: 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearfix {
	clear: both;	
}

/***** Styles For Header ****/

.top-dark-grey {
	background-color: #7e7e7e;
	width: 100%;
	height: 15px;
}

.top-menu-bg {
	height: 37px;
	width: 100%;
	text-align: center;
	background-color: #575757;
	border-bottom: 1px solid #f17442;
}

.header-bg {
	width: 100%;
	height: 221px;
	background-color: #7b7b7b;
	overflow: hidden;
	position: relative;
}

.header-bg-1 {
	background: url("/img/top-bg-1.jpg") no-repeat bottom;
	height: 221px;
	width: 347px;
	float: left;
}

.header-bg-2 {
	background: url("/img/top-bg-2.jpg") no-repeat bottom;
	height: 221px;
	width: 212px;
	float: left;
	position: relative;
        display: block;
}

.header-bg-3 {
	background: url("/img/top-bg-3.jpg") no-repeat bottom;
	height: 221px;
	width: 441px;
	float: left;
}

.home-icon, .map-icon, .mail-icon {
	position: absolute;
	left: 390px;
	top: 20px;
	background: url("/img/home-icon.png") no-repeat center center;
	width: 30px;
	height: 30px;
	display: block;
}

.map-icon {
	background: url("/img/map-icon.png") no-repeat center center;
	left: 430px;
}

.mail-icon {
	background: url("/img/mail-icon.png") no-repeat center center;
	left: 470px;
	top: 22px;
}

/******** Styles For Content *********/

.content-2 {
	background: url("/img/content-top-bg.jpg") no-repeat;
	width: 100%;	
        overflow: hidden;
        padding-top: 20px;
}

.content {
	/*background: url("/img/content-bg.jpg") no-repeat right 82px;*/
	width: 100%;	
        overflow: hidden;
	padding-bottom: 40px;
min-height:500px;
height: auto !important;
/*height:500px;*/
}

.content-left-bg {
	background: url("/img/content-left-top.jpg") no-repeat;
	width: 358px;
	height: 90px;
	float: left;
}

.content-right-bg {
	background: url("/img/content-right-top.jpg") no-repeat -15px -1px;
	width: 642px;
	height: 90px;
	float: left;
}

/*Left Column*/
.left-column {
	/*background: url("/img/left-menu-bg.jpg") no-repeat 0 85px;*/
	width: 300px;
	height: auto;
	float: left;
	/*margin-right: 30px;*/
	position: relative;
	padding-left: 20px;
        min-height: 300px;
        height: auto !important;
    /*    height: 300px;*/
}

.left-top{
	margin-bottom: 10px;
}

.leafe-left, .leafe-right {
	background: url('/img/leafe-left.gif') no-repeat;
	width: 23px;
	height: 19px;
	position: absolute;
}

.leafe-left {
	top: -9px;
	left: -13px;
}

.leafe-right {
	background: url('/img/leafe-right.gif') no-repeat;
	right: -13px;
	bottom: -9px;
}

.menu-title {
	background: url("/img/catalogue-title.gif") no-repeat;
	width: 257px;
	height: 42px;
}

.left-menu {
	width: 260px;
}

.left-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.left-menu li {
	background: url("/img/left-menu-bottom.gif") repeat-x bottom; 
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;
	padding: 5px 0;
}

.left-menu ul ul {
	padding-left: 20px;
}

.left-menu ul ul li {
	background: url("/img/left-menu-img-2.gif") no-repeat 0 center;
	text-decoration: none;
	font-weight: normal;
	overflow: visible;
	padding: 0 15px;
	margin-bottom: 5px;
}
.left-menu ul ul li a{text-decoration:none;}
.left-menu ul ul li a:hover{text-decoration:underline;}
.left-menu ul ul li a:active{text-decoration:none;}
.left-menu ul ul li a:active:hover{text-decoration:underline;}

.left-menu ul ul li.selected { background: none; /*background-color: #999999;*/ }  
.left-menu ul ul li.selected a{ color: #ff6600; font-weight:bold;}
.left-menu ul ul li.selected a:hover { text-decoration:none; }
.left-menu ul ul li.selected a:active:hover { text-decoration:none; } 

.left-menu table {
	/*background:transparent url('/img/left-menu-img.png') no-repeat 0 center;*/
	width:263px;
}

.left-menu .menu-td { padding-left: 15px; }
.left-menu .menu-td a{text-decoration:none;}
.left-menu .menu-td a:hover{text-decoration:underline;}
.left-menu .menu-td a:active{text-decoration:none;}
.left-menu .menu-td a:active:hover{text-decoration:underline;}

.left-menu-div-1 {
	width: 200px;
	background: url("/img/left-menu-img.png") no-repeat 0 14px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px; 
}

.left-menu-div-2 { 
	width: 40px;
	text-align: right;
	line-height: 40px;
	height: 40px;
}





.left-menu li span {
	font-weight: normal;
	color: #767676;
	font-size: 14px;
}

.search-form {
	margin-top: 20px;	
}

.search-form .button, .search-page .button {
	background: url("/img/search-img.png") no-repeat;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	color: #3E3E3E;
} 

.search-page .text {
        width: 300px;
}

/*Right Column*/
.right-column {
	width: 660px;
	float: left;
	height: auto;	
	padding-bottom: 60px;
	position: relative;
	margin-right: 10px;
	_margin-right: 0px;
}

.right-column-title {
	display: block;
	top: -65px;
	left: 10px;
	position: absolute;
}

.right-bottom-menu {
        position: absolute;
        bottom: 150px;
        right: 0px;
       // float: right;
	width: 610px;
	height: 20px;
	overflow: hidden;
}

/*Style For Footer*/

.footer {
	height: 125px;
	position: relative;
}

.footer-1 {
	background: url("/img/bottom-bg-1.jpg") no-repeat;
	height:55px;
	padding-left:30px;
	padding-top:70px;
	width:287px;
	background-color: #c9c9c9;
	float: left;
	color: #767676;
	line-height: 18px;
}

.footer-phone {
	background: url("/img/phone-new.jpg") no-repeat;
	width: 260px;
	height: 125px;
	float: left;
	background-color: #c9c9c9;
}

.footer-2 {
	background: url("/img/bottom-bg-2.jpg") no-repeat 0 -4px;
	background-color: #c9c9c9;
	width: 403px;
	height: 100px;
	padding-right:20px;
	padding-top:27px;
	float: left;
	color: #767676;
	line-height: 18px;
	text-align: right;
}

#captcha-container{
    width: 268px;
    overflow: hidden;
}

.field-border input {
    width: 250px;
}

#captcha {
    width: 130px;
    float: right;
    margin-top: 10px;
}

#captcha input {
    width: 120px;
}

.save-button {
	display: block;
	width: 120px;
	height: 25px;
	color: #927B6B;
	border: 1px solid #b3b3b3;
	margin-top: 10px;
	cursor: pointer;
	font-size: 11px;
}

.form {
	width: 399px;
	padding: 15px;
	margin-top: 10px;
	border-color:#B3B3B3 #737373 #737373 #B3B3B3;
	border-style:solid;
	border-width:1px;
}

.form-title {
	font-size: 14px;
	font-weight: bold;
	margin-left: 4px;
	color: #f60;
}

.form-text-input {
	width: 170px;
	height: 18px;
	border: 1px solid #b3b3b3;
}

.width-50 {
	width: 50px;
}

.form-textarea {
	width: 100%;
	height: 70px;
	border: 1px solid #b3b3b3;
}

.display-inline {
	display: inline;
	margin-left: 20px;
}

.required{
	color: red;
}

.required_legend{
	font-size: smaller;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
