html {
	text-align: center; 
	background-color: #242929;
}	
body {
	width: 935px;
  position: relative;
	margin: 0 auto;
	text-align: left; 
	font-family: Verdana, Arial, sans-serif;
}
#primary {
	padding: 0 30px;
	margin: 0;
	background-color: black;
	top: 0;
	width: 875px;
/*  position: relative;*/
}
p, tr, li {
	padding-bottom: 10px;
	font-size: 10px; 
	line-height: 1.75em;
	color: white;
}
h2, h3 {
	font-weight: normal;
	color: #FDA629;
	padding-bottom: 14px;
	font-size: 16px;
  text-shadow: 1px 1px 0 black;
}
a:link, a:visited {
	color: #FDA629;
	text-decoration: none;
}	
a:hover {
	text-decoration: underline;
}
#maintext ul {
	font-size: 85%; 
	margin-left: 25px;
	list-style-type: disc;
	list-style-position: indside;	
}
#nav {
	margin: 10px 0 0 0;
	padding: 0;
  position: relative;
  height: 35px;
	background-color: black;
  float: right;
  width: 464px;
/*  left: 441px;*/
}
#logo {
	padding-right: 187px;
}

#primary #maintitle {
  margin-top: 10px;
  padding: 0;
  float: left;
}
#nav li {
  margin: 0 0 0 5px;
  padding: 0;
  float: left;
}

.sub-nav {
  position: relative;
	float: right;
	margin: 10px 0 0 0;
  text-shadow: 1px 1px 0 black;
}
.sub-nav li {
	font-size: 80%;
	padding: 0 0 0 15px;
/*  float: right;*/
	color: #FDA629;
}
.sub-nav li a,
.sub-nav li a:visited {
	color: white;
	text-decoration: none;
}
.sub-nav li a:hover {
	color: #FDA629;
	text-decoration: none;
}
.sub-nav li,
#footer li {
	display: inline; 
}

img#primarypic,
#kwicks_container,
#flash {
  padding: 20px 0 6px 0;
}
img#homepic {
  padding: 20px 0;
}

img#title {
  display: block;
  padding: 0 0 10px 0;
  height: 33px;
  margin: 0 0 0 auto;
}

#sub-content {
	float: left;
	left: 0;
	padding: 43px 30px 0 0;
	width: 330px;
}
#content {
	float: left;
	left: 360px;
	width: 515px;
	padding: 0 0 15px 0;
}

#footer {
	width: 100%;
	padding: 16px 0 0 0; 
	text-align: right;
	text-align: center;
}
#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #DDD;
}
#footer a:hover {
	color: #FDA629;
	text-decoration: none;
}
.clear {
	clear: both;
}
#highlight {
	color: #FDA629;
}

/* PRODUCTS */

#products h2 {
  width: 100%;
/*  float: left;*/
	font-weight: normal;
	font-size: 100%;
	color: white;
}
#products #content {
	padding: 16px 0 16px 0;
}
.product-main #content {
	padding: 0 !important;
}
#products #details {
  padding-bottom: 16px;
}
table {
	color: white;
}
td {
	padding: 0 0 5px 0;
}

/* CONTACT */

form.wide {
  width: 400px;
}
fieldset {
  margin-bottom: 1em;
}
label {
  display: block;
  font-weight: normal;
  margin-top: .75em;
  margin-bottom: .25em;
  color: white;
  text-shadow: 1px 1px 0 black;
}
form.wide fieldset input {
  display: block;
  font-size: 1em;
  width: 100%;
  font-family: Courier, fixed;
}
form.wide fieldset#details input {
  width: 50%;
}
form.wide input:focus,
form.wide textarea:focus {
  background-color: #ffe;
}
form.wide fieldset textarea {
  font-size: 1em;
  width: 100%;
  font-family: Courier, fixed;
}

/* FANCY MOO STUFF */

#kwicks_container { 
	background-color: black;
	height: 450px;
	width: 878px;
	overflow: hidden;
}
#kwicks {
	position: relative;
}
#kwicks .kwick {
	float: left;
	display: block;
	width: 219px;
	height: 450px;
}

#kicks_container { 
	background-color: black;
	height: 450px;
	width: 878px;
	padding: 20px 0 6px 0 !important;
  overflow: hidden;
}
#kicks {
	position: relative;
}
#kicks .kick {
	float: left;
	display: block;
	width: 439px;
	height: 450px;
}
* html #kicks .kick,
* html #kwicks .kwick {
  overflow: hidden;
}
