@charset "utf-8";
/* CSS Document */
/*-------------------------Background Colour-------------------------*/
body {
	background-color: #283885;
}
/*----------------------Holding Div Style----------------------------*/
#holding {
	position: relative;
	left: 0px;
	top: 15px;
	width: 952px;
	height: auto;
	z-index: 1;
	margin: auto;
	background-color: #FFF;
}
/*-------------------------Logo Styles-------------------------------*/
#logo {
	width: auto;
	height: auto;
	background-color: #FFF;
	padding-left: 15px;
	padding-top: 10px;
}
/*--------------------------Menu Styles------------------------------*/
#navigation li{
	padding:0px;
	margin:0px 0px 0px 22px;
	list-style:none;
	display:inline;
}

#navigation ul{
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #F8D125;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 37px;
}

#navigation a,  #menu a:hover  {
	color:#283885;
	text-decoration:none;
	}
	
#navigation a:hover {
	color:#f47d39;
}
/*--------------------------Content Styles------------------------------*/

.prices_table, .prices_table2{
	display: block;
	position: relative;
	width: 917px;
	height: auto;
	margin: 0px 0px 0px 17.5px;
}

.prices_table2{
	width:350px;
}

#content_prices p {
	font-size: 0.6em;
	color: #000000;
	margin: 7px;
	padding: 0px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

.prices_table td, .prices_table2 td {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	border: solid 1px #868686;
	font-size: 16px;
	text-align: left;
} 

#content_prices h1 {
	font-size: 1.8em;
	color: #283885;
	margin: 0px 0px 10px 15px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#content_prices h2 {
	font-size: 1em;
	color: #f47d39;
	margin: 5px 0px 8px 10px;
	padding: 0px;
	font-weight: normal;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#content_prices a,  #content_prices a:hover {
	color:#000000;
	text-decoration:underline;
	margin:0px;
	}
	
#content_prices a:hover {
	color: #6A971F;
	text-align: left;
	}
	#content_gallery p {
		font-size: 14px;
	}
/*----------------------------Footer Styles-----------------------------*/
#footer{
	display: block;
	position: relative;
	width: 952px;
	height: 25px;
	background-color: #CCCCCC;
	margin: 0px 0px 7px 0px;
}

#footer p  {
	font-size: 0.6em;
	color: #1D1D1B;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a,  #footer a:hover  {
	color:#1D1D1B;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#ffffff;
}
/*------------------------------------------------------------------*/
.prices_table tr td p {
	font-weight: bold;
}
