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


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

	* html body {
		height: 100%;
		}

	#pix_container {
		position: relative;
		margin: 50px auto 20px;
		padding-left: 60px;
		width: 690px;
		top: 20px;
		}
		
		* html #pix_container {
			top: -60px;
			}
			
			.pix_group {
				position: relative;
				float: left;
				width: 200px;
				height: 200px;
				margin-right: 30px;
				}
				
				.pix_row {
					position: relative;
					float: left;
					width: 100%;
					margin-bottom: 8px;
					}
					
					.pix_row img {
						border: 2px solid #200;
						}
					
					img.a {
						float: left;
						margin-bottom: 2px;
						}
					img.b {
						float: right;
						margin-bottom: 2px;
						}
					img.c {
						float: left;
						margin-left: 22px;
						}
					img.d {
						float: right;
						margin-right: 22px;
						}
	
	h4 {
		position: absolute;
		top: 200px;
		left: 130px;
		background-image: url("/images/cycles/1/hdr_motorbikebicycle.gif");
		width: 142px;
		height: 0px !important;
		height /**/:50px;
		padding-top: 50px;
		overflow: hidden;
		}
		
		* html h4 {
			top: 190px;
			}
		
	p#winner {
/*		border: 1px dotted #d99948;
		position: absolute; 
		padding: 7px 2px;	*/
		top: 290px;
		left: 50px;
		height: 50px;
		width: 280px;
/*		font: bold normal 14px "courier new", courier, monospace;
		letter-spacing: 1px;
		color: #d99948;	*/
	}
		
	p#motorbikebike {
		position: absolute;
		top: 205px;
		left: 350px;
		background-image: url("/images/cycles/1/text_motorbikebicycle.gif");
		width: 335px;
		height: 0px !important;
		height /**/:183px;
		padding-top: 183px;
		overflow: hidden;
		}
		
		* html p#motorbikebike {
			top: 190px;
			}



/* ------------// pages adjustments
			  //------------------------------ */
.pages {
	top: 210px;
	}
	
	* html .pages {
		top: 120px;
	}



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

div#footer {
	top: 250px;
	}

	* html div#footer {
		top: 150px;
		padding-bottom: 170px;
		}

