body {
	margin:0;
	padding:0;
	background-color:#fff;
	font:0.8em Arial, Helvetica, sans-serif;
	text-align:center;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding-bottom:100px;
	text-align:left;
	width:950px;
	background-image:url(../pix/header_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;	
}

.clear {
	clear:both;
}

img {
	border:none;
}

/* =========================================== HEADER */

#header {
	padding-top:20px;
	height:125px;
}

#logo-container {
	width:600px;
	margin-top:50px;
}

#logo-container img {
	float:left;
	margin-right:20px;
}

#logo-container h1 {
	font-weight:100;
	font-size:1.6em;
	color:#b07052;
	margin:0;
	padding:17px 0 0 0;
}

/* =========================================== PAGE TOP */

#page-top {
	border:1px solid #05b5b3;
	padding:5px;
	/*min-height:300px;*/
}

#left-content {
	float:left;
	width:298px;
	background-color:#efefef;
	border:1px solid #ccc;
}

#left-content ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.1em;
	text-align:right;
}

#left-content ul li a {
	display:block;
	padding:10px;
	background-color:#efefef;
	text-transform:uppercase;
	background-image:url(../pix/leftcontent_li_bg.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#left-content ul li a:hover {
	text-decoration:none;
	background-color:#b07052;
	color:#fff;
}

#left-content h2 {
	font-size:1.2em;
	color:#fff;
	background-color:#05b5b3;
	background-image:url(../pix/homepage_box_h2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding:8px 8px 8px 20px;
	text-shadow:1px 1px 1px #047170;	
}

#right-content {
	float:right;
	width:630px;
	height:330px;
	background: url(/pix/features.jpg) no-repeat #B17052;
}

#right-content p {
	font-weight:bold;
	color:#FFF;
	margin:0;
	padding:6px 13px 6px 10px;
	font-size:1em;
}

#homepage-slides {
	float:right;
	border-left:5px solid #FFF;
}

/* =========================================== HOMEPAGE BOXES */

#homepage-boxes {
	overflow-x:hidden;
	width:110%;
}

#homepage-boxes h2 a, #homepage-boxes h2 a:visited {
	color:#fff;
	text-decoration:none;
}

#homepage-boxes h2 a:hover {
	text-decoration:underline;
}

/*  large type box */

.box {
	float:left;
	width:275px;
	padding:15px;
	border:1px solid #05b5b3;
	margin-bottom:10px;
	min-height:265px;
	font-size:1em;
	color:#666666;
	line-height:1.3em;
	height:100px;
}

.box h2 {
	background-color:#05b5b3;
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	padding:10px;
	margin:-15px -15px 0 -15px;
	background-image:url(../pix/homepage_box_h2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-shadow:1px 1px 1px #047170;	
}

.box img {
	float:right;
	margin:0 -15px 0 0;
	padding:0 0 10px 10px;
}

.box a:hover {
	color:#666;
}

/* small type box */

.box-small {
	float:left;
	width:275px;
	padding:15px;
	border:1px solid #05b5b3;
	margin-bottom:10px;
	min-height:100px;
	font-size:1em;
	color:#666666;
	line-height:1.4em;
}

.box-small h2 {
	background-color:#05b5b3;
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	padding:10px;
	margin:-15px -15px 0 -15px;
	background-image:url(../pix/homepage_box_h2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-shadow:1px 1px 1px #047170;
}

.box a, .box a:visited, .box-small a, .box-small a:visited {
	color:#bb8369;
	font-weight:bold;
}

.box a:hover, .box-small a:hover {
	color:#666;
}

#middle1, #middle2 {
	margin:0 10px 0 10px;
	width:284px;
}


/* =========================================== FOOTER */

#footer {
	margin-top:20px;
	padding:0px 0 0 0;
	color:#666666;
	text-align:left;
	border-top:1px solid #ccc;
	line-height:1.5em;
}

#footer a, #footer a:visited {
	color:#666;
}

#footer a:hover {
	color:#333333;
}


