body {	
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-size: 12px;
font-weight: normal;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
background-image: url(../graphics/body_bg.gif); 
background-repeat: repeat-y;
background-position: 15% 0;
}
#left_div{
position:absolute;
top: 0;
bottom: 0; 
left: 0;
height: 100%;
width: 15%;
clear:none; 
}

#right_div {
position:absolute;
height:100%;
text-align: left;
top: 0; 
left: 15%;
right: 0;
bottom: 0;
}

img {
border-top-width: 0px; 
border-bottom-width: 0px; 
border-left-width:0px; 
border-right-width:0px ;
}

a:link {color:#ffffff; text-decoration: underline;}
a:visited {color:#ffffff; text-decoration: underline;}
a:hover {color:#ece160; text-decoration: underline;}

/* emphasised text */
.emp_text{
font-style:italic;
}



* html body{ /*IE6 hack*/
padding: 0 0 0 15%; 
background-image: url(../graphics/body_bg.gif); 
	background-repeat: repeat-y;
	background-position: 15% 0;
}

* html #right_div{ /*IE6 hack*/
height: 100%; 
width: 100%; 
overflow: visible;
}


#right_div_page {
width: 800px;
height:100%;
text-align: left;
float:left;
position:relative;
}

#logo_div{
z-index: 0;
width:100%;
height: 80px;
top: 0px;
left: 0px;
background-image:url(../graphics/logo_bg.jpg);
background-position:top;
background-repeat:no-repeat;/*
border-bottom: 1px solid #2B2F30;*/
}

#logo_div img{

margin-top: 20px;
margin-left: 20px;
} 

#menu_div {
width: 100%;
z-index: 5;
margin-bottom:0px;
height:25px;
background-color:#22394E;/*
background-image:url(../graphics/menu_bg.gif);
background-repeat:repeat-x;
background-position:bottom;
border-bottom: 2px solid #E7F6FD;*/
position:relative;
}
 
#menu_div h3 {
margin-bottom:0px;
text-align: center;
display: inline;
color:  #fff;
line-height:30px;
vertical-align: text-bottom;
font-size: 12px;
margin-left: 8px;
padding:4px 4px 0px 4px;
}

#menu_div a {
vertical-align: bottom;
margin-bottom:0px;
font-weight:bold;
padding-left: 8px;
}

#menu_div a:link {color: #E7F6FD; text-decoration: none;}
#menu_div a:visited {color: #E7F6FD; text-decoration: none;}
#menu_div a:hover {color: #ece160; text-decoration: underline;}

#index a.index_link, #index a.index_link, #about a.about_link, #services a.services_link, #fitouts a.fitouts_link, #interiors a.interiors_link, #electrical a.electrical_link, #projects a.projects_link, #contact a.contact_link {
color: #fff; text-decoration: none;

}




.text{
	width:800px;
	height: 400px;
	margin-top: 10px;
	float:left;
	display:table-cell; vertical-align:middle;
		
	
	background-image:url(../graphics/text_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	border-top:3px solid #22394E;
	
	border-bottom:3px solid #22394E;
	
}

.text div.left{
width:350px;
float:left;
margin:40px 0px 0px 30px;
padding:10px 0px 30px 0px;
border:1px solid #E7F6FD;

}

.text div.right{
width:350px;

margin:40px 30px 0px 0px;
float:right;
padding:10px 0px 30px 0px;
border:1px solid #E7F6FD;
}

.text h2{
font-size:13px;
line-height:18px;
vertical-align:bottom;
font-style:italic;
margin: 10px 20px 0 40px;
}

.text p{
margin:10px 20px 0 20px;
line-height: 12px;
vertical-align: middle;
}

.text ul{
margin:10px 30px 0 60px;
line-height: 100%;
vertical-align: middle;
}

.text li{
margin: 0px 0px 5px 0px;
list-style-type: circle;
}


#below_img_div{
background-image:url(../graphics/bellow_img_div.gif);
background-position:top right;
background-repeat:no-repeat;
width:800px;
height:100px;

}

#scroll_div{
clear: left;
width: 200px;
height: 146px;
background-image:url(../graphics/scroll_bg.png);
background-position:top left;
background-repeat:no-repeat;
position:absolute;
right: 30px;
top: 300px;
}


#NewsHorizontal {
				width: 330px;
				height: 35px;
				display: block;
				overflow: hidden;
				position: relative;
				margin:205px 0px 0px 0px;

			}
			#TickerHorizontal {
				width: 330px;
				height: 35px;
				display: block;
				list-style: none;
				margin: 0;
				padding: 0;

			}
			#TickerHorizontal li {
				display: block;
				width: 110px;
				height: 35px;
				line-height: 35px;
				color: #fff;
				text-align: center;
				font-size: 11px;
				margin: 0;
				padding: 0;
				float: left;
				border-right:1px solid #E7F6FD;
			}

/* form contact us */
form {

width:250px;
 height:auto; 
text-align:right;
vertical-align:top;
padding:20px 5px 30px 5px;
margin: 20px 25px 0px 40px;
border:1px solid #E7F6FD;
}

form br { 
   clear: left;
}

form label { 
cursor:pointer;
vertical-align:top;
float:left;
width: 250px;
}

form .text_inp {
font-size: 12px; 
margin: 0px;
color: #000000;
font-family: Trebuchet MS, Tahoma, Helvetica, arial; 
background-color:#E7F6FD;
border:1px solid #E7F6FD;
width:170px;
height:14px;
vertical-align:text-top;
padding-top:0px;
margin-bottom: 8px;
clear: left;
}

form .text_area {
font-size: 12px; 
color: #000000;
font-family: Trebuchet MS, Tahoma, Helvetica, arial; 
margin-bottom: 8px;
width:170px;
background-color:#E7F6FD;
border:1px solid #E7F6FD;
height: 50px;
white-space:normal;
overflow: hidden;
vertical-align:top;
padding-top: 0px;
margin-bottom: 8px;
text-align: left;
}

form .sbm_butt {
cursor:pointer;
background-color:#455D74;
font-size: 12px; 
margin: 0px;
color:#fff;
font-family: Trebuchet MS, Tahoma, Helvetica, arial;
float:right;
border:solid 1px #455D74;
}

form .sbm_butt:hover {
color:#ece160;
text-decoration: none;
}






















#footer_div{
clear:both;

	width: 800px;
	height:50px;
	margin-top:80px;
	background-image:url(../graphics/bott_left.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#footer_div p{
text-align:center;
margin: 0px;
}

#footer_div p.cav_foot{
font-size:10px;
}

#footer_div p.heff_foot{
font-size:9px;
margin-top: 3px;
}



