body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #000066;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1 {
	font-size: 20px;
	color: #946d00;
}
h2 {
	font-size: 19px;
	color: #946d00;
}
h3 {
	font-size: 18px;
	color: #946d00;
}
h4 {
	font-size: 17px;
	color: #946d00;
}
h5 {
	font-size: 16px;
	color: #13457f;
}
h6 {
	font-size: 14px;
	color: #13457f;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 0;
    line-height: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}



/* HEADER */
#header {
	width: 960px;
	height: 134px;
	background: #fff url(../images/banner.jpg) no-repeat;
}
#header .pagetitle {
	position: absolute;
	margin: 40px 0 0 800px;
	font-size: 26px;
}


	
/*- Main Menu--------------------------- */

#mainmenu {
	position: absolute;
	width: 950px;
	margin-top: 100px;
	float: left;
	line-height: normal;
}
#mainmenu ul {
	margin: 0;
	padding: 10px 10px 0 280px;
	list-style: none;
}
#mainmenu li {
	display:inline;
	margin:0;
	padding:0;
}
#mainmenu a {
	float:left;
	background:url("../images/mainmenuleft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#mainmenu a span {
	float:left;
	display:block;
	background:url("../images/mainmenuright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainmenu a span {float:none;}
/* End IE5-Mac hack */
#mainmenu a:hover span {
	color:#FFF;
}
#mainmenu a:hover {
	background-position:0% -42px;
}
#mainmenu a:hover span {
	background-position:100% -42px;
}  


#mainmenu.admin ul {
	padding-left: 10px;
}

/* MAIN */
.leftcolumn {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}



/* TABLE MENU */
.tablemenu a {
	color: #3f3b3c;
	font-weight: bold;
	text-decoration: none;
}
.tablemenu a:hover {
	text-decoration: underline;
}


.text9 {
	font-size: 9px;
}
.text10 {
	font-size: 10px;
}
.text11 {
	font-size: 11px;
}
.greylineup {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.greylinedown {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.greylineupdown {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.lnkBack {
	font-size: 11px;
	text-decoration: none;
}
a.lnkBack:hover {
	font-size: 11px;
	text-decoration: underline;
}
a.lnkPrice {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.lnkPrice:hover {
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
a.lnkPriceNo {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
a.lnkPriceNo:hover {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}



/* HEADINGS */
.heading1 {
	font-size: 17px;
	font-weight: bold;
}
.heading2 {
	font-size: 13px;
	font-weight: bold;
}

/* FOOTER */
#footer {
	width: 960px;
	background: #cdd0d5 url(../images/footer-top-bg.gif) repeat-x;
}
#footer .footercontent {
	padding: 10px 0;
	text-align: center;
}
#footer .footercontent p,
#footer .footercontent a {
	color: #1761b7;
	text-decoration: none;
}
#footer .footercontent a:hover {
	text-decoration: underline;
}





table.carttable th {
	color: #fff;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.updatecart {
	margin-left: 613px;
}
.subtotal {
	margin-left: 543px;
	font-size: 16px;
}




/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(../admin/images/reorder-bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}
.callbackStyle {
	border:thin blue inset;		
}
.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}
.reorderList li {
	list-style:none;
	margin:2px;
	background-image:url(../admin/images/reorder-bg-nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}
.reorderList li a {color:#FFF !important; font-weight:bold;}
.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}
.ReOrderRow {
	margin-left:15px;
	text-align:left;
}




.error,
.alert {
	color: #f00;
}


.watermarked {
	color: #999;
	font-style: oblique;
}

.response_success {
	display: block;
	width: 90%;
	background: #e0eed9 url(../images/icons/success.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #a1d07e 1px solid;
	font-size: 12px;
}
.response_success_nowidth {
	display: block;
	background: #e0eed9 url(../images/icons/success.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #a1d07e 1px solid;
	font-size: 12px;
}
.response_success_inline {
	display: block;
	padding: 1px;
	color: #e0eed9;
	background-color: #fff;
	font-size: 12px;
}
.response_failure {
	width: 90%;
	display: block;
	background: #ffd6d6 url(../images/icons/fail.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #f00 1px solid;
	font-size: 12px;
}
.response_failure_nowidth {
	display: block;
	background: #ffd6d6 url(../images/icons/fail.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #f00 1px solid;
	font-size: 12px;
}
.response_failure_inline {
	display: block;
	padding: 1px;
	color: #f00;
	background-color: #fff;
	font-size: 12px;
}
.response_warn {
	width: 90%;
	display: block;
	background: #fffac2 url(../images/icons/warn.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #f00 1px solid;
	font-size: 12px;
}
.noborder {
	border: none;
}