@charset "utf-8";
/* CSS Document */
/*-------------------------Background Colour-------------------------*/
body {
	background-color: #283885;
}
/*----------------------Holding Div Style----------------------------*/
#holding {
	position: relative;
	left: 0px;
	top: 15px;
	width: 953px;
	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;
}
/*--------------------------Gallery Styles-------------------------------*/
.gallery_table{
	position: relative;
	width: 600px;
	height: auto;
	margin: 20px 0px 0px 0px;
}

.gallery_table td {
	padding:0px 0px 5px 0px;
	vertical-align:top;
}
#contentcontainergallery{
	display:block;
	position:relative;
	width:951px;
	height:auto;
	margin: 20px 0px 0px 0px;
}
#content_gallery {
	display:block;
	position:relative;
	width:456px;
	height:auto;
	margin:0px 0px 0px 17px;
	float:left;
} 
#content_gallery {
	width:917px;
}
#content_gallery h1 {
	font-size:1.8em;
	color:#283885;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
#content_gallery h2 {
	font-size:1em;
	color:#f47d39;
	margin:0px 0px 8px 0px;
	padding:0px;
	font-weight:normal;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
}
.prices_table td, .prices_table2 td {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	border: solid 1px #868686;
	font-size: 16px;
	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;
} 
.prices_table tr td p {
	font-weight: bold;
}
#content_gallery 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;
}
/*-----------------------Spacer 2 (before footer)------------------------*/
#spacer2{
	display: block;
	position: relative;
	width: 951px;
	height: 15px;
	clear: both;
	background-color: #ffffff;
	margin: 10px 0px 0px 0px;
}
/*----------------------------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;
	}
/*------------------------------------------------------------------*/
