@charset "utf-8";
/* CSS Document */

/* ---------------------------= UNIV =--------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}	

/* ---------------------------= BODY =--------------------------- */

body  {
	margin-top: 0;
	background-color: #CCC;
	}

	
/* ---------------------------= Primary Structure =--------------------------- */

#container {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	background-color: #FFF;
	}

#top {
	position: relative;
	height: 200px;
	width: 1024px;
	}

#logo {
	position: relative;
	float: left;
	height: 200px;
	width: 424px;
	background: url(logo.jpg) no-repeat;
	}

#rightLinks {
	position: relative;
	float: right;
	height: 200px;
	width: 600px;
	text-align: right;
	top: 127px;
	right: 30px;
	}

#mainNav {
	position: relative;
	height: 33px;
	width: 1024px;
	clear: both;
	z-index: 200;
	background: #CCC url(search.jpg) right no-repeat;
	}
	
#leftCol {
	position: relative;
	float: left;
	width: 284px;
	z-index: 100;
	padding: 20px;
	border-right: solid 1px #E9E9E9;
	}
	
#rightCol {
	position: relative;
	float: right;
	width: 659px;
	z-index: 50;
	padding: 20px;
	}
	
.highlightRow {
	position: relative;
	width: 984px;
	clear: both;
	padding: 20px;
	border-top: solid 1px #E9E9E9;
	overflow: hidden;
	}
	
#footer {
	position: relative;
	width: 984px;
	height: 33px;
	padding: 20px;
	border-top: solid 1px #E9E9E9;
	clear: both;
	}

/* ------------------------CONTENT DIVS-------------------------------*/

.gray {
	background: #E9E9E9;
	padding: 20px;
	}
	
#lifestyleBox {
	width: 619px;
	height: 187px;
	}
	
.elementBox {
	position: relative;
	width: 274px;
	height: 80px;
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 70px;
	}
	
.boxRight {
	margin-right: 0;
	}
	
ul.elementUL {
	list-style: none;
	}
	
ul.elementUL li {
	float: left;
	}
