/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #fff;
  background: #000;
  font: normal 11px tahoma, geneva, verdana, sans-serif;
  text-align: center;
}


#catInfo {
 float:left;
 width:200px;
 margin-right:10px;
 height:100%;
}

.catName {
 width:10px;
 font-size:20px;
 float:left;
}

.catImage {
 width:600px;
 height:520px;;
 border-left:0px clear;;
 float:left;
border:1px clear;
overflow:hidden;
}

.catImage img {
/* max-width:100%;
 height:100%;*/
}

#descriptionwrappers {
 margin-top:150px;;
 margin-left:20px;
 line-height:20px;
 letter-spacing:1px;
}


.catDescription {
}





.subcat {
 float:right;
 width:200px;
/* clear:right;*/
}

.subcatThumbnail{
  width:200px;
  height:200px;
}


.subcatThumbnail img{
  width:200px;
  height:200px;
}


#linkwrapper {
 clear:both;
 margin-top:20px;
 float:right;
}

.linklisting {
 float:left;
 width:125px;
 border:1px ;
 margin-right:2px;
 padding-top:10px;
}

.linkThumbnail img{
width:125px;
height:125px;
}


img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #8e8d9a;
}
a:hover {
  color: #5c5b66;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 5px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  margin: 0px auto;
  width: 100%;
  min-width:850px;
  text-align: left;
}

/*--------*\
|* header *|
\*--------*/
#header {
 display:block;
 border:0px solid;
 float:left;
 background:#000;
}
#logo {
  width: 250px;
  height: 80px;
  background: transparent;
  text-indent: -9999px;
  float:left;
  border:1px solid;
  display:none;
}
#logocopy {
  text-align: left;
  float:left;
  font-size:20px;
  letter-spacing:20px;
  width:100%;
  margin-left:10px;
}


#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}





/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;

}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 0px solid #e2e1eb;

}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: left;
  position: relative;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
 background: #000;
 padding:10px;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/* ************ */
/*   HOMEPAGE   */
/* ************ */
#home .categories {
 text-align:center;
 border:1px solid white;
 width:700px;
}




#home .subcat {
 float:none;
 width:100px auto;
 clear:none;
 border:0px solid;
 display:inline;
 text-align:center;
 margin:0 auto;
 line-height:30px;
 width:0px auto;
 padding-right:40px;
}


#home .subcat h3{
 float:none;
 display:inline;
 border:0px solid pink;
 padding:0 40px;
}



h3 {
  font-size: 15px;
  border:0px solid;
}

h3 a {
 text-decoration:none;
}





/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 15px;
  height: 10px;
  font-size: 1px;
display:none;
}
.shadowtop {
  background: url(images/shadow-top.gif) bottom repeat-x;
}
.shadowbottom {
}
.shadowleft {
}
.shadowright {
}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}






/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 9px;
}





/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */


/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 3px;
  padding: 5px;
  margin-left:10px;
}
#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}

