/* @group Browser Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
/*  font-family: inherit;*/
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Basic HTML */

body {
	margin: 0;
	padding: 10px 0 0 0;
	font: 12px/19px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #4b4b4b;
	background: #292162 url(../images/bg.png) repeat-x top center;
	min-height: 100%;
	border-top: 5px solid #000;
}

h1 {
	font-size: 1.6em;
	color: #05386b;
	margin-bottom: 3px;
	display: none;
}

h1 a, h1 a:visited, h1 a:hover {
	color: #263148;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1.5em;
	color: #666;
}

#header h2 {
	position: absolute;
	top: 75px;
	left: 340px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	width: 475px;
}

h3 {
	font-size: 1.6em;
	color: #333;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.4em;
	color: #333;
	margin-top: 5px;  
}

p {
	margin-bottom: 10px;
}

a, a:visited, a:hover {
	color: #f00;
	text-decoration: none;
}

a:hover {
  color: red !important;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #263148;
}

em {
	font-style: oblique;
}

strong {
	font-weight: bold;
}

/*

 @end */

 /* @group Tables */

table {
	width: 100%;
}

th {
	border-bottom: 1px solid #eee;
	margin-bottom: 2px;
}

 /* @end */

/* @group Forms */

form {
	margin: 0;
	padding: 0;
	width: 100%;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #036;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

label {
	float: left;
	width: 23%;
	padding: 0 1%;
	text-align: right;
	overflow: hidden;
}

form * div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

div input, fieldset div textarea {
	width: 250px;
	padding: 1px;
	color: #333;
}

div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

.submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

.submit input {
  width: 120px;
/*  border: 1px solid #333;*/
  padding: 2px 1em;
  font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

/* required fields - does not work in IE */

fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:after {
	content: "* ";
/* does not work in IE */
}

/* @end */

/* @group Page Layout */
#container {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#header {
	width: 850px;
	padding: 0 15px;
	height: 157px;
	margin: 0;
	background: url(../images/header.png) no-repeat top center;
	position: relative;
	behavior: url(iepngfix.htc);
}

#menu {
	position: absolute;
	top: 119px;
	left: 45px;
	text-align: right;
}

#menu ul {
  list-style: none;
}

#menu li {
  display: inline;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#menu a, #menu a:visited, #menu a:hover {
	display: block;
	float: left;
	padding: 5px 15px;
	margin: 0;
	color: #fff;
	border-right: 1px solid #999;
}

#menu a.selected, #menu a.selected:visited, #menu a.selected:hover, #menu a:hover {
	color: #999;
	text-decoration: none;
}

#content {
	width: 830px;
	padding: 10px 25px;
	min-height: 450px;
	background: url(../images/content.png) repeat-y top center;
	behavior: url(iepngfix.htc);
}

#leftcolumn {
	width: 500px;
	margin-right: 35px;
	margin-left: 10px;
	float: right;
	background-color: #fff;
}

/* NOTE Leave the next two entries here in case Lynne changes her mind about splitting the columns more
#leftcolumn-mainpages {
	width: 250px;
	margin-right: 10px;
	margin-left: 5px;
	float: right;
	background-color: #fff;
}
#leftcolumn-mainpages-rightside {
	width: 260px;
	margin-right: 25px;
	margin-left: 0px;
	float: right;
	background-color: #fff;
}
*/

#rightcolumn {
	margin-left: 15px;
	padding: 0 20px 0 10px;
	width: 229px;
	min-height: 320px;
	float: left;
	background: url(../images/splitter.png) no-repeat top right;
}

#rightcolumn #columnsplitter {
	width: 1px;
	height: auto;
	margin-top: 50px;
	margin-right: -15px;
	float: left;
}

#footer {
	margin: 0 auto 20px auto;
	padding: 15px;
	text-align: center;
	width: 850px;
	background: url(../images/footer_taller.png) no-repeat top center;
	clear: both;
	color: #eee;
	font-size: 1em;
	behavior: url(iepngfix.htc);
}

#footer table{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 850px;
	color: #eee;
	font-size: 1em;
	behavior: url(iepngfix.htc);
}

#footer td {
	margin: 0;
	padding: 0;
	text-align: center;
}

.footer_table {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.75em;
}

.footer_td {
	font-size: 0.75em;
}

.footer_disclaimer {
	font-size: 0.70em;
	margin: 0 auto;
}

/* @end */

.pngfix {
   behavior: url(iepngfix.htc);
}

.clear {
	clear: both;
/*  height: 0;
  width: 100%; */
}

.categories li, #inventory li {
  display: inline;
}

.categories a, #inventory a {
  float: left;
  width: 45%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #05386b;
}

.categories a:hover, #inventory a:hover {
  text-decoration: underline;
}

#rightcolumn .categories li {
  display: block;
}

#rightcolumn .categories a {
  display: block;
  width: 100%;
  padding: 3px 5px;
  text-align: left;
  font-weight: bold;
  color: #05386b;
  float: none;
/*  background-color: ;*/
}


.category_name, .inventory_name {
  font-size: 1.3em;
  font-weight: bold;
  background-color: #E21E26;
  color: #fff;
  padding: 2px 5px;
}

#prices table {
  border: 1px solid #261F57;
}

#prices table th {
  background-color: #261F57;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#prices table td {
  text-align: center;
}


.prices li {
  float: left;
  width: 32%;
}

.indent {
  padding: 5px 30px;
}

div.img_left img {
  margin: 3px 5px 3px 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
  
div.img_right img {
  margin: 3px 0px 3px 5px;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
  }
  

.new_arrivals {
  float: right;
  margin: 0 10px 10px;
  padding: 5px;
}

.new_arrivals ul {
  list-style: none;
  margin: 5px;
  padding: 0;
}

.new_arrivals li {
  margin: 1px 5px;
  padding: 0;
}

