@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#03020A;
	text-align:center;
	font-family:"Century Gothic";
	font-size:12px;
	margin:0px;
}

#container {
	width:950px;
	margin:0px auto;
}

#header {
	position:relative;
	background-image:url(../images/layout_r1_c1.jpg);
	height:128px;
}

#fb {
	position:absolute;
	top:4px;
	right:8px;
}

#top-nav {
	position:absolute;
	top:25px;
	right:0px;
}
#top-nav a {
	margin:0px 8px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}
#top-nav a:hover {
	color:#CFCBA9;
}

#main-nav {
	position:absolute;
	text-align:center;
	width:660px;
	top:55px;
	right:0px;
}
#main-nav a {
	margin:0px 6px;
	color:#000000;
	text-decoration:none;
	font-size:12px;
}
#main-nav a:hover {
	color:#F8F8F8;
}

#content {
	position:relative;
	background-image:url(../images/layout_r2_c1_3.jpg);
	height:655px;
}

#content2 {
	position:relative;
	background-image:url(../images/layout_r2_c1_2.jpg);
	height:655px;
}

#main-flash {
	position:absolute;
	left:35px;
	top:35px;
}

#sub-flash {
	position:absolute;
	width:300px;
	height:180px;
	left:622px;
	top:395px;
}

/* home of the day */
#featured-home {
	position:absolute;
	width:300px;
	height:225px;
	left:622px;
	top:415px;
}

#view-all-button2 {
	position:absolute;
	left:690px;
	bottom:8px;
}

#view-all-button {
	position:absolute;
	left:618px;
	bottom:15px;
}

#sub-content {
	position:relative;
	height:165px;
	background-image:url(../images/layout_r3_c1.jpg);
}
#sub-nav-one, #sub-nav-two, #sub-nav-three {
	width:290px;
	height:140px;
	position:absolute;
	top:12px;
	text-align:right;
}
#sub-nav-one {
	left:30px;
}
#sub-nav-two {
	left:330px;
}
#sub-nav-three {
	left:630px;
}

#featured {
	position:absolute;
	background-color:#433333;
	height:140px;
	width:150px;
	left:622px;
	top:12px;
	z-index:100;
}

#featured a {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#A69B87;
	width:100%;
	padding:3px 0px;
	text-decoration:none;
}

#featured a:hover {
	color:#FFFFFF;
	background-color:#655555;
}

#bottom {
	height:60px;
	background-image:url(../images/layout_r4_c1.jpg);
	position:relative;
	
}

#bottom #left {
	position:absolute;
	left:5px;
	top:10px;
	text-align:left;
}

#bottom #mid {
	position:relative;
	text-align:center;
	top:5px;
	color:#FFFFFF;
}

#bottom #right {
	position:absolute;
	right:5px;
	top:10px;
	text-align:right;
}

#copy {
	position:relative;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
	font-size:10px;
}

