
/*  --------------------------------------------    
    services.css
    com.airportbags.www
    regi e.(regi@pushhere.com, Lead Dev)
    - Requires(Location):
      (styles/lib/services.css)
    --------------------------------------------  */
    
/*  CONTACT OVERRIDDEN
    --------------------------------------------  */
    body#services-page .page-module {
    	height: 400px;
    }
    body#services-page li#services a {
      background: #fff;
      color: #000;
      
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
    }
    body#services-page li#services {
      background: transparent url('/static/images/gui/icons/icon-nav-status.png') 50% 25px no-repeat;
    }
    body#services-page #page-content {
      background: #D1D3D4;
    }
    body#services-page .content {
      padding-top: 0;
    }
    body#services-page .content h2 {
      text-indent: 0;
      padding: 0 0 25px;
      border: 0 none;
      margin: 0;
    }
    
/*  CONTACT ASIDE
    --------------------------------------------  */
    .service-nav h2 {
      margin-bottom: 0px;
      border: 0 none;
    }
	.service-nav p {
	padding-right: 20px;
	}
    .service-nav,
    .content div {
    	width: 215px;
    	float: left;
    }
    .content div {
    	border-top: 1px solid #000;
    	margin: 0 20px 10px 0;
    }
	.content div.last {
		margin-right: 0;			
	}
	.content div h3 {
		background: transparent url('/static/images/gui/icons/icon-partners-page.png') 0 0 no-repeat;
		text-indent: -999em;
		border-bottom: 1px solid #000;
		padding-bottom: 10px;
		height: 145px;
	}
	.content div#cars h3 {
		background-position: 0 -280px;
	}
	.content div#serv h3 {
		background-position: 0 -575px;
	}
	
/*  BUTTONS
    --------------------------------------------  */
    #bags a,
    #cars a,
    #serv a {
      background: transparent url('/static/images/gui/btn/btn-alert-overlay.png') 0 0 repeat-x;
	  	display: block;
	  	padding: 7px 10px 5px;
	  	color: #fff;
	  	text-decoration: none;
      font-weight: bold;
	  	line-height: 1;
	  	position: relative;
	  	cursor: pointer;
	  	background-color: #BDBDBD;
	  	font-size: 0.82em;
	 	  width: 74px;
	  
	  	-moz-border-radius: 5px;
	  	-webkit-border-radius: 5px;
	  	-moz-box-shadow: 0 1px 3px #999;
	  	-webkit-box-shadow: 0 1px 3px #999;
    }
		    