/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	background-color:#b9b4a5;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: "Times New Roman", Times, serif;
	background-image:url(/images/bg_page.jpg);
}

a {
	color:#6a6e30;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; color:#44311f; }

h2 { font-size:20px; }

h3 { font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; color:#5a523a; font-weight:normal; text-transform:uppercase; }

h4 { font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; color:#5a523a; font-weight:normal; }

/* ---- class settings ----------------------- */

.bold {
	font-weight:bold;
}

.italics {
	font-style:italic;
}

.big-link {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5a523a;
	font-weight:normal;
}

.sidebar-link {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5a523a;
	font-weight:normal;
	color:#44311f;
}


.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.nomargin-list {
	list-style:none;
	margin:0;
	padding:0;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

#ranking_table td {
	padding:3px 5px 3px 5px;
	vertical-align:top;
	border-right:1px solid #c7c0ac;
	border-bottom:1px solid #c7c0ac;
}

#ranking_table {
	border-top:1px solid #c7c0ac;
	border-left:1px solid #c7c0ac;
}

.center_align {
	text-align:center;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:1000px;
	height:148px;
	background:url(images/bg_header.jpg) no-repeat;
}

#home_link {
	position:relative;
	top:2px;
	right:60px;
	float:right;
}

#home_link a {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

#contact {
 margin:70px 0px 0px 600px;
 }

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:954px;
	height:57px;
	padding-left:46px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:1000px;
	height:auto;
	background:url(images/bg_main-repeat.jpg) repeat-y;
}

#subpage {
	position:relative;
	top:0;
	left:0;
	width:1000px;
	height:auto;
	background:url(images/bg_subpage.jpg) no-repeat;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:10px;
	left:46px;
	float:left;
	width:572px;
	height:auto;
	background:url(images/content-repeat.jpg) repeat-y;
	padding:10px 15px;
	margin-bottom:20px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:10px;
	right:46px;
	float:right;
	width:277px;
	height:auto;
	background:url(images/sidebar-repeat.jpg) repeat-y;
	padding:10px;
	margin-bottom:20px;
}

#sidebar_hr {
	position:relative;
	width:222px;
	height:6px;
	margin:5px auto;
	background:url(images/sidebar_hr.jpg) no-repeat;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:1000px;
	height:53px;
	clear:both;
	margin:0 auto;
	background:url(images/bg_footer.jpg) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4d4736;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#copy {
	position:relative;
	top:20px;
	left:50px;
	float:left;
}

#slug {
	position:relative;
	top:10px;
	right:50px;
	float:right;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:57px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/images/nav.jpg);
}

a#nav_01 {
	width:99px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -57px;
}

.active_01 {
	background-position: 0 -57px !important;
}

a#nav_02 {
	width:99px;
	background-position:-99px 0;
}

a:hover#nav_02{
	background-position:-99px -57px;
}

.active_02 {
	background-position:-99px -57px !important;
}

a#nav_03 {
	width:153px;
	background-position:-198px 0;
}

a:hover#nav_03{
	background-position:-198px -57px;
}

.active_03 {
	background-position:-198px -57px !important;
}

a#nav_04 {
	width:119px;
	background-position:-351px 0;
}

a:hover#nav_04{
	background-position:-351px -57px;
}

.active_04 {
	background-position:-351px -57px !important;
}

a#nav_05 {
	width:124px;
	background-position:-470px 0;
}

a:hover#nav_05{
	background-position:-470px -57px;
}

.active_05 {
	background-position:-470px -57px !important;
}

a#nav_06 {
	width:174px;
	background-position:-594px 0;
}

a:hover#nav_06{
	background-position:-594px -57px;
}

.active_06 {
	background-position:-594px -57px !important;
}




a#nav_07 {
	width:168px;
	background-position:-768px 0;
}

a:hover#nav_07{
	background-position:-768px -57px;
}

.active_07 {
	background-position:-768px -57px !important;
}

/*--- SubNav ---*/

#sub_nav {
	position:absolute;
	left:0;
	width:561px;
	height:26px;
	font-size: 11px;
}

#sub_nav a {
	color: #44311f;
	display:block;
	padding: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#e1dccf;
}

#sub_nav a:hover {
	color: #fff;
	padding: 5px;
	background:url(images/bg_subnav-overlay.jpg) repeat-x;
	text-decoration: none;
}

#S1, #P1, #E1, #L1 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color: #e1dccf;
	border-bottom: 1px solid #bab39c;
	border-right: 1px solid #bab39c;
	border-left: 1px solid #bab39c;
}

#P1 { width:175px; left:142px; }
#S1 { width:175px; left:398px; }
#E1 { width:125px; left:518px; }
#L1 { width:325px; left:642px; }


.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}
