/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */

body {
	border-top:8px solid #F44800;
	margin:0 0 1.5em 0;
	padding:2em 0 0 0;
	color:#263E44;
	font-size: 100%;
}

#accessibility {
	position: absolute;
	top: -10000px;
}

h1,h2,h3,h4,h5,h6 { 
	color:#263E44;
	font-family: Georgia, "lucida bright", "times new roman", serif; 
}

h3 {
	font-size:1.5em;
	margin: 20px 0 10px 0;
	font-weight:bold;
}

h4 {
	margin:20px 0 10px 0;
font-size:1.5em;
font-weight:bold;
}

ul {
	list-style-type:square;
}

table {
	margin:0;
}

a:link {
 color: #F44800;
 text-decoration: none;
 border-bottom:1px solid #F44800;
}

a:visited {
 color: #F44800;
 text-decoration: none;
}

a:hover {
 border-bottom: 1px solid #6195DA;
 color: #6195DA;
 text-decoration: none;
}

a:active {
 border-bottom: 1px solid #263E44;
 color: #263E44;
 text-decoration: none;
}

a img {
border:none;
text-decoration:none;
}

address {
   margin: 0;
   font-style: normal;
}

.container {
	width:510px;
}

.see-more {
	font-size:.9em;
	clear:both;
}

.price {
	margin:0;
	color:#F44800;
}

/* Navigation-Main */
#navigation-main {
	display: inline;
	text-align:right;
	margin:0 0 3px 0; 
	font-size:0.75em;
}

#navigation-main li {
	display: inline;
	margin: 0 8px;
	text-align: right;
}


#navigation-main a:link {
 border-bottom:none;
}

/* Masthead */
#branding {
}

#company-name {
	width: 500px;
	height: 56px;
	position: relative;
	font-size:1.5em;
}

#company-name span {
	background: url(/images/8.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#company-tagline {
	background-color:#D8F0F0;
	border:2px solid #263E44;
	padding:10px 18px;
	font-size:1.5em;
}

#content {
	margin:10px 0 0 0;
}

#map {
	border:2px solid #6195DA;
	margin: 0 0 15px 0;
}

.specialhours {
	width:95%;
	background-color:#F44800;
	padding:10px;
	margin:20px 0;
	border:4px solid #263E44;
}

.canadian-dollars {
	font-size:.9em;
	margin:20px 0 0 0;
}

.video {
	margin:auto;
	padding:10px 0;
	text-align:center;
	background-color:#000;
	border-top:6px solid #F44800;
	border-bottom:6px solid #F44800;
}

object {
	display:block;
	margin:5px auto;
	border:5px solid #6095D9;
}
/* Footer */
#siteinfo {
	text-align:center;
	font-size:0.65em;
	margin:10px 0 0 0;
	width:100%;
	background-color:#F44800;
	border-top:8px solid #263E44;
	padding:5px 0 0 0;
}

#siteinfo:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#siteinfo-logo {
	margin:45px 0 0 3px;
}

#siteinfo-legal #siteinfo-copyright {
	font-size:1.5em;
	font-weight:bold;
	display:block;
}

#footer {
	width:100%;
	float:left;
	margin-right:0;
	background-color:#FFF;
	border-top:8px solid #263E44;
}

#navigation-expanded {
	margin:0;
	padding:0;
}

#navigation-expanded li {
	display: inline;
	margin: 0 8px;
}

/* Contact Form */
label {
	display:inline;
}

input.zemText,textarea.zemTextarea {
	display:block;
	background-color:#D8F0F0;
	width:300px;
	border:1px solid #263E44;
}

textarea.zemTextarea {
	width:455px;
}

input.zemText:focus, textarea.zemTextarea:focus {
	background-color:#FFF;
	border:1px solid #F44800;
}
fieldset {
	width:98%;
}

legend {
	display:none;
}

.contact-disclaimer {
	font-size:0.8em;
	margin:10px;
}
.zemError {
	background: #F44800;
	color: #FFF;
	font-weight:bold;
	padding: 5px;
}

/* vcard */
.type {
	font-weight:bold;
}

#siteinfo .vcard {
	margin: 0 auto;
	color:#FFF;
	width:45.5em;
	padding: 0;
	text-align: center;
	font-size:1.75em;
}

#siteinfo .vcard .left, #siteinfo .vcard .right, #siteinfo .vcard .logo {
	float: left;
	line-height:1.1em;
}

#siteinfo .vcard .left {
	width:270px;
	margin: 0 1em 0 0;
	text-align: right;
}

#siteinfo .vcard .right {
	width:250px;
	margin: 0 0 0 1em;
	text-align: left;
} 

#siteinfo .vcard .left, #siteinfo .vcard .right {
	margin-top:30px;
	width: 18em;
}

#siteinfo .vcard .logo {
	width:125px;
	margin:0 0 5px 0;
}

#siteinfo .org {
	font-weight:bold;
}

#siteinfo address.adr, .tel {
	font-size:0.9em;
}

#siteinfo .street-address {
	display:block;
}

#siteinfo .expanded{
  margin: 0 auto;
  padding:0;
  width: 39em;
  clear: both;
  font-size: 0.95em;
  text-align: center;
}

#content .fn, #content .street-address {
	display:block;
}

