@charset "utf-8";
#outerWrapper {
	width:950px;	
}
#outerWrapper #contentWrapper {
	width:934px;
}
#outerWrapper #topBarHome {
	height: 209px;
}
#outerWrapper #topBar {
	height: 164px;
}
#topBarHome #bannerHome {
	width:930px;
	height:170px;
}
#topBar #banner {
	width:930px;
	height:125px;
}
#outerWrapper #contentWrapper #picker {
	margin:auto;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width:700px;
	height:350px;
}
#outerWrapper #contentWrapper #leftCol {
	position: relative;
	top:-10px;
}
/* Shed Prices Specific */
#shedWrapper {
	height:320px;
}
#shedWrapper #BarnTxt {
	font-size:18px;
	line-height:21px;
	width: 300px;
	float:left;
	margin:10px;
	clear:none;
}
#shedWrapper #BarnTxt h1 {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
}
#shedWrapper #BarnViewer {
	height: 300px;
	width: 400px;
	float:right;
	margin:10px;
	clear:none;
}
#shedWrapper #BarnViewer #BarnViewerWindow {
	height:300px;
	width:400px;
	overflow:hidden;
	border:none;
	background-color:transparent;
}
/* Options Page Specific */
.optWrapper {
	width: 650px;
}
.optTitle {
	font-size: 20px;
}
.optCat {
	margin:30px 10% 20px 10%;
}
.optCat h1 {
	font-size: 16px;
}
.optCat h2 {
	font-size: 14px;
}
.optSet .optLabel, .optSet .optLabel * {
	line-height:18px;
}
.optSet .optLabel h1 {
	font-size:14px;
}
.optSet .optLabel h2 {
	font-size:12px;
}
.optSet .optPrice, .optSet .optPrice * {
	font-size:14px;
	line-height:18px;
}