/********************* Main *********************/
* {
    margin:0;
    padding:0;
}

html {
    height:100%;   
	overflow: -moz-scrollbars-vertical !important;
	overflow-y: scroll;	
	min-height: 100%; 
	margin-bottom: 1px;
}

body {
    padding:0 0 0 0;
    color:#333;
    font:83%/1.5 verdana,tahoma,arial,sans-serif;
    background:#120b0e url(../images/bg.jpg) repeat-x;
    height:100%;
}

/********************* General Links *********************/
a, a:link, a:link, a:link, a:hover {
    background:transparent;
    text-decoration:underline;
    cursor:pointer;
}

a:link, a:active  {
    color:#fff;
    text-decoration:none;
}

a:visited {
    color:#fff;
}

a:hover {
    color:#D90005;
    text-decoration:underline;    
}

/********************* Typography *********************/
h1, h2, h3, h4, h5 {
    letter-spacing:-1px;
    font-family:verdana,arial,sans-serif;
    margin:0.8em 0 .3em;
    color:#000;
    padding-bottom:.1em;
}

h1 {
    font-size:135%;
    margin-top:.6em;
}

h2 {
    font-size:125%;
}

h3 {
    font-size:115%;
}

h4 {
    font-size:105%;
}

h5 {
    font-size:95%;
}

small {
    font-size:11px;
	color:#fff;	
}

/********************* Lists *********************/
#contenthome ul, #content ul {
    margin:.3em 0 0.3em;
    list-style-type:none;
}

#contenthome ol, #content ol {
    margin:.2em .5em 0.2em;
}

#contenthome ol li, #content ol li {
    margin-left:1.4em;
    padding-left:0;
    background:none;
    list-style-type:decimal;
}

#contenthome li, #content li {
    line-height:1.4em;
    padding-left:25px;
}

#contenthome dl, #content dl  {
    margin:0 0 0 0;
}

#contenthome dt, #content dt  {
    font-weight:bold;

}

#contenthome dl dl, #content dl dl {
    margin:0 0 1.5em 30px;
}

/********************* general *********************/
img {
    border:none;
}

.clear {
    clear:both;
    position:relative;
    font-size:0;
    height:95px;
    line-height:0;
}

.clearthin {
    clear:both;
    position:relative;
    font-size:0;
    height:0px;
    line-height:0;
}

.clearmed {
    clear:both;
    position:relative;
    font-size:0;
    height:35px;
    line-height:0;
}

.clearequip {
    clear:both;
    position:relative;
    font-size:0;
    height:15px;
    line-height:0;
}

/********************* main body of page *********************/
#wrap {
    width:960px;
    margin:0 auto -65px;
    position:relative;
    background:transparent url(../images/bg_engine.jpg) no-repeat top left;
    min-height:100%;
    height:auto!important;
    height:100%;
}

/********************* header *********************/
#header {
    height:81px;
    padding:0;
    border:none;
    display:block;
    background:transparent url(../images/header_bg.jpg) no-repeat 300px;	
}

/********************* logo *********************/
.logo {
    margin: 0px 0px 0px -100px;
    padding: 0px 0px 0px 0px;
    width:400px;
    height:81px;
    float:left;
}

/********************* navigation *********************/
.nav {
    margin:30px 0px 0px 0px;
    padding:0;
    text-align:right;
    float:right;
    font-size:0.9em;
    font-weight:bold;
}

.nav ul {
    padding:0;
    margin:0;
    list-style:none;
    display:table;
}

.nav a {
    display: block;
}

.nav li {
    float: left;
    line-height:1.2em;
    padding: 0px 0px 3px 0px;
    margin: 6px 10px 6px 18px;	
}

.nav li.on {
    float: left;
    line-height:1.2em;
    padding: 0px 0px 0px 0px;
    margin: 6px 10px 6px 18px;	
    border-bottom:3px solid #7D0101;
}

