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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
color:black;
background-color:#faf7f0;
margin:0px auto;
font-family:sans-serif, Arial, Helvetica;
font-size:9px;
text-align:center;
min-width:1000px;
background-image:url(images/tagwatermark.png);
background-position:center 300px;
background-repeat:no-repeat;
}

#topborder {
	height:20px;
	background-color:#701471;
}

#container {
width:100%;
margin:0px auto;
}

#pageheader {
	background-color:white;
	text-align:center;
}

#menubar {
color:white;
width:100%;
text-align:right;
background-image:url(images/menubg.png);
background-repeat:repeat-x;
height:50px;
line-height:50px;
vertical-align:middle;
behavior:url(../../iepngfix.htc);
}

html>body #menubar {
}

#menubar ul {
	display:inline-block;
	margin-right:30px;
	margin-top:-1px;
}

html>body #menubar ul {
}


#menubar a {
color:white;
display:inline;
}

#menulist li {
color:white;
display:inline;
}

ul#menulist {
list-style-type:none;
margin-right:30px;
}

ul#menulist a {
color:white;
text-decoration:none;
text-align:left;
text-shadow:#FFFFFF;
font-weight:bold;
font-size:18px;
line-height:50px;
display:inline-block;
padding-left:15px;
padding-right:15px;
vertical-align:middle;
}



ul#menulist a:hover {
background-image:url(images/menuoverbg.png);
background-repeat:repeat-x;
behavior:url(../../iepngfix.htc);
}

#rightwidget {
	float:right;
	width:250px;
}


#content {
min-height:300px;
padding-top:25px;
padding-left:25px;
padding-right:250px;
padding-bottom:25px;
}

#content p {
}

#pagefooter {
clear:both;
text-align:center;
height:50px;
overflow:hidden;
background-image:url(images/footerbg.png);
background-repeat:repeat-x;
behavior:url(../../iepngfix.htc);
font-weight:bold;
}

#pagefooter, #pagefooter a {
color:white;
font-size:14px;
line-height:55px;
letter-spacing:1px;
text-decoration:none;
}

td {
}

a {
text-decoration:none;
margin:0;
}

img {
behavior:url(../../iepngfix.htc);
}

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.glow {
background: #D3D5D7; 
color: #3545A7; 
font-size:8pt; 
font-family:arial; 
font-weight:bold
}

.unglow { 
color: #3545A7; 
font-size:8pt; 
font-family:arial; 
font-weight:bold
} 


.action_error {
color:red;
width:700;
text-align:center;
}

.captcha{
text-align:center;
color:red;
font-size:9px;
}

#contactustext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1#contactushead {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	margin-bottom:25px;
}

#contactus {
	width:500px;
	min-width:500px;
	margin:auto auto;
}

form#contactusform {
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	display:block;
	width:350px;
}

form#contactusform fieldset {
}

form#contactusform legend {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
}

form#contactusform label {
	display:block;
	width:150px;
	text-align:left;
}

form#contactusform input.submit {
	margin-left:auto;
	margin-right:auto;
}

form#contactusform label input, form#contactusform label textarea {
}

div#contactussent {
	margin-top:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

form#contactusform br {
}

#footcopyright div#d1 {
	text-align:left;
	float:left;
	width:40%;
}

#footcopyright div#d2 {
	text-align:right;
	float:right;
	width:40%;
}

#optinform {
	padding:5px 5px 0px 0px;
	text-align:right;
}

#optinform form {
	display:inline;
}

#optinform form #optintext {
	text-align:right;
	width:160px;
	font-size:9px;
}

div#sidewidget {
	float:right;
	width:175px;
	border-left:dashed gray 1px;
	margin-top:20px;
}

div.autocomplete {
  position:relative;
  width:200px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
  height:250px;
  overflow:auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
}

#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:10px;
}

#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
}

#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
}

#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
}

td.soitemcell {
	border:#333 solid thin;
}

thead.soitemheader td {
	background:#C9F;
	border:#333 solid thin;
}

tr.soitemrowhead {
	text-align:center;
}

tr.soitemrow {
	vertical-align:top;
	line-height:20px;
}

table#soitemlisttable {
	margin-bottom:10px;
	width:650px;
}

table#soitemlisttable td {
	vertical-align:top;
}

div#custfill {
	width:250px;
	height:100px;
	border:#333 solid thin;
	text-align:left;
	margin-top:15px;
	font-size:16px;
	margin-right:auto;
}

div#soitemlist {
	text-align:left;
	margin-top:15px;
	font-size:12px;
}

div#salesorder {
	text-align:left;
}

div#socustlookup {
	text-align:left;
}

input#addSOItem, input#upTotals, input#submitSO, input#delSOItem {
	float:left;
}

div#soTotals {
	text-align:right;
	font-size:18px;
	width:650px;
}

div#soextras {
	text-align:left;
	font-size:14px;
	clear:both;
	margin-top:20px;
}

textarea#sonotes {
	width:650px;
	height:150px;
}

div#soGrandTotal {
	display:inline;
	font-weight:bolder;
	font-size:24px;
}

img.buttonRefresh {
	cursor:pointer;
}

div#sodiv {
	display:none;
	font-size:14px;
}

img#caltrigger {
	cursor: pointer; 
	border: 1px solid red;
	margin-bottom:-5px;
	margin-top:5px;
}


