@charset "utf-8";
#outerWrapper {
	width:750px;
}
#outerWrapper #contentWrapper {
	width:734px;
}
#outerWrapper #topBarHome {
	height: 174px;
}
#outerWrapper #topBar {
	height: 129px;
}
#topBarHome #bannerHome {
	width:736px;
	height:135px;
}
#topBar #banner {
	width:736px;
	height:99px;
}
#outerWrapper #contentWrapper #picker {
	margin:auto;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width:525px;
	height:263px;
}
#outerWrapper #contentWrapper #leftCol {
	position: relative;
	top:0px;
}
/* Shed Prices Specific */
#shedWrapper {
	height:240px;
}
#shedWrapper #BarnTxt {
	font-size:15px;
	line-height:18px;
	width: 240px;
	float:left;
	margin:5px;
	clear:none;
}
#shedWrapper #BarnTxt h1 {
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
#shedWrapper #BarnViewer {
	height: 180px;
	width: 240px;
	float:right;
	margin:5px;
	clear:none;
}
#shedWrapper #BarnViewer #BarnViewerWindow {
	height:180px;
	width:240px;
	overflow:hidden;
	border:none;
	background-color:transparent;
}
/* Options Page Specific */
.optWrapper {
	width: 520px;
}
.optTitle {
	font-size: 18px;
}
.optCat {
	margin:20px 10% 15px 10%;
}
.optCat h1 {
	font-size: 16px;
}
.optCat h2 {
	font-size: 12px;
}
.optSet .optLabel {
	line-height:18px;
}
.optSet .optLabel h1 {
	font-size:12px;
}
.optSet .optLabel h2 {
	font-size:10px;
}
.optSet .optPrice {
	font-size:12px;
	line-height:18px;
}