/*------------ RESET ---------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------------Main code-------------------------------------*/

body {
	background-color:#FFF;
	
}

#container{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
        background-image: url(/images/bg_img.jpg);
	background-repeat: repeat-x;
}
#content {
	width: 100%;
	margin-top: 40px;
	
}
/*----------- Header block settings-------*/
#header {
	overflow:hidden;
	height:100%;
	background-image: url(/images/logo.jpg);
	height: 107px;
	width: 960px;
}

#header img {
	position:absolute;
	margin-top:10px;
	
}



#slogan h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FFF;
	position: relative;
	top: 75px;
	left: 150px;
	font-weight: 100;
	width: 60%;
}
/*------------ Text block settings ---------------------*/
#textblock_1, #textblock_2, #textblock_3 {
	width: 954px;
	border: 1px solid #ABABAB;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	margin-top: 10px;
}
#textblock_1 {
    height: 205px;
}
#textblock_1 h2 {
	font-size: 16px;
	color: #F00;
}
#textblock_1 h3 {
	font-size: 14px;
	color: #363636;
	font-weight: bold;
}
#textblock_1 #text {
	width: 680px;
	font-size: 14px;
	color: #363636;
	padding-top: 1px;
	line-height: 20px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#textblock_1 #pic {
	height: 205px;
	width: 160px;
	float: right;
	background-image: url(/images/welcome.jpg);
	background-repeat: no-repeat;
	margin-right: 50px;
}
/*-------------------- Navigation------------*/
#nav li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	margin-top: 12px;
}
#nav li {
	display:inline;
	padding-left: 27px;
}
#nav a{
	text-decoration: none; color:#403f3f;
}
#nav a:hover {text-decoration: none; color: red;
} 
/*------------------- Column---------------------------*/
#col_1, #col_2,#col_3, #col_4  {
	border: 1px solid #ababab;
/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    padding: 0 1em;
*/	height: 365px;
	width: 228px;
	float: left;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#col_1 img, #col_2 img, #col_3 img, #col_4 img {
     padding-top: 5px;
	 padding-left: 10px;
	 padding-bottom: 5px;
}

#col_1 li,#col_2 li,#col_3 li,#col_4 li { 
 list-style-image: url('/images/web2051.jpg'); /* Путь к файлу с маркером */

 font-size:14px;
}
#col_1 h3, #col_2 h3, #col_3 h3, #col_4 h3 {
	font-size: 16px;
	color: #403f3f;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	background-color: #EAEAEA; 
	height: 48px;
	padding-top: 3px;
	padding-left: 2px;
}
#col_1 p, #col_2 p, #col_3 p, #col_4 p{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 19px;
	padding-left: 3px;
}
#col_1 h4,#col_2 h4, #col_3 h4,#col_4 h4  {
	background-color: #EAEAEA; 
	height: 29px;
	padding-top: 19px;
	padding-left: 7px;
	font-size: 14px;
	font-weight: bold;
}
#col_1 h4 a, #col_2 h4 a,#col_3 h4 a, #col_4 h4 a  {
	text-decoration: none;
	color: #F00;
}
#col_1 em, #col_2 em, #col_3 em , #col_4 em {
    font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: black;
}
#col_1 h4 em a,#col_2 h4 em a, #col_3 h4 em a, #col_4 h4 em a {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #0C4166;
}
#col_1{
	margin-right: 12px;
}
#col_2{
	margin-right: 6px;
}
#col_3{
	margin-left: 6px;
}
#col_4{
	margin-left: 12px;
}
/*----------------------------------------------*/
#textblock_2{
	clear: both;
	float: left;
	margin-top: 10px;
}
#textblock_2 h2 {
	font-size: 14px;
	font-weight: bolder;
	color: #363636;
	text-align: center;
	padding-top: 5px;
}
#textblock_2 h3{
	font-size: 16px;
	color: #F00;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
#textblock_2 h4{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #363636;
	padding-top: 5px;
}
#textblock_2 p{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #363636;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
	padding-left: 4px;
}
#textblock_3 #pic2 {
	height: 295px;
	width: 195px;
	float: left;
	margin-top: 65px;
	background-image: url(/images/men.jpg);
	background-repeat: no-repeat;
	visibility: inherit;
}
/*----------------------------------------------*/
#textblock_3 h2 {
	font-size: 14px;
	font-weight: bolder;
	color: #363636;
	text-align: left;
	padding-top: 5px;
	padding-left: 400px;
}
#textblock_3 h3{
	font-size: 16px;
	color: #F00;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
}
#textblock_3 h4 a{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #F00;
	padding-left: 150px;
	text-decoration: underline;
}