.nav li a, .nav li a:link, .nav li a:visited, .nav li a:active {
    text-decoration:none;
    cursor:pointer;
    color:#fff;
    display:block;
	padding-bottom:3px;	
}

.nav li a:hover {
    color:#fff;
    border-bottom:3px solid #D90005;
}

.nav li.on a:hover {
    color:#fff;
    border-bottom:none;
	padding-bottom:3px;	
}


/********************* top *********************/

#top {
	width:960px;
	height:230px;
	background: #370001 url(../images/home_tlr.jpg) no-repeat left;	
	margin: 20px 0px 0px 0px;
}

#news {
	width:300px;
	height:230px;
	background: #370001 url(../images/home_trr.jpg) no-repeat right;	
	margin: 0px 0px 0px 0px;	
	float:right;
	font-size:1em;
}

#news h2 {
	color:#cb0107;
	font-size:1.2em;
	font-weight:bold;
}

#news p {
	color:#ccc;
	margin:0px 0px 1em 0px;
	padding:0px 25px 0px 0px;
	line-height:1.2em;
	font-size:1em;	
}

#news ul {
	color:#ccc;
	margin:20px 0px 1em 0px;
	padding:0px 25px 0px 0px;
	line-height:1.2em;
	font-size:1em;		
}

#news li {
	margin:0px 0px 2em 0px;
	padding:0px 0px 0px 15px;
	line-height:1.2em;	
	list-style-type:none;
	background: url(../images/newsarrow.gif) no-repeat 0 0.5em;	
}

#news .readmore {
    float:right;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	margin:0px 25px 0px 0px;
}

#news a, #news a:link, #news a:hover {
    background:transparent;
    text-decoration:underline;
    cursor:pointer;
    color:#ccc;	
}

#news a:link, #news a:active  {
    color:#ccc;
    text-decoration:none;
}

#news a:visited {
    color:#ccc;
}

#news a:hover {
    color:#fff;
    text-decoration:underline;    
}



ul.jobreq  {
	color:#ccc;
	margin:20px 0px 1em 0px;
	padding:0px 25px 0px 0px;
	line-height:1.2em;
	font-size:1em;		
}

ul.jobreq li {
	margin:0px 0px 1em 0px !important;
	padding:0px 0px 0px 1em !important;
	line-height:1.2em;	
	list-style-type:none;
	background: url(../images/newsarrow.gif) no-repeat 0 0.5em;	
}

/* ------------------- slider -------------------- */
/* Easy Slider */

#slider {
	margin: 0px 0px 0px 39px;	
	float:left;
	width:578px;
	height:215px;
	overflow:hidden; 	
}	

#slider ul, #slider li {
	margin: 15px 0px 0px 0px;	
	padding:0;
	list-style:none;
	height:202px;	
}

#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 

	margin:0px;
}	
	
#slider img  {
	/* border: 1px solid #5a3f3f;	*/
}
#prevBtn, #nextBtn { 
	display:block;
	width:24px;
	height:202px;
	position:absolute;
	left:15px;
	top:115px;
}	
#nextBtn { 
	left:617px;
}	

#prevBtn a, #nextBtn a {  
	display:block;
	width:24px;
	height:202px;
	background:url(../images/btn_prev.jpg) no-repeat 0 0;	
}	

#nextBtn a { 
	background:url(../images/btn_next.jpg) no-repeat 0 0;	
}	

/* image replacement */
.graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

#container {	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:578px;
	background:#fff;		
	margin-bottom:2em;
}	
	
/* ------------------- intro area home-------------------- */
.intro {
    float:left;
    display:block; 
    position:relative; 
    width:680px; 
    height:auto; 
    margin:20px 25px 0px 0px;
    padding:0px 0px 0px 0px;
}

.intro h1 {
    font-size:1.2em;
    color:#cc0000;
    margin:0px 0px 10px 0px;
    padding:3px 0px 5px 25px;
    background:transparent url(../images/h1_bg.jpg) no-repeat;		
}

