.packageList
{
	width: 100%;
	padding-left: 0px;
	margin-left: 0px;
}

.packageDescription
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;	
}
.packageList li
{
	list-style: none;
	font-size: 10pt;
	text-align: justify;
	height: 250px;
}

.notionList li
{
	list-style: none;
	font-size: 10pt;
	text-align: justify;
	height: 130px;
}
.packageList li ul li
{
	border: none;
}
.packageTitle
{
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.packageImage
{
	float: left;
	margin-right: 10px;
}
.hr_center, .hr_left
{
	text-align: center;
	width: 75%;
}
.hr_left
{
	text-align: left;
	margin: 0 auto 0 0;
}
/*Gallery*/
.smallPic, .selected, .tmpSelected
{
	width: 75px;
	height: 75px;
	border: 0px solid white;
	margin:3px;
	cursor: pointer;
}
.selected, .tmpSelected
{
	margin:0px;
	border: 3px solid #FFCCCC;
}

.bigPic
{
	width: 400px;
	height: 300px;
}
.smallBox
{
	width: 81px;
	height: 81px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.description_small
{
	display: none;
}
.name_small
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
}
/*Category Listing*/
.categoryListing
{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.categoryListing li
{
	list-style: none;
	width: 165px;
	height: 205px;
	text-align: center;
	float: left;
}

.categoryListing .categoryName
{
}
.qtyLabel
{
	float: left;
	height: 20px;
}
.qtyBox
{
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
.basketSubmit
{
	float: left;
}
.submitArea
{
	float: right;
}

#overall
{
	width: 777px;
	margin-left: auto;
	margin-right: auto;
}

#overall_top
{
	position: relative;
	top:0px;
	left: 0px;
	background-image: url(img/bg_top.jpg);
	background-repeat: no-repeat;
	height: 213px;
	width: 100%;
}
.invisLink, .invisLink:link, .invisLink:hover, .invisLink:active, .invisLink:visited
{
	text-decoration: none;
}
#viewcart
{
	position: absolute;
	top: 84px;
	right: 3px;
	width: 128px;
	height: 26px;
}
#checkout
{
	position: absolute;
	top: 110px;
	right: 3px;

	width: 128px;
	height: 25px;
}
#cartTotal
{
	width: 60px;
	height: 20px;

	color: #FFFFFF;

	position: absolute;
	top: 133px;
	right: 7px;
}
#mainIcon
{
	position: absolute;
	top: 32px;
	left: 18px;

	width: 186px;
	height: 178pxx;
}
#overall_content
{
	background-image: url(img/bg_repeat.jpg);
	background-repeat: repeat-y;
	width: 100%;
}
#overall_bottom
{
	background-image: url(img/bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 380px;
	width: 100%;
}
#lastItemImg
{
	margin-left:-10px;
}
.notion
{
	height: 280px;
	clear: both;
}
.techniquetitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #663366;
	font-weight: normal;
	text-decoration: underline;
}
.techniquedesc
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 8px;
	margin-bottom: 12px;
}

/**** NEW STUFF - Keith Stewart 03/01/2011 ****/
#plan-wrap {
	font-family: helvetica;
}
#plan-info {
    background-color: #EFE7CF;
    float: left;    
    font-weight: bold;
    height: 235px;
    margin: 0 1px;
    width: 303px;
}

#plan-name {
    color: #B3A997;
    font-size: 54pt;
}

#plan-info hr {
    clear: both;
    color: #B3A997;
    margin: 0 10px;
}

#square-footage {
    color: #724837;
    font-size: 13px;
    height:67px;
    margin-left: 15px;
    margin-top: 8px;
}

#square-footage ul {
    list-style: none outside none;
    margin-left: -40px;
    margin-top: 5px;
    width: 22em;
}

#square-footage li {
    float: left;
    margin-bottom: 3px;
    width: 140px;
}

#plan-main-image {
    background-color: #000000;
    float: left;
    text-align: center;
    width: 378px;
}

#plan-main-image img {
    height:235px;
}
	
#plan-description {
    color: #6F5F5B;
    font-size: 11px;
    margin: -7px 13px 0;
}
.plan-divider {
	background-color:#000;
	border:1px solid #d0bca1;
	clear:both;
	float:left;
	height:6px;
	width:682px;
}

#plan-floorplan {
 background-color: #EFE7CF;
 float: left;
 margin-right: 1px;
 width: 304px;
}

#plan-floorplan-enlarge {
	color:#000;
	font-size:11px;
	font-weight:bold;
}

.plan-floorplan-info {
	color:#494333;
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

.plan-floorplan-image {
	margin-top:15px;
	width:226px;
}

#plan-gallery {
	background-color:#59544a;
	color:#59544a;
	float:left;
	padding:3px;
	width:372px;
}

#plan-gallery-title {
	color:#efe7cf;
	font-size:25px;
	font-weight:bold;
	margin-left:4px;
}

.plan-gallery-image-wrap {
	background-color:#eee;
	border:1px solid #ccc;
	float:left;
	height:91px;
	margin:3px;
	width:116px;
}

.plan-gallery-image {	
	border:1px solid #bbb;
	clip: rect(0px, 100px, 75px, 0px);
	margin:8px;
	position:absolute;
	width:100px;
}

#plan-alternates {
 background-color: #DACB9D;
 float: right;
 font-weight:bold;
 margin-right: 1px;
 width: 378px;
}

#plan-alternates-title {
	color:#000;
	float:left;
	font-size:19px;
	font-weight:bold;
	margin-left:4px;
}

#plan-alternates-enlarge {
	color:#000;
	float:right;
	font-size:11px;
	font-weight:bold;
}

.plan-alternate-info {
	float:left
}

.plan-image-image {
	margin-top:15px;
	width:126px;
}

.enlarge {
	vertical-align:middle;
}

#plan-custom-design {
	clear:both;
	float:left;
	font-size:12px;
	font-weight:bold;
}

#plan-custom-design-title {
	color:#6d6860;
	font-size:24px;
	padding:5px;
}

#plan-custom-design p {
	margin:0 10px 5px;
}

.plan-pdfs { 
	color:#000;
	float:left;
}
.plan-pdfs li a {
	color:#ad2500;
	text-decoration:none;
}

.plan-pdfs li a:hover {
	color:#618c76;
	text-decoration:underline;
}

#plan-bfd-logo {
 float: right;
 margin: 12px 20px;
 width: 150px;
}
