/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
body {
	padding:0;
	margin:0;
	background:#669999 url() repeat-y left top;
	color: #000000;
}
#font color {
	padding:0;
	margin:0;
	background:#669999 url() repeat-y left top;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	min-width:400px;
	margin-left:130px;
	margin-right:130px;
	background:#FFFFFF url() no-repeat center center;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-62px;
        margin-top:25px;
	color: #000000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background:#FFFFFF;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
	text-align:center;
}
#header .text {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669999;
	float: right;
	width: 100%;
	

}
#header .text2 {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669999;
	float: right;
	width: 100%;
}
#nav {
       position:absolute;
       top:100px;
       left:0;
       width:100%;
       height:30px;
       background:#669999;
       border-top:1px solid #000;
       border-bottom:2px solid #000;
       overflow:hidden;
       color: #000000;
       text-align:center;
}

#paypal {
	float: bottom;
	width: 100%;
}

 #navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-weight: bold;
}

#navlist a { padding: 3px 10px; }

#navlist a:visited
{
color: #000;
background-color: #669999;
text-decoration: underline;
}

#navlist a:link 
{
color: #000;
background-color: #669999;
text-decoration: underline;
}

#navlist a:hover
{
color: #FF0000;
background-color: #669999;
text-decoration: underline;
}

#sitecat{
	position:relative;
	width:60%;
	height:25px;
	background:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
        border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
        float: left;
	overflow:hidden;
	color: #000000;
        text-align:left;
        margin-left:-10px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:-50px;/*needed to make room for header*/
        padding-left:1px;/*needed to keep to the left*/
}

#sitesubcat{
	position:relative;
	width:60%;
	height:25px;
	background:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
        border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
        float: left;
	overflow:hidden;
	color: #000000;
        text-align:left;
        margin-left:-10px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:-50px;/*needed to make room for header*/
        padding-left:100px;/*needed to keep to the left*/
}

#siteitem{
	position:relative;
	width:50%;
	height:25px;
	background:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
        border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
        float: left;
	overflow:hidden;
	color: #000000;
        text-align:left;
        margin-left:-10px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:-50px;/*needed to make room for header*/
        padding-left:150px;/*needed to keep to the left*/
}

#subcat{
	position:relative;
	width:48%;
	height:500px;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
        border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
        float: left;
	overflow:hidden;
	color: #000000;
        text-align:center;
        margin-left:0px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:0px;/*needed to make room for header*/
}
#subcat .image {
        position:relative;
        float: right;
	background-color: #FFFFFF;
	width: 100px;
        padding-left:0px;
        margin-left:0px;
}

#breadcrumb  {
       position:absolute;
       top:130px;
       left:0;
       width:100%;
       height:20px;
       background:#669999;
       border-top:1px solid #669999;
       border-bottom:1px solid #000000;
       overflow:hidden;
       color: #000000;
       text-align:left;
}

#cattitledescription{height:auto;}{
	position:relative;
	width:90%;
	min-height:100%;
	background:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:4px solid #000000;
        border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
        float: left;
	overflow:hidden;
	color: #000000;
        text-align:center;
        margin-left:0px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:0px;/*needed to make room for header*/ 
}

#subcat .text {
        position:absolute;
        top:0;
	left:0;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 200px;
        text-align:right;
}

#lefttest {
	position:relative;/*ie needs this to show float */
	width:45%;
	float:left;
	margin-left:0px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:32px;/*needed to make room for header*/
}

#righttest {
	position:relative;/*ie needs this to show float */
	width:45%;
	float:right;
	margin-left:0px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:32px;/*needed to make room for header*/
}

#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:132px;/*needed to make room for header*/
}
* html #left {padding-bottom:52px ;margin-right:23px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:0px;padding-right:0px}
#right p {padding-left:10px;padding-right:10px}

#right {
	position:relative;
	width:130px;
	float:right;
	margin-right:-129px;
	padding-top:132px;
	color: #000000;
}

#footer {
	width:100%;
	clear:both;
	height:100px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #669999;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:102px;/* for ie5 */
	he\ight:100px;/* for ie6 */
}
#clearheader{height:132px;}/*needed to make room for header and nav*/
#clearfooter{clear:both;height:80px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#minHeight{float:left;width:0px;height:100%;margin-bottom:-82px;} /*safari wrapper thanks to Tim Connor*/
* html #minHeight{margin-bottom:-50px;} 
#left ul, #right ul {
	margin: 2px;
	padding: 0px;

}
#right ul{margin-left:4px}
#left li, #right li {
	background-image: url(tmp/image-ul/upload/upbutton2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 120px;
	list-style-type: none;
	margin-top:33px;
}
#left a, #right a {
	width:100%;
	height:25px;
	line-height:25px;
	display:block;
	text-align:center;
	text-decoration:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#left a:hover, #right a:hover {
	background-image: url(tmp/image-ul/upload/downbutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #333333;
	
}
h1 {
	font-size: 200%;
	color: #000000;
	background-color: none;
	background-image: url();
	background-repeat: repeat;
	font-weight: bold;
	font-variant: small-caps;
	margin: 30px;
}
h2 {
	font-size: 135%;
	color: #000000;
	background-color: none;
	background-image: url();
	background-repeat: repeat;
	font-weight: bold;
	font-variant: large-caps;
	margin: 10px;
}
html>body h2 {text-align:center}
#right img {margin-left:4px;}
.fl1, .fl2, .fl3,.fl4, .fl5, .fl6, .fl7, .fl8 {
	float:left;
	clear:left;
	height:15px;
	margin:0px;
	padding:0;
	position:relative;
	z-index:10;
}
.fl1 {width:150px;}
.fl2 {width:130px;}
.fl3 {width:110px;}
.fl4 {width:90px;}
.fl5 {width:70px;}
.fl6 {width:52px;}
.fl7 {width:30px;}
.fl8 {width:10px;}
img.corner {position:absolute;left:0;top:0;}
#centrecontent {position:relative;}/*stacking context for image*/
/*now hide corner gif from mozilla because of the way it handles floats*/
/* Mozilla clears all floats in the document not just the one in the same container*/
/* Note- strange quirk here: if you put all the definitions into one long line like this:
	html>body .corner, .fl1,.fl2,.fl3,.fl4,.fl5,.fl6,.fl7,.fl8 {display:none} then ie6 and ie 5.5 ignore all of them
	however ie5 only ignores the first one!! So it's safer to split them as follows */
html>body .corner {display:none}
html>body .fl1 {display:none}
html>body .fl2 {display:none}
html>body .fl3 {display:none}
html>body .fl4 {display:none}
html>body .fl5 {display:none}
html>body .fl6 {display:none}
html>body .fl7 {display:none}
html>body .fl8 {display:none}