/********************************************************
   	Default CSS Document
	Copyright (C) 2008 . All rights reserved. 
	Thermal Systems KWC Ltd.
	Designer:razercode@yahoo.com
	Update Date:Oct 14, 2008
********************************************************/

#wrapper
{
	width:778px;
	margin:0 auto;
	display:block;
	
}


#header
{
	height:100px;
	padding-top:26px;
}

#header #logo
{
	background:url(../images/logo.png) 0 0 no-repeat;
	behavior:url(css/iepngfix.htc);
	float:left;
	width:540px;
	height:66px;
	display:block;
	margin-left:5px;
	
}

#header #logo img
{
	
	behavior:url(css/iepngfix.htc);
	width:375px;
	height:56px;
	margin-left:151px;
}

#header #toplink
{
	float:right;
	width:168px;
	margin-right:21px;
}

#header #toplink ul li
{
	height:24px;
	display:block;
	margin-bottom:2px;
}

#header #toplink ul li a
{
	color:#DDDDDD;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:25px;
}
#header #toplink ul li a:hover
{
	color:#fff;
}

#header #toplink ul li#outlook
{
	background:url(../images/outlook.png) 0 0 no-repeat;
	behavior:url(css/iepngfix.htc);
}

#header #toplink ul li#sitem
{
	background:url(../images/sitemap.png) 0 0 no-repeat;
	behavior:url(css/iepngfix.htc);
}

#header #toplink ul li#search
{

}

/*************** PAGE CONTENT **********/
#page
{
	clear:both;
	float:left;
	width:778px;
	margin-bottom:20px;

}


#page #pagetitle
{
	text-transform:uppercase;
	font:bold 16px Arial, Helvetica, sans-serif, Bodacious-Normal;
	color:#fff;
	padding-left:15px;
	background:url(../images/rec.jpg) 0 50% no-repeat;
	margin-left:5px;
	margin-bottom:10px;
}



#page #pagecontent
{
	color:#EEEDDD;
	font:normal 10pt Verdana, Arial, Helvetica, sans-serif, Bodacious-Normal;
	line-height:17px;
	text-align:justify;
	min-height:310px;
  	height:auto !important;
  	height:310px;
  	margin-left:8px;	
}

*:first-child+html #pagecontent
{
	height:100%;
	
	
}

/*********** First Col *******************/
#page #col1
{
	float:left;
	width:368px;
	margin-left:5px;
	
	display:block;
}

 .fade img 
{

	width:368px;
	height:320px;
	margin:0 auto;
}
.fade
{
	width:368px;
	margin:0 auto 0 0px;
	
}
 .fade1 img 
{

	width:368px;
	height:320px;
	margin:0 auto;
}
.fade1
{
	width:368px;
	margin:20px auto 0 15px;
}



/*********** Second Col *******************/


#page #col2
{
	float:right;
	width:375px;
	
	display:block;
}

#page #col2 #ani
{
	text-align:center
}

#page #col2 #scroll
{
	text-align:center;
	margin-bottom:25px;
}



/**************** FOOTER *****************/

 #footer
 {
 	
	font:normal 11px Arial, Helvetica, sans-serif;
	margin:0px auto 0 auto;
	clear:both;
	display:block;
	height:25px;
	line-height:25px;
	
 }
 
 #footer p
 {
 	float:left;
	color:#DDDDDD;
	width:420px;
	display:block;
	margin:0px;
	padding:5px 0px 0px 3px;
	text-align:left;
	font:normal 11px Arial, Helvetica, sans-serif;
 }
 
 #footer span
 {
 	float:right;
	width:270px;
	display:block;
	text-align:right;
	color:#DDDDDD;
	padding:0px 1px 0px 0px;
 }
 #footer span a
 {
 	text-decoration:none;
	color:#DDDDDD;
	padding-left:2x;
	padding-right:2px
	
 }
 
  #footer span a:hover
 {
 	text-decoration:underline;
 }
 


