@charset "UTF-8";
/* CSS Document */

h1.logo {
	text-indent: -9999px;
	background: url(/images/logo.png) no-repeat -16px 0;
	width: 269px;
	height: 81px;
	margin: 0;
}

h2.tagline {
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

a.nav {
	padding: 4px 8px;
	margin-left: 2px;
	float: left;
	width: 90px;
	display: block;
	border: 1px solid #ccc;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));

}

.section {
	background: url(/images/bkg_footer.jpg) repeat-x 0 0;
}

div[name="content"] {
	
	max-width: 480px; 
}

.section img {
	width: 100%;
}

.vcard {
}

#nav-main {
}

ul#nav-main {
	list-style-type: none;
	padding: 10px 0;
	background: #356e96 url(/images/bkg_nav-Main.gif) repeat-x 0 0;
	clear: both;
}

ul#nav-main li {
	list-style-type: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#444), color-stop(0.5, #aaa), color-stop(0.5, #999));
	-webkit-border-radius: 6px;
	-webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.5);
	margin: 4px 8px;
	padding: 0 6px 0 12px;
}

ul#nav-main a {
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 6px 0;
	text-shadow: -1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none; 
	
}

.promoBanner.section {
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px;
}

.promoBanner.section img {
	float: right;
	display: block;
	margin: 6px;
}

.mobileTheme a {
	-webkit-border-radius: 6px;
	-webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.5);
	margin: 4px 8px;
	padding: 6px 6px 6px 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b8b0d), color-stop(0.5, #a7d04e), color-stop(0.5, #66cc00));
	text-decoration: none;
	color: #fff;
	text-shadow: -1px 1px 1px rgba(0,0,0,0.5);
	font-family: Arial, Helvetica, sans-serif;
}
