/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

body,td {
	line-height: 135%;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
}

body.f-smaller {
	font-size: 10px;
}

body,
body.f-default {
	font-size: 12px;
}

body.f-larger {
	font-size: 15px;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 25px 0;
	font-family: Century Gothic, Arial, sans-serif;
}

h1 { 
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Joomla Elements */

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 95%;
}

.componentheading {
	font-size: 170%;
	line-height: 100%;
	padding: 0;
	margin: 25px 0 10px 0;
}

.contentheading {
	font-size: 170%;
	font-weight: normal;
	line-height: 18px;
	background: url(../images/content-icon.png) 0 0 no-repeat;
	padding-left: 28px;
	padding-bottom: 8px;
	font-family: Century Gothic, Arial, sans-serif;
	margin: 25px 0 10px 0;
}

td.buttonheading,
.contentpaneopen td.buttonheading {
	padding: 0px 3px 0;
}

td.column_separator {
	padding-left: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #fffcff;
  border-bottom: 1px solid #070707;
  
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  text-align: left;
  padding: 4px 0 4px 4px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #111;
  color:#5c5e6c;	
}

.sectiontableentry2 {
	background: #fffcff;
}

.contentpane,
.contentpaneopen {
	width: 100%;
}

/* @end */

/* @group Structure */

.wrapper {
	position: relative;
}

#header,
#horiz-menu,
#inset,
#bottom-modules,
#footer-bar,
#footer-shadow {
	margin: 0 25px;
}

#header {
	height: 83px;
	background: url(../images/header-bg.png) 0 0 repeat;
}

#overall-frame {
	width: 100%;
	position: relative;
}

#bg-top,
#bg-top-overlay  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

#bg-bottom,
#bg-bottom-overlay  {
	width: 100%;
}

#bg-bottom-ie,
#bg-bottom-overlay-ie  {
	display: none;
}

#bg-top-overlay {
	background: url(../images/top-bg-overlay.png) 0 0 repeat-x;
}

#bg-bottom-overlay {
	background: url(../images/bottom-bg-overlay.png) 0 100% repeat-x;
}

#body-shadow-left {
	background: url(../images/main-shadow-left.png) 0 0 no-repeat;
}

#body-shadow-right {
	background: url(../images/main-shadow-right.png) 100% 0 no-repeat;
}

#body {
	margin: auto;
	background: #121212;
	padding: 2px;
}

table.mainbody {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #121212 url(../images/body-bg.png) 0 0 repeat-x;
}

td.maincol,
td.secondcol,
td.thirdcol {
    margin: 0;
    width: auto;
		padding: 0;
    background: url(../images/column-shadow.png) 0 0 repeat-y;
}

table.mainbody .padding {
	padding: 0px 15px 10px 15px;
	margin: 0;
}

.accent {
	height: 1px;
	overflow: hidden;
}

.accent .accent-right {
	float: right;
	width: 60px;
	height: 1px;
	background: url(../images/accent-top-right.png) 100% 0 no-repeat;
}

.accent .accent-left  {
	float: left;
	width: 60px;
	height: 1px;
	background: url(../images/accent-top-left.png) 0 0 no-repeat;
}

.bottom .accent .accent-right  {
	background: url(../images/accent-bottom-right.png) 100% 0 no-repeat;
}

.bottom .accent .accent-left {
	background: url(../images/accent-bottom-left.png) 0 0 no-repeat;
}

.maincol .accent {
	height: 1px;
	margin: 0 0 10px 0;
}

.maincol.bottom .accent {
	height: 1px;
	margin: 10px 0 10px 0;
}

.secondcol .accent,
.thirdcol .accent {
	height: 1px;
	margin: 0 0 15px 0;
}

.secondcol.bottom .accent,
.thirdcol.bottom .accent {
	height: 1px;
	margin: 10px 0 10px 0;
}

td.bottom {
	padding: 0 18px;
}

td.maincol.bottom {
	padding: 10px;
}

#maincol {
	color: #ccc;
	padding: 10px;
	margin: 0;
}

#secondcol,
#thirdcol {
	color: #ccc;
	padding: 10px 18px 10px 18px;
}

#bottom-modules {
	margin-top: 50px;
	color: #ccc;
	background: #000;
}

#footer-bar {
	height: 35px;
	background: #000;
}

img#rocket {
	width: 148px;
	height: 35px;
	background: url(../images/rocket.png) 0 0 no-repeat;
}

#footer-shadow {
	height: 57px;
	position: relative;
}

#logo-space {
	text-align: center;
	position: relative;
}

#logo-space img,
#logo-space span {
	margin: 0 auto;
	width: 265px;
}

#logo-space span {
	top: 0;
	display: block;
	margin: -22px auto 0;
	font-size: 95%;
}

#logo {
	width: 265px;
	height: 83px;
}

#inset {
	height: 130px;
	padding-top: 20px;
}

/* column shadows */
#top-shadow .shadow-1,
#top-shadow .shadow-2,
#top-shadow .shadow-3 {
	top: 122px;
}

#top-shadow .shadow-1 {
	left: 0;
	margin-left: 25px;
}

#top-shadow .shadow-2 {
	right: 0;
	margin-right: 25px;
}

#top-shadow .shadow-3 {
	left: 159px;
}

.shadow-1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 57px;
	width: 134px;
	background: url(../images/column-shadow-left.png) 0 0 no-repeat;
}

.shadow-2 {
	position: absolute;
	top: 0;
	right: 0;
	height: 57px;
	width: 134px;
	background: url(../images/column-shadow-right.png) 100% 0 no-repeat;
}

