/* 
 * G Kustom Kuhl
 * cycle2.css for gkustomkuhl.com
 * author:  miinx [at] miinx.com.au
 */

@import url("/css/master.css");
@import url("/css/cycles/common.css");

	#pix_container {
		margin-left: 70px;
		width: 430px;
 		height: 180px;
		top: 80px;
		left: 0;
		}
		
		* html #pix_container {
			top: 0;
			}
			
			.pix_row {
				position: relative;
				float: left;
				width: 100%;
				margin-bottom: 15px;
				}
				
				.pix_row img {
					float: left;
					border: 2px solid #200;
					}
					
					.row1 img {
						margin-right: 10px;
						}
					
					.row2 img {
						margin-right: 11px;
						}
					
				
	
	h4 {
		position: absolute;
		top: 260px;
		left: 70px;
		background-image: url("/images/cycles/2/hdr_luckybike.gif");
		width: 140px;
		height: 0px !important;
		height /**/:21px;
		padding-top: 21px;
		overflow: hidden;
		}
		
		* html h4 {
			top: 200px;
			}
		
	p#luckybike {
		position: absolute;
		top: 265px;
		left: 470px;
		background-image: url("/images/cycles/2/text_luckybike.gif");
		width: 239px;
		height: 0px !important;
		height /**/:132px;
		padding-top: 132px;
		overflow: hidden;
		}
		
		* html p#luckybike {
			top: 200px;
			}


/* ------------// pages adjustments
			  //------------------------------ */
.pages {
	top: 220px;
	}
	
	* html .pages {
		top: 70px;
	}


/* ------------// footer adjustments
			  //------------------------------ */

div#footer {
	top: 250px; 
	}
	
	* html div#footer {
		top: 110px;
		padding-bottom: 120px;
	}



