/* ############################################################# */
/* Camboya 2008 - StyleSheet */
/* ############################################################# */

/* ####### General Styles ###################################### */

body {
	margin:0;
	padding:0;	
	margin-top: -20px;
	_margin-top: 0;
	font-family: "Tahoma";
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #494949;
	}
	
	body#home ul#menu li#listHome a {background-image: url(../img/over.gif);}
	body#aboutus ul#menu li#listAboutUs a.aboutus {background-image: url(../img/over.gif);}
	body#ourwork ul#menu li#listOurWork a {background-image: url(../img/over.gif);}
	body#news ul#menu li#listNews a {background-image: url(../img/over.gif);}
	body#workwithus ul#menu li#listWorkWithUs a {background-image: url(../img/over.gif);}
	body#contactus ul#menu li#listContactUs a {background-image: url(../img/over.gif);}

img {
	border: 0;
	}

a {
	text-decoration: none;
	color: #ff8f00;
	}
	
p	{
	font-size: 12px;
	}	
	
select	{
	font-size: 11px;
	margin-left: 5px;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.divDiv	{
	border-top: 1px solid #CCC;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-bottom: expression("4px");
	}
	
.highlight	{
	font-size: 15px;
	color: #000;
	}
	
.highlightList	{
	list-style-type: none;
	font-size: 12px;
	padding: 0;
	margin: 30px 0 30px 20px;
	list-style-position: outside;
	}
	
	.highlightList li	{
		margin-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		background-image: url(../img/tip.gif);
		background-position: expression("1px 5px");
		background-repeat: no-repeat;
		}
	
@media screen {
	div#container {
		width: 790px;
		margin: 0 auto;
		padding: 0;
		background-image: url(../img/marco.png);
		_background-image: url(../img/marco.gif);
		background-repeat: repeat-y;
	}
}

@media print {
	div#container {
		width: 790px;
		margin: 0;
		padding: 0;
		background-image: url(../img/marco.png);
		_background-image: url(../img/marco.gif);
		background-repeat: repeat-y;
	}
}

#top	{
	width: 760px;
	height: 54px;
	padding-top: 20px;
	_margin-top: -20px;
	padding-bottom: 20px;
	background-image: url(../img/back_top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
	
	h1 {
		margin: 38px 30px 0 62px;
		margin-top:expression("58px");
		}

div#flash {
	width: 760px;
	margin-left: 15px;
	_margin-top: -20px;
	height: 200px;
	background: #DDD; 
	background-image: url(../img/flash_draft.jpg);
	}

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 704px;
	height: 42px;
	margin-left: 43px;
	background-image: url(../img/back_menu.gif);
	background-repeat: no-repeat;
	}
	
	#print	{
		position: absolute;
		margin-left: 665px;
		margin-left: expression("635px");
		margin-top: 18px;
		font-size: 10px;
		text-transform: uppercase;
		background-image: url(../img/ico_print.gif);
		background-repeat: no-repeat;
		padding-left: 21px;
		height: 16px;
		padding-top: 2px;
		}
		
		#print a	{
			color: #444;
			}
			
			#print a:hover	{
				color: #FFF;
				text-decoration: none;
				}

	ul#menu li {
		display: inline;
		position: absolute;
		z-index: 999;
		}
		
		#listHome		{margin-left: 0px; width: 55px;}
		#listOurWork	{margin-left: 55px; width: 85px;}
		#listOurApproach	{margin-left: 140px; width: 113px;}
		#listOurBlog		{margin-left: 253px; width: 79px;}
		#listNews		{margin-left: 332px; width: 57px;}
		#listWorkWithUs	{margin-left: 389px; width: 68px;}
		#listContactUs	{margin-left: 457px; width: 75px;}

	ul#menu li a {
		padding:0;
		text-transform: uppercase;
		background-repeat: no-repeat;
		background-position: center;
		height: 55px;
		display: block;
		}
		
		ul#menu li a:hover {
			background-image: url(../img/over.gif);
			background-position: center;
			background-repeat: no-repeat;
			}
			
		ul#menu li a span {
		display: none;
		}
		
ul#submenu	{
	position: absolute;
	padding: 0; margin:0;
	width: 140px;
	margin-top: -13px;
	border-top: 3px solid #FFF;
	z-index: 999;
	}
	
	ul#submenu li	{
		position: relative;
		display: inline;
		font-family: "Tahoma";
		font-size: 10px;
		text-transform: uppercase;
		background-color: #000;
		}
		
		ul#submenu li a	{
			padding: 4px;
			display: block;
			background-color: #c8c8c8;
			color: #FFF;
			height: 14px;
			padding-top: 5px;
			text-decoration: none;
			border-bottom: 1px solid #FFF;
			padding-left: 8px;
			}
			
			ul#submenu li a:hover	{
				background-color: #ff9001;
				}
			
div#leftBar {
	float: left;
	padding: 3px 0 25px 45px;
	padding-top: expression("15px");
	width: 418px;
	margin-top: 20px;
	}