#textblock_3 h5 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #363636;
	padding-top:10px;
	padding-left: 5px;
	
}


#textblock_3 p{
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	color: #363636;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 19px;
	padding-left: 4px;
	text-align: left;
}
#textblock_3 em{
	color:#F00;
	font-style: normal;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 954px;
	float: left;
	border: 1px solid #ABABAB;
	margin-top: 10px;
	background-color: #EAEAEA;
	height: 70px;
	color: #363636;
}
#footer #phone{
	float: left;
	height: 45px;
	width: 210px;
	text-align: left;
	padding-left: 5px;
	margin-top: 2px;
	padding-top: 10px;
	line-height: 16px;
	color: #363636;
}
#footer #copyright a{
	text-align: center;
	font-style: normal;
	padding-top: 19px;
	height: 45px;
	width: 200px;
	float: left;
	padding-left: 185px;
	text-decoration: none;
	color: #363636;
}

#footer #copyright #c_seostock {
	text-align: center;
	font-style: normal;
	padding-top: 19px;
	height: 45px;
	width: 200px;
	float: left;
	padding-left: 185px;
	text-decoration: none;
	color: #363636;
}

#footer #banners{
	float: right;
	height: 31px;
	width: 31px;
	margin-top: 10px;
	margin-right: 10px;
}

#content #about{
	margin-top:10px;
	width:954px;
	float:left;
	border:1px solid #ABABAB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #363636;
	line-height: 19px;
}

#content #about ul{
		padding-left: 20px;
	font-size: 96%;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: square;
	
}


#content #about h1{
	background-color: #EAEAEA;
	font-size: 16px;
	font-weight: bold;
	width: 949px;
	height: 30px;
	padding-top: 10px;
	padding-left: 5px;
}

#content #about h2{
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
	padding-bottom: 5px;
	padding-left: 5px;
}

#content #about h3 a{
	font-size:16px;
	font-weight: bold;
	font-style:normal;
	color:#F00;
	text-decoration: underline;
	text-align: center;
	padding-left: 320px;
	
}

#content #about div {
	text-align:center;
	}


#content #about h5{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #363636;
	padding-top:10px;
	padding-left: 5px;
	}



#content #about h6{
	font-size:12px;
	float: left;
	padding-left: 20px;
	line-height: 18px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-style: oblique;
}

#content #about p{
	padding-left: 7px;

}
#content #about a{}
#content #about img{
	position: relative;
	float: right;
	padding-right: 8px;
}

#content #about #tblock2 img{
	position: relative;
	float: left;
	padding-right: 8px;
}

#content #about #block11 img {
	float: left;
	padding: 4px;
	
}
#content #about #block11 h4 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

#content #about #tblock {
	float: left;
	text-align: left;
	width: 952px;
	padding-left: 3px;
	margin-top: 5px;
	margin-right: 1px;
	border-bottom:1px dotted #CCC;
	padding-top: 5px;
	font-size: 85%;
	
	
	}
	
	
	#content #about #tblock1 {
	float: left;
	text-align: left;
	width: 952px;
	padding-left: 3px;
	margin-right: 1px;
	padding-top: 2px;
		
	}
	
	#content #about #tblock1 img{
	float: right;
	padding-left:10 px;
	}
	
	 #tblock2 img{
	float: left;
	padding-left:10 px;
	}
	
	

	
/*------------ Column Energy Saving---------------------------*/
#col_1es, #col_2es,#col_3es {
	border: 1px solid #ababab;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 400px;
	width: 308px;
	float: left;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;

}
#col_1es img, #col_2es img, #col_3es img {
     padding-top: 5px;
	 padding-left: 10px;
	 padding-bottom: 5px;
}
#col_1es h3, #col_2es h3, #col_3es h3 {
	font-size: 16px;
	text-align: left;
	color: #403f3f;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	background-color: #EAEAEA;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
