* {
  margin: 0;
  padding: 0;
}

html {
  background: url(_images/html_bg.gif) repeat-x;
  height: 100%;
}

body {
  font: 12px verdana, arial, sans-serif;
}
h1 {
	font: bold 16px Trebuchet MS, Lucida Sans Unicode, arial, sans-serif;
	text-transform: uppercase;
	margin: 0px 8px 20px;
	color: #fff;
	}
h2 {
	font: bold 15px Trebuchet MS, Lucida Sans Unicode, arial, sans-serif;
	margin-bottom: 8px;
	color: #c00;
	}
h3 {
  color: #666666;
  font-size: 13px;
}
table {
  border-collapse: collapse;
  }


a {
	text-decoration: none;
	color: #000;
	outline:none;
	}
a img {border: none}

p {line-height: 16px;
}


/***** top navbar ******/      

#topnavbar {
	padding-top: 40px;
    width: 980px;
	height: 60px;
    margin: 0px auto;
}
#topnavbar img {
  float: left;        
}
#navbar li {
	float: left;	
}

#navbar {
	margin-left: 250px;
	text-transform: uppercase;
	font-size: 12px;
	list-style-type: none;
}

#navbar li a {
    width: 130px;
	border-bottom: solid 4px #666;
	float: left;
	margin-left: 6px;
	margin-top: 25px;
	padding: 0px 0px 0px 10px;
	line-height: 25px; 
	text-decoration:none; 
} 

#navbar li a:hover {
	border-bottom-color: #c00;  
}
  
.home li#home a,
.company li#company a,
.projects li#projects a,
.media li#media a,
.contact li#contact a {
  border-bottom: solid 5px #cc0000;
  background: url(_images/dot.gif) no-repeat left center;      
  
}

/****** content ******/
#main {
  clear: both;
  padding-top: 40px;
  width: 980px;
  margin: 0px auto;
       
}
#content {  
  padding-top: 0px;
  margin-left: 256px;
  float: none;
  } 

#content a:hover {
  color: #cc0000; 
}

#content a {
	color: #666;
}
#content .contentTopBar {
	background-color: #a9a9a9;
	height: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#content .contentTopBar h1 {
    padding-top: 12px;
	letter-spacing: 1px;
}


#content p#dd {
	    margin: 0px 0px 0px 562px;
        font: 12px Trebuchet MS, Lucida Sans Unicode, arial, sans-serif;
		color: #999;
		 
} 
#content p#ddvideo {
	    margin: 0px 0px 0px 512px;
        font: 12px Trebuchet MS, Lucida Sans Unicode, arial, sans-serif;
		color: #999;
		 
} 
/***** home page ******/

#main .homeTopBar {
	background-color: #797979;
	height: 30px;
	padding-top: 30px;
	padding-bottom: 0px;
}
#main .homeTopBar h1 {
	font: bold 16px Trebuchet MS, Lucida Sans Unicode, arial, sans-serif;
	letter-spacing: 1px;
	color: #fff;
	margin: 0px 10px 0px 0px;
	text-transform: uppercase;
}

.smallLetter {
	color: #CCC;
	font-size: 14px;
}
#main .homeBottomBar {
	font: 14px Trebuchet MS, Lucida Sans Unicode, arial, sans-serif;
	color: #FFF;
	background-color: #797979;
	height: 155px;
	padding: 0px;
}
#main .homeBottomBar h1 {width: 300px;
	font: bold 17px Trebuchet MS, Lucida Sans Unicode, arial, sans-serif;
	color: #fff;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
#main .homeBottomBar a:hover {
	color: #cc0000; 
}

#main .homeBottomBar a {
	color: #CCC;
}
.black {
	color: #000;
}

#main #homeContent {background: url(_images/nogaps1.jpg) no-repeat;
                  height: 370px;
				  border-top: 1px dotted #666;
				  border-bottom: 1px dotted #000;
				  
}

#main .homeBottomBar .homeTextLeft {
	font: 16px Trebuchet MS, Lucida Sans Unicode, arial, sans-serif;
	list-style: url(_images/dot4.gif);
	letter-spacing: 1px;
	font-variant: small-caps;
	width: 20%;
	height: 125px;
	padding: 14px 0px 0px 45px;
	float: left;
	line-height: 26px;
	
}
#main .homeBottomBar .homeTextMiddle {
    font: 16px Trebuchet MS, Lucida Sans Unicode, arial, sans-serif;
	list-style: url(_images/dot4.gif);
	letter-spacing: 1px;
	font-variant: small-caps;
	width: 18%;
	height: 125px;
	padding: 14px 0px 0px 20px;
	float: left;
	line-height: 26px;

}

