* {
   padding:0px;
   margin:0px auto;
}


button {
width:70px; height:20px;border: none;background:#fff;}

#wrapper {border: solid 1px #fff; width:961px;margin:0 auto;}

#more {width: 60px;height:10px;position:relative;top: -9px; left:283px;z-index:200;}
#more1 {width: 60px;height:10px;position:relative;top: -9px; left:490px;z-index:200;}
#more2 {width: 60px;height:10px;position:relative;top: -9px; left:660px;z-index:200;}

.body_txt {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#666666;line-height: 1.8em;padding-bottom:10px;}
.clear { clear: both; }
.gray_txt {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#999999;line-height: 1.8em;padding-bottom:10px;}
ul.navi {position:relative;top:-20px;left:10px;width:500px;z-index:100;}
#nav ul {list-style:none;float:left;}

#nav span {display:none;}

#nav li {float:left;display:inline;list-style:none;}	

#nav li a {
float:left;border: solid 1px #FFF;
display:block;
text-decoration: none;
}

#nav li a.salute {
background:url(../img/salute.jpg) no-repeat;width:160px;height:25px;
background-position: 0px -25px}

#nav li a.salute:hover {
background-position: 0px 0px;}

#nav li a.proof {
background:url(../img/proof.jpg) no-repeat;width:160px;height:25px;
background-position: 0px -25px;}

#nav li a.proof:hover {
background-position: 0px 0px;}

#nav li a.get {
background:url(../img/get.jpg) no-repeat;width:160px;height:25px;
background-position: 0px -25px;}

#nav li a.get:hover {
background-position: 0px 0px;}


/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
#bar {width:100%;height:1px;border-top:solid 1px #BBBBBB;position:relative;top:52px;}
#shadow {background:url(../img/shadow_bar.jpg) no-repeat;width:500px;height:25px;position:relative;top:51px;}

#bar2 {width:100%;height:1px;border-top:solid 1px #BBBBBB;position:relative;top:482px;}
#shadow2 {background:url(../img/shadow_bar.jpg) no-repeat;width:500px;height:25px;position:relative;top:481px;}

#v2v {background:url(../img/v2v_text.jpg) no-repeat;width:313px;height:30px;position:relative; top:400px;left:15px;}
#service {background:url(../img/services.jpg) no-repeat;width:127px;height:85px;position:relative;top:460px;left:260px;}

div.scrollable {
	z-index:300;
	/* required settings */
	position:absolute;
	top: 30px;
	overflow:hidden;	 	
	width: 960px;	
	height:450px;	

	
	/* custom decorations */
	padding:10px 0;	
	
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:200000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */

}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:960px;
	height: 400px;
	padding:0px 0px;
	margin-right: 0px;	
}

/* active item */
div.scrollable div.items div.active {

}
/* the overlayed element */ 
div.overlay p {padding-bottom: 10px;}
div.overlay { 
	font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#666666;line-height: 1.8em;
    /* growing background image */ 
    background-image:url(../img/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:570px; 
    height:440px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(../img/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../img/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}