/* CSS Document */

body {
	min-width:1020px;
	font-family:arial,helvetica,sans-serif;
	min-height:100%;
	height:100%;
	margin:0px;
	padding:0px;
	height:auto;
	border:none;
	background:#001C9D url(../images/general/home_bg.jpg) repeat-x top center;
	text-align: center;
	overflow: auto;
	}
	

#parent{
	display: block;
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}



#main_table_div{
	font-size:76%;
	min-height: 100%;
	height: 100%;
	position: relative;
	display: block;
	width:822px;
	margin: 0 auto;
	text-align: left;
	padding:0 30px 0 30px;
		
}

p{
	color:#E6E6CF;
	
}

/* TOP BAR */

#top_bar{
	clear:both;
	position: relative;
	width:822px;
	display: block;
	text-align:center;
	margin-top:3px;
}

#homearms{
	position: relative;
	display: block;
	margin:0 auto;
	/*margin-left:327px;*/
	margin-top:34px;
	width:167px;
	height:189px;
	background:url(../images/general/home_arms.png) no-repeat top center;
	
}

#hometitle{
	margin:0px 0 8px 0;
	width:486px;
	height:73px;
	clear:both;
}

/* MAIN CONTENT */
#main_content{
	clear:both;
	position: relative;
	display:block;
	width:822px;
	font-size:1.0em;
	padding:0 0 0 0;
}

/* Left Col */
#left_col{
	position:absolute;
	width:380px;
	text-align:center;
}

#left_col span{
	margin-left:1px;
	}
	
#left_col #saddlerscompanylink{
	position: relative;
	display: block;
	margin:0 auto;
	/*margin-left:52px;*/
	width:260px;
	height:31px;
	background:url(../images/general/home_saddlers_company.png) no-repeat top center;
	}
	
/* Right Column */
#right_col{
	position:relative;
	float:right;
	width:380px;
	left:0px;
	text-align:center;
}

#right_col span{
	margin-left:1px;
	}
	
#right_col #saddlershalllink{
	position: relative;
	display: block;
	margin:0 auto;
	/*margin-left:48px;*/
	width:260px;
	height:31px;
	background:url(../images/general/home_saddlers_hall.png) no-repeat top center;
	}


#main_content a, #main_content a:hover{
    text-decoration:none;
	color:#FFE743;
}

#main_content a.link, #main_content a:hover.link{
	text-decoration:none;
	color:#FFE743;
	/*border-bottom: 1px dotted #E6E6CF;*/
}



/* FOOTER */
#footer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	display: block;
	height:42px;
	z-index:20;
	padding:3px 0px 0px 0px;
	margin:0px;
	background-color:#03197E;
	color:#9C9CBC;
	font-size:0.7em;
	line-height:1.1em;
}

#footer a{
	color:#9C9CBC;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#9C9CBC;
	text-decoration:underline;
	}

#footer .copyright{
	color:#44479E;
	}