.shadow-3 {
	position: absolute;
	top: 0;
	left: 134px;
	height: 57px;
	background: url(../images/column-shadow-middle.png) 0 0 repeat-x;

}


#topmodules,
#bottommodules,
#footermodules,
#component {
	overflow: hidden;
}

#component .padding {
	padding: 5px 6px 0 6px;
}

.spacer .block {
	float: left;
}

.spacer .w99 .block {
	width: 99%;
}

.spacer.w49 .block {
	width: 49%;
}

.spacer.w33 .block {
	width: 33%;
}

div#bottom {
	padding-bottom: 30px;
	overflow: auto;
}

#pathway {
	height: 30px;
	padding: 0 32px;
	overflow: hidden;
}

#footermods {
	float: right;
	
}

/* @end */

/* @group Modules */

.moduletable,
.moduletable-hilite1,
.moduletable-hilite2,
.moduletable-hilite3,
.moduletable-hilite4,
.moduletable-hilite5,
.moduletable-hilite6,
.module,
.module-hilite1,
.module-hilite2,
.module-hilite3,
.module-hilite4,
.module-hilite5,
.module-hilite6 {
	margin: 0 0 20px 0;
}

.moduletable h3,
.module h3 {
	font-size: 125%;
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding: 4px;
	font-family: Century Gothic, Arial, sans-serif;
	background: #191919;
}

.moduletable-hilite1,
.moduletable-hilite2,
.moduletable-hilite3,
.module-hilite1,
.module-hilite2,
.module-hilite3 {
	background: #0C0C0C;
	border: 1px solid #1F1F1F;
	padding: 10px;
}

.moduletable-hilite4,
.moduletable-hilite5,
.moduletable-hilite6,
.module-hilite4,
.module-hilite5,
.module-hilite6 {
	border: 1px solid #1F1F1F;
	padding: 10px;
}

.moduletable-hilite1 h3,
.moduletable-hilite2 h3,
.moduletable-hilite3 h3,
.moduletable-hilite4 h3,
.moduletable-hilite5 h3,
.moduletable-hilite6 h3,
.module-hilite1 h3,
.module-hilite2 h3,
.module-hilite3 h3,
.module-hilite4 h3,
.module-hilite5 h3,
.module-hilite6 h3 {
	font-size: 125%;
	font-weight: normal;
	margin: 0px 0 10px 0;
	font-family: Century Gothic, Arial, sans-serif;
}

.spacer div.moduletable,
.spacer div.moduletable-hilite1,
.spacer div.moduletable-hilite2,
.spacer div.moduletable-hilite3,
.spacer div.moduletable-hilite4,
.spacer div.moduletable-hilite5,
.spacer div.moduletable-hilite6,
.spacer div.module,
.spacer div.module-hilite1,
.spacer div.module-hilite2,
.spacer div.module-hilite3,
.spacer div.module-hilite4,
.spacer div.module-hilite5,
.spacer div.module-hilite6 {
	margin-left: 10px;
}

#mod-top {
	position: absolute;
	right: 25px;
	top: 0;
	width: 200px;
	height: 90px;
}

#mod-search {
	position: absolute;
	left: 45px;
	top: 20px;
	width: 115px;
}

#mod-search input {
	background: url(../images/header-bg.png);
	border: 1px solid #444;
	padding: 1px 4px;
	overflow: hidden;
	width: 110px;
	color: #999;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {
	height: 39px;
	background: url(../images/menu-bg.png) 0 0 repeat-x;
}

#horiz-menu ul.menu {
	padding-left: 15px;
	margin-left:310px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#horiz-menu a {
	white-space: nowrap;
	font-family: Century Gothic, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 39px;
	line-height: 42px;
	padding: 0 15px 0 15px;
	font-weight: normal;
	font-size: 110%;
	color: #ccc;
}

#horiz-menu li:hover a,
#horiz-menu li.sfHover a,
#horiz-menu li:hover a:hover,
#horiz-menu li.sfHover a:hover {
	color: #fff;
}

#horiz-menu ul ul {
	background: #151515;
	border-left: 1px solid #333333;
	border-right: 1px solid #000;
}

#horiz-menu li li {
	background: none;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000;
}

#horiz-menu li li a:hover {
	background: none;
}

#horiz-menu li.active,
#horiz-menu li.active_menu {
	background: url(../images/menu-active-r.png) 100% 0 no-repeat;
}

#horiz-menu li.active a,
#horiz-menu li.active_menu a {
	background: url(../images/menu-active-l.png) 0 0 no-repeat;
	color: #fff;
}

#horiz-menu span.topdaddy,
#horiz-menu span.top {
	display: block;
	float: left;
	position: relative;
	text-align: center;
}

#horiz-menu li li span.top {
	display: inline;
	float: none;
	position: static;
	text-align: left;
}

#horiz-menu span.topdaddy span {
	text-align: left;
}

#horiz-menu span.selector {
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: 5px;
	left: 50%;
	margin: 0 auto;
	margin-left: -30px;
	height: 3px;
	width: 59px;
	background: none;
	
}

#horiz-menu li.active span span.selector,
#horiz-menu li:hover span span.selector,
#horiz-menu li.sfHover span span.selector {
	background: url(../images/menu-accent.png) 0 0 no-repeat;

}

span.selector br {
	display: none;
}

