/* CSS 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, td {
	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;
	color:#000000;
}
/* If we want accessibility styles - which can be ugly as you tab or click - activate or edit these */
*:focus
{
  -moz-outline: 1px solid #000000  !important;
  -moz-outline-offset: 3px         !important;
  -moz-outline-radius: 2px         !important;
}
textarea:focus, button:focus, select:focus, input:focus
{  -moz-outline-offset: -1px        !important; }
input[type="radio"]:focus, image:focus
{
  -moz-outline-radius: 12px        !important;
  -moz-outline-offset: 0px         !important;
}
body {
	line-height: 1em;
	/*font-size:1em; */
	font-family:Arial, Helvetica, sans-serif;
}
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 OF CSS RESET */

/* Menu Styles */
#GUImenu {
	visibility:hidden;
	z-Index:1000;
	position:absolute;
}

.menuItem, .menuItemFirst, .menuItemLast {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#ffffff;
	cursor:pointer;
	background-color:#0073bd;
	border: 2px solid #0073bd;
	
}
.theButton {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#0073bd;
	border: 1px solid #000;
}
.submenu div:hover, .menuItemOver, .menuItemFirstOver, .menuItemLastOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#0073bd;
	cursor:pointer;
	background-color:#ffffff;
	border: 2px solid #0073bd;
}
/* Menu Styles End */

/* PRODUCT PAGE STYLES */

a:link, a:visited, a:active, a:hover{
	text-decoration: none; 
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
}
a:hover { 
	text-decoration: underline; 
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
}
.bigger a:link, .bigger a:visited, .bigger a:active, .bigger a:hover {
	text-decoration: none; 
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.12em;
}
#container {
	float:left;
	width: 910px;
	margin-top: 10px;
}
#container1col {
	float:left;
	width: 600px;
	margin-top: 10px;
}
#container4col {
	float:left;
	width: 650px;
	margin-top: 10px;
}
#search {
	float: left;
	margin-top: 105px;
	margin-left:0px;
	width: 500px;
	color:#0066cc;
	font-family: arial;
	font-size:.5em;
	font-weight:bold;
}
#itemPhoto {
	float: left;
	width:245px;
}
#itemColumn_1 {
	width:310px;
	margin-left: 250px;
}
#itemColumn_2 {
	margin: 0;
	float:right;
	width: 310px;
}
#itemColumn_4col {
	margin: 0;
	float:right;
	width: 650px;
}
#col_container_4col {
	width:430px;
	border: .01em solid #000;
	padding:.3em .1em .9em .3em;
	font-family:Arial, Helvetica, sans-serif;
	-moz-outline: 0;
	}
#itemColumn_5col {
	margin: 0;
	float:right;
	width: 650px;
}
#col_container_5col {
	width:520px;
	border: .01em solid #000;
	padding:.3em .1em .9em .3em;
	font-family:Arial, Helvetica, sans-serif;
	-moz-outline: 0;
	}
#footer {
	clear: both;
	margin: .5em;
	padding: .4em;
	color:#000;
	font-size:.6em;
	font-family:Arial, Helvetica, sans-serif;
}
#itemType {
	width:300px;
	color:#990000;
	font-size:.76em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:.3em;
}
#col_container {
	width:310px;
	border: .01em solid #000;
	padding:.3em .1em .9em .3em;
	font-family:Arial, Helvetica, sans-serif;
	-moz-outline: 0;
	}
#col_header {
	width:310px;
	font-size:.75em;
	font-weight:bold;
	padding:.3em;
	}
#col {
	font-size:.7em;
	width:100px;
	float:left;
	text-align:center;
	}
#col_a, #col_b, #col_c , #col_d, #col_e  {
	color:#fff;
	background-color:#990000;
	font-size:.65em;
	font-weight:bold;
	width:100px;
	float:left;
	text-align:center;
	}
/* END OF PRODUCT PAGE STYLES */

body {
	margin: 20px 20px 20px 20px;
}
