/*
Description: News Site
*/	

/************ Global - START ************/

body {
	background: #3F200C url(../images/template/body-bg.jpg) center 284px repeat;
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #fff;
	}
a { 
	color: #c1d630;
	}
p {
	line-height: 170%;
	padding-bottom: 10px;
	}
h1, h2, h3, h4 {
	padding-bottom: 10px;
	}
h1 {
	font-size: 220%;
	}
h2 {
	font-size: 140%;
        line-height: 160%;
	}
h3 {
	font-size: 120%;
	}
h4 {
	font-size: 110%;
	}
.bg-top {
	padding-top:177px;
	}
.bg-top {
	height: 107px;
	background: url(../images/template/body-top-bg.jpg) center top repeat-x;
	}
#Top .stripe,
.bg-top .stripe {
	height: 42px;
	opacity: .60;
	background: #000;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.60;
	}
#Wrap {
	width: 942px;
	margin: -284px auto 0px auto;
	padding-bottom: 20px;
	position: relative; 
	}
#Left .trans {
	display: none;
	}
#Wrap.announcements #Left .trans,
#Wrap.checkout #Left .trans,
#Wrap.checkout #Left .trans,
#Wrap.home #Left .trans,
#Wrap.default #Left .trans {
	display: block;
	}
#Top {
	height: 264px;
	position: relative;
	}
#Top .banner {
	width: 700px;
	height: 264px;
	//background: url(/images/top-banner/man-and-woman.jpg) left top no-repeat;
	}
#Top .logo {
	position: absolute;
	top: 0;
	right: -18px;
	}
#Left {
	float: left;
	width: 700px;
	margin: 20px 0px;
	position: relative;
	}
#Right {
	padding: 20px 0px;
	float: right;
	width: 222px;
	}
.page-body {
	color: #fff;
	position: relative;
	z-index:6;
	padding: 15px 15px 0 15px;
	}
.trans {
	z-index: 1 !important;
	position: absolute !important;
	top: 0;
	left: 0;
	opacity: .60;
	background: #000;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.60;
	width: 100%;
	height: 100%;
	}
.hr {
	border-top:1px solid #656261;
	border-bottom:1px solid #000;
	height: 0;
	line-height: 0;
	margin: 10px 0 15px 0;
	}
.news-events {
	position: relative;
	display: none;
	padding: 20px 13px;
	}
.announcements .news-events,
.home .news-events {
	display: block;
	}
.news-events .inner {
	position: relative;
	z-index: 6;
	}
.news-events .announcement-list {
	border-top: 1px solid #000000;
	}
.news-events h2 {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 12px;
	}
.news-events h3 {
	border-top: 1px solid #504741;
	padding: 11px 0 10px 0;
	}
.news-events p {
	color: #fff;
	padding-bottom: 20px;
	line-height: 150%;
	}
.news-events .learn-more {
	color: #c1d630;
	font-size: 90%;
	}
.news-events .learn-more a {
	padding-bottom: 1px;
	border-bottom: 1px solid #c1d630;
	}
.page-body {
	min-height: 370px;
	height: auto !important;
	height: 370px;
	}
#Bottom {
	clear: both;
	}
#Bottom .rotator {
	clear: both;
	/*height: 172px;*/
	}
#Bottom .rotator .full {
	display: none;
	}
.checkout #Bottom .rotator .full,
.catalog #Bottom .rotator .full {
	display: block;
	}
#Bottom .rotator .half {
	display: none;
	}
.home #Bottom .rotator .half,
.default #Bottom .rotator .half {
	display: block;
	}
#Bottom .rotator .half .A {
	float: left;
	}
#Bottom .rotator .half .B {
	float: right;
	}
#Bottom .bar {
	clear: both;
	margin-top: 20px;
	position: relative;
	height: 42px;
	}
#Bottom .bar .trans {
	}
.site-search {
	background: url(/images/template/search_bg-left.jpg) top left no-repeat;
	height: 23px;
	padding-left: 10px;
	z-index: 6;
	position: absolute;
	top: 10px;
	left: 10px;
	}
.site-search input.field {
	background: url(/images/template/search_bg.jpg) top left repeat-x;
	font-size: 10px;
	line-height: 10px;
	width: 165px;
	float: left;
	border: 0;
	letter-spacing: 1px;
	padding: 5px 0 8px  0;
	color: #73655b;
	}
