#c1, #c2 {
	/* 
		DO NOT Override the height as currently grows to the 
		size of its content
	*/
	/*height: 650px;*/
}
#title-container {
	/* Contains the image of the title, the height of this container is relevant */
	margin: 0px;
	padding: 0px;
	width: 404px;
	/* 
		Set the height of this div's container 
		to move the content down to the relevant _y position
	*/
	height: 80px;
	float: left;
	/*border-style: solid;*/
}

/* Start - Default Content  */
#content-container {
	margin: 0px;
	padding: 0px;
	/* 
		Set this div's padding-bottom to move the footer
		to the relevant _y position but ALSO to add 
		negative space for the designer's layout
	*/
	width: 805px;
	/*border-style: solid;*/
	clear: left;
	background: #fff;
}
#main-image-container {
	padding-bottom: 8px;
	width: 420px;
	float: left;
}
#units-available-container {
	padding-bottom: 8px;
	margin-left: 12px;
	width: 420px;
	float: left;
	border-bottom: 1px solid #eee9df;
}
#availability-counter-left, #availability-counter-right {
	float: left;
	padding-top: 8px;
	width: 200px;
}
#availability-counter-right {
	padding-left: 20px;
}

#category-counter-left-1, #category-counter-left-2 {
	float: left;
	padding-top: 8px;
	border-top: 1px solid #eee9df;
	width: 200px;
	/*height: 60px;*/
}
#category-counter-right-1, #category-counter-right-2 {
	float: left;
	padding-top: 8px;
	padding-left: 20px;
	border-top: 1px solid #eee9df;
	width: 200px;
	/*height: 60px;*/
}
#category-available-container-1, #category-available-container-2 {
	position: relative;
	/*top: 36px;*/
	padding-top: 44px;
	padding-bottom: 8px;
	margin-left: 12px;
	width: 420px;
	float: left;
	/*height: 60px;*/
}

.item-available-container {
	position: relative;
	/*top: 36px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 12px;
	width: 780px;
	float: left;
	border-top: 1px solid #eee9df;
}
.item-available-container-1, .item-available-container-2, .item-available-container-3, .item-available-container-4 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 200px;
	padding-right: 20px;
}
.item-available-container-4 {
	padding: 0px;
	margin: 0px;
	width: 120px;
}

.next-container{
	width: 120px;
	float: left;
	position: relative;
}
.prev-container{
	padding-top: 3px;
	padding-bottom: 7px;
	width: 120px;
	float: left;
	position: relative;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee9df;
}

#site-transfer-title-container {
	position: relative;
	/*top: 110px;*/
	padding-top: 114px;
	padding-bottom: 8px;
	margin-left: 12px;
	width: 420px;
	float: left;
	border-bottom: 1px solid #eee9df;
}
#site-transfer-available-container {
	position: relative;
	/* 
		Ensure you add the same amount that
		you place on 'top' to 'padding-bottom'
		e.g. if 
		padding-bottom: 8px;
		and you add
		top: 50px; 
		then make
		padding-bottom: 58px;
	*/
	top: 50px;
	padding-bottom: 58px;
	padding-top: 8px;
	margin-left: 12px;
	width: 780px;
	float: left;
	border-top: 1px solid #eee9df;
}
#site-transfer-available-container-1, #site-transfer-available-container-2, #site-transfer-available-container-3 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 220px;
}
#site-transfer-available-container-2 {
	width: 440px;
}
#site-transfer-available-container-3 {
	width: 120px;
}
/* End - Default Content  */



/* Start - Item Selected Content */
#content-selected-container {
	margin: 0px;
	padding: 0px;
	/*padding-top: 30px;*/
	width: 805px;
	background-color: #fff;
}
#content-l {
	/*contains the left content*/	
	margin: 0px;
	padding: 0px;
	width: 650px;
	float: left;
}
#images-container {
	margin: 0px;
	padding: 0px;
	width: 520px;
	height: 340px;
	padding-left: 12px;
	padding-top: 30px;
	/*border: solid;*/
	clear: both;
}
#image-container-0 {
	margin: 0px;
	padding: 0px;
	width: 420px;
	height: 340px;
	/*border: solid;*/
	float: left;
}
#img-1, #img-2, #img-3, #img-4, #img-5 {
	margin: 0;
	padding: 0;
	height: 56px;
}
#image-container-1, #image-container-2, #image-container-3, #image-container-4, #image-container-5 {
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-bottom: 14px;
	width: 70px;
	height: 56px;
	float: left;
}
#text-container{
	margin: 0px;
	padding: 0px;
	width: 420px;
	padding-left: 12px;
	/*border-style: dotted;*/
	clear: both;
}
#sub-heading{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	width: 500px;
}
#title{
	margin: 0px;
	padding: 0px;
	padding-top: 30px;	
}
#main-content{
	margin: 0px;
	padding: 0px;
	padding-top: 20px;	
}
#features{
	padding-top: 20px;		
}
#features-1{
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	width: 200px;
	float: left;
}
#features-2{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 50px;
	width: 200px;
	float: right;
}
#mini-footer{
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-top: 70px;	
}
#content-r {
	/*contains the right content*/	
	margin: 0px;
	margin-right: 12px;
	padding: 0px;
	padding-top: 30px;
	float: right;
	width: 120px;
	height: 500px;
	/*border: 2px solid #c1d66e;*/	
}	

#next-container{
	padding-top: 5px;
	width: 120px;
	float: left;
	border-width: 1px;
	border-top-style: solid;
	border-top-color: #eee9df;
}
#prev-container{
	padding-bottom: 5px;
	width: 120px;
	float: left;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee9df;
}
#thumbnails-container{
	padding-top: 12px;
	width: 120px;
	float: left;
}

 /*End - Item Selected Content*/
