body {
	margin: 0px;
	background-color: #FFF;
	font-family: Calibri;
	font-size: 11pt;
	background-image: url(images/bg_red.jpg);
	background-repeat: repeat;
}

a:link {
	color: #2963ad;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2963ad;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

.txt12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.gallery {
	clear: both;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.footer {
	background-color: #FC0;
	width: 970px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 100px;
}

.txt10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}

.header {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 1000px;
}

.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.footer_left {
	float: left;
	width: 610px;
}
.footer_rt {
	float: right;
	width: 360px;
	text-align: right;
}



.menu {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #F7F6F3;
	font-weight: bold;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
	clear: both;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu ul#nav {
	text-align: center;
}

.menu ul li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;



	*display:inline;
	position: relative;
	margin-right: 0px;
	background-color: #FFF;
	width: 109px;
	height: 40px;
	text-align: center;
}

.menu ul li a {
	display: block;
	color: #0A2C8D;
	text-decoration: none;
	font-weight: bold;
}

.menu ul li ul {
	position: absolute;
	width: 230px;
	left: 0;
	display: none;
	z-index: 99999;
	text-align: left;
}

.menu ul li ul li {
	min-width: 230px;
	width: 200px;
	text-indent: 5px;
}

.menu ul li ul li ul {
	left: 100%;
	top: 0;
}



.menu ul li:hover > ul {
	display: block;
}

.menu a:visited {
	color: ##2963ad;
}
.menu a:hover {
	color: #ED4238;
	background-color: #F0F0F0;
	height: 30px;
}
.menu select {
  	display: none;
}

#selected {
	color: #ED4238;
	background-color: #F0F0F0;
	height: 30px;
}
.homeright {
	float: right;
	width: 245px;
	height: auto;
	background-color: #FFF;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tel {
	font-size: 18pt;
}
h1 {
	font-size: 16pt;
	color: #2963ad;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 700px;
	text-indent: 10px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #2963AD;
}


.homeleft {
	float: left;
	width: 700px;
	clear: left;
	font-size: 11pt;
	background-color: #FAFAFA;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
}





/* @media Queries
------------------------------------------- */

/* MOBILE */
@media only screen and (max-width: 480px) {
body {
		font-size: 80%;
		background-color: #FFFFFF;
		background-image: none;
	}
	
.container{
	width: 100%;
	padding: 0px;
	}
	
.header { width:100%;	}
	
.header img {width:325px; height:auto;}
	
.menu {width:100%;}

.menu ul li {
	font-size: 14pt;
	width: 100px;
}

#slider {display:none;}
	
h1 {
	width: 100%;
	font-size: 14pt;
}

.homeleft {
	width: 90%;
	clear: both;
	float: none;
	padding:10px;
	margin-right: auto;
	margin-left: auto;
}

.homeright {
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.gallery {
	width: 95%;
	padding: 0px;
}

.footer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.footer_left{
	width: 300px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.footer_rt {
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
}
