html{
	/*margin:0;
	padding:0;
	background-image:url(images/bgFloral.gif);
	background-repeat:repeat;
	background-attachment:fixed;*/
	height:100%;
}

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#f9edcd;
	padding:0;
	background-image:url(../images/bgFloral.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	background-color:#16100a;
	height:100%; 
	min-height:100%;
}

img{border:0;}

a{
	text-decoration:none;
	color:#bfae87;
}
a:hover{
	text-decoration:underline;
}

#containerGlobal{
	padding-top:38px;
	padding-left:20px;
	padding-right:20px;
    width:960px;
	height : auto !important; /* ignored by IE, applied everywhere else */
	/*height : 100%;*/ /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/woodBG2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	overflow:hidden;
	z-index: 1;
}

h1{
	padding:0;
	margin:0;
	width:331px;
	height:70px;
	background-image:url(../images/logo.png);
	text-indent:-9000px;
}
#header{
	margin-bottom:30px;
}


#leftCol{
	width:230px;
	padding-left:10px;
	float:left;
	margin-right:30px;

}
	#leftCol p{
		font-size:12px;
		line-height:23px;
	}
	#leftCol ul{
		color:#bfae87;
		font-size:14px;
		margin:0 0 0 15px;
		padding:0;
	}
	#leftCol li{
		background-image:url(../images/gearsList.png);
		background-repeat:no-repeat;
		background-position:0 0;
		list-style:none;
		padding-left:30px;
		line-height:20px;
	}
#rightCol{
	float:left;
	width:650px;
	margin-left:40px;
	margin-top:10px;
	padding-bottom:100px;
}
h2{
	margin:0;
	padding:0;
	font-size:11px;
	text-indent:-9000px;
	height:11px;
	
}
	h2.studioOps{
	width:392px;
	background-image:url(../images/headers/studioops.png);
}
h2.touchJukebox{
	width:176px;
	background-image:url(../images/headers/jukebox.png);
}
h2.balletrox{
	width:82px;
	background-image:url(../images/headers/balletrox.png);
}
h2.armorstruxx{
	width:106px;
	background-image:url(../images/headers/armorstruxx.png);
}
h2.northville{
	width:83px;
	background-image:url(../images/headers/northville.png);
}
h2.flashInstinct{
	width:170px;
	background-image:url(../images/headers/flashInstinct.png);
}
h2.businesscards{
	width:118px;
	background-image:url(../images/headers/businesscards.png);
}


	.itemContainer{
		font-size:11px;
		color:#f9edcd;
		overflow:hidden;
		width:635px;
		margin-bottom:20px;
	}
	
	.itemContainer img{
		margin-top:20px;
		margin-bottom:15px;
	}
	
	.itemLeftCol{
		float:left;
		width:315px;
	}
		.description{
			line-height:18px;	
		}
		.viewContainer{
			text-align:center;
		}
	.itemRightCol{
		float:left;
		line-height:26px;
		margin-left:10px;
		margin-top:-3px;
		width:300px;
	}
		.detailsLeft{
			color:#d4d219;
			float:left;
			margin-right:10px;
		}
		.detailsRight{
			float:left;	
			width:192px;		
		}
		
#contactContainer{
	width:510px;
	padding:10px;
	margin:auto;
}
#contactContainer p{
	font-size:12px;
}

#contactInfo{
	float:left;
	width:200px;
	padding-right:20px;
	border-right:solid 1px #99CC66;
}
#contactForm{
	float:left;
	width:260px;
	padding-left:20px;
}

#contactForm input{
	background:#601e1e;
	border:#892222 1px solid;
	color:#fecc0b;
	float:left;
	width:200px;
	padding-left:5px;
	
}

#contactForm textarea{
	background:#601e1e;
	border:#892222 1px solid;
	color:#fecc0b;
	float:left;
	width:245px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}

label{
	font-size:12px;
	width:50px;
	display:block;
	float:left;
}

#contactForm #submit{
	display:block;
	width:75px;
	clear:both;
}
#contactForm .formRow{
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
}

.highlightText{
	color:#d4d219;
}

#instinct{

}

#contactFormResults p{
	font-size:14px;
}

	
#bottomFade {
	width: 100%;
	height: 100px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url("../images/bottom_fade.png") bottom center repeat-x;
}