.intro p {
    font-size:1em;
    line-height:1.2em;
    color:#CDCBCE;
    margin:0;
    padding:9px 25px 15px 26px;
}

.intro .readmore {
    float:right;
	font-size:1em;	
    margin:0px 5px 0px 0px;
    padding:0px 5px 0px 0px;
}

.intro .readmore a, .intro .readmore a:link, .intro .readmore a:hover {
    background:transparent;
    text-decoration:underline;
    cursor:pointer;
    color:#ccc;	
}

.intro .readmore a:link, .intro .readmore a:active  {
    color:#ccc;
    text-decoration:none;
}

.intro .readmore a:visited {
    color:#ccc;
}

.intro .readmore a:hover {
    color:#D90005;
    text-decoration:underline;    
}

/* ------------------- service box home -------------------- */
.services {
    float:left;
    width:236px;
    color:#CDCBCE;
    margin:20px 0px 0px 0px;
    padding:0px 0px 10px 0px;
	height:auto;
    background:#180204 url(../images/services_footer_bg.jpg) no-repeat bottom;	
}

.services h2 {
    font-size:1.1em;
    background:transparent url(../images/services_h2_bg.jpg) no-repeat;
    color:#d0c4c4;
    margin:0px;
    padding:4px 0px 3px 20px;
	height:25px;
}

.services p {
    margin:0px 0px 10px 0px;
    padding:8px 0px 0px 0px;
    font-size:0.9em;
}

.services .readmore {
	font-size:1em;	
    margin:0px 0px 0px 25px;
    padding:0px 0px 0px 0px;
}

.services .readmore a:link, .services .readmore a:active  {
    color:#ccc;
    text-decoration:none;
}

.services .readmore a:visited {
    color:#ccc;
}

.services .readmore a:hover {
    color:#D90005;
    text-decoration:underline;    
}

.services ul {
    margin:10px 0px 0px 20px !important;
    padding:0px 0px 20px 0px !important;
	height:auto;
    background:transparent;
}

.services li {
    color:#CDCBCE;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 1em !important;
	line-height:1.2em;	
	list-style-type:none;
	background: url(../images/dash.gif) no-repeat 0 0.5em;	
}
	

/* ------------------- content boxes -------------------- */

#content-wrap {
	display:block;
}

#content, #content-equip {
    background:transparent url(../images/content_wide_bg.jpg) no-repeat top;
	margin:20px 0px 10px 0px;
	padding:15px 45px 35px 45px;
	display:block;
	height:100%;
	position:relative;
}

#contenthome p, #content p {
    margin:0 0 0 0;
}

#content .right {
    float:right;
    width:250px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px; 
	text-align:left;
}

#content-equip .right {
    float:right;
    width:435px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px; 
	text-align:left;
}

#content .right  img{
    margin:0px 0px 25px 0px;
}

#content .right h3 {
    font-size:1.2em;
    font-weight:normal;
    color:#B80100;
    margin:10px 0px 0px 0px;
    padding:0px;
}

#content .rightimages {
    float:right;
    width:265px;
    margin:25px 0px 0px 0px;
    padding:0px 0px 0px 0px; 
	text-align:right;
}

#content .left {
    display:block; 
    position:relative; 
    width:598px; 
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float:left;  
}

#content-equip .left {
    display:block; 
    position:relative; 
    width:425px; 
    margin:0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    float:left;  
}

#content .left h1, #content h1, #content-equip h1  {
    font-size:1.8em;
    font-weight:normal;
    color:#CE0002;
    margin:0px 0px 0px 0px;
    padding:0px;
}

#content h2, #content .left h2, #content-equip h2 {
    font-size:1.3em;
    font-weight:bold;
    color:#fff;
    margin:10px 0px 0px 0px;
    padding:0px;
}

