/* Copyright Kickass Web Design, all rights reserved */
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */
html {margin: 0; padding: 0;}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	padding: 0;
	margin: 0;
	background-image: url(http://kickasswebdesign.com/images/modern/verticaltile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
body a {
	font-weight: bold;
}
body a:link {
	color: #0081e4;
}
body a:visited {
	color: #666666;
}
body a:hover {
	color: #ffffff;
	background-color: #0081e4;
}
body a:active {
	color: #ff0033;
}
#mainlayoutbox {
	display: inline;
	background-image: url(http://kickasswebdesign.com/images/modern/horizontaltile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	min-width: 750px;
	float: left;
	font-size: small;
	line-height: 1.30em;
}
/* commented backslash hack v2 \*/ 
* html #mainlayoutbox {height:100%;}	
* hrml #maincolumn {height: 650px;}	
/* end hack */
#header {
	background-image: url(http://kickasswebdesign.com/images/modern/corneranchor.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 155px;
}
#header h1 {margin: 0; padding: 0;}
#wrapper {
	width: 100%;
	float: left;
	clear: both;
	background-image: url(http://kickasswebdesign.com/images/modern/rtbg150.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#leftcol {
	float: left;
	width: 150px;
	padding-top: 30px;
}
#sidebar {
	width: 145px;
	float: right;
	line-height: 1.50em;
	margin: 0;
	padding: 20px 0;
	font-size: 85%;
}
#sidebar h2 {
	font-size: 120%;
	padding: 10px 5px 0 5px;
}
sidebar p { margin: 20px 0 5px 0;}
#sidebar ul {
	margin: 7px 0 0 0;
	padding: 0;
	width: 100%;
}
#sidebar li {
	list-style-type: none;
	padding: 0 3px 4px 0;
}
#sidebar ul a {
	display: block;
	padding: 0 4px;
	text-decoration: none;
	font-weight: normal;	
}
#sidebar ul a:link {
	color: #FFFFFF;
}
#sidebar ul a:visited {
	color: #dddddd;
}
#sidebar ul a:hover {
	color: #ffffff;
	background-color: #000000;
}
#sidebar ul a:active {
	color: #cc00ff;
}
#maincolumn {
	float: left;
	display: inline;
	font-size: small;
	line-height: 1.50em;
	padding: 15px;
	margin: 0 0 5px 20px;
	width: 55%;
	min-height: 650px;
}
#maincolumn h3 {
	color: #0081e4;
	padding-top: 10px;
	clear: both;
}
h1 {
	font-size: 1.3em;
	margin: 0;
	padding: 15px 0;	
}
h2, h3 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
h4 {
	margin: 5px;
	font-size: 1em;
	color: #0081e4;
}
#footer {
	color: #ffffff;
	font-size: .9em;
	width: 100%;
	text-align: right;
	clear: both;
}
* html #footer {height:40px;he\ight:39px;}
#footer p {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	background: #000000;
}
#footer h4 {
	width: 100%;
	margin: 0;
	padding: 15px;
	font-size: 95%;
	color: #FFFFFF;
	background: #000000;
}
#footer a:link {
	color: #0081e4;
	font-weight: bold;
}
#footer a:visited {
	color: #eeeeee;
	font-weight: bold;
}
#footer a:hover {
	color: #0081e4;
	background-color: #ffffff;
	font-weight: bold;
}
#footer a:active {
	color: #CC66FF;
	font-weight: bold;
}	
.clearA {
	overflow: hidden;
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
img a {
	border: 0;
}
/*necessary hack to make IE6 windoze behave like a normal browser*/
/* hide from IE5-mac \*/

* html a { height:1%;}
* html h5.submit { padding: .7em 0;}

/* end hide */
/*formatting stuff*/
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
.navigation {
	font-size: 80%;
	width: 90%;
	margin: 0 5%;
}
.alignleft {
	text-align:left;
	width: 100%;
	margin: 0 15px 0 10px;
	display: inline;
}
.alignright {
	text-align:right;
	width: 40%;
	margin: 0 10px 0 15px;
	display: inline;
}
.pullquote {
	background: #ffffff;
	color: #000000;
	display: block;
	margin: 15px 5px 5px 5px;
	padding: 5px;
	border: 2px solid #0081e4;
	font-size: 85%;
}
.featured {
	font-size: 105%;
	clear: both;
	background: #EEF3F6;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #0081e4;
	border-top: 1px solid #0081e4;
}
.featured h3 {
	padding-bottom: 5px;
}
.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}
#descr {
	padding: 0px;
	margin: 0 0 5px 0;
	font-size: 85%;
}
.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}
.msg{
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}
.label {
	margin: 0;
	padding: 0;
}
.field {
	margin: 0;
	padding: 3px 0 20px 0;	
}
.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
}
.count {
	color: #6f6f6f;
	font-size: 80%;
	font-weight: normal;
}
.linkdesc {
	margin: 0;
	padding: 0 0 .5em 0;
	font-size: 90%;
}
#links {
	width: 90%;
	margin: 15px 5% 10px 5%;
	font-size: small;
}

