/* Screen stylesheet */
* {
     margin: 0;
	 padding:0;
}

html, body {
    height: 100%;
	color:#000;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
}

form, div, span, h1, h2, h3, p, ul, li {
	margin:0;
	padding:0;
}

h1 {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
    color:#165895;
}

a img { border:none; }
a, a:active, a:visited
{
    text-decoration:none;
    color:#004b8d;
}
a:hover 
{
    text-decoration:underline;
}

/* main */
#main-internal 
{
    margin:0 auto;
    background:url(bkgd-internal.gif) no-repeat top center;
}
#main-inner
{
    width:951px;
    margin:0 auto;
}
#header 
{
    height:89px;
    background:transparent url(bkgd-header.gif) no-repeat;
}
#logo 
{
    float:left;
    width:273px;
}
#contactus 
{
    text-align:right;
    height:57px;
}
#navigation 
{
    float:right;
    width:618px;
}
#navigation ul 
{
    list-style:none;
}
#navigation ul li
{
    float:left;
    font-family:Trebuchet MS, Sans-Serif;
    font-size:15px;
    padding-right:20px;
}
#navigation ul li a
{
    text-decoration:none;
    color:#2c353e;  
    padding-bottom:22px;
    margin-top: 60px;
    display:block;
}
#navigation ul li a:hover
{
    text-decoration:none;
    color:#626c77;
}
.subnav 
{
	font-weight: bold;
    position:absolute;
    width:880px;
	margin-left: 35px;
}
#corporateprofile { display:none; }
#productsservices { display:none; }
#tezabed { display:none; }
#projects { display:none; }
#contactus { display:none; }
#home { display:none; }
.subnav-inner
{
    text-align:left;
    padding:8px 0 0 300px;
}
.subnav a, .subnav-inner a, .subnav a:link
{
    color:#004B8D;
    text-decoration:none;    
}
.subnav a:hover
{
    color:#fff;
    text-decoration:none;
}
#content 
{
}
#home 
{
}
#home .main-content 
{
    width:700px;
    float:right;
}
#home .text-content 
{
    float:right;
    text-align:right;
    width:345px;
    padding-right:17px;
    color:#444;
	padding-top:20px;
}
#home p 
{
    padding-bottom:12px;
}
#internals 
{
}
#internals .intro
{
    width:359px;
	height:310px;
    float:left;
    padding:70px 0 0 0;
}
#internals .main-content 
{
    width:548px;
    float:right;
}
#internals .text-content 
{
    text-align:left;
    padding:50px 15px 0 0;
    color:#444;
}
#internals p 
{
    padding-bottom:12px;
}
#internals hr
{
	color: #c2cd23;
	background-color: #c2cd23;
	height: 1px;
	border: 0;
}
#internals h2
{
	color: #004b8d;
	font-size: 12px;
	padding-bottom: 13px;
	padding-top: 13px;
}
#internals ul
{
	padding-bottom: 12px;
}
#internals ul li
{
	list-style-type: none;
	background: url(bullet.gif) 0 5px no-repeat;
	padding-bottom: 6px;
	padding-left: 13px;
}
#clear 
{
    clear:both;
    height:30px;
}
/* footer */
#footer 
{
    margin:0 auto;
    clear:both;
    background:#00478A url(bkgd-footer.gif) repeat-x;
}

#footer img
{
    display: block;
	padding-top: 13px;
    margin-left: auto;
    margin-right: auto;
}

#footer-inner
{
    width:951px;
    margin:0 auto;
    padding:12px 0 200px 0;    
    color:#fff; 
}

#footer-inner p 
{
    text-align: center;
}

#footer-inner a 
{
    color:#fff;
}

