body.main {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
.main div#container {
	width: 1016px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}
/* ------------------------------------------------------------------------------------------------- HEADER
*/
.main div#header {
	background: #e9e9e9;
	padding: 0;
}
.main div#header h1 {
	margin: 0;
	padding: 10px 0;
}
/* ------------------------------------------------------------------------------------------------- NAVBAR
*/
.main div#navbar {
	margin: 6px 0 0 0;
	background: url(../images/bg_navbar.gif) #00328d repeat-x;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	height: 37px;
}
.main div#navbar div.left, div.right {
	width: 4px;
	height: 37px;
}
.main div#navbar div.left {
	background: url(../images/navbar_left.gif) #00328d no-repeat;
	float: left;
}
.main div#navbar div.right {
	background: url(../images/navbar_right.gif) #00328d no-repeat;
	float: right;
}
.main div#navbar ul li a.first {
	background-image: none;
}
.main div#navbar ul li a {
	background: url(../images/navbar-sep.gif) no-repeat 0 8px;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 37px;
}
.main div#navbar ul li a:hover {
	color: #ffd800;
}
/* ------------------------------------------------------------------------------------------------- SIDEBAR
*/
.main #sidebar {
	float: left;
	width: 200px;
	margin: 20px 0 0 0;
}

.main #sidebar_right {
	float: right;
	width: 200px;
	margin: 20px 0 0 0;
}

.main #sidebar h3, .main #sidebar_right h3 {
	text-indent: 7px;
	margin-bottom: 18px;
	border-bottom: 1px #d2d2d2 solid;
}
.main #sidebar ul, .main #sidebar_right ul {
	padding: 0;
}
.main #sidebar ul li, .main #sidebar_right ul li {
	display: block;
	padding: 2px 0;
	text-indent: 7px;
}
.main #sidebar ul li a, .main #sidebar_right ul li a {
}
.main .sub-menu {
	margin: 5px 0 0 15px;
	width: 181px;
	display: none;
    position: relative;
    left: 0px;
}
.main .sub-menu div.top {
	background: url(../images/sub-menu-top.gif) no-repeat;
	height: 14px;
}
.main .sub-menu div.top ul li {
	padding: 0;
}
.main .sub-menu div.sub-links {
	background-color: #ececec;
	border: 1px #d9d9d9 solid;
	border-bottom: none; border-top: none;
	padding-left:2px;
}
.main .sub-menu div.btm {
	background: url(../images/sub-menu-btm.gif) no-repeat;
	height: 8px;
	margin-top:0px;
}
.main .sub-menu a.active-link {
	text-decoration: none;
	color: #990000;
}



.main .sub-area {
	margin: 5px 0 0 15px;
	width: 181px;
	display: none;
    position: relative;
    left: 0px;
}
.main .sub-area div.top {
	background: url(../images/sub-menu-top.gif) no-repeat;
	height: 14px;
}
.main .sub-area div.top ul li {
	padding: 0;
}
.main .sub-area div.sub-links {
	background-color: #ececec;
	border: 1px #d9d9d9 solid;
	border-bottom: none; border-top: none;
	padding-left:2px;
}
.main .sub-area div.btm {
	background: url(../images/sub-menu-btm.gif) no-repeat;
	height: 8px;
	margin-top:0px;
}
.main .sub-area a.active-link {
	text-decoration: none;
	color: #990000;
}




/* ------------------------------------------------------------------------------------------------- CONTENT
*/
.main #content {
	/*margin: 20px 0 0 215px;*/
	float:left;
	margin-top:20px;
	width:590px;
	
	
}
/* ---------------------------------------------- CONTENT 1st CHILD DIV
*/
.main #content div.welcome {
	border-bottom: 1px #d2d2d2 solid;
	padding: 0 0 20px 7px;
	overflow: hidden; /* hack because sidebar ul pushes it down */
	width: 590px;
	float: left;
}
.main #content div.welcome div {
	/*margin: 0 180px 0 0;*/
}
.main #content div.welcome img {
	/*float: right;*/
}

