html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul, ol, dl {position: relative; } 

body {
   font : 76%/1.7 Verdana, Arial, Helvetica, sans-serif;
	background: #f6f6f6;
	text-align: center;
	border-top: 10px solid #213a63;
}
h1 {
	font-size: 1.6em;
	padding-bottom: 10px;
	color: #ce0000;
	font-weight: normal;
	line-height: 1.3em;
}
h2, h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #213a63;
	line-height: 1.3em;
	padding-bottom: 5px;
	font-family: Palatino, Georgia, "Times New Roman";
}
#header h2 {
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-left: 20px;
}
#header h2 span.tagline {
	font-variant: small-caps;
	font-size: 0.8em;
	padding-left: 30px;
}
h3 {
	color: #ce0000;
}
p {
	margin-bottom: 15px;
}
a:link, a:visited {
	color: #ce0000;;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
h5.enlarge {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}
#wrapper {
	width: 976px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 976px;
	padding: 35px 20px 10px 20px;
	position: relative;
	background: #f6f6f6;
}

#content {
	position: relative;
	width: 976px;
	margin: 0 auto;
	text-align: left;
	color: #213a63;
	background: url(images/content_bg2.jpg) repeat-y;
}

#main {
	width: 500px;
	float: left;
	padding: 15px 0 20px 30px;
}
.highslide-gallery img {
	float: left;
	margin: 0 5px 10px 5px;
	border: 1px solid #dfdfdf;
	padding: 3px;
}
.news {
	border: 1px solid #dfdfdf;
	padding: 7px 10px 0 10px;
	margin: 0 0 0 15px;
	float: right;
	width: 200px;
	font-size: 0.9em;
}

.price {
  float: right;
  text-align: right;
  margin: 0 10px 10px 20px;
}
.price p {
	font-size: 1.2em;
	line-height: 1.4em;
}
.price p strong {
	color: #ce0000;
}
.price img {
	border: 1px solid #dfdfdf;
	padding: 3px;
}
#sub {
	width: 330px;
	float: right;
	padding: 15px 0 0 10px;
	margin: 0 20px 20px 0;
}
.location {
	border: 1px solid #dfdfdf;
	padding: 10px 10px 5px 10px;
	margin-top: 20px;
}
.location p {
	font-size: 1em;
}
.location blockquote p {
	font-family: Palatino, Georgia, "Times New Roman";
	font-size: 1.4em;
	letter-spacing: 0.04em;	
	text-align: center;
	padding: 0 10px 0 15px;
	margin: 0 0 15px 15px; 
	width: 250px;
	color: #213a63;
	line-height: 1.4em;
}

.item {
	margin: 20px 0 10px 0;
	padding: 10px 10px 5px 10px;
	border:1px solid #dfdfdf;
}
p.indent {
	padding-left: 20px;
}
.imagegallery {
	margin: 0 30px 20px 40px;
	width: 90%
}
#content p.indent img {
	padding-left: 20px;
}
span.phone {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
}
.logo {
	margin: 0 auto;
	text-align: center;
}
#footer {
	padding: 25px 0 15px 0;
	width: 100%;
	background: #f6f6f6 url(images/footer_top.jpg) no-repeat;
	position: relative;
	text-align: center;
}
#footer p {
	font-size: 0.9em;
	margin-bottom: 10px;
}
#footer p.copyright a:link, #footer p.copyright a:visited {
	font-weight: normal;
	color: #213a63;
}

#footer p.copyright a:hover {
	color: #ce0000;
}
span.large, span.red {
	font-size: 1.2em;
	font-weight: bold;
}

/* Floats */
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.clear {
	clear: both;
}