.site-search input.cat_button {
	float: left;
	height: 23px;
	}
#Bottom .bar .join {
	position: absolute;
	top: 9px;
	right: -2px;
	z-index: 6;
	}
#Bottom .bar .join img.join-us {
	padding: 7px 11px 0 0;
	float: left;
	}
#Bottom .bar .join a {
	padding-right: 20px;
	display: block;
	float: left;
	}
#Bottom .copyright {
	padding: 15px 0 0 3px;
	font-size: 90%;
	color: #7b5233;
	}
	
/*--------- UL,OL styling -----------*/
ul.list,
ol.list { 
	font-size: 10px;
	}
ol.list,
ul.list {
	margin: 0 0 0 20px;
	padding: 0 0 3px 0;
	}
ol.list li,
ul.list li {
	line-height: 150%;
	padding: 3px 0 3px 0; 
	}
ol.list ol,
ol.list ul,
ul.list ol,
ul.list ul {
	font-size: 100%;
	padding: 0 0 0 10px; 
	}
ol.list li li,
ul.list li li {
	padding: 6px 0 0 0; 
	}

/************ Global - END ************/

/************ Templates - START ************/

/************ Templates - END ************/

/************ Sub Pages - START ************/
.page-body.home {
	padding: 25px 25px 12px 25px;
	}
.page-body.home h2 {
	font-weight: bold;
	color: #C1D630;
	letter-spacing: 4px;
	font-size: 150%;
	}
.page-body.home a.promo {
display:block;
text-align:center;
        }
.page-body.terms h3, 
.page-body.terms h4 {
	font-weight: bold;
	padding-top:10px;
	}
.page-body.terms h1, 
.page-body.terms h2 {
    padding-top:10px;
	}
.page-body.terms .section {
	padding-bottom: 30px;
	}
.page-body.terms ul.body-nav {
	float:right;
	clear:both;
	padding-bottom: 15px;
	}
.page-body.terms ul.body-nav li {
	list-style-type: none;
	float: left;
	padding-left: 15px;
	}
.page-body.terms table {
	text-align: left;
	margin-bottom: 20px;
	}
.page-body.terms table td {
	padding: 5px;
	}
.page-body.terms table th {
	padding: 5px;
	background:#333;
	font-weight: bold;
	}
.page-body.customer-service.index .head {
	padding-bottom: 5px;
	}
.page-body.customer-service.index .head h3 {
	font-weight: bold;
	}
.page-body.customer-service.index .head .learn-more {
	color: #bfd630;
	margin-left: 25px;
	font-size: 11px;
	}
.page-body.customer-service.index .head .learn-more:hover {
	cursor: pointer;
	}
.page-body.customer-service.index .body {
	display: none;
	}
.page-body.size-chart table {
	text-align: left;
	background: #C9C5B4;
	color: #2F1500;
	border: 1px solid #666666;
	border-width: 1px 0 0 1px ;
	margin-bottom: 15px;
	font-size: 110%;
	}
.page-body.size-chart th {
	font-weight: bold;
	padding: 6px;
	font-size: 120%;
	background: #666666;
	}
.page-body.size-chart td {
	padding: 6px;
	border: 1px solid #666666;
	border-width: 0 1px 1px 0;
	}
.page-body.invoice.detail {
	}


/************ Sub Pages - END ************/

/************ Dynamic Menus - START *************/

/*--------- Global -----------*/
#TopNav li,
#SubNav li,
#BottomNav li,
#SecureZNav li {
	list-style-type: none;
	}
#TopNav a,
#SubNav a,
#BottomNav a,
#SecureZNav a {
	}

/*--------- Top Nav -----------*/
#Top .stripe,
#TopNav {
	position: absolute;
	left: 0px;
	top: 177px;
	width: 700px;
	}
#TopNav {
	width: 685px;
	left: 8px;
	top: 0px;
	height: 204px;
	}
#TopNav ul { 
	height: 204px;
	}
#TopNav ul li { /* .dynMenu_TopNav_main */
	height: 204px;
	float: left;
	position: relative;
	}
#TopNav ul li a {
	font-family: helvetica;
	text-transform: uppercase;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	margin: 0 10px 0 10px;
	letter-spacing: 1px;
	position: relative;
	top: 189px;
	}
