html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family : Verdana,sans-serif;
	text-align: center;
	font-size: .9em;
	color: #000000;
	background-color: #F7F7F7;
}
#main {
	width: 100%;
	min-width: 770px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}
#header-main {
	position: relative;
	height: 89px;
	padding: 3px;
	margin-left: 15px;
	margin-right: 15px;
	background: url(Images/SiliconeGear.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}
#header {
	position: relative;
	height: 58px;
	padding: 3px;
	margin-left: 15px;
	margin-right: 15px;
	background: url(Images/SiliconeGears.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}
#page_title {
	position: relative;
	height: 1.5em;
	color: #000080;
	text-align: left;
	font-size: 1.3em;
	top: 0px;
	line-height: 1.5em;
	padding: 0px 20px 0px 25px;
	margin: 23px 160px 0px 0px;
	float: right;
	text-shadow: #999 0.1em 0.1em 3px;
}
#inner-main {
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 25px;
	padding: 10px 25px 20px 10px;
	vertical-align: top;
	background-color: #F8BF23;
}
#Contact-Info {
	margin-left: 0px;
	margin-right: 0px;
	font-size: .9em;
	padding-top: 3px;
	font-variant: small-caps;
	font-weight: bold;
	min-height: 22px;
	background: url(Images/bottom-menu.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#content {
	vertical-align: top;
	min-height: 400px;
	font-size: .9em;
	text-align: left;
	color: #000000;
	padding: 5px 0px 15px 5px;
	margin: 0px 0px 0px 145px;
	background-color: #FAFAFA;
	border: 1px solid #FF0000;
}
#content ul {
	padding-left: 25px;
	list-style: disc inside;
}
#content li {
	font-size: 1.2em;
	list-style: disc;
	left: 15px;
}
#content-table {
	width: 150px;
	text-align: center;
	border: 1px solid #000080;
	float: right;
	padding: 1px;
	margin: 15px 3px 2px 5px;
	line-height:  1.10em;
	padding-bottom: 2px;
}
.spacer {
	clear: both;
	height: 10px;
}
p {
	text-align: left;
	color: #000000;
	margin: 10px;
	width: auto;
	min-width: 120px;
}
img {
	border: 0px;
}
.page-left {
	width: 25%;
	float: left;
	text-align: left;
	font-size: .9em;
	font-weight: bold;
}
.page-right {
	width: 65%;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#Gallery-List {
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 35px;
}
#content ul{
	margin-left: 10px;
	padding-left: 10px;
}
#contact-left {
	width: 40%;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
#contact-right {
	width: 40%;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#contact-textarea {
	text-align: left;
	margin-top: .5em;
	font-size: .9em;
	margin: 0px 0px 25px 0px;
	float: left;
}
.Item_Header {
	color : #000080;
	font-weight : bold;
	font-size: .9em;
	padding-top: 0px;
}
.Item_Menu_Header {
	color: #F8B500;
 	font-family : Arial,sans-serif ;
	font-weight : bold;
	font-size: .8em;
}
#product_table {
	padding: 5px;
}
.product_cell_left {
	width: 70%;
	margin-bottom: 10px;
	float: left;
}
.product_cell_right {
	width: 22%;
	margin-bottom: 10px;
	margin-right: 25px;
	border: 2px #000080 solid;
	float: right;
}
.product_cell_right_two {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 20px;
	border: 1px #F8B500 solid;
}
.item_left {
	padding: 5px;
}
.item_right {
	float: left;
}
Input{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	border-style: inset;
	-moz-border-radius: 3px;
}
Input:focus{
	background-image:url("Images/b.gif");
}
Select{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	font-size: 1.0em;
	border : solid 1px #989898;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	background-repeat: repeat-x;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea:focus{
	background-image:url("Images/b.gif");
}
input.Submit {
	font-weight: bold;
	font-size: .8em;
	border: 2px solid #000066;
	border-style: outset;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	margin-top: 5px;
	-moz-border-radius: 5px;
}
input.Submit:hover{
	background-image:url("Images/button-on.png");
	background-position: bottom left;
}
input.Submit:active{
	background-image:url("Images/button-down.png");
	background-position: top left;
}
.Submit_Button {
	margin-left: 12px;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
.Normal { 
	font-weight: normal;
}
.Bold { 
	font-weight: bold;
}
.Redly {
	color: #C00000;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldLargeNavy { 
	font: 1.2em; 
	font-weight: bold;
	color: #000080;
}
.BoldSmall { 
	font: .9em; 
	font-weight: bold;
}
.BoldUnderline {
	font-weight: bold;
	text-decoration:underline;
}
.smallbold {
	font-size: .8em;
	font-weight : bold;
}
.small {
	font-size: .8em;
}
h1 {
	font: bold 1.2em;
}
h2 {
	font: bold 1.3em; 
	background-color: transparent;
}
h3 {
	font: bold 2.1em;
	font-variant : small-caps;
}
Span.super {
	font: bold .75em;
	vertical-align : super;
}
ol {
	font-size: .9em;
}
a:link{
	color: #000080;
}
a:visited{
	color: #000080;
}
a:hover{
	color: #CC0000;
}
a:active{
	color: #CC0000;
}
#pagefooter {
	text-align: center;
	width: 99%;
	margin-top: 50px;
	bottom: 5px;
}
.tteddo {
	font-size:.6em;
	font-weight: bold;
	font-style : italic;
	text-decoration: none;
}
#pagefooter a:visited, #pagefooter a:link {
	color: #111111;
}
#pagefooter a:hover, #pagefooter a:active {
	color: #B00000;
}
/* Cart section */
#Cart {
	width: 97%;
	border: 1px solid #000099;
	border-collapse: collapse;
}
#Cart th {
	color: #000080;
	text-align: center;
	background-color: #FFCD25;
}
#Cart td {
	border: 1px solid #CC0000;
}
#Cart .center{
	text-align: center;
}
#Cart .row-center{
	text-align: center;
	background-color: #FFEEEE;
}
#Cart .row-center:hover{
	background-color: #FFF0CB;
}
#Cart .alt-row-center{
	text-align: center;
	background-color: #FFFFEE;
}
#Cart .alt-row-center:hover{
	background-color: #FFF0CB;
}
#Cart .right{
	text-align: right;
	font-weight: bold;
}
#Cart .SubTotal {
	background-color: #FFF0CB;
}
#Cart-Nav{
	width: 97%;
	border-collapse: collapse;
}
#Cart-Nav .center{
	padding-top: 5px;
	text-align: center;
}
#Cart-Nav .right{
	text-align: right;
	padding-top: 4px;
	height: 1.5em;
}
#Cart-Nav .center{
	text-align: left;
}
#Cart-Nav a {
	font-weight: bold;
	font-size: .9em;
	border: 2px solid #000066;
	border-style: outset;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	margin-top: 5px;
	padding: 1px;
	text-decoration: none;
	-moz-border-radius: 5px;
}
#Cart-Nav a:active {
	border-style: inset;
	background-image:url("Images/button-on.png");
	background-position: bottom left;
}
#Empty-Cart {
	font-size: .8em;
	font-weight : bold;
	text-align: center;
	padding-top: 15px;
}
#Empty-Cart a {
	font-weight: bold;
	font-size: .9em;
	border: 2px solid #000066;
	border-style: outset;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	margin-top: 5px;
	padding: 1px;
	text-decoration: none;
	-moz-border-radius: 5px;
}
#Empty-Cart a:active {
	border-style: inset;
	background-image:url("Images/button-on.png");
	background-position: bottom left;
}
#Summary-Header {
	text-align: center;
	padding-top: 5px;
}
