/* Coast Image - coast Theme */
/* Main Site CSS - coastSite.css */
/* Designed by Four Mind :: fourmind.ca *//* Created: Jul 24, 2007 */

/* 
Colour Scheme 

Background Grey: #37383C
Link Orange: E25827

*/


/* Basic Elements */

body {
	background: #37383C;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-align: center;
	width: 100%;
	min-width: 952px;
	font: 12px "Gill Sans Light", Arial, Geneva, sans-serif;
}
body#popupImage {
	background-image: none;
}
a:link {
	color: #E25827;
	text-decoration: none;
}
a:visited {
	color: #E25827;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff7747;
	text-decoration: underline;
}
a img { border: none; }
p {
	margin: 0.75em 1.5em; padding: 0;
	color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
}
h1, h2, h3 {
	font-size: 1.5em;
	letter-spacing: 0.2em;
	font-weight: normal;
	color: #444;
	padding: 0.1em 0;
	text-align: center;
}
h3 {
	margin-top: 2em;
	margin-left: 0.8em;
	font: 1.2em "Gill Sans Light", Arial, Geneva, sans-serif;
}
legend {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 5px;
}
input.frmElmt, textarea.frmElmt, select.frmElmt {
	background: #FFF;
	padding: 2px;
	margin: 2px;
	border: 1px solid #45627D;
}
.hidden { display: none; }
.clear { clear: both; height: 0px; }
.photo {
	margin: 8px 4px;
	border: 1px solid #003399;
}
.text {
	padding: 0 15px;
}
#caption {
	color: #e1e1e1;
}
#numberDisplay {
	color: #a1a1a1;
}
.galleryPhoto span {
	display: none;
}

/* Site Structure */
#Landscape {
	background: transparent url(images/bg_CoastImage.png) no-repeat right bottom;
	width: 952px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}
#Container {
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
	width: 100%;
}
#Header {
	clear: right;
}
#Container .column {
	position:  relative;
	float: left;
}
#Content {
	margin: 20px 0 0 10px;
	text-align: left;
}
#LeftMargin {
	width: 185px;
	right: 185px;
	margin-left: -100%;
	font-size: 12px;
}
#RightMargin {
	width: 185px;
	margin-right: -185px;
	font-size: 12px;
}
/* IE6 Fix */
* html #LeftMargin {
	left: 185px;
}

#navMainWrapper {
	margin: 145px auto 0 auto;
	padding: 0;
	text-align: left;
	font-size: 12px;
	width: 772px;
	height: 67px;
}
#navMain {
	margin: 0 0 0 230px;
}
#cartStatus {
	float: right;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
#cartStatus a, #cartStatus a:link, #cartStatus a:visited {
	font: small-caps 10px "Gill Sans Light", Arial, Geneva, sans-serif;
	letter-spacing: 1px;
}
#navBreadCrumb {
	clear: right;
}


#PreUserLogin {
	margin: 10px auto 0;
	padding-left: 70px;
	width: 400px;
}
#UserLogin {
	font-size: 12px;
	letter-spacing: 1px;
	color: #CCC;
	margin: 0 auto;
	padding: 20px 5px 50px;
	text-align: right;
	width: 350px;
}
#UserLogin .frmElmt {
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	padding: 2px;
	margin: 2px;
	border: 1px solid #CCC;
	width: 200px;
}
#UserLoginBtn {
	text-align: right;
	margin: 5px 0px 0px 4px;
}
#UserLoginBtn .frmBtn {
	font-size: 12px;
	background-color: #CCC;
	color: #FFF;
}


/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed table *,
html.js fieldset.collapsed legend,
html.js fieldset.collapsed legend * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(images/menu-expanded.png) 5px 50% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(images/menu-collapsed.png);
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsible legend a {
  display: block;
}


#ContactImage {
	float: left;
	border-right: 2px solid #e25827;
	width: 300px;
	padding: 0 50px 50px 4px;
	margin-right: 50px;
	margin-left: 40px;
}
#ContactForm {
	font: normal 12px "Gill Sans Light", Arial, Geneva, sans-serif;
	width: 425px;
	float: left;
	padding: 0;
}
#ContactForm p {
	margin: 0 0 20px 0 ;
}
#BioImage {
	float: right;
	border-left: 2px solid #e25827;
	width: 400px;
	padding: 0 0 50px 50px;
	margin-left: 50px;
	margin-right: 40px;
}
#Bio {
	width: 325px;
	float: right;
	text-align: justify;
}

#Footer {
	margin: 50px 0 0 0;
	padding: 25px 250px 20px 0;
	text-align: right;
	color: #777;
	clear: both;
	font: 12px "Gill Sans Light", Arial, Geneva, sans-serif;
	letter-spacing: 1px;
}
#Footer a:link, #Footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#Footer a:hover, #Footer a:active {
	color: #FFF;
	text-decoration: underline;
}