/*

####################################################################

	* Origin		: www.dontbetonit.co.uk
	* File name		: styles/home.css
	* Author		: Piotr Dziembor
	* Modified		: 22:30 13/02/2010
	* Copyrights	: www.dontbetonit.co.uk

####################################################################

*/

body {
	background: url('../images/bg.jpg') #a1002a no-repeat top center;
	}

#navigation {
	background: url('../images/navi_bg.jpg') no-repeat;
	}

#main_content {
	width: 910px;
	margin: -32px auto 24px auto;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	background: url('../images/main_content.gif') transparent repeat-y;
	}

#main_content_top {
	height: 70px;
	width: 100%;
	margin-top: -19px;
	background: url('../images/contact_bottom.png') #a1002a no-repeat top center;
	}
	
#main_content a {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	text-decoration: underline;
	}
	
#main_content a:hover {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	color: #f8bdcb;
	line-height: 18px;
	text-decoration: none;
	}

.left_side {
	float: left;
	width: 510px;
	padding-right: 20px;
	text-align: justify;
	}

.right_side {
	float: left;
	width: 360px;
	padding-top: 10px;
	padding-left: 20px;
	}

#main_content h1 {
	font-family: 'Delicious', 'Trebuchet MS';
	text-shadow: 1px 1px 1px #470012;
	padding: 18px 0 24px 0;
	line-height: 30px;
	}

#main_content h1 a {
	font-family: 'Delicious', 'Trebuchet MS';
	font-size: 28px;
	text-shadow: 1px 1px 1px #470012;
	padding: 18px 0 24px 0;
	text-decoration: none;
	line-height: 30px;
	}
	
#main_content h1 a:hover {
	font-family: 'Delicious', 'Trebuchet MS';
	font-size: 28px;
	text-shadow: 1px 1px 1px #470012;
	padding: 18px 0 24px 0;
	text-decoration: none;
	color: #f8bdcb;
	line-height: 30px;
	}

#main_content h2 {
	font-family: 'Delicious', 'Trebuchet MS';
	text-shadow: 1px 1px 1px #470012;
	padding: 10px 0 10px 0;
	line-height: 24px;
	}

#main_content h2 a {
	font-family: 'Delicious', 'Trebuchet MS';
	font-size: 22px;
	text-shadow: 1px 1px 1px #470012;
	text-decoration: none;
	line-height: 24px;
	}

#main_content h2 a:hover {
	font-family: 'Delicious', 'Trebuchet MS';
	font-size: 22px;
	text-shadow: 1px 1px 1px #470012;
	text-decoration: none;
	color: #f8bdcb;
	line-height: 24px;
	}
	
#main_content h3 {
	font-family: 'Delicious', 'Trebuchet MS';
	text-shadow: 1px 1px 1px #470012;
	padding: 10px 0 4px 0;
	font-size: 18px;
	line-height: 20px;
	}

#main_content h3 a {
	font-family: 'Delicious', 'Trebuchet MS';
	text-shadow: 1px 1px 1px #470012;
	padding: 10px 0 4px 0;
	font-size: 18px;
	text-decoration: none;
	line-height: 20px;
	}
	
#main_content h3 a:hover {
	font-family: 'Delicious', 'Trebuchet MS';
	text-shadow: 1px 1px 1px #470012;
	padding: 10px 0 4px 0;
	font-size: 18px;
	text-decoration: none;
	color: #f8bdcb;
	line-height: 20px;
	}

.news_archive {
	margin-top: 16px;
	text-align: right;
	}

.news_archive a {
	font-size: 12px !important;
	text-decoration: underline;
	}

.news_archive a:hover {
	font-size: 12px !important;
	text-decoration: none;
	}

/* ______________________________________________ TABLES AND NAVIGATION ___*/

#redirection_img {
	position: absolute;
	width: 551px;
	height: 316px;
	margin: 116px 0 0 224px;
	z-index: 500;
	}

#home_container,
#home_container_hover {
	height: 490px;
	}

#arrows_navigation,
#arrows_navigation_hover {
	position: absolute;
	height: 490px;
	width: 1050px;
	margin: 0 auto;
	z-index: 300;
	}

#arrows_navigation #arrow_left,
#arrows_navigation #arrow_right {
	display: none;
	}
	
#arrows_navigation_hover #arrow_left,
#arrows_navigation_hover #arrow_right {
	display: block;
	}

#home_container_hover #tables,
#home_container #tables {
	width: 1050px;
	overflow: hidden;
	}

#tables .section {
	margin-top: 60px;
	}

#home_container_hover #tables .tables_content,
#home_container #tables .tables_content {
	width: 10000px;
	}
	
#home_container_hover #tables .section,
#home_container #tables .section {
	float: left;
	width: 960px;
	}

#arrow_left,
#arrow_right {
	position: absolute;
	margin-top: 250px;
	z-index: 300;
	cursor: pointer;
	}

#arrow_left {
	margin-left: 50px;
	}

#arrow_right {
	margin-left: 962px; 
	}

.pager {
	position: absolute;	
	top: 444px;
	width: 200px;
	margin-left: 50px;
	z-index: 400;
	}

.pager span {
	font-size: 46px;
	font-family: Arial, Helvetica;
	margin-right: -4px;
	}

.pager a {
	color: #863348;
	text-decoration: none !important;
	}

.pager .active a {
	color: #fff;
	text-decoration: none !important;
	}

.pager a:hover {
	padding-bottom: 0;
	}

.tables_content_text {
	position: relative;
	margin-top: -326px;
	margin-left: 325px;
	}

.tables_content_text h2 {	
	font-family: 'Delicious Bold', 'Trebuchet MS';
	text-shadow: 1px 1px 1px #470012;
	font-size: 32px;
	color: #fff;
	}
	
.tables_content_text h3 {
	margin-top: -18px;
	width: 332px;
	font-family: 'Delicious', 'Trebuchet MS';
	text-shadow: 1px 1px 1px #470012;
	font-size: 22px;
	color: #fff;
	line-height: 24px;
	}

.ff3_6 .tables_content_text h3 {
	font-size: 20px;
	}
	
.tables_viewer_a .tables_content_text h3 {
	color: #ffe99d;
	}
	
.tables_viewer .tables_content_text h3 {
	color: #fff;
	}
