/*# Global Reset Styles #*/
img {
	border: none;
}
/*# Master Page Setup Styles #*/

body {behavior: url(../CMSScripts/csshover.htc);} /* WinIE behavior call */

body {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: #000000 url(../App_Themes/RefineTraining/images/bg.jpg) no-repeat scroll center top;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
}

div#wrapper {
	margin: 0;
	padding: 0;
}

div#header-wrapper {
	margin: 0;
	padding: 0;
	height: 150px;
	background: url(../App_Themes/RefineTraining/images/nav-bg.gif) repeat-x scroll left bottom;
	position: relative;
}

div#header {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	height:100%;
}

div#navcontainer {
	padding: 5px 1px 6px 1px;
	margin: 0;
	width: 980px;
	float:left;
	background:#8CC63F;
	position:absolute;
	bottom:0;
	font: bold 13px Arial, Helvetica, sans-serif;
}

div#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
}

div#navcontainer ul li {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	border-right:1px dashed #FFF;
}

div#navcontainer ul li a {
	color: #000;
	padding: 4px 10px;
	margin: 0 7px 0 5px;
	text-decoration: none;
	display: block;
}

div#navcontainer ul li a:hover, div#navcontainer ul li.CMSListMenuHighlightedLI a:hover, div#navcontainer ul li.CMSListMenuHighlightedLI a  {
	color: #000;
	background: #FFF;
}

<!-- submenu styles -->

div#navcontainer > ul a {
	width: auto;
}

div#navcontainer ul ul {
	position: absolute; 
  	border: 1px solid #000;
	border-bottom:none;
	width: 11em;
	background:#FFF;
	z-index: 2;
}

div#navcontainer ul ul li{
	float: left;
	display:block;
	width: 100%;
	white-space: nowrap;
	border-right: 1px solid #000;
}

div#navcontainer ul ul li a:hover, div#navcontainer ul ul li.CMSListMenuHighlightedLI a:hover, div#navcontainer ul ul li.CMSListMenuHighlightedLI a {
  	border-bottom: 1px solid #000;
	background:#28B1CA;
	color:#FFF;
}

div#navcontainer ul ul li a{
  	border: 1px solid #000;
	border-left:none;
	border-top:none;
	border-right:none;
	margin: 0;
	color: #000;
	padding: 8px 15px;
}

div#navcontainer ul ul,
div#navcontainer ul li:hover ul ul,
div#navcontainer ul ul li:hover ul ul{
	display: none;
}

div#navcontainer ul li:hover ul,
div#navcontainer ul ul li:hover ul,
div#navcontainer ul ul ul li:hover ul{
	display: block;
}

div#content-wrapper {
}


div#content {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	color: #565656;
	position: relative;
	padding:30px 0;
}
div#content strong {
	color: #ffffff;
	font-weight: normal;
}
div#footer-wrapper {
	height: 100px;
	background: #FFFFFF none;
	overflow:hidden;
}
div#footer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding:20px 0;
}
div#copyright-wrapper {
	clear:both;
	background: #8cc63f;
	padding:5px 0;
}
div#copyright {
	width: 980px;
	margin: 0 auto;
	text-align: right;
	font-size: 8pt;
	padding-top: 7px;
}

div#footer .footer-image {
	float: right;
}
div.clear {
	clear: both;
}
/*# Paragraph Styles #*/
p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	margin: 10px 0;
	padding: 0;
	line-height:19px;
}

#content ul {
margin-bottom:0;
padding-bottom:0;
}

#content ul li{
	line-height:19px;
	margin: 10px 0;
}


address {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	float: left;
	width: 350px;
}

address a {
	color: #272727;
	text-decoration: none;
}

/*# Heading Styles #*/
div#header h1 {
	width: 210px;
	height: 61px;
	background: url(../App_Themes/RefineTraining/images/logo.png) no-repeat;
	text-indent: -999px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 7px;
	top: 26px;
}
div#header a {
	text-decoration: none;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 20px;
	color: #8cc63f;
	font-weight: normal;
	padding:0;
	margin: 0;
}


h3 {
	color: #8cc63f;
	font-weight: bold;
	font-size: 10.5pt;
	margin: 32px 0 0 0;
	line-height:20px;
	padding:0;
}


h4 {
	color: #626262;
	font-weight: bold;
	font-size: 10pt;
	margin: 30px 0 0 0;
	padding:0;
	line-height:19px;
}

div#content .right h4{
	margin: 0;
}


/*# Content Div Styles #*/
div#content .full-width {
	border: 1px solid #626262;
	padding: 10px;
	background: #000000;
}
div#content .column {
	border: 1px solid #626262;


	width: 288px;
	float: left;
	margin-top: 10px;
	padding: 15px;
	color: #ffffff;
}

/*
* html div.column {
    w\idth: 320px !important;
}
*/

div#content .left {
	margin-right: 10px;
}
div#content .right {
	margin-left: 10px;
}

div#content .left-wide {
	margin-right: 0;
	width: 618px;
}

/*
* html div.left-wide {
    w\idth: 640px !important;
}
*/

div.hero-image {
	float: left;
}
div.latest-news {
	background: url(../App_Themes/RefineTraining/images/latest-news-bg.gif) no-repeat;
	float: right;
	height: 250px;
}
div.news-item {
	width: 164px;
	height: 115px;
	padding: 10px 18px 0 18px;
}

/*
* html div.news-item {
    w\idth: 200px !important;
	h\eight: 150px !important;
}
*/

div.shoes-image {
	position: absolute;
	left: 542px;
	top: 135px;
	width: 224px;
	height: 171px;
}

/*# Link Styles #*/
a {
	text-decoration: none;
	color: #8cc63f;
}
a:hover {
	text-decoration: underline;
	color: #626262;
}

div.news-item a {
	 color: #8cc63f;
	 font-size: 8pt;
}

div#copyright a {
	color: #262626;
}