﻿/* CSS layout */
body {
	background-color: #C0C0C0;
	text-align: center;
	margin: 0;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #000080;
}
a:hover {
	color: #ff6600;
}
#container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 990px;
	height: 100px;
	position: relative;
	background-color: #CCCCCC;
}
#search {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 250px;
	height: 20px;
	text-align: right;
}
#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 150px;
	height: 100px;
}
#slogan {
	position: absolute;
	top: 20px;
	left: 300px;
	width: 300px;
	height: 100px;
	font-size: 24px;
	font-weight: bold;
}
#cart {
	position: absolute;
	top: 40px;
	right: 10px;
	width: 250px;
	height: 20px;
	text-align: right;
}
#nav {
	width: 990px;
	height: 25px;
	background-color: #333333;
	color:#ffffff;
}
#leftnav {

	color: #cccccc;
	text-transform:capitalize;
	font-weight:bold;

}
#leftnav  a:link {
	color: #fff;
	text-decoration: none;
}
#leftnav  a:visited {
	color: #fff;
	text-decoration: none;
}
#leftnav   a:hover {
	color: #000000;
	text-decoration:none;
}

#leftnav_itemsub	{
	padding: 0px 0px 0px 10px;
}
hr.leftnav {
	height: 16px; 
	background: url('../images/menu_hr.jpg') no-repeat scroll center;
	border:0px;
	margin:0px;
}


#leftnav_sub {
	padding: 5px 0px 0px 0px;
}




/*SET HYBRID TABLE COLUMNS*/
#lcol {
	width: 200px;
	background-color: #CCCCCC;
}
#innerlcol {
	padding: 10px;
	text-align: left;
}
#midcol {
	width: 590px;
	background-color: #FFFFFF;
}
#rcol {
	width: 200px;
	background-color: #CCCCCC;
}
#content {
	width: 570px;
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	min-height: 400px;
}
#undercontent {
	width: 570px;
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
}
#footer {
	color: #FFFFFF;
	font-size: 10px;
	height: 54px;
	padding-top: 10px;
	text-align: center;
	background-color: #333333;
}
#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #dddddd;
}
#footer a:hover {
	color: #ffcc00;
}
.receiptbg {
	background-color: #FFFFFF;
}
.optionbutton {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #FF3F00;
}
.optionbutton2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #00DD00;
}
.boxes {
	width: 180px;
	border: 2px #dddddd solid;
}
.boxesheader {
	width: 180px;
	font-size: 14px;
}

#email2 { display: none; }

#address5 { display: none; }


#caption_container { font-size:11px;  }
#caption1 { display: none;  }
#caption2 { display: none;  }
#caption3 { display: none;  }
#caption4 { display: none;  }
.thumb1 {  height: 75px; }
.thumb2 {  height: 75px;  }
.thumb3 {  height: 75px;}
.thumb4 {  height: 75px; }
ul.image	{
	margin:10px auto;
}
ul.image li { display: inline; padding-right:10px;}
ul.image li:last-child {  padding-right:0;}
ul.image {
	padding:0;
	float:left;
}
#caption_container	{
	height:23px;
	padding:6px 0 0 0;
	display:block;
}

table#ProductDescripImage	{
	padding-bottom:30px;
}

table#ProductDescripImage	{
	padding-bottom:30px;
}

table.chart	{
	border:0px solid #26416e;
	padding:0;
}
td.chartlabel	{
	background-color:#ececec;
	border:1px solid #aaaaaa;
	padding:.3em;
	color:#333333;
	font-size:10px;
}
td.charttitle	{
	background-color:#26416e;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:.3em;
}