#horiz-menu li li a.daddy,
#horiz-menu li.active li a.daddy,
#horiz-menu li.active li a.daddy:hover,
#horiz-menu li li a.daddy:hover {
	background: url(../images/dropdown-child.png) 95% 50% no-repeat;
}

#horiz-menu li.active li span span.selector,
#horiz-menu li:hover li span span.selector,
#horiz-menu li.sfHover li span span.selector {
	display: none;
}

#horiz-menu li.active a,
#horiz-menu li.active_menu a{
	line-height: 33px;
}

#horiz-menu li li.active,
#horiz-menu li.active li a,
#horiz-menu li.active li a:hover {
	background: none;
}

#horiz-menu li li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

#horiz-menu a:hover {
	text-decoration: none;
}

/* @end */

/* @group Sub Menu */

ul.menuside {
	margin: 0;
	padding: 0;
}

ul.menuside li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menuside a:hover {
	text-decoration: none;
}

ul.menuside li.active li a {
	font-weight: normal;
}

ul.menuside span {
	display: block;
}

ul.menuside a {
	display: block;
	line-height: 25px;
	text-indent: 30px;
	height: 25px;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 110%;
}

ul.menuside a:hover {
	text-decoration: none;
}

ul.menuside ul {
	margin-left: 20px;
	padding: 0;
}

ul.menuside ul ul {
	padding: 0;
	margin-left: 30px;
}

ul.menuside li li {
	padding: 0;
	margin: 0;
}

ul.menuside li li a {
	padding-left: 23px;
}

ul.menuside ul a {
	text-indent: 0;
	color: #ccc;
}

ul.menuside li.active li a {
	color: #ccc;
	background-color: #ccc;
}

ul.menuside ul ul ul a {
	text-indent: 30px;
}

/* @end */

/* @group Mainmenu */

a.mainlevel {
	display: block;
	line-height: 25px;
	text-indent: 28px;
	height: 25px;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 110%;
	text-decoration: none;
}

a#active_menu.sublevel {
	background: none;
}

ul.menuside a,
a.mainlevel {
	background: #999 url(../images/bullet.png) 0 0 no-repeat;
	color: #ccc;
}

ul.menuside ul a {
	background: #999 url(../images/triangle.png) 0 5px;
}

a.sublevel {
	padding-left:  15px;
	text-decoration: none;
	font-family: Century Gothic, Arial, sans-serif;
	color: #ccc;
	background: none;
}

a.mainlevel:hover, a.sublevel:hover {
	text-decoration: none;
}

/* @end */

/* @group Content Styles */

/* @group Login */

#mod-top .spacer {
	color: #ccc;
}

#mod-top form {
	padding: 5px 0 0 0;
	margin: 0;
}

div.loginelement {
	float: left;
	padding-left: 5px;
	padding-top: 2px;
}

div.loginelement label {
	margin: 0;
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #999;
	width: 70px;
}

div.loginelement .inputbox {
	margin: 0;
	width: 100px;
	border: 1px solid #444;
	background: url(../images/header-bg.png);
	color: #999;
} 

#mod-top a {
	padding-left: 15px;
	font-size: 100%;
	padding-right: 10px;
	display: block;
	float: left;
	color: #ccc;
}

#dawn #mod-top a, #day #mod-top a, #dusk #mod-top a, #night #mod-top a {
	color: #ccc;
}

#mod-top a:hover, #dawn #mod-top a:hover, #day #mod-top a:hover, #dusk #mod-top a:hover, #night #mod-top a:hover {
	text-decoration: none;
	color: #fff;
}

/* @group Readon */

a.readon {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	text-indent: 15px;
    line-height: 8px;
    color: #ccc;
    background: url(../images/readon.png) 0 0 no-repeat;
}

