/* CSS Template by GPI Group */

body {
	background-image:url(images/cheetah_strip.jpg);
	background-repeat:repeat-x;
	background-color: #F00;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#555;
	font-weight:500;
	margin:0;
}

h2 {
	color:#555;
	margin:0;
	font-weight:700;
	font-size: 18px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	padding-left: 50px;
}


h3 {
	font-size:16px;
	color:#555;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}

#container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:900px;
	position: relative;
	height: auto;
	background-color:#FFF;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: none;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	page-break-after: always;
}

#banner {
	width:900px;
	height:100px;
	background-color: #000;
}

#bannerLeft {
	width:600px;
	height: 100px;
	float:left;
	padding: 0px;
	background-image: url(images/cheetah_a.png);
	
}


#container #banner #search {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 80px;
	width:260px;
	float: left;
	padding: 10px;
	position: relative;
}

#container #banner #search .wideinp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #4B258B;
	display: block;
	clear: both;
	width: 240px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #b13;
}
#container #banner #search .widesel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	background-color: #C8DE7C;
	color: #FF0000;
	display: block;
	clear: both;
	width: 240px;
	height: expression( this.scrollHeight > 206 ? "207px" : "auto" ); /* sets max-height for IE */
	max-height: 206px; /* sets max-height value for all standards-compliant browsers */
	/*
	max-height:206px;
	height: auto !important;
	height: auto;
	*/
	margin: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	border-right: 1px solid #b13;
	border-bottom: 1px solid #b13;
	border-left: 1px solid #b13;
}

#container #banner #search .widesel a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: block;
	color: #350;
	text-decoration: none;
	width: 240px;
	height: auto;
	float: left;
	overflow-x: hidden; 
}
#container #banner #search .widesel a:hover {
	color: #000;
	background-color: #ac3;

}


#container #banner #search .title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}


#content { height: 1%; }

#container #content .thumb {
	float: left;
	height: 180px;
	width: 180px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 21px;
	overflow: hidden;
	font-weight: bold;
	display: block;
}

.tootall{ height: 442px; }
.toowide{ width: 442px; }

#container #content .catthumb {
	float: left;
	height: 125px;
	width: 135px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 5px;
	overflow: hidden;
	font-weight: bold;
	display: block;
}

#container #content #large {
	float: left;
	height: 440px;
	width: 440px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 5px;
	padding: 5px;
	overflow: hidden;
	display: block;
	vertical-align: middle;
}

#container #content #desc {
	float: left;
	height: auto;
	min-height: 440px;
	width: 410px;
	border: 1px solid #ccd;
	text-align: left;
	margin: 5px;
	padding: 5px;
	overflow: auto;
	display: block;
	color: #036;
	background-color: #FFCC00;
}

#container #content #thumblist {
	float: left;
	height: 500px;
	width: 125px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 5px 15px;
	padding: 5px;
	overflow: hidden;
	display: block;
	vertical-align: middle;
}

#container #content #imageshow {
	position: relative;
	left: 180px;
	top: -510px;
	width: 440px;
	height: auto;
}

#container #content #descr {
	float: right;
	height: auto;
	height: 500px;
	width: 710px;
	border: 1px solid #ccd;
	text-align: left;
	margin: 5px;
	padding: 5px;
	overflow: auto;
	display: block;
	color: #036;
	background-color: #FFCC00;
}

#container #content #desc #text {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #000;
}
#container #content #selcart .smallcart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #036;
	background-color: #FFCC66;
}

#container #content #selcart .smallcart caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}




#leftColumn {
	float:left;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:11px;
	color:#F90;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:10px;
	border-bottom:1px dotted #333;
	
}

#nav a:hover {
	background-color:#333;
}

#leftColumnBottom {
	width:130px;
	background:url(../images/bg1c.gif) repeat-x;
	padding:110px 10px 10px;
	color:#EAEAEA;
}

#rightColumn {
	float:left;
	width:730px;
	padding-left:20px;
	color:#000000;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:11px;
	font:10px Arial,Helvetica,sans-serif;
	color:#FFFFFF;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#F39;
}
#container #content #rightColumn .style11 a {
	color: #000000;
}
#container #banner #search label {
	font-family: Arial, Helvetica, sans-serif;
	color: #ac3;
}
#container #nav_horiz {
	float: left;
}
#helper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #aacc33;
	display: block;
	float: right;
	height: 22px;
	width: 80px;
	position: fixed;
	right: 0px;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	padding-top: 5px;
	z-index: 1;
	bottom: 0px;
}
#helper a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#helper a:hover {
	font-weight: bold;
	color: #d83;
	text-decoration: underline overline;
}
.smallcart a { color: #000000; text-decoration:none; }
.smallcart a:hover { color: #FF0000; text-decoration:underline;  }
.smallcart caption {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #333333;
	height: 18px;
	width: auto;
}
.smallcarty {
	text-decoration:none;
	height: auto;
	width: auto;
	margin: 5px;
	clear: both;
	border: 1px solid #660000;
}
#selcart {
	text-decoration:none;
	height: auto;
	width: auto;
	margin-top: 5px;
	clear: both;
	padding: 10px;
	border: 1px solid #8a1;
}
#container #content #large #title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	background-color: #fc0;
	padding: 10px;
	height: auto;
	width: auto;
	clear: both;
	margin: 0px;
}

#container #logger {
padding-top: 2px;
}

#container #logger #login .theInput {
     font-family: Verdana;
     font-size: 11px;
     width: 110px;
     margin-right: 25px;
    }

#container #logger #login .theSubmit {
     font-family: Verdana;
      font-size: 10px;
      background-color: #333333;
     color: #FFFFFF;
     margin-right: 25px;
    }
#container #content #main {
	text-align: center;
	padding: 20px;
	clear: both;
	float: none;
	height: auto;
	width: 800px;
	border: thin double #333333;
}
#container #content #large .data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	background-color: #fd8;
	float: right;
	height: auto;
	width: 300px;
	text-align: left;
	padding: 5px;
}
#container #content #large .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	float: left;
	width: 120px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	height: 25px;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ca0;
}
#container #content #large #submitted {
	margin-top: 5px;
	padding: 5px;
	clear: both;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	background-color: #fd8;
	font-weight: bold;
	text-align: left;
}
.loglabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 22px;
	width: 120px;
}
.loginp {
	width: 500px;
}
.loginput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
}
.loggy {
	clear: both;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#backer {
	float: right;
	margin-right: 20px;
}
#viewport {
	display: block;
	margin: 0 auto;
	height: 130px;
	width: 750px;
	overflow: visible;
	position: relative;
	visibility: visible;
	left: 10px;
	top: 20px;
}
#container #content .contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 5px;
	float: left;
	height: auto;
	width: 878px;
	border: 1px solid #999999;
	padding: 5px;
}
#container #content .contact strong {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.cname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #F00;
	clear: both;
	float: left;
	width: 140px;
}
.cpos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000;
	clear: none;
	float: left;
	width: 310px;
}
.cphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	clear: none;
	float: left;
	width: 150px;
	padding-left: 10px;
}
.cemail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #000;
	clear: none;
	float: left;
	width: 450px;
}