html, body {

	width: 100%;
	margin:0; 
	padding:0;
	/*background: #666666 url("../images/main-bg.gif") repeat-y center;*/	
	background-color: #666666;
	background-image:url(../images/main-bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-size: 12px;

	}

div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, select {

	margin: 0;  
	padding: 0;  

}
	
img {

	border: 0;

	}

#container {

	height: 100%;
	width: 1000px;
	margin: 0 auto;
	position: relative;

	}
	
#header {
	
	float: left;
	width: 100%;
	height: 147px;
	background: #FFF url("../images/bg-01.jpg") no-repeat top left;	
	position: relative;
	z-index: 5;
	
	}	
	
.logo {

	position: absolute;
	top: 57px;	
	left: 35px;

	}	
	
.logo img {

	/*behavior: url("lib/iepngfix.htc");*/	
	width: 150px;
	height: 63px;
	
	}
	
	
.navig-bar {

	width: 560px;
	height: 40px;
	position: absolute;
	top: 80px; left: 220px;
			
	}
	
.navig-bar-bg {	
	
	width: 560px;
	height: 40px;
	position: absolute;
	top: 0; left: 0;
	background: url("../images/navig-bg.png") no-repeat top left;
	/*behavior: url("lib/iepngfix.htc");*/	
	z-index: 120;
	
	}
	
.navig-bar ul {	
	
	list-style: none;
	margin: 12px 0px 0px 2px;
	position: relative;
	z-index: 130;

	}

.navig-bar ul li {	
	
	display: inline;
	background: url("../images/bullet-01.gif") no-repeat top left;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 4px;

	}
	
