/* Wrapper and container */

#wrapper {
position : relative;
width : 980px;
background : #fff;
margin : 0 auto;
}

body {
background-color:white;
}

h1 {
	font-size: 13px;
	color: #fff;
	padding: 3px 5px 3px 10px;
	margin-bottom: 0px;
	background:  url(../images/h1-back.gif) repeat-x;
	border: 1px solid #999;
}
h1.title {padding: 0px; margin: 0px; border: 0px; background: #fff;}

h2 {
	margin: 10px 0px 10px;
	font-size: 11px;
	color: #336699;
	border: 1px solid #ccc;
	padding: 3px 5px 3px 10px;
	background: #CCFFFF;
width:800px;
}
h2.demuth {
	display: block;	
	padding: 3px 10px 3px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	background: #000;
	border: 1px solid #cccccc;
	width: 75%;
}

.container{
left:50%;
margin-left:-490px;
top:10px;
position:absolute;
width:980px;
height: 100%;
padding: 10px;
}

/* header and logo style and postion */

#header {
background-color:#fff;
padding: 0px;
position:absolute;
left:50%;
margin-left:-480px;
top:0px;
width:980px;
z-index:1;
font: 12px verdana, arial, Sans-Serif;
font-weight: bold;
color: #CC3333;
}
#leftcol {
background-color:#99CCFF;
padding: 0px 5px 0px 5px;
border-right: 1px solid #ccc;
width:145px;
}
html>body #leftcol {width: 135px;} /* for IE6 */

#seperator {
background-color:#fff;
padding: 0;
position:absolute;
left:50%;
margin-left:-490px;
top:150px;
height:3px;
width:800px;
z-index:1;
}
#banner {
background-color:#fff;
padding: 0px;
position:absolute;
left:50%;
margin-left:-50px;
top:20px;
height:60px;
width:468px;
z-index:1;
}
#maincontent {
background-color:#fff;
position:absolute;
top: 130px;
left:50%;
margin-left:-330px;
width:800px;
}
html>body #maincontent{top: 140px;}

#comment {
background-color:#fff;
padding-bottom: 10px;
position:absolute;
left:50%;
top:10px;
margin-left:-330px;
width:800px;
z-index:1;
}
html>body#comment{top: 10px;}

.commenttext {
font: 12px verdana, arial, Sans-Serif;
font-weight: normal;
color: #666;
text-decoration: none;
text-align: center;
}
.commenttext a:link{
font: 10px verdana, arial, Sans-Serif;
color: #c22929;
font-weight: bold;
text-decoration: none;
text-align: center;
}
.commenttext a:hover{
text-decoration: underline;
}

.menu a:link {
font: 12px verdana, arial, Sans-Serif;
font-weight: bold;
color: #000;
text-decoration: none;
}
.menu a:hover {
font: 12px verdana, arial, Sans-Serif;
font-weight: bold;
color: #CC3333;
text-decoration: none;
}
.menu a:active {
font: 12px verdana, arial, Sans-Serif;
font-weight: bold;
color: #CC3333;
text-decoration: none;
}
.menu a:visited {
font: 12px verdana, arial, Sans-Serif;
font-weight: bold;
color: #000;
text-decoration: none;
}

/* footer copyright and sitemap */

#footer {
padding: 5px 10px 5px 10px;
text-align: justify;
font: 10px arial, helvetica, sans-serif;
color: #666;
border-top: 1px solid #c22929;
border-bottom: 1px solid #c22929;
margin-top:20px;
}
.copyright {
margin-top: 30px;
float: right;
font: 10px arial, helvetica, sans-serif;
}
.copyright a:link {
  text-decoration: none;
  color: #666;
  }
.copyright a:active {
  text-decoration: none;
  color: #666;
  }
.copyright a:hover {
   text-decoration: underline;
  color: #c22929;
  }
#copyright a:visited {
  text-decoration: none;
  color: #c22929;
  }
.sitemap {
  margin-top: 30px;
  float: left;
  font: 10px arial, helvetica, sans-serif;
  }
