body {
	font-family: Times, serif;
	color: #EF4D05; 
	background-color: black;
	font-size: 13pt;
	line-height: 15pt;
	margin-left: 2%;
	margin-right: 2%;
}

p {
	font-family: Times, serif;
	padding-left: 3px;
	padding-right: 3px;
	text-align: justify;
	font-size: 110%;
}
h1 {
	color: #EF4D05;
	text-align: center;
	font-variant: small-caps;
	line-height: 105%;
}

h2 {
	font-size: 160%;
	line-height: 135%;
	text-align: right;
	margin-top: 20pt;
	margin-bottom: 10pt;
	padding-right: 5px;
}
h3.title {
	margin: .3em;
}
div.company {
	font-size: 12px;
	padding-left: 3px;
    padding-right: 3px;
}

td {
	font-family: Times, serif;
	font-size: 13pt;
}


/* LINKS */

a:link {
	font-family: Arial, sans-serif;
	color: #EF4D05; 
	text-decoration: underline;
}

a:visited {
	font-family: Arial, sans-serif;
	color: #EF4D05; 
	text-decoration: underline;
}

a:hover {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

a:link.linkright {
	font-family: Arial, sans-serif;
	text-align: right;
	font-weight: bolder;
	color: #990033;
	text-decoration: none;
}

a:visited.linkright {
	font-family: Arial, sans-serif;
	text-align: right;
	font-weight: bolder;
	color: #990033;
	text-decoration: none;
}

a:hover.linkright {
	font-family: Arial, sans-serif;
	text-align: right;
	color: #990000;
	text-decoration: none;
}


a:link.category {
	font-family: Arial, sans-serif;
	color: #990033;
	text-decoration: underline;
}

a:visited.category {
	font-family: Arial, sans-serif;
	color: #990033;
	text-decoration: underline;
}

a:hover.category {
	font-family: Arial, sans-serif;
	color: #cc0000;
	text-decoration: underline;
}

/* END LINKS */

img.lefty {
	text-align: left;
	padding: 10px;
}

img.righty {
	text-align: right;
	padding: 10px;
}

.center {
	margin: auto;
	text-align: center;
}

.bold_center {
	font-weight: bold;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

.standard_details {
	font-family: verdana, sans-serif;
	font-size: 13pt;
}
.standard_details_center {
	font-family: verdana, sans-serif;
	font-size: 13pt;
	text-align: center;
}

.important_details {
	/* color: #000033; */
	font-weight: bold;
	font-size: 15pt;
}

.subordinate_details {
	font-family: verdana, sans-serif;
	color: #000033;
	font-size: 11pt;
}

/* END PRODUCTS */


/* BOXES */


.menus {
	margin-bottom: 10px;
	border: 0px solid black;
	background: #f6f6f6f6;
}

.textbox {
	border: 0px solid red;
	color: #EF4D05; /* #000044; */
	font-size: 12pt;
}

.topbox {
	border: 0px solid black;
}

.middlebox {
	border: 0px solid black;
	margin-bottom: 5px;
	margin-top: 5px;
}

.bottombox {
	clear: both;
	border: 0px solid black;
	text-align: center;
	margin-bottom: 1px;
}

.box {
	width: 11pt;
	border: solid 1px #ffffff;
	margin-bottom: 20px;
	padding-top: 3px;
	background-color: #000000;
}

/* END BOXES */



#navcontainer {
	margin-left: 35px;
}

table.boxy {
       border: 3pt double #990033;
}

th {
       font-family: Arial, sans-serif;
       font-size: 75%;
       color: #990033;
       font-variant: small-caps;
       background: #dddddd;
       border-top: 2pt double #990033;
       border-left: 1pt solid #990033;
       border-right: 1pt solid #990033;
       padding: 0px;
       text-align: center;
}
th.actionth {
       font-family: Arial, sans-serif;
       font-size: 12pt;
       color: #990033;
       font-variant: small-caps;
       background: #dddddd;
       border-left: 1pt solid #990033;
       border-right: 1pt solid #990033;
       padding: 0px;
       text-align: center;
}

td.alternate {
       font-family: Arial, sans-serif;
       font-size: 75%;
       color: #000000;
       border-left: 1pt solid #990033;
       border-right: 1pt solid #990033;
       padding-left: 2px;
       text-align: center;
}

td.alternate2 {
       font-family: Arial, sans-serif;
       font-size: 75%;
       color: #990033;
	 background: #dddddd;
       border-left: 1pt solid #990033;
       border-right: 1pt solid #990033;
       padding-left: 2px;
       text-align: center;
}

td.actions {
       font-family: Arial, sans-serif;
       color: #000000;
       border-left: 1pt solid #990033;
       border-right: 1pt solid #990033;
       border-bottom: 1pt solid #990033;
       padding-left: 2px;
       text-align: center;
}

a.alternate:link {
	font-family: Arial, sans-serif;
	color: #990033;
      font-size: 75%;
	text-decoration: underline;
}

a.alternate:hover {
	font-family: Arial, sans-serif;
	color: #000000;
      font-size: 75%;
	text-decoration: underline;
}

input {
}

select {
	font-family: arial, verdana, sans-serif;
	background: #99ccff;
	font-size: 75%;
	line-height: 110%;
}

/* END EDIT SCREENS */

/* INVOICES */

.preview {
	width: 95%;
}

.invoice_box {
	background: #eeeeee;
	padding: 5px;
	text-align: right;
}

.invoice_box_border {
	background: #eeeeee;
	padding: 5px;
	border: 1px solid #000000;
	text-align: right;
}

.invoice_header {
	background: #60abb9;
	padding: 2px;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

.invoice_header2 {
	background: #b68d8d;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}

.invoice_table {
	background: #ffffff;
	font-size: 11pt;
}

.invoice_table_center {
	background: #ffffff;
	font-size: 11pt;
	text-align: center;
}

.invoice_large_right {
	padding: 2px;
	font-weight: bold;
	text-align: right;
}

.invoice_large_center {
	padding: 2px;
	font-weight: bold;
	text-align: center;
}

.invoice_large_right_topborder {
	padding: 2px;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #000000;
}

.invoice_large_center_topborder {
	padding: 2px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #000000;
}

.card_button_red {
	color: #000000;
	background: #b68d8d;
	border: 1px solid #b68d8d;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}

.card_button_red:hover {
	color: #ffffff;
	background: #000000;
	border: 1px solid #b68d8d;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}

.card_button_blue {
	color: #000000;
	background: #60abb9;
	border: 1px solid #60abb9;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}

.card_button_blue:hover {
	color: #ffffff;
	background: #000000;
	border: 1px solid #60abb9;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}


/* PRINT PAGE */


.invoice {
	width: 16cm;
	border-bottom: 1pt solid black;
}

.invoice_print {
	margin-left: 4cm;
	margin-bottom: 1cm;
}

.invoice_box_print {
	width: 5.6cm;
	background: #ffffff;
	font-size: 13pt;
	line-height: 16pt;
	font-family: arial, verdana, sans-serif;
	padding: 5px;
	text-align: right;
	border: solid 1pt black;
}


.invoice_header_print {
	background: #cccccc;
	padding: 2px;
	font-size: 14pt;
	line-height: 17pt;
	font-weight: bold;
	text-align: center;
	border: solid 1pt black;
}

.copyright {
	font-size: 12px;
	text-align: center;
	font-style: italic;
}
.contact {
	text-align:left;
	width: 240px;
	float: right;
}
p.contact {
	font-size: 14pt;
}
/* LI  STYLES 20070123*/
#navuser  {
	list-style: none;
	background: black;
    font-family: times, serif;
    text-align: left;
    font-variant: small-caps;
	font-weight: bold; 
    float: left;
	margin-right: 10px;
}
#navuser ul {
	margin: 0;
	padding: 0;
}
#navuser li {
	list-style-type: none;
	color: #EF4D05;
    font-size: 16px;
	line-height: 120%;
	text-align: left;
}
#navuser li.search {
	font-size: 20px;
}
#navuser a {
	display: block;
	width: 200px; 
	font-family: times, serif;
	font-variant: small-caps;
	padding-left: 5px;
	text-decoration: none;
}
#navuser a:link, #navuser a:active, #navuser a:visited  {
	color: #EF4D05; 
}
#navuser a:hover {
        background-color: #EF4D05; 
        color: #ffffff; 
}
#navadmin {
	clear: both;
        float: left;
        list-style: none;
        border: 1px solid #CCCCCC;
        background-color: white;
        font-family: times, serif;
        color: black;
        font-size: 12pt;
        line-height: 100%;
        text-align: left;
        font-variant: small-caps;
        font-weight: bold;
}
#navadmin ul    {
	margin: 0;
	padding: 0;
}
#navadmin a {
	display: block;
	width: 200px;
	font-family: times, serif;
	padding-left: 5px;
	text-decoration: none;
}
#navadmin li {
        list-style-type: none;
        color: blue;
        font-size: 18px;
        line-height: 120%;
        text-align: left;
}

.face {
	float: right;
	width: 199px;
}
.contactform {
	margin-left: 220px;
}
/* NEW STYLES FOR CATEGORY/VIEW */
#image_ul {
	list-style-type: none;
}
#image_ul li {
	display: inline;
	line-height: 200px;
	margin: 10px;
}
#image_ul img, #image_ul a {
	padding: 0px;
}
#prod_container {
	width: auto;
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0 auto;
	padding: 0px;
}
#prod_container li {
	float: left; 
	margin: 5px;
	width: 200px; 
	height: 225px; 
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	line-height: 120%;
	list-style-type: none;
}
#prod_container a {
	margin: 0px;
	text-decoration: none;
}

p.address {
	float: right;
	margin: 10px;
	white-space: nowrap;
}
ul.catalog {
	margin-left: 10em;
}
.keywords {
	display:none;
}
.prod_count {
	clear:right;
	float:right;
	font-size: 110%;
	font-style: italic;
	font: bolder Arial, Helvetica, sans-serif;
}
.textleft {
	text-align: left;
}
