/*	CSS-Framework */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles
------------------------------ */

html { height: 100%; color: #000; background: #f4f4f4; font: 0.75em/1.5 Arial, Helvetica, sans-serif; }
body { height: auto !important; height: 100%; min-height: 100%; } /* body height 100% */
html { background: #B6C9DA url(../i/bg.jpg) repeat-x scroll left top; }

a { color: #0066сс; }
a:visited {  }
a:hover {  }
a:active {  }
			
/* Layout Boxs
------------------------------ */

.page-layout { border-left: solid 5px #5E8AAD; border-right: solid 5px #5E8AAD; }
.page-layout { margin-right: -5px; }
.page-center { margin-left: auto; margin-right: auto; width: 1024px; }
.layout-box { float: left; margin: 0 0 0 0; }

.lb-a1 { width: 1024px; } /* 100% */
.lb-tc0 { width: 9px; } 
.lb-tc1 { width: 607px; } 
.lb-tc3 { width: 24px; } 
.lb-tc4 { width: 11px; } 
.lb-tc5 { width: 313px; } 
.lb-tc6 { width: 25px; } 
.lb-td0 { width: 11px; } 
.lb-td3 { width: 22px; } 
.lb-td2 { width: 314px; } 
.lb-te0 { width: 965px; } 
.lb-te1 { width: 967px; } 

.lb-1 { width: 779px; } /* 100% */
.lb-2 { width: 583px; } /* 75% */
.lb-3 { width: 387px; } /* 50% */
.lb-4 { width: 191px; } /* 25% */
			
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Arial, Helvetica, sans-serif; margin-top: 0.8em; margin-bottom: 0.2em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; font-weight: bold; color: #C47F34; }
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 11px; }

.box { margin: 11px; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }
/* Custom Classes
------------------------------ */			
div#th{
   background: #D8D8D8 url(../i/th.png) no-repeat bottom center; 
   background-position: 7px;
   height: 88px;
} 

div#tm{
   background: transparent url(../i/tm.png) no-repeat top left; 
   height: 93px;
} 

div#tc{
   background: transparent url(../i/tc.png) no-repeat top left; 
   background-position: 25px;
   height: 221px;
} 
		
div#mcn
{
    background: #F2F8FC url(../i/mcn-bg.gif) repeat-x top left;     
}	


div#tc0
{
    background: transparent url(../i/tc0.png) no-repeat bottom right;         
    height: 72px;
}

div#tc1
{
    background: transparent url(../i/tc1.png) no-repeat top right;         
    height: 72px; 
}
div#tc4
{
    background: transparent url(../i/tc4.png) no-repeat bottom right;         
    height: 72px; 
}
div#tc5
{
    background: transparent url(../i/tc5.png) no-repeat bottom right;         
    height: 72px; 
}
div#tc6
{
    background: transparent url(../i/tc6.png) no-repeat bottom right;         
    height: 72px; 
}
div#td0
{
    background: transparent url(../i/td0.png) repeat-x top left;                 
}
div#td1
{
    background: transparent url(../i/ch1.jpg) no-repeat top left;                 
}
div#td2
{
    background: transparent url(../i/td0.png) repeat-x top left;                 
}
div#td3
{
    background: transparent url(../i/ch2.jpg) no-repeat top left;                 
}
div#td5
{
    background: transparent url(../i/td0.png) repeat-x top left;                 
}
div.tdh
{
    height: 43px;
}
div#lb-te0
{    
    background: #bdcbd3 url(../i/td1.png) repeat-x top left; 
    height: 11px;  
}
div#tmc
{        
    background: #F2F8FC url(../i/tm-bg.png) repeat-x top left; 
    margin-left: 24px; 
    width: 965px;       
}
div#tm0
{
    background: transparent url(../i/tm0.png) no-repeat top left;          
}
div.tmt
{
	background: #f5fafc url(../i/tmt-bg.png) repeat-x top left;
	height:auto;
}
div#ft
{
    background: transparent url(../i/ft.png) no-repeat top left;
    height: 203px;
    margin-left: 26px;
}
div#cont-c
{
    background-image: url(../i/p32.png);
    background-attachment: scroll;
    background-position: top left;
    background-color: Transparent;
    width: 314px;
    height: 547px;   
}
div#quote
{
    background-image: url(../i/quote.png);
    background-attachment: scroll;
    background-position: top left;
    width: 438px;
    height: 206px;
    margin-left: auto;
    margin-right: auto;
}
.coltitle
{    
    font-family: Terminal;
    font-size: 18px;
    letter-spacing: 3px;
    text-indent: 5px;
    color: #ffffff;
    margin-top: 7px;
}
.welcometop
{
    margin-top: 14px;
    margin-left: 26px;
}
.mobile
{
    text-align: right;
    margin-right: 180px;
    font-family: Tahoma;
    font-size: 25px;
    
}
.coli
{
    font-family: Verdana;
    font-size: 10pt;
    text-align: justify;
    
}

