body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003273;
	background-repeat: repeat-x;
	background-image: url(images/bg3.jpg);
}
h3 {
	margin-top: 0px;
	color: #003273;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
hr {
	margin-bottom: 15px;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:verdana; font-size:12px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	COLOR:#446B8E;
	text-decoration:underline;
}
#main {
	width:950px;
	margin: 0px auto 0px auto;
	border: 0px solid #f0f0f0;
	background-color: #FFF;
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
}
#header {
	width:890px;
	padding-top:0px;
	height:128px;
	margin-left:30px;
	margin-top:14px;
	margin-bottom:0px;
	float:left;
	display:inline;
}
#nav {
	background-color: #FFF;
	width:890px;
	padding-top:0px;
	height:25px;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:0px;
	float:left;
	display:inline;
}
#window {
	background-color: #CCC;
	width:610px;
	padding-top:0px;
	height:222px;
	margin-left:30px;
	margin-top:1px;
	margin-bottom:0px;
	float:left;
	display:inline;
}
#phone {
	background-color: #666666;
	width:280px;
	padding-top:0px;
	height:222px;
	margin-left:0px;
	margin-top:1px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#left {
	background-color: #FFF;
	width:127px;
	padding-top:5px;
	height:25px;
	margin-left:30px;
	margin-top:7px;
	margin-bottom:0px;
	float:left;
	display:inline;
	font-size: 12px;
	color: #446B8E;
	padding-left: 8px;
	font-weight: bold;
}
#content {
	background-color: #FFFFFF;
	width:600px;
	height:auto;
	margin-left:30px;
	margin-top:7px;
	margin-bottom:0px;
	float:left;
	display:inline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#address {
	text-align: left;
	padding-left: 28px;
	margin-top: 7px;
}
.licence_text {
	font-size: 11px;
	color: #446B8E;
	font-weight: 300;
}


#right {
	background-color: #DFDFDF;
	width:280px;
	padding-top:0px;
	height:100%;
	margin-left:5px;
	margin-top:1px;
	margin-bottom:0px;
	float:left;
	display:inline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: center;
}
.rightprice {
	margin-left: 152px;
}
.righttime {
	margin-left: 159px;
}
#radio {
	margin-left: 5px;
	color: #446B8E;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 7px;
}

#footer {
	background-color: #FFF;
	width:890px;
	padding-top:3px;
	height:20px;
	margin-left:30px;
	margin-top:1px;
	margin-bottom:0px;
	display:inline;
	font-size: 10px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #446B8E;
	float: left;
	clear: both;
}

#webdesign {
	float: right;
	width: 250px;
	text-align: right;
	font-size: 10px;
	color: #666;
	margin-top: 0px;
	height: 19px;
}
#copyright {
	float: left;
	width: 400px;
	text-align: left;
	font-size: 10px;
	color: #666;
	margin-top: 0px;
	height: 19px;
}
#gallery {
	background-color: #FFF;
	width:469px;
	float:left;
	display:inline;
	height: auto;
	margin-bottom: 0px;
}
#gallery img {
	border: 1px solid #FFF;
	margin: 1px;
}

.thumbnail{
position: relative;
z-index: 0;
}
.logo {
	padding: 2px;
	margin-right: 10px;
}

.thumbnail:hover{
	background-color: transparent; /* background of link */
	z-index: 1000;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #c8cdd2;
	visibility: hidden;
	color: #0F0;
	text-decoration: none;
	font-size: 10px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	padding: 5px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 115px; /*position where enlarged image should offset horizontally */

}

label
{
	width: 5em;
	float: left;
	text-align:left;
	margin-right: 1em;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFF;
}
.team
{
	font-size: 10px;
	color: #666;	
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
