#pageWrapper
{
	margin: 0;
	width: 698px;
	margin-left: auto;
	margin-right: auto;
}
#outerColumnContainer
{
	z-index: 1;
	border-color: #fff;	
	border-style: solid;
	border-width: 0 0 0 175px;	/* sets the width of the borders used to create
				   the left and right columns' background 
				   color. */

}
#innerColumnContainer
{
	z-index: 2;
	width: 100%;


}
* html #innerColumnContainer
{
	position: relative;	
}
#contentColumn
{
	margin: 0px -1px;

}
#leftColumn, #rightColumn, #contentColumn
{
	float: left;
	position: relative;	
	z-index: 10;
	overflow: visible;
}
#rightColumn
{
	float: right;	
	width: 0;
	margin: 0 0 0 0;	/* same as in the #leftColumn selector up above. */
}
#leftColumn
{
	width: 175px;
	margin: 0 1px 0 -175px;

}


.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide, #oldBrowserNotice, .ieSixCharDupBug
{
	/* hide elements that CSS-targeted browsers shouldn't show */
	display: none !important;
}

* html #pageWrapper
{
	word-wrap: break-word;
}

/******************************************************************************/



.hnav
{
	padding-top: 4px;
	padding-bottom: 7px;
}


body
{
	background-color: #ffffff;
	color: #000000;
}
#outerColumnContainer
{
	border-left-color: #ffffff;	/* left hand column background color */
	border-right-color: #bb8;	/* right hand column background color */

}
#masthead
{
	/*background: #f0f0f0 url(images/hback.png) repeat 0% 0%;*/
	background: white url(images/top_bord.gif) no-repeat;
	color: #000000;

}

.hnav {
	background: white url(images/out_bord.gif) repeat-y 0% 0%;
}


/******************************************************************************/
/*******************************************************************************
*  gutters.css : 2004-07-06 : Ruthsarian Layouts
*/

body {
	margin: 9px;
}
p, h1, h2, h3, h4, h5, h6
{
	margin: 1em 0;		/* specifically define this for Opera's sake,
				   and also for better consistency across 
				   all platforms  */
}
.inside {
	padding: 0 5px;
}

#masthead {
	padding-top: 7px;
}


/******************************************************************************/

/*******************************************************************************
*  borders.css : 2004-07-29 : Ruthsarian Layouts
*/

#pageWrapper
{
	/*border-style: solid;*/
	/*border-width: 0 1px;*/
}

#innerColumnContainer
{
	border-style: solid;
	border-width: 0 0 0 1px;
    border-color: #000000 #000000 #000000 #9a0003;
	margin: 0 -1px;
}
* html #outercolumncontainer
{
	/* IE5.0/Win fix for 1px whitespace between masthead and body. */
	margin-top: -1px;
	border-top: solid 1px #000;
}

#outborder {
    padding-left: 10px;
    padding-right: 10px;
    background: white url(images/out_bord.gif) repeat-y 0% 0%;
}

/******************************************************************************/
/*******************************************************************************
*  fonts.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*/

body
{
	font-family: verdana, arial, helvetica, sans-serif;
	
}
.hnav {

	font-size: 8pt;
}

#pageWrapper
{
	font-size: 80%;
}


/******************************************************************************/
#contentColumn {
	font-size: 8pt;
    width: 97%;
	padding-left: 12px;

}
#contentColumn p {
	margin: 2px 0 0 0;
}


#toplinks {
    float:right;
    font-size: 7pt;
	margin-top: 7px;
	margin-right: 35px;
	color: #9a0003;
}

#toplinks a {
    text-decoration: none;
    color: #9a0003;
    font-weight: bold;
}
#logo {
    float:left; 
    margin-top: 12px;
    margin-left:30px
}
#searchbox {
    clear: right;
    float: right;

    padding-right: 32px;
    padding-top:12px;
}
#navpath {
    font-size: 8pt;
    height: 15px;
    background: #9ed74a;
    padding:5px;
    margin-left:15px;
    margin-right:15px;
    color: black;

}

#navpath a {
    color: #f0f0f0;
    font-weight: bold;
    text-decoration: none;
}

#navpath a:hover {
  text-decoration: underline;
}

#cattop {
    height: 29px;
    background: white url(images/cat_top.gif) no-repeat;
}

#catcont {
    padding-left:35px;
    padding-right: 35px;

    background: white url(images/cat_bord.gif) repeat-y 0% 0%;

}
#catcont a {
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 10pt;
  color: black;
  text-decoration: none;
}

#catcont a:hover {
    color: #9a0003;
}
#catcont .subcats {
	font-size: 8pt;
	line-height: 9px;
	margin-bottom: 12px;
}

#catcont .subcats a:hover {
    color:black;
	text-decoration:underline;

}
#catbot {
    height: 35px;
    background: white url(images/cat_bot.gif) no-repeat;

}
#catleft {
    width: 47%;
    float: left;
    border-right: 1px solid white;

}

#catright {
  width: 44%;
  float: right;
}