#main .homeBottomBar .homeTextRight {
	height: 125px;
	width: 22%;
	letter-spacing: 1px;
	float: right;
	padding-top: 14px;
	line-height: 20px;
}




/***** sidebar ******/
#sidebar {
  float:left;
  width: 225px;
  font-size: 12px;  
  margin-bottom: 10px;
}
#sidebar img {
  vertical-align: top;
  padding: 1px;
  border: solid 1px #d4d0d1;
}
#sidebar ul {
	list-style: none;
	padding-top: 25px;
	border-top: solid #a9a9a9 17px;
}
#sidebar ul li {
  border-bottom: dotted 1px #ccc;
}
#sidebar li a {
  line-height: 35px;
  padding-left: 10px;
  text-transform: uppercase;
  text-decoration:none;
}
#sidebar li a:hover {
  color: #cc0000; 
} 

.appia #appia a, 
.bosa #bosa a, 
.embassy #embassy a, 
.darwin #darwin a,
.intracorp #intracorp a, 
.iem #iem a, 
.graham #graham a,
.contactus #contactus a,
.safety #safety a,
.whatwedo #whatwedo a,
.images #images a,
.video #video a
 {
	
color: #cc0000;
  background: url(_images/dot2.gif) no-repeat left center;
}



/***** projects *****/
.projects #content table {
  width: 100%;
}

.projects #content p {
  margin: 3px 0px 0px;
}
.projects #content p.webinfo {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 0px;
  padding: 8px 0px 0px;
}

.projects #content table tr td.prva {
  width: 25%;
}

.projects #content table tr td.druha { 
  padding-left: 0px;
  width: 25%;
}
.projects #content table tr td.imgthumbs {
  width: 50%;
  padding-right: 0px;
}
.projects #content table tr td.imgthumbs img { 
  padding: 4px;
  margin: 2px;
  border: 1px solid;
}

.projects #content table tr td {
  border-bottom: solid 3px #e5e5e5;
  height: 160px;
  padding-right: 10px;
  padding-left: 10px;
}

.projects #content table tr td.end {
  border-bottom: none;
}
  

.projects #content .proj_logo {
  border-right: dotted 1px #e9e9e9;
  margin: 0px;
  padding-right: 30px;
}


/***** contact us ******/

#content .contentParag {
	margin: 30px 0px 20px 0px;
	float: left;
	line-height: 16px;
	width: 280px;
	
}
#content .contactParag {
	margin: 30px 0px 20px 0px;
	float: left;
	line-height: 16px;
	width: 100%;
}

#content .contentParagRight {
	margin: 30px 0px 20px 316px;
	
}

#content .safetyParag {
	line-height: 16px;
	margin: 30px 0px 20px 0px;
	
}
	
#content .contentParag ul,
         .contentParagRight ul {
	padding-left: 15px;
	list-style: url(_images/dot3.gif);
	line-height: 22px;
}
/***** media images ******/

#mediaImages {
	background-color: #eee;
	width: 704px;
	margin-top:40px;
	padding: 0px 10px 20px 10px;
	
}

#mediaImages img {
	border: 3px solid;
	background-color: #eee;
	padding: 1px;
	margin: 20px 4px 10px 15px;
}
#mediaImages a {
	color: #999;
}
#mediaImages a:hover {
	color: #C00;
}
#mediaImages h1 {
	text-transform: none;
	padding-top: 15px;
	margin: 11px 15px 5px;
	font-size: 14px;
	color: #333;
}
#mediaImages p {
	line-height: 20px;
	border-bottom: 1px solid #CCC;
	margin: 0px 28px 10px;
	color: #666;
}
#videobox {
	margin: 25px 25px 25px 28px;
}
	

/***** footer ******/

#footer {
	clear: both;
	color: #666;
	text-align: center;
	padding: 38px 0px 10px 0;
	font-size: 9px;
	background: url(_images/bg_footer.gif) 0 25px repeat-x;
}  
#footer a {
	color: #666;
}    
#footer a:hover {
  text-decoration: none;
  color: #cc0000
} 
