#body-content
{
	background-color: #6B5C54;
	position: relative;
}

#body-content #nav
{ 
	text-transform: uppercase;
	font-size: 12px;
	position: absolute;
	top: 22px;
	right: 14px;
}

#body-content h2
{
	display: block;
	height: 25px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 20px;
	overflow: hidden;
}

#body-content #body-header
{
	border-bottom: 2px solid #B0D5DB;
	margin-bottom: 12px;
}

#body-content #suite-details
{
	background-color: #f1eadd;
	padding: 12px 7px 12px 7px;
}

#body-content #suite-details #suite-image
{
	float: left;
	width: 270px;
	margin-right: 16px;
}

#body-content #suite-details #suite-image img
{
	border: 1px solid #86756C; 
}

#body-content #suite-details #suite-image img#suite-image-main
{ 
	width: 268px;
}

#body-content #suite-details #suite-image #thumbs 
{
	margin: 0 -5px 0 -3px; 
	overflow: hidden;
}

#body-content #suite-details #suite-image #thumbs a
{
	float: left;
	margin: 2px 3px;
}


#body-content #suite-details #suite-image #thumbs img.suite-thumb
{
	border: 1px solid #86756C;
	display: block;
	height: 38px;
	width: 38px;
}


#body-content #suite-details #suite-example
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
	float: left;
	width: 446px;
	color: #5C4F48;
}

#body-content #suite-details #suite-example div.section
{
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #B0D5DB;
}

#body-content #suite-details #suite-example div.description
{
	font-style: italic;
	padding-bottom: 20px;
}

#body-content #suite-details  div.section a.inspiration
{ 
	color:#5F9CB2;
	font-style: normal;
	text-transform: uppercase;
}

#body-content #suite-details  div.section a.sample
{ 
float: right;
margin-bottom: 2em;
padding:  5px 15px;
}

#body-content #suite-details #suite-example label
{
	color: #5F9CB2;
	line-height: 1.5em;
}

#body-content ul.order-links
{
	text-align: center;
	list-style: none;
	margin: 0 auto;
	padding:0;
	position: relative;
	width: 300px;
}
 

#body-content ul#suite-links
{
	list-style: url(/public/images/icons/bullet_blue.gif);
	margin:0;
	padding: 0 0 0 1em;
}

#body-content ul#suite-links li
{
	
	font-size: 10px;
	float: left;
	width: 50%;
	margin-bottom: 0.5em;
}

ul.order-links li
{
	font-size: 12px;
	margin-bottom: 0.75em;
	text-align: left;
}

ul.order-links li a
{
	background: url(/public/images/icons/bullet_blue.gif) no-repeat 0 3px;
	padding-left: 12px;
	margin-left: 12px;
}

#body-content ul#suite-links li.last
{
	width: 100%;
	margin-bottom: 0;
}

#body-content ul#suite-links li a, ul.order-links li a
{
	text-decoration: none;
	text-transform: uppercase;
	color: #5C4F48;
}

#body-content ul#suite-links li a:hover, ul.order-links li a:hover
{
	color: #5F9CB2;
}

#body-content ul.order-links li a
{
	color: #F7EDE3;
}

div#order-links
{
	padding: 20px 0 20px 0;
	position: relative;
}

div#order-links h4
{
	display: block;
	height: 30px;
	font-size: 2.5em;
	text-align: center;
	margin: 10px auto;
	width: 300px;
}

#body-content #big-buttons
{
	margin: 10px -3px 0 -2px;
	border: 0;
}

#body-content #big-buttons a,
#body-content a.big-button 
{
	border: 1px solid #86756C;
	background-color: #E4F2F4;
	color: #413732;
	display: block;
	font-size: 10px;
	font-style: normal;
	float: left;
	padding: 5px;
	margin:  0 3px 7px 2px;
	text-transform: uppercase;
	text-align: center;
	width: 120px;
}

#body-content #big-buttons a.big-button img
{
	border: none;
	background-color: none;
}

#body-content #big-buttons a:hover
{
	background-color: #BDDCE1;
}