#content .left p, #content p, #content-equip p {
    font-size:1em;
    line-height:1.3em;
    color:#CDCBCE;
    margin:0px;
    padding:9px 15px 15px 0px;
}


/* #content .left a, #content .left a:link, #content .left a:hover {
    background:transparent;
    text-decoration:underline;
    cursor:pointer;
    color:#CE0003;	
}

#content .left a:link, #content .left a:active  {
    color:#CE0003;
    text-decoration:none;
}

#content .left a:visited {
    color:#7D0101;
}

#content .left a:hover {
    color:#fff;
    text-decoration:underline;    
} */

.right ul.services {
    float:left;
    width:236px;
    color:#CDCBCE;
    margin:10px 0px 0px 0px !important;
    padding:0px 0px 20px 0px !important;
	height:auto;
    background:transparent;	
}

.right ul.services li {
    color:#CDCBCE;
	margin:0px 0px 2em 0px;
	padding:0px 0px 0px 1em !important;
	line-height:1.2em;	
	list-style-type:none;
	background: url(../images/dash.gif) no-repeat 0 0.5em;	
}

#content .rightimages p {
    font-size:1em;
    line-height:1.2em;
    color:#CDCBCE;
    margin:0px;
    padding:5px 5px 0px 5px;
}

#content .left ul, #content .leftcontact ul {
    font-size:1em;
    line-height:1.3em;
    color:#CDCBCE;
    margin:0 15px 0 0;
    padding:9px 0px 0 0px;
    list-style:none;
}

#content .left li, #content .leftcontact li  {
    font-size:1em;
    line-height:1.3em;
    color:#CDCBCE;
    margin:0px 15px 20px 0;
    padding:0px 0px 0 5px;
    list-style:none;
} 

#content .left ul p {
    font-size:1em;
    line-height:1.3em;
    color:#CDCBCE;
    margin:10px 15px 15px 0;
    padding:0px 15px 0 5px;
}

#content .right ul {
    font-size:1em;
    line-height:1.3em;
    color:#CDCBCE;
    margin:0 15px 0 0;
    padding:9px 0px 0 0px;
    list-style:none;
}

#content .right li {
    font-size:1em;
    line-height:1.3em;
    color:#CDCBCE;
    margin:0 15px 10px 0;
    padding:0px 0px 0 5px;
    list-style:none;
} 

#content .right ul p {
    font-size:1em;
    line-height:1.3em;
    color:#CDCBCE;
    margin:0 15px 15px 0;
    padding:0px 15px 0 5px;
}

#content .leftcontact {
    display:block; 
    position:relative; 
    width:430px; 
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float:left;  
}

#content .rightcontact {
    float:right;
    width:440px;
    margin:30px 0px 0px 0px;
    padding:0px 0px 0px 0px; 
}


#content .left .news h2 {
    font-size:125%;
	color:#fff;
	margin:0px;
}

#content .left .news a:hover h2 {
    font-size:125%;
	color:#CE0002;
	margin:0px;
}

#content .left .news small {
	color:#fff;
}


/********************* footer *********************/
#footerwrap {
    width:100%;
    background-color:#09090d;
}

#footer {
    width:960px;
    margin:0 auto;    
    position:relative;
    clear:both;
    padding:10px 10px 10px 10px;
    font-size:0.8em;
    color:#848486;
    background-color:#09090d;
    height:45px;  
}

#footer p {
	margin:3px 0px 5px 0px;
}

#footer p.faded, #footer span.faded {
	color:#48484b;
}

#footer a:link, #footer a:active, #footer a:visited {
    color:#848486;
    text-decoration:none;
}

#footer a:hover {
    color:#ccc;
    text-decoration:underline;
}

#footer .left {
    float:left;
}

#footer .left img {
    margin:3px 0px 0px 15px;
}

#footer .leftsub {
    float:left;
}

#footer .right {
    float:right;
	text-align:right;
}