/*
	Golden Grid - CSS Library
	Author:Vladimir Carrer
*/

/* CSS Grid */


.main {  margin:0;  
width:960px; 
/*padding-top:10px;  */ 
background: url(../../images/background/bike.png) left bottom  no-repeat;
}


.g320,.g480,.g640,.g800,.g960,.g80,.g240,.g400,.g560,.g720,.g720n,.g880,.g960 {float:left; display: inline; margin-left:10px;  } 
.g260r {
float:right; 
display: inline;
margin-left:10px; 
width:250px;
margin-bottom: 30px;
padding-top: 10px;
} 
/* 6 columns */
.g160 {
float:left; 
display: inline;
width:150px; 
margin: 10px 0;}
.g320  {width:310px;}
.g450  {
float:left; 
display: inline;
width:450px;
margin-left:10px;
}

.g480  {width:470px;}
.g640  {width:630px;}
.g800  {width:790px;}
.g960  {width:950px;}

/* 12 columns */
.g80 {width:70px;}
.g240 {width:220px;
padding-top: 20px;
}
.g400 {width:390px;}
.g560 {width:550px;}
.g720 {width:710px;}
.g720n {width:auto;}

.g880 {width:870px;}

/* margin */
.ml80{margin-left:90px;}
.ml160{margin-left:170px;}
.ml16{margin-left:30px;}

.ml240{margin-left:240px;}
.ml320{margin-left:330px;}
.ml400{margin-left:410px;}
.ml480{margin-left:490px;}
.ml560{margin-left:560px;}
.ml640{margin-left:650px;}
.ml720{margin-left:730px;}
.ml800{margin-left:810px;}
.ml880{margin-left:890px;}
.ml960{margin-left:970px;}

.inside{margin-left:0;}

p.grid{ padding-left:10px;}
  
.clear {clear:both;}
.clearfix, .main{ display:block;} 

.clearfix:after, .main:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
	 }
	 .mheadi
 {float:left; 
 display: inline; 
 width:960px;
 background: url(../../images/mastheads/index.jpg) 0 0 no-repeat;
 height: 141px;
  } 
.mheadc
 {float:left; 
 display: inline; 
 width:960px;
 background: url(../../images/mastheads/cycle.jpg) 0 0 no-repeat;
 height: 141px;
  } 
  
  .mheadd
 {float:left; 
 display: inline; 
 width:960px;
 background: url(../../images/mastheads/drive.jpg) 0 0 no-repeat;
 height: 141px;
  } 
    .mheadw
 {float:left; 
 display: inline; 
 width:960px;
 background: url(../../images/mastheads/walk.jpg) 0 0 no-repeat;
 height: 141px;
  }
  .navi
 {float:left; 
 display: inline; 
 width:960px;
 margin: 0;
 background-color: #1a4420;
  } 
  .footer{
  background-color:#1a4420;
  /*height: 30px;*/
  padding: 5px 0 0 20px ;
  width:940px; 
}
.bdr{
border: 1px solid #1a4420;}
