@import url(/stylesheets/hover.css);
@import url(/stylesheets/reset.css);
/**********************************
Basic Style Sheet for IE6, IE7, and Firefox

Version:  1.2
Author:   Greg@nsighdevelopment.com
Website:  www.nsightdevelopment.com
***********************************/

/* Main body Styles
------------------------------*/
body {
	background-color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 160%;
}
#wrapper {
	width: 800px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../images/header.gif);
	height: 89px;
	background-repeat: no-repeat;
	width: 800px;
}
#nav {
	background-image: url(../images/navBarFull.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 22px;
}
#nav a:link, #nav a:visited {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

ul {
	list-style-type: none;	
}
#nav li {
	float: left;
	font-size: 1.2em;
	text-indent: 5px;
	width: 133px;
	text-align: center;
	color: #333333;
	line-height: 140%;
	display: inline;
}
/*...taken out becuase ie hack to position image hijacks position:absolute
Also in the nav bar removed position:relative.
#nav li ul {
	position:absolute;
	left:136px;
	top:22px;
}

#nav ul li ul li a {
	display:block;
	background:#ffc726;
}

----------------*/
#temp {
	font-size: 1.5em;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

#mainContent, #contactContent {
	float: left;
	width: 367px;
	clear: both;
	margin-top: 15px;
	height: 350px;
}
#mainContent p, #contactContent p {
	line-height: 150%;
	text-align: left;
	padding-top: 20px;
	margin-right: 5px;
}
#contactContent {
	margin-top: 5px;
	height:auto;
}
#contactContent table {
	text-align: left;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#contact {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 170px;
    text-align: center;
}
#mainFlash {
	float: right;
	width: 430px;
	height: 398px;
}
#yellowBar {
	background-image: url(../images/yellowBar.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 800px;
	clear: both;
}
#featuredProducts {
	float: left;
	width:300px;
	text-align: left;
	margin-top: 10px;
}
#featuredProducts li {
	margin-top: 10px;
}
h3, h3 a {
	color: #ffc726;
}

h3 a:hover {
	color:#fff;
}
#catalog {
	width: 195px;
	margin-left: 0px;
	float: left;
	padding-top: 5px;
	text-align:center;
}
#news {
	text-align: left;
	float: right;
	vertical-align: middle;
	width: 300px;
	margin-top: 10px;
}
#news h3  {
	text-align:center;
}
#news ul ul li {
	padding-left:5px;
}
#news ul ul li:last-child {
	padding:0 0 5px 10px;
}
#footer {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
  color:#999999;
  text-decoration:none;
}
#aboutPic {
	background-image: url(../images/aboutpic.gif);
	float: right;
	height: 286px;
	width: 315px;
}
#aboutContent {
	float: left;
	width: 480px;
	clear: both;
	margin-top: 5px;
	padding-bottom: 5px;
}
#aboutContent p {

	line-height: 140%;
	text-align: left;
	padding-top: 10px;
	margin-right: 5px;
}

/* Rails Flash Messages
------------------------------*/

h4.alert, h4.error, h4.notice {
	font-size: 1.2em;
	color: #ffc726;
}

/* Start Catalog Request Form and Product display
------------------------------*/
#content_holder #product_holder #product_holder1 {
	clear:both;
	color: #fff;
	text-align: left;
	padding:0 0 10px 0;
	width:800px;
}
#content_holder h1 {
	padding-left:5px;
	text-align:center;
}

#admin_holder p {
	margin-top: 0.7em; 
}

#content_holder li {
	padding-left:15px;
	list-style-type:none;
}

#content_holder ul ul li {
	padding-left:25px;
	list-style-position:inside;
	list-style-type:disc;
}
#content_holder ul ul li:last-child {
	padding-bottom:10px;
}
#content_holder a, #admin_holder a {
	text-decoration:underline;
}
#product_holder {
	margin-top:374px;
}
#product_holder tr a {
	color:#000;
}
#product_holder1 tr a {
	color:#000;
}
table {
	border:0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}
td, tr, th {
	padding:4px;
	border:0;
}
.catalog_fieldset {
	margin:0 0 10px 0;
	padding:0;
	border:1px solid #ffc726;
}
fieldset {
	clear:both;
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #ffc726;
}
.product {
	background-color: #FFFFFF;
	color: #000000;
}
legend {
	background-color:#ffc726;
	background-image: url(../images/legendbg.gif);
	background-repeat:repeat-x;
	padding:5px;
	margin: 5px 0 0 0;
}
.legend {
	background-color:#ffc726;
	background-image: url(../images/legendbg.gif);
	background-repeat:repeat-x;
	width:800px;
	height:20px;
	text-align:center;
	color:#000;
	line-height:20px;
	margin-top:5px;
}
input, textarea, select {
	border:3px double #ffc726;
}
.checkbox input, .submit {
	margin:0 5px 0 0;
	width:15px;
	border:none;
}
select {
	width:220px;
}
input {
	width:210px;
}
.submit_tag {
	width:auto;
	margin:5px;
}
textarea {
	width:98%;
	margin:0 5px 0 5px;
}
/* End Catalog Request Form and Product display
------------------------------*/

/* Start Form Error styling
------------------------------*/
.fieldWithErrors {
  padding: 1px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin: 10px 0px 10px 0px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p { 
  text-align:left;
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
	text-align:left;
	color: #333;
  font-size: 12px;
  list-style: square;
  list-style-position:inside;
}
/* End Form Error styling
------------------------------*/
/* Start Drop Down styling
------------------------------*/

/* End Drop Down styling
------------------------------*/
