/* 
 * G Kustom Kuhl
 * cycle3.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: 50px;
		width: 430px;
		height: 300px;
		top: 70px;
		left: 0px;
		}
		
		* html #pix_container {
			top: -10px;
			}
			
			.pix_col {
				float: left;
				position: relative; 
				margin-right: 15px;
				width: 88px;
				}
				
				.col1 {
					top: 0;
					text-align: right;
					}
					
					.col2 {
						width: 67px;
						top: 12px;
						}
					
						.col3 {
							width: 67px;
							top: 24px;
							}
						
							.col4 {
								top: 36px;
								}
	
				.pix_col img {
					float: left;
					margin-bottom: 15px;
				}
				
					.col1 img {
						float: right;
					}
			
	h4 {
		position: absolute;
		top: 83px;
		left: 500px;
		height: 0px !important; 
		height /**/:24px;
		padding-top: 24px;
		overflow: hidden;
		width: 184px;
		background-image: url(/images/cycles/3/hdr_razzle.gif);
		}
		
		* html h4 {
			top: 22px;
		}
		
		p#razzle {
			position: absolute; 
			top: 140px;
			left: 437px;
			height: 0px !important;
			height /**/:201px;
			padding-top: 201px;
			width: 309px;
			overflow: hidden;
			background-image: url(/images/cycles/3/text_razzle.gif);
			}
			
			* html p#razzle {
				top: 75px;
			}

/* ------------// pages adjustments
			  //------------------------------ */

.pages {
	top: 190px;
	}
	
	* html .pages {
		top: 40px;
	}