#navig {
	margin-top:5px;
	font-size: 8pt;
}
#navig a {
	text-decoration: none;
	font-size: 8pt;
}

#footer
{
    text-align: right;
	font-size: 8pt;
	padding-top: 55px;
	padding-right: 55px;
	color: #b0b0b0;
}

#footer a {
    color: #909090;
}
#bott {
  height: 75px;
  background: white url(images/bot_bord.gif) no-repeat;
}
.linkshd {
    width:90%;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-bottom:2px;
    /*background: white url(images/list_head.gif) no-repeat;*/
    color: black;
    font-weight: bold;
    border-bottom: 2px solid #9ed74a;
}

.linkshd a {
    font-size: 8pt;
    color: #909090;
    text-decoration: none;
}
td {
	vertical-align: top;
	padding: 5px;
}

h3 {
	font-size: 8pt;
	color: #5e74b3;
	padding: 0;
	border-bottom: 1px dotted #5e74b3;
	clear: both;
}

#descr {
	font-size: 8pt;
	margin:0 0 0 0;
	clear: both;
}

#title {
    font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
    padding-left: 5px;
	color: #909090;
	margin:0 0 0 0;
}

table.formPage {
	border: 1px solid #A0A0A0;
}

td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}

td.err li {
		font-size: 8pt;
}
td.msg{
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}
.label {
	text-align: right;
	font-size: 8pt;
}
.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
}
.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}
#aboutbox {
    width: 97%;
    padding-top: 3px;
    padding-bottom: 12px;
}

#aboutbox h1 {
    font-family: tahoma, verdana, helvetica, sans-serif;
    font-size: 11pt;

    margin-bottom:3px;
    border-bottom: 2px solid #9a0003;

}
#article {
	font-size: 10pt;
}

#article p{
	margin-right: 15px;
	margin-top: 20px;
	font-size: 10pt;
	font-weight: normal;

}

#article h1 {
font-size: 12pt;
	margin-bottom: 35px;

}

#article h2 {
	font-size: 10pt;
	margin-top: 15px;
	margin-bottom: 15px;

}
#dtext {
	font-size: 9pt;
}
#dtext p {
    margin:0;
	padding: 6px 5px 4px;
}
#dtext h2 {
	font-size: 11pt;
	margin: 0;
	padding: 4px 0 8px;
}
#dtext h3 {
	font-size: 10pt;
	margin: 0;
	padding: 8px 0;
	border: none;
	color: #000000;
}

#dtext ul {
	margin-top: 0;
	
}

#dtext li {
	padding-top: 4px;
}
.category a {
	color: red;
	font-size: 8pt;
}

.url {
	color: #6f6f6f;
	
}

.upgrade a{
	color:green;
}

.lnktitle {
	font-size: 9pt;
}
#path {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	background: #DDE2EC;
	line-height: 19px;
	border-top: 1px solid #5e74b3;
	clear: both;
}

#bottom {
	text-align: center;
	margin-top: 2px;
	padding: 2px;
	background: #e0e0e0;
	line-height: 12px;
	border-top: 1px solid #5e74b3;
	clear: both;
}

.submit {
	float: right;
	vertical-align: bottom;
}

.text {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

.btn {
	font-size: 8pt;
	border: 1px solid #909090;
	background-color: #f0f0f0;

}

input.text {
    font-size:8pt;
	color: #000000; 
	border: 1px solid #909090;

}
textarea.text {
	font-size: 8pt;
	border: 1px solid #909090;
}
select {
	font-size: 8pt;
	border: 1px solid #909090;
}

.captcha {
	border: 1px solid #000;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

span.req{
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}

div.errForm, span.errForm {
    font-size: 8pt;
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
.small {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 8pt;

}

.sort {
	color: #000000;

}


div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

.price {
	border: 1px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

#guidelines {
	font-size: 8pt;
}

#guidelines h2 {
	font-size: 11pt;
	padding: 0;
	margin: 0 0 8px;
}

#guidelines h3 {
	font-size: 10pt;
	color: #000000;
	border-bottom: none;
	padding: 0;
	margin: 5px 0;
}

#guidelines p {
	margin: 2px 0 5px 3px;
	
}

#guidelines ul {
	padding-left: 5px;
	margin: 0 0 0 5px;
}

#guidelines li {
	padding: 2px;
}

#subads {
	font-size: 8pt;
	margin-top: 5px;
}

#topads {
	font-size: 8pt;
	margin-bottom: 5px;
}

#subads a {
	font-weight: bold;
}

#topads a {
	font-weight: bold;
}

#subads table {
	border: 1px solid #f0f0f0;
}
#subads td {
	padding: 2px;
}

#topads table {
	border: 1px solid #f0f0f0;
}
#topads td {
	padding: 2px;
}

#social {
	width: 155px;
	font-size: 8pt;
	border: 1px solid #f0f0f0;
	padding: 8px 2px;
	text-align: center;
	margin-bottom: 20px;
}

#social a {
	color: #000000;
}

.socicon {
	float: left;
	width: 18px;
	padding-right: 4px;
}

.blink {
	clear: both;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
}