/* CSS Document */
/* GLOBAL STYLES
-------------------------------------------------------------------------------------------------------------*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../../images/misc/body-bg.gif);
	test-align: center;
	font-size:12px;
}
h1{	
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #160c58;
}
p{
	text-align: justify;
}
/* LAYOUT STYLES
-------------------------------------------------------------------------------------------------------------*/

#banner{
	width: 740px;
	height: 132px;
	margin-left: auto;
	margin-right: auto;
}
#container{
	width: 738px;
	border: 1px solid #CCCCCC;
	border-top: none;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#body-container{
	border-top: #c3c4c7 solid 15px;
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 20px;
}
#big-feature{
	width: 662px;
	height: 166px;
	background-image:url(../../images/misc/flash.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}
#body-text{
	margin-top: 20px;
	padding-bottom: 50px;

}
#body-text LI{
	color: #666666;
	font-size:14px;

}
#index-right-images{
	float: right;
	text-align:center;
	margin-left: 20px;
	padding-top:10px;
	clear: both;
}
#index-right-images img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: none;
}
#footer{
	border-top: 15px solid #c3c4c7;
	font-size: 10px;
	color: #666666;
	height: 65px;
	clear: both;
}
#footer p{
	margin: 0px;
	padding:0px;
}
#designed-by{
	float: right;
}
#designed-by p{
	text-align:right;
}
#freephone {
	position:absolute;
	width:389px;
	height:162px;
	z-index:1;
	left: 103px;
	top: 590px;
}
/*NAVIGATION STYLES
--------------------------------------------------------------------------------------------------------------*/
#navcontainer {
	font-size:12px;
	margin: 0;
	padding: 0 0 0 0px;
	height: 22px;
}

#navcontainer UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer LI {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	background: #fff;
	border-right: 1px solid #e4e4e4;

}
#navcontainer A {
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	background: #fff;
	border-bottom: 3px solid #0054a4;
	margin: 0;
	padding: 2px 10px;
}

#navcontainer A:hover, #navcontainer A:active {
	background: #f5f7f8;
	border-bottom:#2395ff 3px solid;
}

#navcontainer A.active:link, #navcontainer A.active:visited {
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}

.opening-hours td{
	border: none;
	background-color:#FFFFFF;
}
/*CLASS STYLES
----------------------------------------------------------------------------------------------------------*/

.grey-text{
	color: #9c9b9b;
}