.navig-bar ul li {font: normal 12px Verdana; color: #434343;}	
.navig-bar ul li a {font: normal 12px Verdana; color: #434343; text-decoration: none;}
/*.navig-bar ul li a:hover {font: normal 12px Verdana; color: #434343; text-decoration: underline;}*/
.navig-bar ul li a:hover {font: bold 12px Verdana; color: #434343; text-decoration: none;}

#content {

	float: left;
	width: 100%;
	background: #FFF;
	position: relative;
	z-index: 10;
	
	}	
	
.left-column {

	float: left;
	width: 200px;
	padding: 0px 0px 0px 11px;
	position: relative;
	z-index: 70;
		
	}	
	
.menu {
	
	float: left;
	width: 160px;
	display: inline;
	margin: -2px 0px 0px 38px;
	position: relative;
	
	}	
	
.menu a {font: normal 14px Arial; color: #FFFFFF; text-decoration: none;}
.menu a:hover {font: normal 14px Arial; color: #FFFFFF; text-decoration: none;}	
	
.menu-item-01 a, .menu-item-02 a, .menu-item-03 a, .menu-item-04 a, .menu-item-05 a, .menu-item-06 a, .menu-item-07 a, .menu-item-08 a  {
	
	width: 138px;
	height: 20px;
	display: block;
	text-align: center;
	padding: 4px 0px 0px 0px;
	margin: 9px 0px 0px 0px;
	font: normal 14px Arial; color: #FFFFFF;
	text-decoration:none;		
	}

.menu-item-01 a {background: url("../images/button-01.gif") no-repeat 0 -24px;}
.menu-item-02 a {background: url("../images/button-02.gif") no-repeat 0 -24px;}	
.menu-item-03 a {background: url("../images/button-03.gif") no-repeat 0 -24px;}	
.menu-item-04 a {background: url("../images/button-04.gif") no-repeat 0 -24px;}	
.menu-item-05 a {background: url("../images/button-05.gif") no-repeat 0 -24px;}	
.menu-item-06 a {background: url("../images/button-06.gif") no-repeat 0 -24px;}	
.menu-item-07 a {background: url("../images/button-07.gif") no-repeat 0 -24px;}	
.menu-item-08 a {background: url("../images/button-08.gif") no-repeat 0 -24px;}	

.menu-item-01 a:hover, .menu-item-02 a:hover, .menu-item-03 a:hover, .menu-item-04 a:hover, .menu-item-05 a:hover, .menu-item-06 a:hover, .menu-item-07 a:hover, .menu-item-08 a:hover  {

	background-position: 0 0;
	padding: 5px 0px 0px 0px;
	height: 19px;

	}

.new-menu {

	float: left;
	width: 160px;
	display: inline;
	margin: -2px 0px 0px 38px;	
	position: relative;
	
	}
	
.new-menu ul {

	width: 160px;
	list-style: none;
	
	}	

.new-menu ul li {

	width: 140px;
	height: 22px;
	position:relative;
	list-style: none;
	/*text-align: center;*/
	text-indent: 7px;
	margin: 0px 0px 11px 0px;
	font: bold 12px Arial;
	color: #FFFFFF; 
	
	}	
	
.new-menu ul li a, .new-menu ul li a:hover {

	width: 150px; 
	height: 16px;
	display: block;
	padding: 3px 0px 5px 0px; 
	font: bold 12px Arial; 
	color: #FFFFFF; 
	text-decoration: none; 
	background: url("../images/new-menu-bg.png") no-repeat 0 0;
				
	}
	
.new-menu ul li a:hover {

	background: url("../images/new-menu-bg.png") no-repeat 0 -23px;
	padding: 4px 0px 4px 0px; 
	
	
	}
	
.new-menu ul li ul {	

	width: 150px;
	display: none;
	position: absolute;
	top: 0; left: 139px;
	padding: 0px 0px 0px 0px;
	/*padding: 3px 0px 3px 12px;*/
	background: #FFFFFF;
	border: 1px solid #BCBCBC;
		
	}
	
.new-menu ul li ul li {

	width: 150px;
	height: 15px;
	text-align: left;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	background: none;
	border-bottom: 1px solid #594B4B;
	
	}
	
.new-menu li:hover ul, .new-menu li.over ul { display: block; margin: 0px; }	

.new-menu ul li ul li a {font: normal 12px Arial; color: #434343; text-decoration: none; background: none; padding: 0px 0px 4px 0px; }
.new-menu ul li ul li a:hover {font: normal 12px Arial; color: #434343; text-decoration: none; background: none; padding: 0px 0px 4px 0px; }


.clients-block {

	float: left;
	display: inline;
	margin: 14px 0px 0px 38px;

	}

.clients-block h1 {
	
	margin: 0px 0px 0px 0px;
	font: bold 14px Arial; color: #666666;
	text-align: center;
	text-transform: uppercase; 

	}
	
.sales-block {

	float: left;
	width: 165px;
	display: inline;
	margin: 30px 0px 0px 25px;
	text-align: center;

	}	
	
.sales-block p {	

	margin: 4px 0px 0px 0px;
	font: normal 14px Arial;
	color: #666666;
	text-align: left;
	
	}

.sales-block p span {

	display: block;
	margin: 6px 0px 0px 0px;
	font: normal 16px Arial;
	color: #666666;
	text-align: right;
	
	}
	
.center-column {

	float: left;
	width: 580px;
	position: relative;
	z-index: 60;
		
	}
	
.preview-block {

	float: left;
	width: 565px;
	margin: 0px 0px 0px 6px;
	display: inline;
		
	}		
	
.preview-text {
	
	float: left;
	width: 565px;
	margin: 8px 0px 0px 2px;
	display: inline;

	}

.preview-text p {
	
	margin: 1px 0px 0px 0px;
	font: normal 14px Arial; color: #666666;

	}

.preview-text p .descr {font: normal 14px Arial; color: #454545;	}

	
.preview-img {

	width: 557px;
	/*height: 301px;*/
	height:372px;
	background:url("../images/img-bg1.png") no-repeat top left;
	padding: 6px 0px 0px 8px;
	

	}	
	
.preview-img img {/*width: 548px; height: 291px;*/ width:548px; height:360px; }	

.flash-block {

	float: left;
	width: 550px;
	height: 372px; 

	}
	
.ban-block {
	
	float: left;
	width: 565px;
	margin: 0px 0px 0px 10px;
	display: inline;
	position: relative;
	z-index: 60;

	}
	
.text-block-01 {

	float: left;
	width: 522px;
	margin: 18px 0px 0px 10px;
	padding: 6px 14px 24px 14px;
	display: inline;
	border-left: 1px dotted #959494;
	border-right: 1px dotted #959494;
	
	}	
	
.text-block-01 a {font: normal 12px Arial; color: #666666; text-decoration: none;}
.text-block-01 a:hover {font: normal 12px Arial; color: #666666; text-decoration: none;}
	
.text-block-01 h1 {font: normal 24px Arial; color: #666666; margin: 0px 0px 0px 0px;}
.text-block-01 h2 {font: bold 13px Arial; color: #666666; margin: 20px 0px 0px 0px;}
.text-block-01 h3 {font: bold 13px Arial; color: #666666; margin: 0px 0px 0px 0px;}
.text-block-01 p {font: normal 12px Arial; color: #666666; margin: 20px 0px 0px 0px;}
	
.text-block-01 ul {

	list-style: none;
	margin: 20px 0px 0px 12px;
	
	}
	
.text-block-01 ul li {
	
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 15px;
	background: url("../images/bullet-02.gif") no-repeat top left;
	font:normal 12px Arial; 
	color: #666666;

	}
	
.text-block-01 dl {margin: 0px 0px 0px 15px;}

.text-block-01 dt {
	margin: 22px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font: bold 12px Arial;
	background: url("../images/bullet-03.gif") no-repeat top left;
	color: #666666;
	
	}

.text-block-01 dd {
	
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font: normal 12px Arial; 
	color: #666666; 
	
	}
	
	
.text-block-01 ol {

	list-style-type: decimal;
	margin: 20px 0px 0px 30px;
	
	}
	
.text-block-01 ol li {
	
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font:normal 12px Arial; 
	color: #666666;

	}
	
	
	

.sitemap {

	float: left;
	width: 522px;
	margin: 18px 0px 0px 10px;
	padding: 6px 14px 24px 14px;
	display: inline;
	border-left: 1px dotted #959494;
	border-right: 1px dotted #959494;
	
	
	}	
	
.sitemap a {font: normal 12px Arial; color: #666666; text-decoration: none;}
.sitemap a:hover {font: normal 12px Arial; color: #666666; text-decoration: none;}
	
.sitemap h1 {font: normal 24px Arial; color: #666666; margin: 0px 0px 0px 0px;}
.sitemap h2 a{font: bold 13px Arial; color: #666666; margin: 20px 0px 0px 0px;}
.sitemap h2 a:hover {font: bold 13px Arial; color: #666666; margin: 20px 0px 0px 0px;}
.sitemap p {font: normal 12px Arial; color: #666666; margin: 20px 0px 0px 0px;}
	
.sitemap ul {

	list-style: none;
	margin: 0px 0px 0px 20px;
	
	}
	
.sitemap ul li {
	
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url("../images/bullet-02.gif") no-repeat top left;
	font:normal 12px Arial; 
	color: #666666;

	}
	
.sitemap ul ul li{
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url("../images/bullet-06.gif") no-repeat top left;
	font:normal 12px Arial; 
	color: #666666;

	}
	
	.sitemap ul ul ul li{
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url("../images/bullet-07.gif") no-repeat top left;
	font:normal 12px Arial; 
	color: #666666;

	}
	
.sitemap dl {margin: 0px 0px 0px 15px;}

.sitemap dt {
	margin: 22px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font: bold 12px Arial;
	background: url("../images/bullet-03.gif") no-repeat top left;
	color: #666666;
	
	}

.sitemap dd {
	
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font: normal 12px Arial; 
	color: #666666; 
	
	}
	
	
.sitemap ol {

	list-style-type: decimal;
	margin: 20px 0px 0px 30px;
	
	}
	
.sitemap-01 ol li {
	
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font:normal 12px Arial; 
	color: #666666;

	}
	


.round-cont-01, .round-cont-02  {

	float: left; 
	width: 521px;
	position: relative;
	margin: 27px 0px 0px 0px;

	}
	
.round-cont-top-01, .round-cont-top-02 {

	position: absolute;
	top: 0; left: 0;
	width: 521px;
	height: 11px;
	background: url("../images/bg-04.png") no-repeat top left;
			
	}
	
.round-cont-top-02 {	background: url("../images/bg-07.png") no-repeat top left;}
	
.round-cont-inner-01, .round-cont-inner-02 {
	
	float: left; 
	width: 485px;
	/*background: url("../images/bg-05.png") repeat-y center;*/
	background-image:url(../images/bg-05.png);
	background-repeat:repeat-y;
	background-position:center;
	padding: 19px 18px 8px 18px;
		
	}
	
.round-cont-inner-02 {

/*background: url("../images/bg-08.png") repeat-y center;*/

background-image:url(../images/bg-08.png);

background-repeat:repeat-y;

background-position:center;}
	
.round-cont-inner-01 h2 {font: bold 13px Arial; color: #666666; margin: 0px 0px 0px 0px;}
.round-cont-inner-02 h2 {font: bold 13px Arial; color: #666666; margin: 0px 0px 0px 0px;}

.round-cont-inner-01 ul, .round-cont-inner-02 ul {

	list-style: none;
	margin: 12px 0px 0px 0px;
	
	}
	
.round-cont-inner-01 ul li, .round-cont-inner-02 ul li {
	
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 15px;
	background: url("../images/bullet-02.gif") no-repeat top left;
	font:normal 12px Arial; 
	color: #666666;

	}
	
.round-cont-inner-02 ul li {

	font:normal 12px Arial; color: #D89B23;
	background: url("../images/bullet-04.gif") no-repeat top left;
	
	}
	
.round-cont-bottom-01, .round-cont-bottom-02 {

	float: left; 
	width: 521px;
	height: 11px;
	background: url("../images/bg-06.png") no-repeat top left;	

	}
	
.round-cont-bottom-02 {background: url("../images/bg-09.png") no-repeat top left;}
	
.round-cont-img-01 {

	position: absolute;
	bottom: 10px; right: 10px;
	text-align: center;
	
	}
	
.round-cont-img-01 span {display: block;}
.round-cont-img-01 span a {font: bold 12px Arial; color: #666666; text-decoration: none;}
.round-cont-img-01 span a:hover {font: bold 12px Arial; color: #666666; text-decoration: underline;}

.additional-block {

	float: left;
	margin: 0px 0px 0px 0px;

	}	

.additional-block p {margin: 18px 0px 0px 0px;}
.additional-block ul {margin: 12px 0px 0px 0px;}	

.budget-menu {

	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
		
	}

.budget-menu  ul {

	float: left;
	list-style: none;
	width: 100%;
	margin: 0px 0px 0px 0px;
			
	}

.budget-menu  ul li {

	float: left;
	width: 170px;
	height: 40px;
	position: relative;
	display: inline;
	margin: 10px 0px 0px 0px;
	padding: 16px 0px 0px 91px;
			
	}
	
.budget-menu  ul li a {font: bold 12px Arial; color: #0280C4; text-decoration: underline;}	
.budget-menu  ul li a:hover {font: bold 12px Arial; color: #0280C4; text-decoration: none;}	
	
.budget-menu  ul li img {position: absolute; top: 0; left: 0;}
	
.contacts-block	{

	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	position: relative;

	}

.contacts-block .td1 {width: 200px; text-align: left; vertical-align: top; padding: 3px 0px 3px 0px;}
.contacts-block .td2 {width: 270px; text-align: left; vertical-align: top; padding: 3px 0px 3px 5px;}
.contacts-block .td3 {width: 200px; text-align: left; vertical-align: middle; padding: 3px 0px 3px 0px;}
.contacts-block .td4 {width: 270px; vertical-align: middle; padding: 3px 0px 3px 30px; position: relative; display: block;}
.contacts-block .td4 img { float: left;}
.contacts-block .td4 input { width: 80px; border: 1px solid #828181; padding: 2px; float: left; margin: 5px 0px 0px 15px;}
.contacts-block input { width: 261px; border: 1px solid #828181; padding: 2px;}
.contacts-block select {width: 265px; border: 1px solid #828181;}
.contacts-block textarea {width: 261px; height: 105px; overflow: hidden; padding: 2px; border: 1px solid #828181;}
/*.contacts-block	table {margin: 0 auto 0 auto;}*/
.contacts-block	table {margin: 0 0 0 0;}
.contacts-block input, select, textarea, table {font:normal 12px Arial; color: #666666;}
.contacts-block span {color: #FF4700;}
	
.google-map {

	float: left;
	width: 500px;
	height: 300px;
	margin: 70px 0px 0px 0px;
	padding: 9px;
	border: 1px solid #828181;

	}	
	
.right-column {

	float: left;
	width: 185px;
			
	}	
	
.adds-block {

	float: left;
	width: 185px;
	margin: 0px 0px 0px 0px;
	display: inline;
		
	}	
	
.adds-block div {

	float: left;
	width: 185px;
	height: 95px;
	position: relative;
	
	}
	
.adds-block div img {	
	
	display: block;
	position: absolute;
	z-index: 10;
	
	}
	
.big-link a, .big-link a:hover {
	
	display: block;
	margin-top: 26px;
	text-align: center;
	font: normal 22px Arial; 
	color: #FFFFFF; 
	text-decoration: none;
	position: relative;
	z-index: 15;

	}	
		
	
.small-link a, .small-link a:hover {
	
	display: block;
	margin-top: -5px;
	text-align: center;
	font: normal 18px Arial; 
	color: #FFFFFF; 
	text-decoration: none;
	position: relative;
	z-index: 15;
	
	}	
	
.quote-block {

	float: left;
	width: 180px;
	margin: 32px 0px 0px 12px;
	display: inline;

	}
	
.quote-block h1 {
	
	margin: 0px 0px 6px 0px;
	font: bold 14px Arial; 
	/*color: #000000;*/
	color:#666666;
	text-align: center;
	/*text-transform: right; */
	

	}
	
	
.quote-block .input-text {
	
	float: left;
	width: 180px;
	height: 18px;
	background: url("../images/text-field-bg.gif") no-repeat top left;
	font: normal 12px Arial;
	color: #666666;
	margin: 0px 0px 6px 0px;
	padding: 3px 0px 0px 10px;
	border: 0px;

	}	
	
.quote-block .input-text input {
	
	width: 155px;
	font: normal 12px Arial;
	color: #666666;
	border: 0;

	}	
	
.quote-block .select-cont {

	float: left;
	margin: 0px 0px 6px 0px;

	}	
	
.textarea-cont {

	float: left;
	width: 177px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 10px;
	display: inline;
	background: url("../images/textarea-bg.gif") no-repeat top left;

	}	
	
.textarea-cont textarea {	

	width: 158px;
	height: 78px;
	overflow: hidden;
	background: transparent;
	font: normal 12px Arial;
	color: #666666;
	border: 0;
		
	}

.captcha-cont {

	float: left;
	width: 180px;
	position: relative;
	margin: 6px 0px 0px 0px;

	}	

.captcha-cont p {

	font: normal 12px Arial;
	color: #666666;
	margin: 0px 0px 6px 0px;
	
	}	
	
.captcha-cont div {

	position: absolute;
	top: 29px; right: 0;
	width: 75px;
	height: 21px;
	background: url("../images/captcha-bg.gif") no-repeat top left;
	padding: 3px 0px 0px 10px;
	display: inline;
	
	}
	
.captcha-cont div input{	
	
	width: 65px;
	font: normal 12px Arial;
	color: #9D9D9D;
	border: 0;
	
	}
	
.submit-button {

	float: left;
	width: 180px;
	text-align: center;
	margin: 30px 0px 0px 0px;
	
	}	
	
.common-column {
	
	float: left;
	clear: both;
	width: 100%;
	background: #FFFFFF url("../images/bg-02.jpg") no-repeat bottom left;
	min-height: 30px;
	/*height: expression(this.offsetHeight < 30?"30":"this.offsetHeight");*/
	padding: 0px 0px 60px 0px;
		
	}
	
.gallery-block {

	float: left; 
	width: 1000px;
	position: relative;  
	/*margin: 36px 0px 0px 0px;*/
	margin: 6px 0px 0px 0px;
	}
	
.gallery {

	float: left;
	position: relative;
	display: inline;
	margin: 0px 0px 0px 30px;
	visibility: hidden;
    left: -5000px;
		
	}	
	
.gallery ul {

	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
		
	}	
	
.gallery ul li {

	float: left;
	width: 167px;
	height: 180px;
	display: inline;
	list-style: none;
	margin: 0px 0px 0px 8px;
	padding: 12px 0px 0px 11px;
	/*background: url("../images/thumbs-bg.png") no-repeat top left;*/
	position: relative;
	border:none;
	cursor:pointer;			
	
	}	
	
.gallery ul li img {

	width: 153px;
	height: 111px; 
	/*border-bottom-style:hidden;
	border: 0px solid #B3B3B3;*/

	}	
	
.prev {

	position: absolute;
	top:55px; left: 10px;
	z-index: 50;

	}

.next {

	position: absolute;
	top: 55px; right: 10px;
	z-index: 50;

	}
	
.sections-block	{

	float: left;
	width: 100%;
	margin: 45px 0px 0px 0px;
	margin: 45px 0px 0px 0px;
	
	}
	
.sections-block	ul {

	list-style: none;
	margin: 0px auto;
	width: 980px;
	padding: 0px 0px 0px 0px;
	
	}
	
.sections-block	ul li {

	float: left;
	width: 195px;
	height: 130px;
	display: inline;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 0px 0px;
	border-left: 1px dotted #959494;
	text-align: center;
	
	}
	
.sections-block h1 a {font: bold 16px Arial; color: #666666; text-decoration: none; padding: 0px 15px 0px 15px;}
.sections-block h1 a:hover {font: bold 16px Arial; text-decoration: none; padding: 0px 15px 0px 15px;}
	
.sections-block  .section-img {

	width: 100%;
	position: absolute;
	top: -45px; left: 0;
	text-align: center;
		
	}		
.sections-block  .section-div {
	
	text-align: center;
	
	
}
.sections-block .more-info {

	width: 100%;
	position: absolute; 
	bottom: -3px; left: 0;
	text-align: center;

	}
	
.sections-block .more-info  img {
	
	/*behavior: url("lib/iepngfix.htc");*/		
	
	}
	
	
.sections-block p {
	/*text-align: center;*/
	margin: 13px 0px 0px 0px;
	/*padding: 0px 15px 0px 15px;*/
	padding: 0px 15px 0px 15px;
	font: normal 12px Arial;
	color: #666666; 

	}

.info-container {

	float: left;
	width: 100%;
	border-top: 1px solid #89A1A5;
	border-bottom: 1px solid #89A1A5;
	padding: 16px 0px 16px 0px;

	}	
	
.info-block-left {

	float: left;
	width: 280px;
	height: 175px;
	text-align: center;		
	padding: 5px 0px 0px 0px;
	background:url(../images/tmp/img-02-new.gif) no-repeat left top;
	margin-left:30px;

	}	


.info-block-left table {
	/*width:90%;*/
	}
	
.tags-block {

	float: left;
	width: 360px;
	height: 145px;
	text-align: center;
	border-left: 1px dotted #959494;
	border-right: 1px dotted #959494;
	padding: 16px 0px 0px 0px;
			
	}	

.tags-block p {padding: 0px 25px 0px 25px;}

.info-block-right{
	float: left;
	width: 240px;
	height: 157px;
	padding: 16px 16px 0px 10px;
	background: url("../images/bg-03.png") no-repeat top left;
	position: relative;
	display: inline;
	margin: 0px 0px 0px 30px;
	color: #666666;
	
	}	
	
.info-block-right h1 {font: bold 14px Tahoma; color: #484848;}

.info-block-right p {
	height: 100px;
	overflow: hidden;
	font: normal 12px Tahoma;
	color: #666666;
	padding: 8px 0px 0px 0px;
	;
	width: 230px;
	
	}

.info-block-right span {
	display: block;
	font: bold 16px Tahoma;
	color: #52B2F7;
	text-align: left;
	position: absolute;
	left: 120px;
	top: 155px;

	}
	
	.info-block-right div a {	
	text-decoration: none;
	color: #666666; 
}
	
.info-block-right div {
	display: block;
	position: absolute;
	height: 20px;
	left: 141px;
	top: 110px;
	
	}

.info-block-right div span {
	position: inherit;
	font: bold 16px Tahoma;
	color: #52B2F7;
	left: -1px;
	top: 10px;
	height: 12px;

	}

.tag-text-01 a, .tag-text-01 a:hover, .tag-text-02 a, .tag-text-02 a:hover, .tag-text-03 a, .tag-text-03 a:hover, .tag-text-04 a, .tag-text-04 a:hover, .tag-text-05 a, .tag-text-05 a:hover {

	margin: 10px;
	
	}
	
.tag-text-01 a {font: normal 11px Tahoma; color: #666666; text-decoration: none;}	
.tag-text-01 a:hover {font: normal 11px Tahoma; color: #666666; text-decoration: underline;}	
.tag-text-02 a {font: normal 12px Tahoma; color: #666666; text-decoration: none;}	
.tag-text-02 a:hover {font: normal 12px Tahoma; color: #666666; text-decoration: underline;}	
.tag-text-03 a {font: normal 14px Tahoma; color: #666666; text-decoration: none;}	
.tag-text-03 a:hover {font: normal 14px Tahoma; color: #666666; text-decoration: underline;}	
.tag-text-04 a {font: normal 16px Tahoma; color: #666666; text-decoration: none;}	
.tag-text-04 a:hover {font: normal 16px Tahoma; color: #666666; text-decoration: underline;}	

.tag-text-05 a {font: bold 17px Tahoma;	color: #666666;	text-decoration: none;}	
.tag-text-05 a:hover {font: bold 17px Tahoma; color: #666666; text-decoration: underline;}	

#trustdiv{

background-image:url(../images/tmp/img-02-new.gif);
background-repeat:no-repeat;
background-attachment:fixed;
width:90%;
height:160px;
padding-left:20px;
display:block

}

#footer {
	
	float: left;
	width: 100%;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
			
	}
	
.left-footer-block {

	
	float: left;
	width: 320px;
	display: inline;
	margin: 0px 0px 0px 34px;

	}
	
.left-footer-block	p, .center-footer-block	p {font: normal 11px Arial; color: #666666;}	
.left-footer-block	p  a, .center-footer-block p a {font: normal 11px Arial; color: #666666; text-decoration: underline;}	
.left-footer-block	p  a:hover, .center-footer-block p a:hover {font: normal 11px Arial; color: #666666; text-decoration: none;}	
	
	
.center-footer-block {

	float: left;
	width: 345px;
	display: inline;

	}
	
.right-footer-block {

	float: left;
	width: 270px;
	display: inline;

		
	}
	
.right-footer-block	p {

	display: inline;
	margin: 0px 0px 0px 20px;
	
	}	

	
	
	
/****************************************/
.input-text label, .select-cont label, .textarea-cont label, .leb { display:none;}