.box .content a
{
    color: #306994;
    text-decoration: none;    
}
.box .content a:hover
{
    color: #CC8436;
}
.bold
{
    font-weight: bold;
}
.firmtitle
{
    margin-top: 20px;
    margin-left: 156px;
    color: #306995;
    font-family: Terminal;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 3px;        
    width: 100px;
    text-align: center;
}
.firmtitlesmall
{
    margin-top: -5px;
    margin-left: 115px;
    color: #306995;
    font-family: Terminal;
    font-size: 7px;    
    letter-spacing: 1px;        
    width: 200px;
    text-align: center;
}
div#friends-top
{
    margin-left: 838px;
    margin-top: 120px;    
}
div#friends-bottom
{
    margin-left: 810px;
    margin-top: -80px;   
    width: 145px; 
}
div#friends-bottom table, div#friends-bottom td, div#friends-bottom th, div#friends-bottom tr
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-style: none;
    border-width: 0px;
}
div.enquire
{
    background: transparent url(../i/enquire.png) no-repeat scroll top left;
    width: 167px;
    height: 47px;
}
div.enquire:hover
{
    background: transparent url(../i/enquire-hover.png) no-repeat scroll top left;
    cursor: pointer;
}
div#enquire-top
{
    margin-left: 630px;
    margin-top: -36px;
}
div#enquire-bottom
{
    margin-left: 405px;
    margin-top: 40px;
    margin-bottom: 60px;
}
div#house
{    
    background-image: url(../i/house.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 106px;
    height: 69px;  
    margin-top: -125px;
    margin-left: 90px;
}
div#testimonial
{
    width: 240px;
    margin-top: -80px;
    margin-left: 230px;
    font-family: Arial;
    font-size: 8pt;    
}
div#whsp
{
    height: 20px;
}
/* top menu */
div#cmenu
{
    margin-top: -76px;
    margin-left: 300px;
    overflow: hidden;
    padding: 0 0 0 0; 
}
div#cmenu li
{
    width: 100px;
}    
div#cmenu ul, div#cmenu li
{
    display: inline;    
    height: 77px;         
    line-height: 77px;    
        
}
div#cmenu li a
{
    display: block;
	float: left;
    text-transform: uppercase;  
    text-align: center;   
    text-decoration: none;
    font-size: 12pt;   
    color: #555555;
    
}
ul, li
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div#cmenu li a#m-home
{
    width: 109px;
    background-image: url(../i/home.jpg);
    background-repeat: no-repeat;        
}
div#cmenu li a#m-aboutus
{
    width: 128px;
    background-image: url(../i/aboutus.jpg);
    background-repeat: no-repeat;        
}
div#cmenu li a#m-gallery
{
    width: 137px;
    background-image: url(../i/gallery.jpg);
    background-repeat: no-repeat;        
}
div#cmenu li a#m-services
{
    width: 136px;
    background-image: url(../i/services.jpg);
    background-repeat: no-repeat;        
}
div#cmenu li a#m-contactus
{
    width: 165px;
    background-image: url(../i/contactus.jpg);
    background-repeat: no-repeat;        
}
div#cmenu li a.menu-active, div#cmenu li a:hover
{
    color:#000000;
	font-weight:bold;
    filter: alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5
}
/* end: top menu */
/* bottom links */
div#ftLinks a
{
    text-decoration: none;    
    letter-spacing: 1px;            
    color: #90ADC4;   
}
div#ftLinks ul, div#ftLinks li
{
    display: inline;    
}
div#ftLinks li a
{
    white-space: nowrap;    
    width: 120px;    
}
div#ftLinks li
{
    float: left;
    display: block;
}
div#ftLinks ul, div#ftLinks li a
{
    text-transform: uppercase;    
    float: left;
    display: block;
}
div#ftLinks ul li a:hover, .ftLinks-active
{
    font-weight: bold;
}
div#ftLinks
{    
    color: #90ADC4;
    margin-top: 20px;    
    text-align: center;
    font-size: 8pt;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
/* end: bottom links */
div#copyright
{
    margin-top: 155px;  
    margin-left: 20px;  
    color: #90ADC4; 
}
div#tools
{
    height: 239px; /* 239px */
    width: 340px;
    background-image: url(../i/tools.png);
    background-color: Transparent;
    background-repeat: no-repeat;
    margin-top: -460px;
    margin-left: 636px;    
    position: relative;
    
}

