@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f6f6f6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	background-image:url(../../air-conditioning/images/Header.jpg);
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 48px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 110%;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 20px;
	/*background-image:url(../../air-conditioning/images/Sidebar-Bg.gif);
	background-repeat:no-repeat;*/
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f6f6f6; 
	background-image:url(../../air-conditioning/images/Footer.jpg);
	background-repeat:no-repeat;
	/*height:30px;*/
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 70% Helvetica, Arial, sans-serif;
	color: #a65600;
}

/*===== footer =====*/
.twoColFixLtHdr #footer a {
			text-decoration:none;
			color:#a65600;
		}
			#footer a:hover {
				color:#a65600;
				text-decoration:underline;
			}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1
{
	font: 140% Helvetica, Arial, sans-serif;
	color: #a65600;
	margin-top: 5px;
	margin-bottom: 0px;
}

h2
{
	font: 110% Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #0098d7
}

h3
{
	font: 90% Helvetica, Arial, sans-serif;
	color: #0098d7
	margin-top: 5px;
	margin-bottom: 0px;
}

p, li, td
{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

p{
	margin-top: 5px;
}



#arrows-green, #arrows-red, #arrows-blue
{
	margin-left: 0;
	padding-left: 0;
	
}

#arrows-green li
{
	background-image: url('../../air-conditioning/images/arrow-green.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
}

#arrows-red li
{
	background-image: url('../../air-conditioning/images/arrow-red.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
}

#arrows-blue li
{
	background-image: url('../../air-conditioning/images/arrow-blue.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
	
}

A {
	 COLOR: #05acee;  TEXT-DECORATION: none
}
A:hover {
	COLOR: #05acee; TEXT-DECORATION: underline
}


/*==================boxes====================*/
.box {
	background:#f6f6f6;
	width:100%;
}
	.box .left-top-corner {
		background:url(../../air-conditioning/images/box/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(../../air-conditioning/images/box/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(../../air-conditioning/images/box/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(../../air-conditioning/images/box/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:20px 25px 24px 27px;
	}
	
	
		.box .link1 em {
			background:url(../../air-conditioning/images/box/link1-1-left.gif) no-repeat left top;
		}
		.box .link1 b { 
			background:url(../../air-conditioning/images/box/link1-1-right.gif) no-repeat right top;
		}

.box1 {
	background:url(../../air-conditioning/images/box1/box1-bg.gif) left top repeat-x #304a6f;
	width:100%;
	color:#d5cfc8;
}
	.box1 .left-top-corner {
		background:url(../../air-conditioning/images/box1/left-top-corner1.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(../../air-conditioning/images/box1/right-top-corner1.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {
		background:url(../../air-conditioning/images/box1/left-bot-corner1.gif) no-repeat left bottom;
		width:100%;
		}
	.box1 .right-bot-corner {
		background:url(../../air-conditioning/images/box1/right-bot-corner1.gif) no-repeat right bottom;
		}
	.box1 .inner { 
		padding:20px 25px 30px 27px;
	}
	.box1 a {
		color:#d5cfc8;
	}
	
			.box1 .link1 em {
			background:url(../../air-conditioning/images/box1/link1-2-left.gif) no-repeat left top;
			}
			.box1 .link1 b { 
				background:url(../../air-conditioning/images/box1/link1-2-right.gif) no-repeat right top;
			}



#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

/*not used*/
#vertmenu h1 {
display: block;
background-color:#FF9900;
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}

#vertmenu ul li a {
font-size: 100%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

/*when selected*/
#vertmenu a.selected{
color: #000000;
background-color: #eeeeee;
}



#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}


.newsDate
{
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #a65600;
}

.extra-wrap { 
	overflow:hidden;
}

#contacts-form fieldset {
    border:none;
}
#contacts-form label { 
	display:block;
	height:27px;
} 
	#contacts-form label input { 
		/*width:134px;*/
		padding:2px 0 2px 3px;
}

.formlink1 { 
	display:block; 
	float:left; 
	background:url(../../air-conditioning/images/formbutton/link1-tail.gif) repeat-x left top; 
	color:#fff; 
	text-decoration:none; 
	line-height:1.2em;
	font-size:100%;
}
.formlink1.fright {
	float:right;
}
.formlink1 em { 
	display:block; 
	background:url(../../air-conditioning/images/formbutton/link1-left.gif) no-repeat left top;
}
.formlink1 b { 
	display:block; 
	background:url(../../air-conditioning/images/formbutton/link1-right.gif) no-repeat right top; 
	padding:4px 12px 6px 12px; 
	font-style:normal; 
}
.formlink1:hover { 
	text-decoration:underline;
	color: #fff;
}
.formlink1:visited {
	color:#fff;
}