div.moduletable-hilite1 a.readon,
div.moduletable-hilite2 a.readon,
div.moduletable-hilite3 a.readon,
div.module-hilite1 a.readon,
div.module-hilite2 a.readon,
div.module-hilite3 a.readon {
	background-image: url(../images/readon-hilite1.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#maincol a.readon {
	color: #ccc;
}

a.readon:hover {
	text-decoration: underline;
}

/* @end */

/* @group Pathway */

span.pathway {
	display: block;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left: 10px;
}

span.pathway img {
	float: left;
	width: 10px;
	height: 10px;
	padding-right: 5px;
	padding-top: 3px;
	background: url(../images/path-arrow.png) 0 50% no-repeat;
}

span.pathway a {
	float: left;
	padding: 0 20px 0 0;
}

/* @end */

/* @group Typography */

ul.arrow-1 li, ul.arrow-2 li, ul.arrow-3 li, ul.arrow-4 li {
	background: url(../images/arrow-main.png) 0 0 no-repeat;
}

.moduletable-hilite1 ul.arrow-1 li, .moduletable-hilite2 ul.arrow-1 li, .moduletable-hilite3 ul.arrow-1 li, .module-hilite1 ul.arrow-1 li, .module-hilite2 ul.arrow-1 li, .module-hilite3 ul.arrow-1 li, .moduletable-hilite1 ul.arrow-2 li, .moduletable-hilite2 ul.arrow-2 li, .moduletable-hilite3 ul.arrow-2 li, .module-hilite1 ul.arrow-2 li, .module-hilite2 ul.arrow-2 li, .module-hilite3 ul.arrow-2 li, .moduletable-hilite1 ul.arrow-3 li, .moduletable-hilite2 ul.arrow-3 li, .moduletable-hilite3 ul.arrow-3 li, .module-hilite1 ul.arrow-3 li, .module-hilite2 ul.arrow-3 li, .module-hilite3 ul.arrow-3 li, .moduletable-hilite1 ul.arrow-4 li, .moduletable-hilite2 ul.arrow-4 li, .moduletable-hilite3 ul.arrow-4 li, .module-hilite1 ul.arrow-4 li, .module-hilite2 ul.arrow-4 li, .module-hilite3 ul.arrow-4 li {
	background-image: url(../images/arrow-hilite1.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

ul.triangle-1 li, ul.triangle-2 li, ul.triangle-3 li, ul.triangle-4 li {
	background: url(../images/triangle.png) 0 0 no-repeat;
}

.moduletable-hilite1 ul.triangle-1 li, .moduletable-hilite2 ul.triangle-1 li, .moduletable-hilite3 ul.triangle-1 li, .module-hilite1 ul.triangle-1 li, .module-hilite2 ul.triangle-1 li, .module-hilite3 ul.triangle-1 li, .moduletable-hilite1 ul.triangle-2 li, .moduletable-hilite2 ul.triangle-2 li, .moduletable-hilite3 ul.triangle-2 li, .module-hilite1 ul.triangle-2 li, .module-hilite2 ul.triangle-2 li, .module-hilite3 ul.triangle-2 li, .moduletable-hilite1 ul.triangle-3 li, .moduletable-hilite2 ul.triangle-3 li, .moduletable-hilite3 ul.triangle-3 li, .module-hilite1 ul.triangle-3 li, .module-hilite2 ul.triangle-3 li, .module-hilite3 ul.triangle-3 li, .moduletable-hilite1 ul.triangle-4 li, .moduletable-hilite2 ul.triangle-4 li, .moduletable-hilite3 ul.triangle-4 li, .module-hilite1 ul.triangle-4 li, .module-hilite2 ul.triangle-4 li, .module-hilite3 ul.triangle-4 li {
	background-image: url(../images/triangle-hilite1.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li {
	background: url(../images/bullet.png) 0 0 no-repeat;
}

.moduletable-hilite1 ul.bullet-1 li, .moduletable-hilite2 ul.bullet-1 li, .moduletable-hilite3 ul.bullet-1 li, .module-hilite1 ul.bullet-1 li, .module-hilite2 ul.bullet-1 li, .module-hilite3 ul.bullet-1 li, .moduletable-hilite1 ul.bullet-2 li, .moduletable-hilite2 ul.bullet-2 li, .moduletable-hilite3 ul.bullet-2 li, .module-hilite1 ul.bullet-2 li, .module-hilite2 ul.bullet-2 li, .module-hilite3 ul.bullet-2 li, .moduletable-hilite1 ul.bullet-3 li, .moduletable-hilite2 ul.bullet-3 li, .moduletable-hilite3 ul.bullet-3 li, .module-hilite1 ul.bullet-3 li, .module-hilite2 ul.bullet-3 li, .module-hilite3 ul.bullet-3 li, .moduletable-hilite1 ul.bullet-4 li, .moduletable-hilite2 ul.bullet-4 li, .moduletable-hilite3 ul.bullet-4 li, .module-hilite1 ul.bullet-4 li, .module-hilite2 ul.bullet-4 li, .module-hilite3 ul.bullet-4 li {
	background-image: url(../images/bullet-hilite1.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

ul.bullet-5 li, ul.bullet-6 li, ul.bullet-7 li, ul.bullet-8 li {
	background: url(../images/bullet-small.png) 0 0 no-repeat;
}

.moduletable-hilite1 ul.bullet-5 li, .moduletable-hilite2 ul.bullet-5 li, .moduletable-hilite3 ul.bullet-5 li, .module-hilite1 ul.bullet-5 li, .module-hilite2 ul.bullet-5 li, .module-hilite3 ul.bullet-5 li, .moduletable-hilite1 ul.bullet-6 li, .moduletable-hilite2 ul.bullet-6 li, .moduletable-hilite3 ul.bullet-6 li, .module-hilite1 ul.bullet-6 li, .module-hilite2 ul.bullet-6 li, .module-hilite3 ul.bullet-6 li, .moduletable-hilite1 ul.bullet-7 li, .moduletable-hilite2 ul.bullet-7 li, .moduletable-hilite3 ul.bullet-7 li, .module-hilite1 ul.bullet-7 li, .module-hilite2 ul.bullet-7 li, .module-hilite3 ul.bullet-7 li, .moduletable-hilite1 ul.bullet-8 li, .moduletable-hilite2 ul.bullet-8 li, .moduletable-hilite3 ul.bullet-8 li, .module-hilite1 ul.bullet-8 li, .module-hilite2 ul.bullet-8 li, .module-hilite3 ul.bullet-8 li {
	background-image: url(../images/bullet-small-hilite1.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

ul.plus-1 li, ul.plus-2 li, ul.plus-3 li, ul.plus-4 li {
	background: url(../images/plus.png) 0 0 no-repeat;
}

.moduletable-hilite1 ul.plus-1 li, .moduletable-hilite2 ul.plus-1 li, .moduletable-hilite3 ul.plus-1 li, .module-hilite1 ul.plus-1 li, .module-hilite2 ul.plus-1 li, .module-hilite3 ul.plus-1 li, .moduletable-hilite1 ul.plus-2 li, .moduletable-hilite2 ul.plus-2 li, .moduletable-hilite3 ul.plus-2 li, .module-hilite1 ul.plus-2 li, .module-hilite2 ul.plus-2 li, .module-hilite3 ul.plus-2 li, .moduletable-hilite1 ul.plus-3 li, .moduletable-hilite2 ul.plus-3 li, .moduletable-hilite3 ul.plus-3 li, .module-hilite1 ul.plus-3 li, .module-hilite2 ul.plus-3 li, .module-hilite3 ul.plus-3 li, .moduletable-hilite1 ul.plus-4 li, .moduletable-hilite2 ul.plus-4 li, .moduletable-hilite3 ul.plus-4 li, .module-hilite1 ul.plus-4 li, .module-hilite2 ul.plus-4 li, .module-hilite3 ul.plus-4 li {
	background-image: url(../images/plus-hilite1.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

ul.arrow-3 li, ul.triangle-3 li, ul.bullet-3 li, ul.bullet-7 li, ul.plus-3 li {
	background-color: #ccc;
}

ul.arrow-4 li, ul.triangle-4 li, ul.bullet-4 li, ul.bullet-8 li, ul.plus-4 li {
	background-color: #666;
}

ul {
	padding-left: 0px;
}

ul.arrow-1,
ul.arrow-2,
ul.arrow-3,
ul.arrow-4,
ul.triangle-1,
ul.triangle-2,
ul.triangle-3,
ul.triangle-4,
ul.bullet-1,
ul.bullet-2,
ul.bullet-3,
ul.bullet-4,
ul.bullet-5,
ul.bullet-6,
ul.bullet-7,
ul.bullet-8,
ul.plus-1,
ul.plus-2,
ul.plus-3,
ul.plus-4 {
	padding-left: 0;
	margin-left: 0;
}

ul.arrow-1 li,
ul.arrow-2 li,
ul.arrow-3 li,
ul.arrow-4 li,
ul.triangle-1 li,
ul.triangle-2 li,
ul.triangle-3 li,
ul.triangle-4 li,
ul.bullet-1 li, 
ul.bullet-2 li,
ul.bullet-3 li, 
ul.bullet-4 li,
ul.bullet-5 li, 
ul.bullet-6 li,
ul.bullet-7 li, 
ul.bullet-8 li,   
ul.plus-1 li,
ul.plus-2 li,
ul.plus-3 li,
ul.plus-4 li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 28px;
}

pre {
	background: #0C0C0C;
	border: 1px solid #1F1F1F;
	padding: 10px;
}

blockquote {
	color: #ccc;
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
	width: auto;
	padding: 10px 10px 5px 45px;
	margin: 15px 0;
	background: #0C0C0C;
}

blockquote p {
	background: #0C0C0C;
	padding: 0 35px 10px 0;
	margin-top: 0;
}

span.alert {
	color: #EC1F20;
	border-top: 3px solid #730D0D;
	border-bottom: 3px solid #730D0D;
	background: #381212 url(../images/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0984EB;
	border-top: 3px solid #0E3A72;
	border-bottom: 3px solid #0E3A72;
	background: #132031 url(../images/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #DCB221;
	border-top: 3px solid #735E0D;
	border-bottom: 3px solid #735E0D;
	background: #383012 url(../images/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #82C82B;
	border-top: 3px solid #455C18;
	border-bottom: 3px solid #455C18;
	background: #273016 url(../images/status-download.png) 10px 50% no-repeat;
}

/* @end */

/* @group Notice Styles */

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}


/* @end */

/* @group RokSlide */

#rokslide-wrapper .tab-pane .padding {
	padding: 10px;
}

#rokslide-wrapper {
	background: #121212 url(../images/bottom-bg.png) 0 0 repeat-x;
}

#rokslide-toolbar li.active { 
	color: #fff;
}

#rokslide-toolbar li.current { 
	background: url(../images/tab-active-r.png) 100% 0 no-repeat;
	color: #ccc;
}

#rokslide-toolbar li.current span {
	background: url(../images/tab-active-l.png) 0 0 no-repeat;
}

#rokslide-toolbar li {
	background: url(../images/tab-r.png) 100% 0 no-repeat;
	color: #999;
}

#rokslide-toolbar li span {
	background: url(../images/tab-l.png) 0 0 no-repeat;
}

div#frame {
	text-align: left;
}

div#frame div.button#left { 
	background: url(../images/tabs-prev.png) 0 0 no-repeat;
}

