/* Caldwell's Grant - cg Theme */
/* Main Site CSS - cgSite.css */
/* Designed by Four Mind :: fourmind.ca */
/* Created: Jul 24, 2007 */

/* Basic Elements */

body {
	background: #000;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: center;
	width: 100%;
	min-width: 952px;
	font: 14px Palatino, "Book Antiqua", Georgia, Times, "Times New Roman", Serif;
	letter-spacing: 1px;
}
body#popupImage {
	background-image: none;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000077;
	text-decoration: none;
}
a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}
a img { border: none; }
p {
	margin: 0.75em 1.5em; padding: 0;
	color: #000;
}
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 Arial, Helvetica, 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;
}
img.spacer {
	display: block;
}

/* Site Structure */
#Landscape {
	background: transparent url(images/bg_header03.jpg) top center no-repeat;
	width: 952px;
	text-align: center;
	margin: 0 auto;
}
#Container {
	background: #EDE6C7 url(images/bg_contentMiddle.png) repeat-y center top;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	clear: both;
	width: 100%;
}
#Header {
	clear: right;
}
#Container .column {
	position:  relative;
	float: left;
}
#Content {
	margin: 20px 10px 0;
	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 "Lucida Grande", Lucida, Verdana, 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: #444;
	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 #444;
	width: 200px;
}
#UserLoginBtn {
	text-align: right;
	margin: 5px 0px 0px 4px;
}
#UserLoginBtn .frmBtn {
	font-size: 12px;
	background-color: #444;
	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;
}


#SidePhotoContainer {
	width: 345px;
	float: left;
	position: relative;
}
#SidePhoto {
	background: transparent url(images/menu_bgPhoto.png) repeat-y center top;
	text-align: center;
}
#Map {
	margin-left: 20px;
}
#Hours {
	float: right;
	width: 400px;
	margin-left: 10px;
	text-align: center;
}
#Hours table {
	margin: 10px auto;
	text-align: left;
	letter-spacing: 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#Hours table td {
	margin: 0;
	padding: 10px 20px 0 30px;
}
#VideoSide {
	width: 380px;
	float: left;
	position: relative;
	text-align: right;
}
#Video {
	float: right;
	width: 525px;
	font-size: 14px;
}
#Dynamic {
	position: relative;
}
#Dynamic p {
	text-indent: 0;
}
#DynamicContent {
	float: right;
	padding: 40px 20px 0;
	width: 530px;
}
#Subscribe {
	margin: 20px auto;
	width: 300px;
	text-align: left;
}
#Subscribe .button {
	text-align: right;
	margin: 20px 0;
}


#Footer {
	background: transparent url(images/bg_footer.jpg) top left repeat-x;
	margin: 0;
	padding: 25px 0 20px 0;
	text-align: center;
	color: #999;
	clear: both;
	font: 11px Geneva, "Lucida Grande", Lucida, Verdana, sans-serif;
}
#Footer a:link, #Footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#Footer a:hover, #Footer a:active {
	color: #FFF;
	text-decoration: underline;
}