#col_1es p, #col_2es p, #col_3es p {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 19px;
	padding-left: 3px;
}
#col_1es h4,#col_2es h4, #col_3es h4{
	background-color: #EAEAEA;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 22px;
}
#col_1es h4 a, #col_2es h4 a,#col_3es h4 a{
	text-decoration: none;
	color: #F00;
}
#col_1es em, #col_2es em, #col_3es em{
    font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: red;
}
#col_1es h4 em a,#col_2es h4 em a, #col_3es h4 em a{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #0C4166;
}
#col_1es{
	margin-right: 12px;
}
#col_2es{
	margin-right: 7px;
}
#col_3es{
	margin-left: 7px;
}

/*------------ Column Water supply---------------------------*/
#col_1ws, #col_2ws{
	border: 1px solid #ababab;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 540px;
	width: 469px;
	float: left;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0px;

}

#col_1ws{
	margin-right: 7px;
}
#col_2ws{
	margin-left: 6px;
}
#col_1ws ul,#col_2ws ul{
	font-size:14px;
	padding-top: 5px;
	padding-left: 5px;
	line-height: 18px;
}

#col_1ws img, #col_2ws img{
     padding-top: 5px;
	 padding-left: 10px;
	 padding-bottom: 5px;
}
#col_1ws h3, #col_2ws h3{
	font-size: 16px;
	text-align: left;
	color: #403f3f;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	background-color: #EAEAEA;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}	
#col_1ws h4,#col_2ws h4{
	background-color: #EAEAEA;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 22px;
}
#col_1ws h4 a, #col_2ws h4 a{
	text-decoration: none;
	color: #F00;
}
#col_1ws em, #col_2ws em{
    font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: red;
}
#col_1ws h4 em a,#col_2ws h4 em a{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #0C4166;
}


#breadcrumbs {
    color: #333;
    padding: 0;
    margin-bottom: 15px;
    font-size:medium;
	font-weight:bold;
	font-style:italic;
}
 
#breadcrumbs ul {
    margin: 0;
    padding: 0;
    display: inline;
}
 
#breadcrumbs ul li {
    margin: 0;
    padding-left: 2px;
    border: none;
    list-style: none;
    display: inline;
}
 
#breadcrumbs ul li a {
    text-decoration: none;
}
 
#breadcrumbs ul li a:hover {
    text-decoration: underline;
}

#contact {
	margin-top:10px;
	width:954px;
	float:left;
	border:1px solid #ABABAB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #363636;
	line-height: 19px;
	
}


#contact #contact_block1 {
	text-align:center;
	
	
}

#contact #contact_block2 {
	text-align:center;
	
	
}



 #contact ul{
	padding-left: 20px;
	font-size: 96%;
	font-weight: normal;
	
}


 #contact h1{
	background-color: #EAEAEA;
	font-size: 16px;
	font-weight: bold;
	width: 949px;
	height: 30px;
	padding-top: 10px;
	padding-left: 5px;
}

 #contact h2{
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
	padding-bottom: 5px;
	padding-left: 5px;
}

 #contact h3 a{
	font-size:16px;
	font-weight: bold;
	font-style:normal;
	color:#F00;
	text-decoration: underline;
	text-align: center;
	padding-left: 320px;
	
}

 #contact div {
	text-align:center;
	}


 #contact h5{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #363636;
	padding-top:10px;
	padding-left: 5px;
	}



#contact h6{
	font-size:12px;
	float: left;
	padding-left: 20px;
	line-height: 18px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-style: oblique;
}
 
 #contact a{}
 #contact img{
	position: relative;
	float: none;
	padding-right: 8px;
}

.contact_block1 {
	position: relative;
}
.contact_phone {
	
}
.contact_phone img {
	
	
}


.class_ok {
	
	 list-style-image: url('/thermoflex.my/images/web2051.jpg'); /* Путь к файлу с маркером */

 font-size:14px;
	
}



.class_order {

	padding-left: 20px;
	font-size: 96%;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: circle;


}


.class_order1{

	padding-left: 20px;
	font-size: 100%;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;


}

.class_order11{

	padding-left: 20px;
	font-size: 96%;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;


}





.class_order11 a{
	text-decoration: none; color:#000;
}
.class_order11 a:hover {text-decoration: none; color: red;
} 