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

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background-color:#C4C6C7;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

/* LAYOUT: MAIN */
#main_wrapper {
	margin:0 auto;
	width:864px;
}
#header_wrapper {
	padding:20px 7px;
	width:850px;
}
#header_left {
	display:block;
	float:left;
	color:#636568;
}
#header_right {
	display:block;
	float:right;
	color:#636568;
}

#frame_top {
	width:864px;
	height:13px;
	background-image:url(../images/frame_bg_top.png);
	background-repeat:no-repeat;
}
#frame_center {
	width:864px;
	height:471px;
	background-image:url(../images/frame_bg_center.png);
	background-repeat:repeat-y;
}
#frame_content {
	margin:0 auto;
	width:835px;
	height:471px;
	background-image:url(../images/frame_image_beachSunset.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}
#frame_content {
	margin:0 auto;
	width:835px;
	height:471px;
	background-image:url(../images/frame_image_beachSunset.jpg);
	background-repeat:repeat-y;
}
#frame_content_header {
	margin:0 auto;
	width:413px;
	height:101px;
}
#search_header {
	width:835px;
	height:43px;
	background-image:url(../images/search_bg_top.png);
	background-repeat:no-repeat;
}
#search_wrapper {
	margin-top:312px;
	width:835px;
	height:218px;
}
#frame_bottom {
	width:864px;
	height:22px;
	background-image:url(../images/frame_bg_bottom.png);
	background-repeat:no-repeat;
}

#footer_wrapper {
	padding:20px 7px;
	width:850px;
}
#footer_copyright {
	display:block;
	margin:0 auto;
	text-align:center;
	width:500px;
	color:#636568;
}

#nojs_wrapper {
	position:absolute;
	z-index:50000;
	margin:63px 0 0 14px;
	padding:170px 200px 0;
	width:435px;
	height:301px;
	background-image:url(../images/search_bg_transparentWhite_high.png);
}
#nojs_wrapper h1, #nojs_wrapper p {
	margin-bottom:10px;
}

/* STYLE: ELEMENTS */
h1 {
	font-size:1.3em;
	font-weight:normal;
	text-transform:uppercase;
	color:#636568;
}
a {
	text-decoration:none;
	color:#636568;
}
a:hover {
	color:#000000;
}

/* STYLE: CUSTOM CLASSES */
#search_header {
	padding-top:15px;
	width:835px;
	height:28px;
	background-image:url(../images/search_bg_top.png);
	background-repeat:no-repeat;
}
#search_bottom {
	padding:15px 80px 0;
	width:675px;
	height:160px;
	background-image:url(../images/search_bg_transparentWhite.png);
}
#search_btn {
	display:block;
	margin:-6px auto 0 auto;
	width:201px;
	height:30px;
}
#search_btn {
	cursor:pointer;
	margin-left:318px;
	padding:9px 0 0 10px;
	height:17px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#FFFFFF;
}
#search_btn.search_inactive {
	background-image:url(../images/search_btn_chooseDirectory.png);
	background-repeat:no-repeat;
}
#search_btn.search_active {
	background-image:url(../images/search_btn_chooseActive.png);
	background-repeat:no-repeat;
}

#search_list_wrapper {
	margin-left:318px;
	width:201px;
}
#search_list_center {
	padding:24px 4px 0 4px; 
	width:200px;
	background-image:url(../images/search_list_bg_center.png);
	background-repeat:repeat-y;
}
#search_list_center ul li {
	height:15px;
	width:192px;
}
#search_list_center ul li a {
	display:block;
	padding:2px 10px 0 10px;
	height:13px;
	width:172px;
	font-size:.9em;
}
#search_list_center ul li a:hover {
	background-color:#CACDCE;
}
#search_list_bottom {
	width:200px;
	height:14px;
	background-image:url(../images/search_list_bg_bottom.png);
	background-repeat:no-repeat;
}
.popular_column {
	float:left;
	margin-top:15px;
	padding-right:10px;
	width:120px;
	font-size:1.1em;
}
.popular_column ul li {
	margin-bottom:10px;
}
#search_bottom_search {
	float:right;
	text-align:right;
}
.search_btn {
	width:145px;
	height:20px;
	margin-top:8px;
	cursor:pointer;
	border:0;
	outline:none;
	background-image:url(../images/search_btn_search.png);
	background-repeat:no-repeat;
	letter-spacing:2px;
	color:#FFFFFF;
	text-transform:uppercase;
}
.search_btn:focus {
	outline:none;
}
#search_warning_empty {
	padding-top:5px;
	font-size:1.2em;
	font-weight:bold;
	color:#E33D50;
}
/* STYLE: Z-INDEXING */
#search_btn {
	position:absolute;
	z-index:2000;
}
#search_list_wrapper {
	position:absolute;
	z-index:1000;
}