#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}
#path {
	line-height: 3em;
	border-top: 1px solid #0081e4;
	border-bottom: 1px solid #0081e4;
	font-size: 70%;
}
.submit {
	float: right;
	width: 100%;
	border-bottom: 1px solid #0081e4;
	padding: 3px 0;
}
h5.submit {
	text-align: right;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
.text, .btn{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.text {
	width: 250px;
}
.searchtext {
	width: 120px;
	margin-left: 2px;
}
.btn {
	margin: 10px 2px;
	border-right: 2px solid #83C9FF;
	border-top: 2px solid #83C9FF;
	border-bottom: 2px solid #003E6E;
	border-left: 2px solid #003E6E;
}
input.text {
	color: #000000; 
	border: 1px solid #5e74b3;
}
textarea.text {
	font-size: small;
	border: 1px solid #5e74b3;
}
select {
	font-size: 80%;
}
h4 {
	padding-top: 35px;
}
.captcha {
	border: 1px solid #5e74b3;
	margin: 5px 0 15px 0;
}

form {
	display: inline;
}
.submitform {
	clear: both;
}
.searchbox {
	display: block;
	width: 100px;
	line-height: 2em;
}
.btn{
	font-size: small;
	font-weight: bold;
	border: 1px solid #ffffff;
	background-color: #0081e4;
	color: #000000;
	margin-top: 3px;
}
span.req{
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}
.totals {
	clear: both;
	padding: 10px 10px 10px 65px;
	border-top: 1px solid #0081e4;
	border-bottom: 1px solid #0081e4;
}
div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
.small, .small a {
	color: #909090;
	font-size: 75%;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.small {
	margin-left: 15px;
}
.smaller {
	font-size: 80%;
}
.sort {
	color: #000000;
}
p.subcats {
	margin: 0px 0px 10px 0px;
}
div.pr {
	font-size: 70%;
	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;
}
div.footer{
	text-align: right;
	background: #000000;
	color: #FFFFFF;
	padding: 3px 8px 2px 0;
	margin-top: 15px;
	clear: both;
	font-size: 70%;
}
div.footer p {
	clear: both;
	padding-top: 7px;
}
div.footer a{
	color: #0081e4;
}
div.footer a:link {
	color: #0081e4;
}
div.footer a:visited {
	color: #eeeeee;
}
div.footer a:hover {
	background: #0081e4;
	color: #ffffff;
}
div.footer a:active {
	color: #ffcccc;
}
.price {
	border-bottom: 1px solid #0081e4;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}
#catwrapper {
	float: left;
	clear: both;
	display: inline;
	margin: 0;
	font-size: 83%;
}
#maincolumn ul {
  float: left;
  display: inline;
  width: 38em;
  list-style: none;
  text-align: center;
}
#maincolumn ul li {
  float: left;
  width: 15em;
  padding: 10px 5px 10px 25px;
  font-size: 1em;
  text-align: left;
  display: block;
}
#maincolumn ul p {
	padding: 0 0 5px 6px;
	font-size: .8em;
}
.catlinks {
	color: #006600;
}
.catlinks p a {
	font-weight: normal;
}
.catlinks a {
	font-weight: bold;
}
.catlinks a:link {
	color: #0081e4;
}
.catlinks a:visited {
	color: #003E6E;
}
.catlinks a:hover {
	color: #83C9FF;
}
.catlinks a:active {
	color: #990099;
}
a img {
	border: 0;
}
.pullquote h2 {
	padding-top: 10px;
}
#title {margin: 0; padding: 0;}
.googlefooter {
	width: 768px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #0081e4;
}
