body {
	background: #fff;
	margin: 0px;
}

#logo {
	width: 800px;
	height: 110px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
}

#section {
	width: 800px;
	height: 40px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
}

ul#nav {
	width: 800px;
	height: 30px;
	/*padding: 8px 0px 4px;*/
	padding: 0px;
	background: #818285;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	/*border-bottom: solid 1px #fff;*/
	display: block;
	font-size: 1px;
}

#nonav {
	width: 800px;
	height: 30px;
	/*padding: 8px 0px 4px;*/
	padding: 0px;
	background: #fff;
	display: block;
	font-size: 1px;
}

ul#nav li {
	margin: 0;	
	padding: 0 15px;
	display: inline;
}

.clear {
	clear: both;
	height: 1px;
}

#prods {
	width: 800px;
	height: 116px;
	padding: 10px 0 0;
	margin: 0 auto;
	background: #fff;
}

#holder {
	width: 780px;
	height: 455px; /* was 570 */
	padding: 0 10px 10px;
	margin: 0 auto;
	background: #e2e3e4;
	position: relative;
}

#lcol_480 {
	float: left;
	width: 480px;
	height: 455px;
	background: #fff;
}

#rcol_260 {
	width: 260px;
	height: 415px;
	margin: 10px 0 0;
	padding: 15px;
	background: url('/_images/motif-bg.gif');
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	overflow: auto;
}

#lcol_520 {
	float: left;
	width: 520px;
	height: 455px;
	background: #fff;
	position: relative;
}

#lcol_780 {
	/*float: left;*/
	width: 780px;
	height: 455px;
	z-index: 0;
	position: absolute;
}

/*
#lcol_layer_1 {
	z-index: 1;
	position: absolute;
}

#lcol_layer_2 {
	z-index: 2;
	margin-left: 20px;
	margin-top: 540px;
	position: absolute;
}
*/

#rcol_220 {
	width: 220px;
	height: 415px;
	margin: 10px 0 0;
	padding: 15px;
	background: url('/_images/motif-bg-2.gif');
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
	overflow: auto;
}

#rcol_220_short {
	width: 220px;
	height: 330px;
	margin: 10px 0 0 530px;
	padding: 15px;
	/*float: right;*/
	position: absolute;
	z-index: 10;
	overflow: auto;
}

#lcol_350_holder {
	width: 380px;
	height: 465px;
	float: left;
	position: relative;
}

#lcol_350 {
	width: 350px;
	height: 415px;
	margin: 10px 0 0;
	padding: 15px;
	/*float: left;*/
	overflow: auto;
	position: absolute;
	z-index: 0;
}

#lcol_350_button {
	width: 380px;
	margin: 445px 0 0;
	text-align: center;
	position: absolute;
	z-index: 10;
}

#rcol_360_holder {
	width: 390px;
	height: 465px;
	float: right;
	position: relative;
}

#rcol_360 {
	width: 360px;
	height: 415px;
	margin: 10px 0 0;
	padding: 15px;
	/*float: right;*/
	background: #fff;
	overflow: auto;
	position: absolute;
	z-index: 0;
}

#rcol_360_button {
	width: 390px;
	margin: 445px 0 0;
	text-align: center;
	position: absolute;
	z-index: 10;
}

#ccol_750 {
	width: 750px;
	height: 415px;
	margin: 10px 0 0;
	padding: 15px;
	float: left;
	background: #fff;
	overflow: auto;
}

#footer {
	width: 800px;
	padding: 20px 0;
	background: #fff;
	margin: 0 auto;
}

#footer #left {
	float: left;
}

#footer #right {
	float: right;
}
