body {
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	vertical-align: baseline;
}

body div.container_12
{
	background-color: white;
}

a {
	color: #00a0fc;
}

a:hover, a:visited:hover {
	color: #dc3522;
}

a:visited {
	color: #3C4596;
}

.button {
	background: #049630 none repeat scroll 0 0;
	border: 1px solid #E1E1E1;
	color: #fff;
	padding: 0.1em 0.4em;
	line-height: 1.1em;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}

.button:hover, .button:visited:hover {
	background: #dc3522;
	color: #fff;
	border-color: #ccc;
	text-shadow: 1px 1px 0 #999;
}

.button:visited {
	color: white;
}

/* @group Header */

#header {
	border-bottom: 15px dashed #00A0FC;
	color: white;
	height: 80px;
	width: 100%;
	padding-top:10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#header h1
{
	margin-bottom: 0px;
}

#header h1 a {
	margin-top: 2px;
	background: transparent url(images/logo.png) no-repeat;
	height: 60px;
	display: block;
	text-indent: -9999px;
}

#header .headline div {
	margin-top: 25px;
	text-align: center;
}

#header .headline div span {
	padding: 4px 16px;
	color: #fff;
	font-size: 1.5em;
	margin-top: -20px;
}

#header .headline {
	height: 60px;
	position: relative;
}

#header .headline span {
	text-decoration: none;
	background-color: #000;
	-webkit-box-shadow: 0 1px 0 #444;
	-moz-box-shadow: 0 1px 0 #444;
	-moz-box-shadow-top: 1px #e8c80b;
	border-bottom: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}

.header {
	display: block;
	float: left;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

.headerSecondary {
	line-height: 1.2em;
	background-color: #00A0FC; 
	color: white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding: 10px;
	width: 96.5%;
	text-align: center;
}

.grid_4 .headerSecondary {
	width:  93.5%;
}

.headerTertiary {
	line-height: 1.3em;
	margin: 10px 0 5px 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
}



/* @end */

.copy {
	line-height: 1.4em;
}

.widget .copy {
	font-size: 0.9em;
}
.copy p {
	margin-bottom: 10px;
}

.greybox {
	background: #eee;
	margin: 0 0 10px;
	float: left;
	width: 100%;
	padding-top: 10px;
}

.greybox .header {
	margin: 10px 10px 5px 10px;
}

.greybox .copy {
	margin: 0 10px 10px 10px;
	font-size: 1em;
}

/* @group Columns/Lists */

.columnList {
	list-style: none;
	float: left;
	display: inline;
	width: 100%;
	margin: 5px 0 0;
}

.columnList li {
	float: left;
	display: inline;
	margin: 0;
}

.columnList li + li {
	margin-left: 10px;
}

.columnList li .header {
	margin: 5px 0 5px 0;
	font-weight: bold;
}

.columnList li p {
	margin: 5px 0 10px 0;
	padding: 0;
}

.columnList li a img {
	box-shadow: 0 5px 10px #ddd;
	-webkit-box-shadow: 0 5px 10px #ddd;
	-moz-box-shadow: 0 5px 10px #ddd;
}

.columnList200 li {
	width: 200px;
}


/* @end */

/* @group Feeds */

.feedburnerFeedBlock {
	list-style: none;
	float: left;
	display: inline;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
}

.feedburnerFeedBlock li {
	display: block;
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}

.feedburnerFeedBlock li .headline {
	margin: 0 0 5px 0;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.3em;
}

.feedburnerFeedBlock li .headline a {
	text-decoration: none;
	color: black;
}

.feedburnerFeedBlock li .headline a:hover {
	text-decoration: underline;
	color: #00A0FC;
}


.feedburnerFeedBlock li div {
	margin: 0 0 5px 0;
	letter-spacing: -0.02em;
	line-height: 1.3em;
	color: #666
}

.feedburnerFeedBlock li p {
	margin: 5px 0 10px 0;
	padding: 0;
}

.tweets .date {
	float: right;
	clear: both;
	color: #999;
	margin: 2px 0;
}

#creditfooter
{
	display: none;
}

/* @end */


.date {
	color: #666;
	line-height: 1.2em;
}

.name {
	font-size: 1em;
}

.info_box {
/*		background: #374140;*/

	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	clear: both;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	min-height: 110px;
}

.info_box img {
	margin-left: -70px;
	float: left;
}

.info_box .name {
	color:black;
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.info_box .name a:hover {
	color: #DC3522;
}

.info_box div.description {
	margin-right: 10px;
	line-height: 1.4em;
	vertical-align: bottom;
	font-size: .9em;
	margin-top: 5px;
}


.widget {
	overflow: hidden;
	display: block;
	margin: 0 0 10px;
	float: left;
	width: 100%;
}


.widgetDescription .copy {
	color: #666;
}

/* @group Footer */

#footer {
	float: left;
	background: #2a2a2c;
	color: white;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}

#footer .copy {
	color: #aaa;
}

#footer a {
	color: white;
	font-weight: normal;
}

#footer a:hover {
	color: #fff;
}

#footer a.button {
	color: #fff;
	float: right;
	margin-top: 5px;
	border-color: #063;
}

#footer a.button:hover {
	border-color: #900;
}

#footer .block {
	background: #222;
	color: white;
	margin: 10px;
	padding: 0;
}

#footer .block p {
	color: white;
	padding: 5px 10px;
	margin: 0;
}
/* @end */



/* @group Blog */

.post p {
	line-height: 1.5em;
}

.post .date {
}

.post .date .day {
	display: inline;
}

.post .date .month {
	display: inline;
}

.post .date .year {
	display: inline;
}

.post img {
	max-width:950px;
}

.post h2 {
	font-size: 2.5em;
}

.post h2 a {
	text-decoration: none;
	color: black;
}

.post h2 a:hover{
	color: #00A0FC;
	text-decoration: underline;
}

#comments {
}


/* @end */


.grid_12 ul li {
	list-style: none;
	font-weight: bold;
}

.store-section-customer-address {
	margin-top: 40px;
}