.welcome_image{
	float:right;
}
.main #content div.welcome p {
	margin: 0 0 10px 0;
}
/* ---------------------------------------------- CONTENT 2nd CHILD DIV
*/
.main #content div.featured-products {
	padding: 20px 0 20px 7px;
	width: 590px;
	float: left;
}
/* ------------------ featured products
*/
.main div.product {
	width: 190px;
	float: left;
	margin: 0 0 15px 0;
}
.main div.product p {
	margin: 0 0 4px 0;
}
/* ------------------ featured products & product page
*/
.main div.product img, div.product-image img {
	border: 1px #767676 solid;
	margin-bottom: 10px;
}
.main span.old-price {
	text-decoration: line-through;
}
.main span.new-price {
	font-weight: bold;
}
/* ------------------ product page
*/
.main div.product-data {
}
.main div.product-image {
	float: left;
}
.main div.product-image p {
	text-align: center;
}
.main div.product-info {
	margin: 0 0 0 195px;
}
.main p.code {
	color: #9a0000;
}
.main p.product-text {
	margin: 20px 0;
}
.main div.product-info h1 {
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
}
/* ------------------ product/category listing
*/
.main div.product-list {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 10px 10px 0;
	border-bottom: 1px #ebebeb solid;
}
.main div.product-list div {
	float: left;
	width:30%;
}
.main div.product-list div.pl-data {
	margin-left: 20px;
}
.main div.product-list div.pl-data input {
	margin-top: 30px;
}
/* ------------------------------------------------------------------------------------------------- FOOTER
*/
.main div#footer {
	margin: 10px 0 0 0;
	padding: 10px;
	border-top: 3px #c6c6c6 solid;
	text-align: center;
}
.main div#footer ul {
	padding: 0;
}
.main div#footer ul li a {
	color: #6c6c6c;
	padding: 0 5px;
}
.main div#footer p {
	margin: 0;
	padding: 10px 0;
}
/* ------------------------------------------------------------------------------------------------- GLOBAL
*/
img {
	border: none;
}
h1,h2,h3,h4 {
	color: #9a0000;
	margin: 0;
}
h1,h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
h3,h4 {
	font-size: 16px;
}
a {
	color: #6c6c6c;
}
a:hover {
	color: #000;
}
p {
	margin: 0;
}
ul {
	margin: 0;
}
ul li {
	display: inline;
	list-style-type: none;
}
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* ------------------------------------------------------------------------------------------------- FORM ELEMENTS
*/
label {
	display: block;
	margin-bottom: 3px;
}
input.button,textarea,select {
	border: 1px #abadb3 solid;
	padding: 2px;
}
input.buttons, input.buttons_large {
	width: 93px;
	height: 26px;
	margin: 0 10px 0 0;
	background: url(../images/bg_btn.gif) #960000 no-repeat;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
input.buttons_large{
	width:135px;
	background: url(../images/bg_btn_large.gif) #960000 no-repeat;
}
/* -------------------------------------------------- TAB MENU PRODUCT DETAIL/ OTHER INHERETED
*/
div #tab-menu-products {
    /*clear: both;*/
    padding-top:15px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 00px;
    padding-bottom: 0px;
}
.disclaimer {
	color: red;
}
div.product-list div img{
	border: 1px solid #767676;
}
table.attribs {
	width:99%;
}
table.attribs td.attrib_name img{
	float: left;
	padding-top:4px;

}
table.t_cart {
	margin-top: 5px;
	margin-bottom: 7px;
}
table.t_cart td{
	border: 1px solid #ccc;
	padding: 5px;
}
table.t_cart td.price {
	border: 1px solid #ccc;
}
fieldset{
	border: 1px solid #ccc;
	width:555px;
	padding-left:8px;
}
legend{
	border:1px solid #ccc;
	color:#9A0000;
	font-weight:bold;
	font-size: 14px;
	padding:5px;
}
.special_instructions{
	margin:10px;
	margin-left:5px;
}
.shadow-box{
	background-color:#f7f7f7;
	border-color: #d6d5d5;
	border-style:solid;
	border-width: 1px;
	width:98%;
	margin:5px;

}
.error, .error_padding {

    margin:0px;
    padding: 10px;
    background-color: #fdced7;
    border: 1px solid #fa5b5b;
    color: red;
    font-weight: bold;
}
.success, .message{
	margin:0px;
	margin-bottom:20px;
	padding:10px;
	background-color:#cdfae2;
	border: 1px solid #6ad9a8;
	color:black;
	font-weight:bold;
	border: 1px solid #92c6fd;
	background-color:#c6e1fd;
}
.search-div{
	padding-left:8px;
}
ul.list li{
	display:list-item;
	list-style-type:circle;
}
ul.list{
	margin-bottom:5px;
}
ul.cart a{
	text-decoration:none;
}
ul.cart a:hover{
	text-decoration:underline;
}
table.hours{
	margin-left:auto;
	margin-right:auto;
}
.bs_info{
	width:100%;
}
.bs_info td.attrib_name{
	width:200px;
}
.bs_info_button{
	width:185px;
}


.dashboard-section-heading{
	font-family:helvetica; 
	font-weight:bold; 
	font-size:15px;
	letter-spacing:1px;
	text-transform:uppercase;
}


.dashboard-section-hr{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px solid aaa;
	margin-top:-3px
}
.credit-orders-detail thead tr, #credit thead th, #orders thead th{border:1px solid #e6e6e6; background-color:#e6e6e6; padding:2px; text-align:center;}
#credit tbody td, #orders tbody td{ border-bottom:1px solid #e6e6e6;}
table#orders, table#credit{width:100%;}
img.arrow{margin:0 5px 0 10px;}



