@charset "UTF-8";

/* Body */


body {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 16px;
	background-color: #fff;
	background-image: url(../img/background_secondary.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;
	
}


/* Address Container */

#address {
	width: 950px;
	height: 27px;
	background-image: url(../img/address.gif);
	background-repeat: no-repeat;
	
}



/* Content Container */

#content {
	width: 950px;

}



/* 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; 
	overflow: hidden;

}



/* Page Boxes */

#boxContainer {
	width: 950px;
	clear: both;
	
}

#boxContainer2 {
	width: 950px;
	clear: both;
	
}

#boxContainer3 {
	width: 950px;
	clear: both;
	
}

#box {
	float: left;
	width: 435px;
	padding: 20px;
	
}

#box2 {
	float: left;
	width: 435px;
	padding: 20px;
	
}

#box3 {
	float: left;
	width: 435px;
	padding: 20px;
	
}

#box4 {
	float: left;
	width: 435px;
	padding: 20px;
	
}

#box5 {
	float: left;
	width: 435px;
	padding: 20px;
	
}

#box6 {
	float: left;
	width: 435px;
	padding: 20px;
	
}

#disclaimer {

	
	clear: both;
	font-size: 10px;
	padding: 15px;
	
}

#full {

	width: 910px;
	padding: 20px;
	clear: both;
	
}

#full2 {

	width: 910px;
	padding: 20px;
	clear: both;
	
}

#contactBox {

	width: 197px;
	padding: 20px;
	float: left;
	
}

#email {

	width: 683px;
	float: left;
	padding-top: 20px;
	
	
}



/* 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: #031B32;
	font-weight: bold;
	margin: 0px 0px 0 0px;
	
}

h2 {
	font-size: 14px;
	color: #6b0042;
	font-weight: bold;
	margin: 0px 0 0 0px;
	
}

h3 {
	font-size: 13px;
	color: #031B32;
	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);
	
}

span.reg{
	
	font-size: 10px;
	vertical-align:super;
} 

