/*
DIMENSIONS
=============
*/

#wrapper
{
	
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	min-height: 100%;
	
	
}

#header
{
	float: left;
	width: 980px;
	height: 319px;
}

#branding
{
	
	height: 284px;
	background: url('../images/layout/header.jpg') no-repeat;
}

#primarynav
{
	height: 35px;
	float: left;
	width: 965px;
	padding-left: 15px;
	
}

#middle
{
	float: left;
	width: 978px;
	padding-top: 30px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-bottom: 50px;	
}

body#index.index #middle
{
	float: left;
	width: 978px;
	padding-top: 30px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-bottom: 200px;	

}

#content
{
	float: left;
	width: 980px;
}

body.index #contentmainleft, body.order #contentmainleft
{
	float: left;
	width: 410px;
	padding-left: 0px;
	
}

#contentmainleft
{
	float: left;
	width: 395px;
	padding-left: 15px;
}

#contentmainright
{
	float: left;
	width: 524px;
	padding-right: 40px;
	padding-top: 20px;
}

#footer
{

}

/*prop and clear create a minimum height for #middle */
.prop
{
	height: 400px;
	float: right;
	width: 1px;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}