div#frame div.button#right { 
	background: url(../images/tabs-next.png) 0 0 no-repeat;
}

#frame div.module {
	float: left;
}

#frame .module div {
	padding-right: 10px;
}

#frame .module div div {
	padding: 0;
}


#frame .mmpr-1 .module {
	width: 100%;
}

#frame .mmpr-2 .module {
	width: 50%;
}

#frame .mmpr-3 .module {
	width: 33%;
}

#frame .mmpr-4 .module {
	width: 25%;
}

#frame .mmpr-5 .module {
	width: 20%;
}

/* @end */

a.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

a.nounder:hover {
	text-decoration: none;
}

a img.album {
	border-width: 2px;
	border-style: solid;
}

.clr {
	clear:both;
}

fieldset.input {
	border: 0;
}

a img {
	border: 0;
}

img.content-left {
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #252525;
}

img.content-right {
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #252525;
}

.tool-tip {
	background: #101010;
	border: 1px solid #202020;
	padding: 4px;
	color: #ccc;
}



.header{background-image:url(images/header_bg.jpg);
        background-repeat:repeat-x;
		height:94px;
		padding-top:7px;
		}
.guys{font-family:Arial, Helvetica, sans-serif;
      font-size:15px;
	  font-weight:bold;
	  color:#FFFFFF;
	  }
