/* Override main.css */
body {
	background-color: #fff;
	background-image: url(../images/body.gif);
}

body.draft-version {
	background-image: url(../images/body-draft.gif);
}

.main-container div {
	position: static;
}

#top_bar {
	height: 88px;
}

#top_bar .top-right {
	height: 46px;
}

#search_mini_form input {
	vertical-align: baseline;
	font: 12px/12px "Helvetica Neue", Arial, sans-serif;
}

#wrapper {
	position: relative;
}

#header .links {
	position: absolute;
	right: 0;
	top: 76px;
	background: url(../images/blue-trans-pixel.png);
	padding: 10px;
}

#header .links li {
	float: left;
	font-size: 11px;
	padding: 0 8px 0 7px;
	font-weight: bold;
	display: inline;
}

#header .links li a {
	padding-right: 17px;
	background: url("../images/button-arrows.gif") no-repeat right 3px;
	white-space: nowrap;
}

#header .links li a span {
	color: #0e0805;
}

#header .links li a span strong {
	color: #c45118;
}

#header .links li.first {
	padding-left: 0 !important;
}

.links li.last {
	padding-right: 0 !important;
}

.widget,.widget-content,.widget h2,.widget-content .box,.widget .linkbar
	{
	border-color: #65bec3;
}

#main .section-title {
	font: normal 38px/38px "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	padding: 22px 8px 18px;
	color: #0e0805;
	letter-spacing: -2px;
	background: url(../images/semi-trans.png);
}

/* Magento assumes that list style is none */
.col-main li,.col-left li,.col-right li {
	list-style: none;
}

/* Magento home */
.cms-home .category-grid {
	list-style: none !important;
	font-size: 14px;
	line-height: 21px;
	color: #6e6b69;
}

.cms-home .category-grid li {
	background: #fff;
	float: left;
	width: 280px;
	height: 310px;
	overflow: hidden;
	border: 1px solid #65bec3;
	padding: 10px;
	margin: 8px;
}

.cms-home .category-grid li img {
	display: block;
	width: 280px;
	height: 159px;
	margin-bottom: 8px;
}

.cms-home .category-grid li h2 {
	color: #c45118;
	margin: 4px 8px;
}

.cms-home .category-grid li p {
	margin: 4px 8px;
}

.catalogsearch-result-index #main .category-title h2,.catalogsearch-result-index #main .category-title h1,.catalog-category-view #main .category-title h1
	{
	background: #65BEC3;
	color: #fff;
	text-transform: none;
	font-size: 21px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 5px 8px;
	margin-bottom: -1px;
}

.catalog-category-view .col-left {
	background: #65bec3;
	min-height: 300px;
}

.block-category-nav {
	border: none;
}

.block-category-nav .block-content {
	background: none;
}

.block-category-nav .block-content ul li {
	background: #fff;
	border: 1px solid #65bec3;
	padding: 6px;
	margin: 3px -2px;
	list-style: none;
	font-size: 14px;
	color: #c45118;
}

.block-category-nav .block-content ul li.current {
	background: #c45118;
	color: #fff;
	border-color: #c45118;
}

.block-category-nav .block-content ul li.current a {
	color: #fff;
}

#profile_overlay .profile_overlay-top {
	position: relative;
}

.widget.UpcomingEventsWidget {
	
}

.widget.UpcomingEventsWidget .widget-content div {
	overflow: hidden;
	padding: 6px 3px 15px;
	border: 4px solid #65BEC3;
}

.widget.UpcomingEventsWidget .widget-content div .datetab {
	float: left;
	position: relative;
}

.widget.UpcomingEventsWidget .widget-content div h3,.widget.UpcomingEventsWidget .widget-content div p,.widget.UpcomingEventsWidget .widget-content div ul
	{
	margin-left: 75px;
}

.widget.UpcomingEventsWidget .widget-content div h3 {
	margin-top: -3px;
	margin-bottom: 4px;
}

.widget.UpcomingEventsWidget .widget-content div p {
	color: #6e6b69;
	font-size: 13px;
	line-height: 19px;
}

.widget.UpcomingEventsWidget .widget-content div ul {
	margin-top: 22px;
	overflow: hidden;
}

.widget.UpcomingEventsWidget .widget-content div ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
}

.widget.UpcomingEventsWidget .widget-content div ul li:first-child {
	border-right: 1px solid #0e0805;
	padding-right: 5px;
	margin: 0;
}

