* {
	margin: 0;
	padding: 0;
}

body { 
	background: #666;
	color: #666;
	font: 80%/1.6em 'lucida grande', 'lucida sans unicode', helvetica, geneva, verdana, sans-serif;
}

h1 { display: none; }

h2 {
	color: #c33;
	font: 1.8em cambria, palatino, georgia, garamond, times, serif;
	letter-spacing: 5px;
	margin-bottom: 20px;
	text-align: right;
	text-transform: uppercase;
}

h3 {
	color: #333;
	font-size: 1.2em;
}

h4 {
	color: #333;
	font-size: 1.1em;
}

h5 {
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

a {
	color: #f90;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a img { border: 0; }

br.spacer { clear: both; }

div.innerContent {
	margin: 0 auto;
	width: 930px;
}



/* Start Top Banner Tags & Classes */

div#topBanner {
	background: #333 url('/files/img/topBanner.gif') repeat-x bottom left;
	border-bottom: 1px solid #933;
	height: 70px; 
	padding: 10px 0 5px;
}

div#topBanner p {
	color: #fff;
	float: right;
	font-size: 0.9em;
	line-height: 1.4em;
}

div#topBanner a { color: #fff; }

div#logo, div#topContact { float: left; }
div#logo { width: 750px; }
div#topContact { width: 180px; }

/* End Top Banner Tags & Classes */



/* Start Navigation Tags & Classes */

div#navigation {
	background: url('/files/img/navigation.gif') repeat-x top left;
	border-bottom: 1px solid #933;
	border-top: 1px solid #600;
	height: 40px;
}

div#navigation ul {
	display: block;
	list-style-type: none;
	float: right;
	position: relative;
}

div#navigation ul li {
	float: left;
	line-height: 40px;
	padding-left: 40px;
	position: relative;
}	

div#navigation ul li a {
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 10px;
	text-transform: uppercase;
}

div#navigation ul li a:hover,
body#home a#nHome,
body#company a#nCompany, body#manpower a#nCompany, body#management a#nCompany, body#countries a#nCompany,
body#services a#nServices,
body#projects a#nProjects, body#gallery a#nProjects,
body#contact a#nContact {
	background-color: #966;
	text-decoration: none;
}

div#navigation ul li ul {
	background: #933;
	position: absolute;
	top: 42px;
	width: 225px;
	visibility: hidden;
}

div#navigation ul li ul li { 
	float: none;
	padding: 0; 
}

div#navigation ul li ul li a {
	border-bottom: solid 1px #600;
	display: block;
	text-transform: lowercase;
}

/* End Navigation Tags & Classes */



/* Start Header Tags & Classes */

div#header {
	background: url('/files/img/header.gif') repeat-x top left;
	border-bottom: 1px solid #666;
	border-top: 1px solid #600;
	height: 250px;
}

div#header div.innerContent {
	background: url('/files/img/header.jpg') no-repeat top left;
	height: 250px;
}

div#header p {
	color: #fff;
	float: right;
	font: 1.6em/1.6em cambria, palatino, georgia, garamond, times, serif;
	margin: 10px 0;
	width: 350px;
}

/* End Header Tags & Classes */



/* Start Past Projects Tags & Classes */

div#pastProjects {
	background: #000;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #333;
	padding: 10px 0;
}

div#pastProjects img { padding: 0 25px; }

div#pastProjects a {
	color: #ccc;
	font-size: 0.9em;
	letter-spacing: 3px;
}
div#pastProjects a:hover {
	color: #fff;
	text-decoration: none;
}

div#pastProjects p { text-align: right; }

/* End Past Projects Tags & Classes */



/* Start Main Tags & Classes */

div#main {
	background: #fff url('/files/img/main.gif') repeat-x top left;
	border-bottom: 1px solid #666;
	border-top: 1px solid #999;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 20px 0;
}

div#main p { padding-bottom: 20px; }

div#main p.note {
	color: #999;
	font-size: 0.8em;
}

div#main p.note a { color: #999; }

div#main p.note a:hover {
	color: #f90;
	text-decoration: none;
}

div#main p#intro {
	color: #c33;
	font: 1.4em/1.9em cambria, palatino, georgia, garamond, times, serif;
	text-align: justify;
}

div.leftColumn, div.middleColumn, div.rightColumn {
	float: left;
	height: 415px;
	line-height: 1.8em;
	width: 282px;
}

div.leftColumn {
	border-right: 2px dotted #ccc;
	padding-right: 20px;
}

div.middleColumn {
	border-right: 2px dotted #ccc;
	padding: 0 20px;
}

div.rightColumn { padding-left: 20px; }

p#download {
	font-size: 0.8em;
	line-height: 1.8em;
	margin-left: 30px;
}

p#download a {
	color: #fff;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	height: 25px;
	padding: 10px 0;
	text-align: center;
	width: 200px;
}

p#download a { background: #fff url('/files/img/download.jpg') no-repeat bottom left; }

p#download a:hover {
	background: #fff url('/files/img/download.jpg') no-repeat top left;
	text-decoration: none;
}

/* End Main Tags & Classes */



/* Start Additional Main Tags & Classes */

div#sideContent, div#mainContent, div#mainContentText, div#mainContentImg { float: left; }

div#sideContent { width: 325px; }

div#sideContent p { text-align: right }

div#sideContent ul {
	list-style-type: none;
	width: 200px;
}

div#sideContent ul li { border-bottom: 2px dotted #999; }

div#sideContent ul li#bottomlink { border-bottom: none; }

div#sideContent ul li a {
	color: #900;
	display: block;
	font-size: 1.2em;
	height: 25px;
	padding: 5px;
}

body#company a#nVision,
body#management a#nManagement,
body#manpower a#nManpower,
body#countries a#nCountries,
div#sideContent ul li a:hover {
	color: #000;
	text-decoration: none;
}

div#mainContent {
	text-align: justify;
	width: 600px;
}

div#mainContent li { list-style-image: url('/files/img/bullet.gif'); }

body#projects div#main ul, body#contact div#main ul, body#sitemap div#main ul, div#mainContent ul { margin-left: 25px; }

div#mainContentText {
	margin-right: 25px;
	width: 300px;
}

div#mainContentImg { width: 275px; }

div.thumbnail, div.contactInfo {
	margin: 0 20px;
	float: left;
}

div.thumbnail { width: 192px; }

div.thumbnail p {
	font-size: 0.9em;
	line-height: 1.4em;
}

div.contactInfo { width: 424px; }
div.rightBorder { border-right: 2px dotted #ccc; }

#back li {
	list-style-image: url('/files/img/back.gif');
	margin: 0;
	padding: 0;
}

/* End Additional Main Tags & Classes */



/* Start Footer Tags & Classes */

div#footer {
	border-top: 1px solid #999;
	color: #fff;
	padding: 10px 0;
}

div#footer ul {
	list-style-type: none;
	padding-bottom: 15px;
}

div#footer ul li {
	float: left;
	padding-right: 30px;
}

div#footer a {
	color: #fff;
	font-weight: bold;
}

div#footer a:hover {
	color: #f90;
	text-decoration: none;
}

div#footer p { font-size: 0.9em; }

p#webmaster, p#webmaster a { color: #ccc; }

p#webmaster a:hover {
	color: #fff;
	text-decoration: none;
}

/* End Footer Tags & Classes */