@charset "UTF-8";

/* Body */


body {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 16px;
	background-color: #fff;
	background-image: url(../img/background_home.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0;
	color: #333;
	
}

a img {
	border: none;	
}



/* Main Container */

#contentBox {
	
	margin: 0 auto;
	width: 950px;

}



/* Navigation Container */

#navigation {
	width: 950px;
	height: 34px;
	
}


/* Flash Container */

#flash {
	margin: 0 auto;
	width: 790px;
	height: 239px;
	
}



/* Content Container */

#content {
	width: 950px;
	height: 80px;

}



/* Footer Container*/


#footer {
	clear: both;
	width: 950px;
	height:  100px;
	text-align: center;
	padding-top: 5px;
	background: url(../img/footer.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 16px;
}



/* Page Header */

#header {
	width: 950px;
	height: 117px;
	background: url(../img/logo.gif);
	background-repeat: no-repeat; 

}


/* Main Menu */

#menu {
	float: left;
	position: relative;
}

#menu img {
	float: left;
}

#leftmenu, #about, #client, #news, #designation, #contact, #home {
	float: left;
	height: 34px;
}


a#leftmenu  {
    width: 373px;
    background-image:url(../img/leftmenu.gif);
    display: block;
    text-decoration: none;
}

a#about  {
    width: 111px;
    background-image:url(../img/about.gif);
    display: block;
    text-decoration: none;
}

a#client {
    width: 103px;
    background-image:url(../img/client_center.gif);
    display: block;
    text-decoration: none;
}

a#news  {
    width: 65px;
    background-image:url(../img/news.gif);
    display: block;
    text-decoration: none;
}

a#designation  {
    width: 104px;
    background-image:url(../img/designations.gif);
    display: block;
    text-decoration: none;
}

a#contact  {
    width: 92px;
    background-image:url(../img/contact.gif);
    display: block;
    text-decoration: none;
}

a#home  {
    width: 102px;
    background-image:url(../img/home.gif);
    display: block;
    text-decoration: none;
}


a#about:hover, a#client:hover, a#news:hover, a#designation:hover, a#contact:hover, a#home:hover {
	 background-position: 0 68px;

}
	

/* Common Elements */


p {
	padding: 0px 0px 0px 0px;

}

h1 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	margin: 0px 40px 0 0px;
	
}

h2 {
	font-size: 14px;
	color: #6b0042;
	font-weight: bold;
	margin: 0px 0 0 0px;
	
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0 0 0px;
	
}


a {
	color: #B36E22;
	text-decoration:underline;
		
}

a:hover {
	color: #000;
	text-decoration:none;
}	

a:visited {
	color: #031B32;
	text-decoration:underline;
}	


img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;	
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
}

img.phone {
	float: right;
	margin-right: 40px;
}


li {
	padding: 0px 10px 0px 0px;
	list-style-image: url(../img/bullet.gif);
	
}
