@charset "utf-8";
/* CSS Document */
 * RESET  */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: top;
 background: transparent;
}
body {
	background:url(../_images/global_bg.jpg) top center no-repeat #FFF;
	color:#666;
	font:normal 81.3% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
img {
	border:none;
}
/* -------------------------------- Typography -------------------------------- */
h1 {
	font-size:1.5em;
	color:#604176;
}
h2 {
	font-size:1.2em;
	color:#666;
}
h3 {
	font-size:1.1em;
}
h4,h5,h6 {
	color:#604176;
	font-size:16px;
}
hr {
	border:none;
	border-bottom:1px solid #CCC;
}
p {
	color:#666;
}
strong {
	color:#333;
}
.big {
	font-size:1.2em;
}
a {
	color:#7c8f4f;
}
a:hover {
	color:#604176;
}
/* -------------------------------- Page Styles -------------------------------- */
#global_header {
	background:#FFF;
	height:103px;
	margin:0 auto;
	padding:10px;
	width:900px;
}
	#global_logo a {
		background:url(../_images/global_logo.jpg);
		display:block;
		float:left;
		height:103px;
		text-decoration:none;
		width:392px;
	}
	#cart a {
		background:url(../_images/btn_cart.jpg);
		display:block;
		float:right;
		height:35px;
		text-decoration:none;
		width:160px;
	}
	#nav {
		float:right;		
		padding:8px 0 0 0;
		width:460px;
	}
	#nav ul {
		float:left;
		margin:6px 0 0 0;
		padding:0;
	}
	#nav ul li {
		display:inline;
		float:left;
		padding:0 4px 0 0;
	}
	#nav ul li a {
		color:#7d9050;
		display:block;
		padding:8px 10px;
		font-size:14px;
		text-decoration:none;
	}	
	#nav ul li a:hover {
		background:#7d9050;
		color:#FFF;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
#banner {
	background:url(../_images/banner_01.jpg);
	height:282px;
	margin:5px auto;
	width:920px;
}
	#store a {
		background:url(../_images/btn_visit.jpg);
		display:block;
		position:relative;
		top:210px;
		left:500px;
		height:35px;
		text-decoration:none;
		width:196px;		
	}
	#store a:hover {
		background-position: bottom left;
	}
#content {

	margin:5px auto;
	padding:10px;
	width:900px;
}
	#page_content {
		background:#FFF;
		float:left;
		margin:0;
		padding:10px;
		width:620px;
	}
	#page_sidebar {
		float:right;
		margin:0 auto;
		padding:10px;
		width:220px;
	}
	.pod {
		background:#FFF;
		float:left;
		padding:15px 10px;
		width:280px;
	}
#footer {
	background:url(../_images/global_footer.jpg) top center repeat-x #FFF;
	font-size:11px;
	height:144px;
	text-align:center;
	margin:0 auto;
	padding:20px;
	width:880px;
}
	#footer a {
		color:#666;
		text-decoration:underline;
	}
	#footer a:hover {
		color:#604176;
	}
	.month {
		border-spacing:0;
		padding:0;
		text-align:center;
		width:620px;
	}
	.month td {
				border:1px #eaeaea solid;
				margin:0;
				padding:5px;
	}
	.monthnavigation, .monthname {
		background-color:#eaeaea;
		font-weight:bold;
		text-align:center;
	}
	.monthnavigation a, .monthname a {
		color:#666;
		text-decoration:none;
	}
	.nomonthday {
		background-color:#f8f8f8;
	}
	.event {
		background-color:#604176;
	}
	.event a{
		color:#fff;
		text-decoration:none;
	}
	.event a:hover{
		text-decoration:underline;
	}
/* -------------------------------- Common Styles -------------------------------- */
.clear {
	clear:both;
}
/* -------------------------------- Form Styles -------------------------------- */
label {
	color:#666;
	margin:3px;
}
input {
	border:1px solid #CCC;
	color:#666;
	margin:3px;
	padding:2px;
}
.btn {
	border:none;
	padding:none;
	margin:3px;
}
