@charset "utf-8";
/* START Common Styles
*********************************************************/
body {
	margin:0;
	padding:0;
	background-color:#036;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
}
p {
	margin:0;
	padding:3px;
	line-height:18px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	font-weight:100;
	padding:3px 3px 3px 0;
	margin:3px;
}
h1 {
	color:#369;
}
h2, h3, h4, h5, h6 {
	color:#369;
}
.float-left {
	float:left;
	padding:10px 10px 10px 0;
}
.float-right {
	float:right;
	padding:10px 0 10px 10px;
}
.clearDIV {
	clear:both;
}
a {
	color:#303;
	text-decoration:none;
}
a:hover {
	color:#303;
	text-decoration:underline;
}
/* START Header Styles Attributes
*********************************************************/
#header-wrappper {
	background: url(../images/header-bg.jpg) repeat-x;
	width:100%;
	height:268px;
}
#header-banner {
	width:800px;
	margin:0 auto 0 auto;
	padding:0;
}
/* START Header Styles Attributes
*********************************************************/
#body-wrappper {
	background: url(../images/body-bg-img.jpg) repeat-x top;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
#nav-bar-wrapper {
	width:800px;
	background-image:url(../images/nav-bar-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:42px;
	margin:0;
	padding:0;
}
.nav-spacer {
	float:left;
	width:200px;
	height:42px;
}
.nav-bar {
	margin:0;
	list-style:none;
	display:inline;
}
.nav-bar ul, .nav-bar li {
	padding: 10px 40px 5px 40px;
	float:left;
	display:inline;
	text-decoration:none;
}
.nav-bar a {
	text-decoration:none;
	color:#fff;
	font-style:normal;
	font-weight:bold;
}
.nav-bar a:hover {
	text-decoration:underline;
	color:#fff;
	font-style:normal;
	font-weight:bold;
}
#body-content {
	position:relative;
	background:#E0F0FE;
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}
#left-column {
	background-color:#CCF;
	float:left;
	width:250px;
	height:auto;
	padding:5px;
	margin-bottom:1px;
}
#left-column h2, #left-column h3, #left-column h4 {
	color:#303;
}
#right-column {
	float:left;
	width:500px;
	height:auto;
	padding:5px;
	margin:0 0 1px 15px;
}
/* START Header Styles Attributes
*********************************************************/
#footer-wrappper {
	background: url(../images/footer-bg.gif) no-repeat;
	width:800px;
	margin:0 auto 0 auto;
	height:40px;
}
#footer-wrappper p {
	text-align:center;
	color:#fff;
}
/* START vCard Block 
**************************************************/
.vcard {
	height: auto;
	width: auto;
	font-weight: bold;
	margin:10px 0 10px 2px;
}
.vcard h2 {
	color:#369;
	margin:0 0 0 -2px;
}
.vcard a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#303;
}
.vcard a:hover{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color:#303;
}
.adr {
	width: auto;
}
.type {
	width: auto;
	height:auto;
	font-weight: bold;
}
.street-address {
	width: auto;
	height:auto;
	font-weight: bold;
}
.region {
	width:auto;
	height:auto;
	font-weight: bold;
}
.postal-code {
	width: auto;
	height:auto;
	font-weight: bold;
}
.tel {
	width: auto;
	height:auto;
	font-weight: bold;
}
.email {
	width: auto;
	height:auto;
	font-size: 11px;
	font-weight: bold;
}
#discount img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border: 0;
}
#bia img{
	margin:20px;
}
.links{
	font-size:12px;
}
.external-list{
	padding:0;
	margin-left:5px;
	list-style-type:none;
}
/* START 
**************************************************/
.formName {
	width:140px;
	height:35px;
	float:left;
	text-align:right;
}
.formInput {
	margin:0 0 0 10px;
	float:left;
	height:35px;
	width:320px;
	clear:right;
}
.formMessage {
	margin:0 0 0 10px;
	float:left;
	width:320px;
	height:150px;
	clear:right;
}