.cart_text{font-family:Arial, Helvetica, sans-serif;
           font-size:12px;
		   color:#FFFFFF;
		   font-weight:normal;
		   }
.leftadd{background-color:#0c0c0c;
border:#6c6c6c 1px solid;
margin-top: 3px;
margin-bottom:10px;
height:550px;

}
.menu_bg{background-color:#121212;
border:#6d6a6a 1px solid;
}
.menu_text{font-family:Arial, Helvetica, sans-serif;
           font-size:18px;
		   color:#a18906;
		   font-weight:bold;
		   border-bottom:#999999 dotted 1px;
		   line-height:30px;
		   }
.menu_bold{background-image:url(images/guys.jpg);
           background-repeat:no-repeat;
		   width:54px;
		   height:24px;
		   }
.newarrivals{background-image:url(images/newarrival.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:22px;
			 }
.newarrivals a{background-image:url(images/newarrival.jpg);
             background-repeat:no-repeat;
			 width:81p;
			 height:22px;
			 }
.newarrivals a:hover{background-image:url(images/newarrival.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:22px;
			 }
.onsale{background-image:url(images/onsale.jpg);
             background-repeat:no-repeat;
			 width:81p;
			 height:19px;
			 }
.onsale a{background-image:url(images/onsale.jpg);
             background-repeat:no-repeat;
			 width:81p;
			 height:19px;
			 }
.onsale a:hover{background-image:url(images/onsale.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.guysbrands{background-image:url(images/brand.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.guysbrands a{background-image:url(images/brand.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.guysbrands a:hover{background-image:url(images/brand.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.tshirts{background-image:url(images/tshirts.jpg);
             background-repeat:no-repeat;
			 width:81p;
			 height:19px;
			 }
.tshirts a{background-image:url(images/tshirts.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.tshirts a:hover{background-image:url(images/tshirts.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.trackjackets{background-image:url(images/jackets.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.trackjackets a{background-image:url(images/jackets.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.trackjackets a:hover{background-image:url(images/jackets.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.hoodies{background-image:url(images/hoodies.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.hoodies a{background-image:url(images/hoodies.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.hoodies a:hover{background-image:url(images/hoodies.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.denim{background-image:url(images/denim.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.denim a{background-image:url(images/denim.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.denim a:hover{background-image:url(images/denim.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.sneakers{background-image:url(images/sneakers.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.sneakers a{background-image:url(images/sneakers.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.sneakers a:hover{background-image:url(images/sneakers.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.accessories{background-image:url(images/accessories.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.accessories a{background-image:url(images/accessories.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.accessories a:hover{background-image:url(images/accessories.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }








.newarrivals_rt{background-image:url(images/newarrival_rt.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:22px;
			 }
.newarrivals_rt a{background-image:url(images/newarrival_rt.jpg);
             background-repeat:no-repeat;
			 width:81p;
			 height:22px;
			 }
.newarrivals_rt a:hover{background-image:url(images/newarrival_rt.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:22px;
			 }
.onsale_rt{background-image:url(images/onsale_rt.jpg);
             background-repeat:no-repeat;
			 width:81p;
			 height:19px;
			 }
.onsale_rt a{background-image:url(images/onsale_rt.jpg);
             background-repeat:no-repeat;
			 width:81p;
			 height:19px;
			 }
.onsale_rt a:hover{background-image:url(images/onsale_rt.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.guysbrands_rt{background-image:url(images/brand_rt.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.guysbrands_rt a{background-image:url(images/brand_rt.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.guysbrands_rt a:hover{background-image:url(images/brand_rt.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.tshirts_rt{background-image:url(images/tshirts_rt.jpg);
             background-repeat:no-repeat;
			 width:81p;
			 height:19px;
			 }
.tshirts_rt a{background-image:url(images/tshirts_rt.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.tshirts_rt a:hover{background-image:url(images/tshirts_rt.jpg);
             background-repeat:no-repeat;
			 width:81px;
			 height:19px;
			 }
.trackjackets_rt{background-image:url(images/jackets_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.trackjackets_rt a{background-image:url(images/jackets_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.trackjackets_rt a:hover{background-image:url(images/jackets_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.hoodies_rt{background-image:url(images/hoodies_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.hoodies_rt a{background-image:url(images/hoodies_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.hoodies_rt a:hover{background-image:url(images/hoodies_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.denim_rt{background-image:url(images/denim_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.denim_rt a{background-image:url(images/denim_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.denim_rt a:hover{background-image:url(images/denim_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.sneakers_rt{background-image:url(images/sneakers_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.sneakers_rt a{background-image:url(images/sneakers_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.sneakers_rt a:hover{background-image:url(images/sneakers_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.accessories_rt{background-image:url(images/accessories_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.accessories_rt a{background-image:url(images/accessories_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }
.accessories_rt a:hover{background-image:url(images/accessories_rt.jpg);
             background-repeat:no-repeat;
			 width:87px;
			 height:19px;
			 }			 
.featuresections{
}
.featuretext{ font-family:Arial, Helvetica, sans-serif;
              font-size:18px;
			  color:#dedbde;
			  font-weight:bold;
			  }
.imgtext{ font-family:Arial, Helvetica, sans-serif;
              font-size:12px;
			  color:#3a3b3b;
			  font-weight:normal;
			  }
.signup_mid{background-image:url(images/signup_mid.jpg);
            background-repeat:repeat-y;
			width:121px;
			}
.formtext{font-family:Arial, Helvetica, sans-serif;
          font-size:12px;
		   font-weight:bold;
		   color:#838383;
		   }
.addvertise{background-image:url(images/add_bg.jpg);
            background-repeat:repeat-x;
			height:26px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#5e5d5d;
			padding-left:7px;
			padding-top:3px;
			text-transform:uppercase;
			
			}
.addvertise a{background-image:url(images/add_bg.jpg);
            background-repeat:repeat-x;
			height:26px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#5e5d5d;
			padding-left:0px;
			padding-top:3px;
			text-decoration:none;
			text-transform:uppercase;
			}
.footer_text{font-family:Arial, Helvetica, sans-serif;
             font-size:11px;
			 font-weight:bold;
			 color:#333333;
			 }
.footer_text a{font-family:Arial, Helvetica, sans-serif;
             font-size:11px;
			 font-weight:bold;
			 color:#333333;
			 text-decoration:none;
			 }
.footer_text a:hover{font-family:Arial, Helvetica, sans-serif;
             font-size:11px;
			 font-weight:bold;
			 color:#ffffff;
			 text-decoration:underline;
			 }
.footer_textsmall{font-family:Arial, Helvetica, sans-serif;
             font-size:11px;
			 font-weight:normal;
			 color:#333333;
			 }
.footer_textsmall a{font-family:Arial, Helvetica, sans-serif;
             font-size:11px;
			 font-weight:normal;
			 color:#333333;
			 text-decoration:none;
			 }
.footer_textsmall a:hover{font-family:Arial, Helvetica, sans-serif;
             font-size:11px;
			 font-weight:normal;
			 color:#333333;
			 text-decoration:underline;
			 }
.checkout{font-family: Verdana,Arial,Helvetica,sans-serif;
          font-size: 14px;
          line-height: 10px;
		  font-weight:bold;
          color: #000000;
          text-decoration: none;
		  }
.checkout_text{font-family:Arial,Helvetica,sans-serif;
          font-size: 12px;
          line-height: 10px;
		  font-weight:bold;
          color: #000000;
          text-decoration: none;

}

.checkout_text a{font-family:Arial,Helvetica,sans-serif;
          font-size: 12px;
          line-height: 10px;
		  font-weight:bold;
          color: #000000;
          text-decoration: none;

}
.checkout_text a:hover{font-family:Arial,Helvetica,sans-serif;
          font-size: 12px;
          line-height: 10px;
		  font-weight:bold;
          color: #000000;
          text-decoration: none;

}
.checkout_text1{font-family:Arial,Helvetica,sans-serif;
          font-size: 12px;
          line-height: 10px;
		  font-weight:bold;
          color: #000000;
          text-decoration: none;

}

.checkout_text1 a{font-family:Arial,Helvetica,sans-serif;
          font-size: 12px;
          line-height: 10px;
		  font-weight:bold;
          color: #000000;
          text-decoration: none;

}
.checkout_text1 a:hover{font-family:Arial,Helvetica,sans-serif;
          font-size: 12px;
          line-height: 10px;
		  font-weight:bold;
          color: #000000;
          text-decoration: none;

}

.redlink{font-family:Arial, Helvetica, sans-serif;
         font-size:16px;
		 font-weight:normal;
		 color:#ff0000;
		 }

.productbg_mid{background-image:url(images/productbg_mid.jpg);
               background-repeat:repeat-y;
			   width:255px;
			   }
.purches_mid{background-color:#f1f1f1;
width:240px;
 padding-left:7px;}


#myKarmaloopNavContainer {
  margin: 0px 0px 20px 0px;
  z-index: 13;

}
#myKarmaloopNavContainer .cell {
  float:       left;
  font-weight: bold;
  margin:      0px 1px 0px 1px;
  width:       110px;
}
#myKarmaloopNavContainer ul {
  padding:0px;
  margin: 10px 2px 10px;    
}
#myKarmaloopNavContainer ul li{
  list-style:    none outside none;
  display:       inline;
 
}
#myKarmaloopNavContainer ul li.text {
}
.myKarmaloopNavItem { 
  text-align: left;
}
.addressControlsContainer {
  float:right;
  margin-top: 30px;
}
.addressControlsContainer ul {
  padding:0px;
  margin: 10px 5px 10px;    
}
.addressControlsContainer ul li{
  list-style:    none outside none;
}
.myKarmaloopHeaderContainer {
  margin: 0px 0px 0px 0px;
  min-height: 1px;
  min-width:  1px;
  padding: 0px 0px;
  font-weight:bold;
  float: left;
  width: 100%;
}
#myKarmaloopMenuRollover {
  text-decoration: underline;
}
.clear {
  max-height: 1px;
  clear:      both;
}
.vipStatusContainer {
  float:  left;
  margin: 0px 10px 0px 0px;
  width: 60px;
  height: 20px;
}
.repCodeStatusContainer {
  float:  left;
  margin: 0px 0px 0px 0px;
  width:  240px;
}
#mainContentContainer {
  margin: 20px 0px 0px 0px;
}
.leftContentContainer {
  margin: 0px 0px 20px 0px;
}
.myKarmaloopContainer {
  float:left;
  min-height: 1px;
  min-width:  1px;
  margin:     0px 10px 0px 0px;
}
#myPromosContainer {
  float:left;
  min-height: 1px;
  min-width:  1px;
  margin:     0px 10px 0px 0px;
  widtH;      70px;
}
#myPromosFlyout {
  height: 100px;
  position: absolute;
  z-index: 13;
  display: none;
  background-color: white;
  border: solid 2px black;
  width: 190px;
  padding: 6px;
  text-align: left;
}
#myPagesContainer { 
  float: left;
  width: 70px;
  min-height: 1px;
  min-width:  1px;
}
#myKarmaloopContentContainer {
  margin: 20px 15px 10px 20px;
}
#orderDetailContainer {
  padding: 10px;
  background-color: rgb(212,212,212);
  margin: 0px 0px 0px 0px;
}
legend {
  color: #0046d5;
}
fieldset {
  margin: 15px 0px 0px 0px;
}
#orderDetailHeader {
  font-size:   14px;
  font-weight: bold;
}
.rowOff {
}
.log {
  list-style: none;
  margin: 10px 0px 0px 0px;
}
.logText {
  list-style: none;
}
.orderNotesContainer {
  display: none;
}
.orderNotes {
  background-color: #F1F1F1;
}
.imblue {
  color: blue;
  text-decoration: underline;
}
.alert {
  color: red;
}
.trackingRow {
  margin: 0px 0px 10px 0px;
}
.orderDetailRow {
  clear: both;
  margin: 0px 0px 5px 0px;
}
.orderDetailCellHeader {
  float:left;
  width: 130px;
  font-weight:bold;
}
.orderDetailCellData {
  float:left
}
#messageCenter {
  margin: 10px 0px 0px 0px;
  width:  120px;
  display: none;
}
#messageCenterList {
  position:        absolute;
  width:           100px;
  background-color:#d4d4d4; 
  border: #666666 2px solid;
  display: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.messageCenterTotal {
  color: rgb(190,66,66);
  text-decoration: underline;
}
.messageHeader {
  font-weight: bold;
}
.messageItem {
  list-style: none;
}
.messageInvoice {
  text-decoration: underline;
}
.banner {
  margin:0px 0px 10px 0px; 
}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

.navmenu {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color: #ffffff;
	width: 150px;
	}
	
.kaznavmenu {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color: #ffffff;
	width: 150px;
	}

.catmenu {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color: #e2e2e2;
	}

.bottommenu{ margin-top:0px; text-align:center;}

.bottommenu a:visited {display:inline;
margin-left:5px;
margin-top:0px;
padding-left:22px;
padding-top:5px;
padding-bottom:5px;
padding-right:10px;
text-decoration:none;
color:#ffffff;
font-size:11px;
font-weight:bold;
font-size-adjust:none;
font-family:Arial, Helvetica, sans-serif;
line-height:40px;}
.bottommenu a:link{display:inline;
margin-left:5px;
margin-top:0px;
padding-left:22px;
padding-top:5px;
padding-bottom:5px;
padding-right:10px;
text-decoration:none;
color:#ffffff;
font-size:11px;
font-weight:bold;
font-size-adjust:none;
font-family:Arial, Helvetica, sans-serif;
line-height:40px;}
.bottommenu a{display:inline;
margin-left:5px;
margin-top:0px;
padding-left:22px;
padding-top:5px;
padding-bottom:5px;
padding-right:10px;
text-decoration:none;
color:#ffffff;
font-size:11px;
font-weight:bold;
font-size-adjust:none;
font-family:Arial, Helvetica, sans-serif;
line-height:40px;}
.bottommenu a:hover{display:inline;
margin-left:5px;
margin-top:0px;
padding-left:22px;
padding-top:5px;
padding-bottom:5px;
padding-right:10px;
text-decoration:none;
color:#ffffff;
font-size:11px;
font-weight:bold;
font-size-adjust:none;
font-family:Arial, Helvetica, sans-serif;
line-height:40px;}

.catagory{font-family:Arial, Helvetica, sans-serif;
          font-size:18px;
		  font-weight:bold;
		  color:#f880c7;
		  margin-top:10px;
		 
		  }
.leftmenu{ margin-top:2px; text-align:center;}
.leftmenu a{display:block;
            margin-left:0px;
			margin-top:2px;
			padding-left:0px;
		    text-decoration:none;
			color:#ffffff;
			font-size:14px; 
			font-size-adjust:none;
			list-style-image:none;
			list-style:none;
			
			font-family:Arial, Helvetica, sans-serif;
            line-height:30px;
			font-weight:bold;}
          
.leftmenu a:link{display:block;
                 margin-left:0px;
				 margin-top:2px;
				 padding-left:0px;
				 text-decoration:none;
				 color:#ffffff;
				 font-size:14px; 
				 font-size-adjust:none;
				 list-style-image:none;
				
				 list-style:none;
				 font-family:Arial, Helvetica, sans-serif;
                 line-height:30px;
				 font-weight:bold;}
.leftmenu a:visited{display:block;
                    margin-left:0px;
					margin-top:2px;
					padding-left:0px;
					text-decoration:none;
					color:#ffffff;
					font-size:14px; 
					font-size-adjust:none;
					
					list-style-image:none;
					list-style:none;
					font-family:Arial, Helvetica, sans-serif;
                    line-height:30px;
					font-weight:bold;}
.leftmenu a:hover{display:block;
                  margin-left:0px;
				  margin-top:2px;
				  padding-left:0px;
				  text-decoration:none;
				  list-style-image:none;
				
				  list-style:none;
				  color:#a8a7a8;
				  font-size:14px;
				  font-size-adjust:none; 
				  font-family:Arial, Helvetica, sans-serif;
                  line-height:30px;
				  font-weight:bold;}
          
          
#mainlevel_mou{list-style:none;
               }          

/* @end */