.sitemap a:link {
  text-decoration: none;
  color: #666;
  }
.sitemap a:active {
  text-decoration: none;
  color: #666;
  }
.sitemap a:hover {
  text-decoration: underline;
  color: #c22929;
  }
.componentheading
{
	font-family: verdana, arial, helvetica, sans-serif;	
	font-size:12px;
	font-weight : bold;
	color: #ffffff;
	background: #fff;
	padding: 3px;
	height: auto;
	width: 98%;
	border : 1px solid #336699;
	text-align: center;	
 }

.componentheading a:link {color: #336699; text-decoration: none;}
.componentheading a:hover {color: #336699; text-decoration: underline;}

.contentheading { 	
	background-color: #FFF;
 }
.contentpaneopen
{
	text-align : justify;
}
.contentpane
{
	text-align : justify;
	width: 665px;
	margin-left:10px;
}
#center
{
	margin-left: auto;
	margin-right: auto;
}

b,strong
{
	color : #C22929;
	font-weight : bold;
	background: transparent;
}
.small, .createdate {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.date {
	color: #ffffff;
	font-size: 10px;
	padding-left: 2px;
	background-color: #62B446;
}
ul
{
color: #000000;
background: transparent;
font-size: 11px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 30px;
margin-left: 30px;
padding: 0;
list-style: url(../images/arrow.png);
text-align: left;
}
/*
li
{
color: #000000;
font-size: 12px;
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}
*/
.button
{
	background-color: #C22929;
	color : #ffffff;
	border : 1px solid;
}
table.moduletable {
	width : 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 5px;
}

table.moduletable td
{
	padding-left : 0px;
}
table.moduletable th
{
	text-align : center;
	padding : 5px;
	font-size: 11px;
	background-color: #c22929;
	color : #ffffff;
	height: 15px;
	vertical-align : middle;
	width: 100%;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: #99CCFF;
	vertical-align: middle;
	font-size: 11px;
	color: #336699;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	height: 15px;
	width: 130px;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #ffffff;
}
tr, p, div {
  font-family      : verdana, arial, helvetica, sans-serif;
  font-size        : 11px;
	text-align: left;
}
a {
	text-decoration: none;
	color:#336699;
}
a:hover {
	text-decoration: underline;
}
body  {margin:0px;padding:0px}
.tdBody {
	padding-left: 3px;
	padding-right: 3px;
	padding-top : 3px;
	text-align: left;
}
.sectiontableheader {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:11px;
  font-weight : bold;
  color: #336699;
  background-color: #99CCFF;
  padding: 3px;
}
#directory {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:10px;
  color: #336699;
  background-color: #ffffff;
 float: left;
  height:100%;
  width:720px;
  margin-top:10px;
}
.directory2 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:10px;
  color: #336699;
  background-color: #fff;
  position:absolute;
  left:50%;
  margin-left:-230px;
  top:260px;
  height:235px;
  width:620px;
  padding-top: 0px;
}
.silverheading { 	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight : bold;
	color: #FFFFFF;
	background: #cccccc;
	padding: 3px;
	height: auto;
	width: 100%;
	border : 1px solid #000000;	
 }
.goldheading { 	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight : bold;
	color: #FFFFFF;
	background: #E7D724;
	padding: 3px;
	height: auto;
	width: 100%;
	border : 1px solid #000000;	
 }
#productimg {float:right; border: 1px solid #ccc; width: 150px; padding: 5px 12px 5px 0px;
  	margin: 5px 0px 10px 10px;clear: both;}

.join {background-color: #FFFF99; color: #666666; display: block; border: 1px solid #c22929; padding: 2px 5px 2px 5px; }

.dmozCats {font-weight: bold;color: #c22929;}
.dmozCats a:link, .dmozCats a:visited{font-weight: normal;}
.dmozCats a:hover {text-decoration: underline;}
.mainCatListing a:link, .mainCatListing a:visited{font-weight: bold;color: #c22929;}