/* 
 * G Kustom Kuhl
 * contact.css
 * author:  miinx [at] miinx.com.au
 */


@import url("master.css");

h3 {
	background-image: url("/images/contact/hdr_contact.gif");
	width: 241px;
	height /**/:33px;
	padding-top: 33px;
	left: 361px;
	top: 61px;
	}
	
	* html h3 {
		top: 77px;
		}

	
	
/* ------------// content
			  //------------------------------ */

div#content {
	top: 60px;
	height: 390px;
	}
	
	* html div#content {
		top: -70px;
		}
	
		p#address {
			position: absolute;
			top: 47px;
			left: 91px;
			background-image: url("/images/contact/address.gif");
			overflow: hidden;
			height: 0px !important;
			height /**/:147px;
			padding-top: 147px;
			width: 224px;
			}
		
		p#email {
			position: absolute;
			top: 225px;
			left: 31px;
			width: 349px;
			height: 21px;
			}
			
			p#email a {
				position: absolute;
				top: 0;
				left: 0;
				width: 349px;
				background-image: url("/images/contact/btn_email.gif");
				background-position: 0 0;
				overflow: hidden;
				height: 0px !important;
				height /**/:21px;
				padding-top: 21px;
				}
				
				p#email a:hover {
					background-position: 0 21px;
					}
					
		p#inquiries {
			position: absolute;
			top: 315px;
			left: 105px;
			width: 198px;
			background-image: url("/images/contact/inquiries.gif");
			background-position: 0 0;
			height: 0px !important;
			height /**/:19px;
			padding-top: 19px;
			overflow: hidden;
			}
		


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

div#footer {
	top: 70px;
	padding-bottom: 10px;
	padding-right: 24px;
	}

	* html div#footer {
		top: -70px;
		margin-bottom: 0;
		padding-bottom: 0;
		}