
body {
  font:15px Arial,Helvetica,sans-serif;
  line-height:22px;
  background-color: #e0e0e0;
}

a:link {
  color: #000;
}
a:visited {
  color: #640;
}
a:active, a:hover {
  color: #f60;
}

#header {
  width: 730px;
  margin: 0 auto;
  margin-top: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: white;
}

#main {
  width: 730px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: white;
}

#container {
  border-top: 1px solid #aaa;
}

#content {
  margin: 10px;
  overflow: hidden;
}



#branding {
  padding: 10px 20px;
}

#head-security {
  float: right;
  padding: 10px 20px;
}



#access {
  height: 50px;
}

.menu {
  height: 40px;
  margin: 0 30px;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li a
{
  font-family: "Arial Black", "Arial Bold", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  color: black;
}

.sf-menu li a:hover
{
  background-color: #ff6a00;
  color: #fff;
  border-radius: 8px;
  text-shadow: 0px 0px 8px #fff;
}

.sf-menu li:hover
{
  background-color: #fff;
}

li.current-menu-item a
{
  color: #f60;
}


.store-page-navigation {
  border-top: 1px solid #aaa;
  margin-bottom: 2em;
}

.store-footer {
  border-radius: 10px;
  background-color: #aaa;
  color: #000;
  padding: 1em;
}


.entry-title {
  font-size: 26px;
  font-weight: bold;
  padding: 0 0 7px;
}


.core-section {
  width: 710px;
  border-top: 1px solid #aaa;
}

.core-section-header {
  width: 40%;
  background-color: #aaa;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 0;
  text-shadow: 1px 1px 2px #444;
}

.core-section-body {
  margin: 7px;
}

.store-product-detail-pricing {
  margin-left: 1em;
}
