body, html {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet CE", sans-serif, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #2E2F33;
	text-align: center;
}

body {
	background-image: url(../images/header_background.png);
	background-position: top;
	background-repeat: repeat-x;	
}

*.center {
	text-align: center;	
}


*.right {
	text-align: right;	
}

*.left {
	text-align: left;	
}

*.justify {
	text-align: justify;	
}


*.bold {
	font-weight: bold;	
}

*.italic {
	font-style: italic;
}

*.underline {
	text-decoration: underline;	
}

div.clear {
	clear: both;	
}

*.red {
	font-weight: bold;
	color: red;
}	

.home_link {
	width: 150px;
	text-align: center;
	position: absolute;
		top: 40px;	
		right: 45px;
	font-size: 110%;
}
.home_link a {
	color: #042e6a;
}
.home_link a:hover {
	color: #000;
}


.container {
	position: relative;
}

.left {
	width: 300px;
	float: left;	
}
.right {
	width: 300px;
	float: right;
}
.center {
	text-align:center;
	margin: 0 auto 0 auto;
}
.award_label {
	font-size: 80%;
	line-height: 1em;
	width: 100%;
}
.container .subtitle {
	color: #054099;
}

.center table {
	width: 95%;
	margin: 10px auto; 
	border: 1px solid #000;
}

.award_img {
	width: 250px;
	height: auto;
}

table {
	border-spacing: 0px;
}

p {
	margin: 10px 0px;	
}

p.ok {
	font-size: 12px;
	font-weight: bold;
	color: green;
}

p.error {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

div#wrapper {
	width: 865px;
	min-height: 600px;
	background-image: url(../images/main_background.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

div#footer {
	width: 865px;
	height: 30px;
	margin: 0px auto;
	position: relative;
	color: 	#666666;
	margin-top: 30px;
	font-weight: bold;
}

div#footer_left {
	position: absolute;	
	left: 10px;
	top: 5px;
	width: 400px;
}

div#footer_right {
	position: absolute;	
	right: 30px;
	top: 5px;	
	width: 200px;
	text-align: right;
}

/* IE6 hack for min-height */
* html div#content {
	height: 400px
}

div#content {
	min-height: 330px;
	padding-top: 510px;
	padding-right: 240px;
	padding-left: 20px;
	
}


div#about {
	color: #FFFFFF;
	position: absolute;
	width: 300px;
	top: 180px;
	left: 20px;
	font-weight: normal;
	z-index: 2;
}

div#background {
	z-index: 1;
	position: absolute;
	left: 174px;
	top: 151px;
}

div#content p {
	margin-right: 50px;	
}

div#contact {
/*	border: 1px solid #000000; */
	position: absolute;
	width: 210px;
	height: 180px;
	right: 8px;
	top: 160px;
	color: #2E2F33;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.8em;
	
}

div#clients {
	position: absolute;
	width: 230px;
	height: 400px;
	right: 5px;
	top: 460px;	
	line-height: 1.3em;
	color: #666666;
}

div#clients h1 {
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #003366;	
	margin-bottom: 1px;
	padding-bottom: 4px;
}

div#clients hr {
	border: none;
	background: none;
	border-bottom: 1px solid #003366;
	margin: 0px;
}

div#map_thumb {
	position: absolute;
	right: 18px;
	top: 20px;
}


div#logo {
	position: absolute;
	left: 50px;
	top: 40px;	
}


div#menu {
	font-size: 0.9em;
	position: absolute;
	width: 625px;
	height: 27px;
	top: 120px;
	left: 5px;

	
}

div#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

}

div#menu li {
	float: left;
	padding: 0px 6px 0px 6px;
	margin: 0px 5px 0px 0px;
	line-height: 1.1em;
	background-image: url(../images/menu_selector.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 27px;
}


div#menu li.last {
	padding: 0px 6px 0px 0px;
	background: none;	
}


div#menu2 {
	font-size: 90%;
	position: absolute;
	width: 625px;
	height: 27px;
	top: 375px;
	left: 10px;
	line-height: 1.1em;
}

div#menu2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#menu2 li {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 0px;
	background-position: right;
	background-repeat: no-repeat;
	height: 90px;
}


div#menu2 li.last {
	background: none;	
}




h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #005AE2;
	margin-top: 20px;
	margin-right: 16px;
}

h2 {
	font-size: 14px;	
	font-weight: bold;
	color: #054099;
	margin-bottom: 0px;
}

div.subtitle {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}

*.quotation {
	font-style: italic;
	color: #054099;
}

td {
	vertical-align: top;	
}

*.padding_left_10 {
	padding-left: 10px;
}

table#clients_list {
	width: 100%;	
}
/* case study begin */
div.casestudy {
	border-bottom: 1px solid #000;
	clear: both;
	padding: 10px 0px;
}
div.casestudy img{
	float: left;
	margin: 5px;
	margin-left: 0px;
	padding: 5px;
	background: #fff;
	border: 1px solid #666;
}
div.casestudy h3{
	color: #000;
	margin: 0;
	padding: 0;
}
div.casestudy p{
	clear: right;
}
div.casestudy a{
	
}

/* case study end */
