/* BASIC STYLES */
a {
	color: #F48D29;
}

#wrapper {
	margin-top: 0;
	border: 1px solid #333;
	background-image: url('../images/theme-002/wrapper-bg1.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
#header {
	margin:0;
	border-width: 0;
}


/*header*/
#header .loginwidget {
	color: #fff;
	padding-right: 10px;
}

#navbar {
	margin:0;
	border-width: 0;
	border-top: 1px solid #86ACDA;
	background-color: #86ACDA;
	color: #fff;
}

#navbar ul.links li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#navbar ul.links li a:hover {
	color: #FF9900;
}

#navbar2 {
	text-align: right;
	margin: 0;
	border-width: 0;
	background-color: #86ACDA;
	color: #fff;
}

#navbar2 ul.links li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#navbar2 ul.links li a:hover {
	color: #FF9900;
}

/* LEFT */
#left {
	margin:0;
	background-color: #656565;
	padding-top: 70px;
	background-image: url('../images/theme-002/left-bg1.gif');
	background-position: 0 -60px;
	background-repeat: no-repeat;
	border-width: 0;
	color: #E6E6E6;
}
#left ul.links {
}
#left ul.links li {
	border-bottom: 1px dotted #777;
}
#left ul.links li a { 
	text-decoration: none;
	color: #E6E6E6;
}
#left ul.links li a:hover {
	color: #F69F4B;
}
#left ul.categories {
	background-color: #5a5a5a;
}
#left ul.categories li {
	border-bottom: 1px dotted #666;
}
#left ul.categories li a:hover {
	color: #F69F4B;
}
#left ul.categories li a { 
	color: #E6E6E6;
	text-decoration: none;
}
#left ul.categories li.current { 
}

#left ul.catDep1 {
	background-color: #5a5a5a;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#left ul.catDep1 li {
	border-bottom: 1px dotted #666;
}
#left ul.catDep1 li a { 
	color: #E6E6E6;
	text-decoration: none;
}
#left ul.catDep1 li a:hover { 
	text-decoration: underline;
}

#left ul.catDep1 li.current { 
}

#left ul.catDep2 {
	background-color: #5a5a5a;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

}
#left ul.catDep2 li {
	border-top: 1px dotted #666;
	border-bottom: 0px dotted #666;
}
#left ul.catDep2 li a { 
	color: #E6E6E6;
	text-decoration: none;
}
#left ul.catDep2 li a:hover { 
	text-decoration: underline;
}

#left ul.catDep2 li.current { 
}

#left ul.catDep3 {
	background-color: #5a5a5a;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

}
#left ul.catDep3 li {
	border-top: 1px dotted #666;
	border-bottom: 0px dotted #666;
}
#left ul.catDep3 li a { 
	color: #E6E6E6;
	text-decoration: none;
}
#left ul.catDep3 li a:hover { 
	text-decoration: underline;
}

#left ul.catDep3 li.current { 
}

#left .bundlewidget a { 
	text-decoration: none;
	color: #E6E6E6;
	padding-left: 0px;
}

#left .bundlewidget a:hover {
	color: #F69F4B;
	text-decoration: underline;
}

#left .bundlewidget a { 
	text-decoration: none;
	color: #E6E6E6;
	padding-left: 0px;
}

#left .availablepoints {
	color: #fff;
	padding-right: 10px;
}


/* CONTENT */
#content {
	background-image: url('../images/theme-002/breadcrumbs-bg2.gif');
	background-position: top left;
	background-repeat: repeat-x;
	margin-left: 191px;
	border-width: 0;
	border-top: 1px solid #333;
}
#breadcrumbs {
	margin-bottom: 10px;
	color: #E6E6E6;
}
#breadcrumbs a { color: #E6E6E6; }

/* FOOTER */
#footer {
	margin:0;
	border-width: 0;
	border-top: 1px solid #333;
}

/* TABS? */
#navbar {
	padding: 0;
	padding-left: 150px;
	background-color: #86ACDA;
}
#navbar ul li {
	padding-left: 0px;
}

    #tabs {
      float:left;
      background: #86ACDA;
      font-size:93%;
      line-height:normal;
      /* border-bottom:1px solid #DD740B; */
      }
    #tabs ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("../images/theme-002/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../images/theme-002/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
                background-position:100% -42px;
        }