div#rightBar {
	float: right;
	padding: 15px 45px 15px 0;
	margin-top: 26px;
	margin-top: expression("25px");
	width: 262px;
	}

	h2	{
		padding: 0;
		padding-bottom: 10px;
		margin-top: 0;
		}
		
		.subtitOrange	{border-bottom: 6px #ffc628 solid;}
		.subtitGrey		{border-bottom: 6px #b5b5b5 solid;}
		
	div#rightBar p {
		width: 250px;
		}
		
		div#rightBar p span{
			font-weight: bold;
			display: block;
			}

div#title {
	}

div#title h2{
	float: left;
	margin: 0;
	padding: 18px 0 10px 0;
	border-bottom: 6px #ffc628 solid;
	width: 100%;
	margin-bottom: 12px;
	}

	div#orderBy {
		position: absolute;
		margin-top: 20px;
		font-size: 10px;
		margin-left: 290px;
		}

ul#lastWorksList {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	ul#lastWorksList li{
		clear: both;
		float: left;
		padding: 10px 0 10px 0;
		border-bottom: 1px dotted #979797;
		font-size: 11px;
		width: 100%;
		}
		
	ul#lastWorksList h3{
		margin: 0;
		padding: 0;
		color: #ff9001;
		font-size: 16px;
		}

	ul#lastWorksList img {
		float: left;
		margin-right: 10px;
		border: 4px #ffc628 solid;
		}

	ul#lastWorksList li p{
		width: auto;
		margin: 5px 0 0 107px;
		line-height: 14px;
		font-size: 11px;		
		}

	ul#lastWorksList li.noMargin p{
		margin-left: 0;
	}		
		ul#lastWorksList li p a{
			font-weight: bold;
			color: #ff8f00;
			}

div#orangeBlock {
	background: #ffc628;
	padding: 15px;
	width: 232px;
	}
	
	div#orangeBlock h3{
		color: #222;
		font-size: 12px;
		padding: 0; 
		margin: 0;
		}
		
	div#orangeBlock p{
		width: 230px;
		font-size: 11px;
		padding: 0; 
		margin: 0;
		color: #fff;
		}
		
		p.clientQuote	{
			font-style: italic;
			line-height: 18px;
			font-size: 11px;
			color: #666;
			}
			
			p.clientQuote span	{
			font-style: normal;
			padding-bottom: 5px;
			}
		
div#greyBlock {
	background: #e0e0e0;
	padding: 15px;
	width: 232px;
	}
	
	div#greyBlock h3{
		color: #222;
		font-size: 12px;
		padding: 0; 
		margin: 0;
		}
		
		div#greyBlock h3 span	{
			font-weight: normal;
			}
		
	div#greyBlock p{
		width: 230px;
		font-size: 11px;
		padding: 0; 
		margin: 0;
		margin-top: 10px;
		color: #696969;
		}
		
div#footer {
	background-color: #DDD;
	padding-top: 15px;
	clear: both;
	width: 760px;
	margin-left: 15px;
	text-align: center;
	font-size: 11px;
	height: 30px;
	}
	
	div#footer a {
		color: #494949;
		text-decoration: underline;
		}
		
		div#footer a:hover {
			color: #000;
			text-decoration: none;
			}
		
/* ####### About Us Styles ###################################### */

.fotoAboutUs img	{
	border: 6px solid #b3b3b3;
	}
	
#slideAboutUs	{
	border: 6px solid #b3b3b3;
	padding: 0px;
	}

div#titleAboutUs h2{
	margin: 0;
	padding: 18px 0 10px 0;
	border-bottom: 6px #ffc628 solid;
	width: 100%;
	margin-bottom: 12px;
	}

#aboutusTabs	{
	font-size: 11px;
	margin-bottom: 6px;
	color: #FFF;
	text-align: left;
	}
	
	#aboutusTabs div	{
		background-color: #999;
		display: inline;
		padding: 5px 10px 5px 10px;
		border-bottom: 1px solid #FFF;
		}
		
		#aboutusTabs div.active	{
			padding: 7px 10px 7px 10px;
			border-bottom: 1px solid #999;
			}
		
		#aboutusTabs a	{
			color: #FFF;
			}
		
		#tabPeople	{text-align: center; margin-right: -2px; margin-right: expression("1px");}
		#tabSenior	{text-align: center;}
	
/* ####### News Styles ###################################### */

.pdfDownload	{
	background: #eaeaea url(../img/icoPdf.gif) no-repeat 8px 50%;
	padding: 7px;
	padding-left: 30px;
	margin-left: 105px;
	width: 72px !important;
	margin-top: 9px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	}
	
	.pdfDownload a	{
		color: #222 !important;
		}
		
h3#caseTitle	{
	color: #ffc628;
	font-size: 20px;
	}
	
.casePic	{
	margin-top: -5px;
	margin-bottom: 20px;
	}
		
/* ####### Contact Us Styles ###################################### */

.fotoContactUs img	{
	border: 6px solid #ffc628;
	margin-top: 20px;
	margin-top: expression("6px");
	}
	
/* ####### Rotate Image Style ##################################### */

div#contRotator {
	width: 262px;
}
div.itRot {
	position:absolute;
	visibility: hidden;
}

div#flechas {
	position:absolute;
}

div#People {
	display: block;
}
div#Senior {
	display: none;
}

a.newNew {
	color: #000;
	font-weight: normal;
}
