@charset "utf-8";
/* CSS Style Sheet for shadowridgekelowna.com by Ron Boyd | orionsweb.net*/

/* Colours...
background-btm: #4B5054
background-top: #F5E8D7
background-logo: #ECECEC
background-events: #ECECEC
background-content: #FFFFFF
background-shop: #C8C8C8
background-menu: #4B5054
menu-text: #FFFFFF
content-text: #333333
content-text-h1: #114324
content-text-subheader: #990000
sun: #FDF107
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #4B5054;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
#site {
	margin: 10px auto 0px;
	padding: 0px;
	width: 960px;
	font-size: .9em;
	position:relative;
	clear:both;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 350px;
	position:relative;
	clear:both;
}
#header-left {
	width: 400px;
	margin: 0px;
	padding: 0px;
	position:relative;
	float:left;
}
#logo img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 200px;
	width: 400px;
}
#menu-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #c8c8c8;
	background-color: #676c72;
	text-align: right;
	height: 20px;
	width: 395px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin: 0px;
}
#menu-sm a {
	color: #FFF;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
#menu-sm a:hover {
	text-decoration: underline;
}
#proshop {
	background-color: #c8c8c8;
	margin: 0px;
	padding: 0px;
	height: 155px;
	width: 400px;
}
#header-right {
	margin: 0px;
	padding: 0px;
	width: 560px;
	position:relative;
	float:right;
}
#menu-top {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.35em;
	color: #FFF;
	background-color: #676c72;
	text-align: center;
	height: 50px;
	width: 560px;
	padding-top: 30px;
}
#menu-top a {
	text-decoration: none;
	color: #FFF;
	font-style: italic;
	margin-right: 5px;
	margin-left: 5px;
}
#menu-top a:hover {
	color: #FDF107;
}
#header-photo {
	height: 300px;
	width: 560px;
	border: none;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.25em;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#main {
	background-color: #FFF;
	width: 920px;
	min-height: 380px;
	margin: 30px 0px 0px;
	padding: 20px;
}
#content {
	width: 620px;
	margin: 0px;
	padding: 0px 10px 10px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	color: #114324;
	font-weight: normal;
}
#content h1 .subheading {
	font-size: 0.6em;
	color: #900;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
}
#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #900;
}
#content p {
	margin-left: 10px;
}
#content table {
	margin: 0px;
}

#content td {
	font-size: .9em;
}
#content td .background {
	background-color: #ECECEC;
}
#content #brands {
	text-align: center;
}
#content #brands img {
}


#events {
	background-color: #ececec;
	padding: 10px;
	float: right;
	height: 300px;
	width: 250px;
	color: #666;
	overflow: auto;
	clear: both;
}
#events p {
	font-size: .8em;
}
#membership {
	border: 1px solid #666;
	margin: 0px;
	padding: 0px;
}
#membership tr th {
s	background-color: #F5E8D7;
	color: #333;
	background-color: #F5E8D7;
}

#membership tr td {
	height: 30px;
	border: thin inset #F5E8D7;
	margin: 0px;
	padding: 0px;
}
#gallery {
	text-align: center;
}
#gallery img {
	border: 2px solid #333;
}
#brands img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	text-align: center;
}



.red {
	color: #900;
	font-weight: bold;
}
.caption-img-right{
	float:right;
	width:120px;
	margin:0 0 15px 20px;
	padding:15px;
	border:1px solid black;
	text-align:center;
}
#footer {
	font-size: .7em;
	font-style: italic;
	color: #FFF;
	text-align: center;
	width: 960px;
	padding: 5px 0px;
}
#footer a {
	color: #999;
	font-style: normal;
	text-decoration: none;
}