#TopNav ul li.selected a,
#TopNav ul li:hover a {
	color: #c1d630;
	}
#TopNav ul li ul {
	height: auto;
	visibility: hidden;
	position: absolute;
	bottom: 29px;
	width: 160px;
	left: 0px;
	}
#TopNav ul li.selected ul {
	}
#TopNav ul li:hover ul {
	visibility: visible;
	}
#TopNav ul li .trans {
	height: 100% !important;
	}
#SubNav ul li ul li,
#TopNav ul li ul li {
	float: none;
	height: auto;
	margin: 0 10px;
	border-top: 1px solid #000; 
	position: relative;
	z-index: 6;
	}
#SubNav ul li ul li.top,
#SubNav ul li ul li.top a,
#TopNav ul li ul li.top,
#TopNav ul li ul li.top a {
	border: 0;
	}
#TopNav ul li ul li.trans {
	margin: 0px;
	border: 0;
	}
#TopNav ul li ul li.trans a {
	display: none;
	}
#SubNav ul li ul li a,
#TopNav ul li ul li a {
	color: #fff;
	display: block;
	position:static;
	font-size: 11px;
	border-top: 1px solid #656261; 
	letter-spacing: 0px;
	padding: 7px 0 6px;
	margin: 0px;
	text-transform: capitalize;
	font-weight: normal;
	}
#TopNav ul li.selected ul li a,
#TopNav ul li:hover ul li a {
	color: #fff;
	}
#SubNav ul li ul li a.active, 
#TopNav ul li ul li a.active,  
#SubNav ul li ul li a:hover, 
#TopNav ul li ul li a:hover  {
	color: #c1d630 !important; 
	}
	
/*--------- Left Nav -----------*/
#SubNav {
	position: relative;
	display: none;
	}
.default #SubNav,
.checkout #SubNav,
.catalog #SubNav {
	display: block;
	}
#SubNav .inner {
	position: relative;
	z-index: 6;
	}
#SubNav ul {
	}
#SubNav ul li { /* .dynMenu_LeftNav_main */
	display: none;
	}
#SubNav ul li.selected {
	display: block;
	}
#SubNav ul li a {
	display: none;
	}
#SubNav ul li a:hover {
	}
#SubNav ul li ul {
	}
#SubNav ul li ul li { /* .dynMenu_LeftNav_sub1 */
	display: block;
	margin: 0 12px;
	}
#SubNav ul li ul li a {
	}
#SubNav ul li ul li a:hover {
	}
#SubNav ul li ul li ul {
	}
#SubNav ul li ul li ul li { /* .dynMenu_LeftNav_sub2 */
	}
#SubNav ul li ul li ul li a {
	}
#SubNav ul li ul li ul li a:hover {
	}
#SubNav ul li ul li ul li ul {
	}

/*--------- Bottom Nav -----------*/
#BottomNav {
	position: absolute;
	top: 17px;
	left: 226px;
	z-index: 6;
	}
#BottomNav ul {
	}
#BottomNav ul li { /* .dynMenu_BottomNav_main */
	float: left;
	border-right: 1px solid #6d6056;
	padding: 0 8px;
	line-height: 8px;
	height: 8px;
	}
#BottomNav ul li.last {
	border: 0;
	}
#BottomNav ul li a {
	font-size: 90%;
	color: #6d6056;
	}
#BottomNav ul li a.active,
#BottomNav ul li a:hover {
	color: #c1d630;
	}

/*--------- Secure Zone Nav -----------*/
#SecureZNav {
	}
#SecureZNav ul {
	}
#SecureZNav ul li { /* .dynMenu_SecureZNav_main */
	}
#SecureZNav ul li a {
	}
#SecureZNav ul li a:hover {
	}

/*--------- Secure Zone Login -----------*/
.SZ_login {
	position: absolute;
	top: 4px;
	right: 5px;
	z-index:7;
	}
.SZ_login li {
	display: none;
	color: #B45101;
	font-weight: bold;
	}
.SZ_login li span {
	padding: 0 6px;
	}
.SZ_login li a {
	color: #B45101;
	}
.SZ_login li a:hover {
	color: #BFD42E;
	}


/************ Dynamic Menus - END *************/