body {
	font: normal 12px Arial, Tahoma;
	color:#0A246A;
	text-decoration: none;
	padding:0px;
	margin:0px; background-color:#CCC
} /* master style that defines fonts and main background colour for the entire site */
/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFF;
	color:#333333;
}
.pad {
	padding:10px;
}

ol{ list-style:disc;}
ul{list-style:disc;}

a {
	color:#f26522;
	text-decoration:none;
}
a:hover {
	color: #f26522;
	text-decoration:underline;
}

a.mceContentBody{color:#f26522;}

h1 {
	font: bold 14px Arial, Tahoma;
	color: #333;
	margin:0px 0px 10px 0px;
	padding:0px
}
h3 {
	font: normal 12px;
}
select, option {
	font: 11px Tahoma;
	background:#E9E9E9;
}
input, textarea, password, file {
	FONT-FAMILY: Arial, Tahoma;
	font-size: 13px;
	
	padding:2px
}
input[type="checkbox"] {
	border:none;
	background:none;
}
/*----------------------------- Basic layout styles from top to bottom of the page ------------------------------ */


.main_table {
	background: #FFF;
	border:2px solid #FFFFFF;
}
.header {
	background: url(header.jpg) no-repeat center top #FFF;
} /* Background image can fill the entire header section */
.header A {
	margin:0px 6px 0px 5px;
}
.shop_name {
	font: 1px Arial, Tahoma;
	padding-right:20px;
	text-align:right;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.searchinput {
	font:normal 11px Arial, Tahoma;
	border:2px solid #a4a4a4;
	margin:0px;
	background:#FFF;
	padding:2px 2px 2px 5px;
	font-size:12px;
}
.topnav {
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	height:33px;
	background:url(menubackGreen.gif) no-repeat center top;
	padding:0px;
	width:100%;
	position:relative;
	top:-1px;
	z-index:1;
}
.search {
	position:relative;
	z-index:2;
}
.search a {
	display:none;
}
#topnav_align {
	text-align:left;
	width:100%;
}
#topnav_align table {
	padding-left:15px;
}
.footer {
	background: #c92727;
	color:#FFF;
	font:11px/16px Arial, Tahoma;
	text-align:center;
	padding:3px 0px 3px 0px;
	width:100%
}
.footer A {
	color: #FFF;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}
.footer A:hover {
	color: #FFF;
	text-decoration: underline
}
.topnav A {
	position:relative;
	color:#4d5a6c;
	text-decoration:none;
	padding:7px 7px 8px 7px;
	display:block;
	float:left;
	border-right:1px solid #FFF;
	margin-bottom:3px;
	width:auto;
	white-space:nowrap;
	z-index:1005;
}
.topnav A:hover {
	text-decoration:none;
	background:#626262;
	color:#FFF;
}
.topnav table {
	text-align:center
}
.menu_background {
	background:#f26522;
}
.main_cell {
	padding:8px 8px 8px 8px
}
.right_column {
	width:120px;
	text-align:center;
	border-left: 1px solid #398ee5;
}
.right_column H3 {
	font: normal 12px Arial, Tahoma;
	color: #333;
	padding:0px 3px 10px 3px;
}
/*----------------------------- Buttons ------------------------------ */


.button {
	margin:0px 8px 0px 0px;
	padding:2px 6px 2px 6px;
	font:normal 11px Arial, Tahoma;
	color:#3C3C3C;
	text-decoration:none;
	color:#FFF;
	text-decoration:none;
	background:#f26522;
	border:1px solid #e31e26;
	cursor:pointer;
	display:block;
	float:left;
	clear:none
}
/* display, float and clear are needed to render buttons correctly in IE 6 */


.button:hover {
	color:#e31e26;
	text-decoration:none;
	background:#FFF;
}
input {
 padding: expression(this.type=="submit"?'0px':'');
}
form submit {
	width:1%;
	overflow:visible;
}
/* this is for Gecko based broswers to changel <input type="submit"> tags */

input[type="submit"] {
	padding: 2px 2px;
}
/*----------------------------- left hand menu ------------------------------ */

#menuLeft {
}
#menuLeft ol {
	font: normal 12px Arial, Tahoma;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px; /* Width of Menu Items */
}
#menuLeft ol li a {
	padding-left:0px;
	display: block;
	width:150px;
	text-decoration: none;
	color: #c92727;
	/* IE6 Bug */
	padding: 3px 0px 6px 20px;
}
/* Fix IE. Hide from IE Mac \*/
/** html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }*/
/* End */


#menuLeft ol li a:hover {
	color:#fff;
	text-decoration:none;
	background:#00707e;
	font-weight:bolder;
}
#menuLeft ol li ol {
	display: none;
}
#menuLeft ol li.highlight ol {
	display: block;
}
#menuLeft .highlight a {
/*	color: #00707e;
	background:url(menu_bg_highlight.gif) left no-repeat;
	font-size: 12px;*/
	font-weight:bolder;
	color:#fff;
	text-decoration:none;
	background:#00707e ;
}
/* Hover Styles */
		
#menuLeft li ol li a {
	padding: 1px 3px;
} /* Sub Menu Styles */
#menuLeft li:hover ol, li.over ol {
	display: none;
} /* The magic */
#menuLeft .sub a {
	color:#f29c73;
	width: 155px;
	background:#FFF;
	padding:3px 0px 3px 5px;
	padding-left:27px;
	font-weight: normal;
	border-top-style: none;
}
/* .highlight  li ul { display: block; }  The magic */ 

#menuLeft .sub a:hover {
	color:#f29c73;
	text-decoration:none;
	background:#f2dace;
	font-weight:normal;
}

.highlight A {
	TEXT-DECORATION: none;
	color: #000;
}

.selected {
	text-decoration:none;
	color: #333
}

#menuLeft .subHighlight a {
	color: #00707e;
	background:#f2dace;
	font-size: 12px;
	}

/*//////////////// top menu////////////////////*/

.menutop {
	margin-top:10px;
	background:url(menuTopRound.gif) no-repeat top center;
	display:block;
	height:7px;
	border-bottom:1px solid #78ace7;
	width:144px;
	margin-left:6px;
}
.menutop span {
	font:bold;
	font-family:1px;
	display:none;
	pacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
} /* display:none hides the word Browse */
/* Fix IE. Hide from IE Mac \*/
* html ol li {
	float: left;
	height: 1%;
}
* html ol li a {
	height: 1%;
}
/* End */


/* Hover Styles */

.shop_text {
	padding-left:13px;
}
.shop_text div {
	font:bold 14px Arial, Tahoma;
	padding-bottom:5px;
}
.cart {
	font: 12px Arial;
	border:1px solid #e41f28;
	width:98%;
	background:#FFF
}
.cart th {
	text-align:left;
	background:#e41f28 url(../matt_blue_popup/hd_bk.jpg) repeat-x;
	color:#FFF
}
.cart a {
	margin-right:0px;
	float:right
}
.lineitem {
	border-bottom: 1px dotted #CCC
}
.checkouthead {
	font-size: 16px;
	color:#3a8de3;
	padding:20px 0px
}
.cat_head {
} /*Category name and description*/
#thumbnail {
	WIDTH: 134px;
	float: left;
	clear: none;
	margin:5px 11px 10px 0px;
	padding-top:6px;
	text-align:center;
	border:0px solid #c1c1c1;
	height: 210px;
	background:url(thumbnailShadow.gif) repeat-x bottom;
}
#thumbnail p {
	margin: 0px 0px 0px 35px;
	text-align:center
}
#thumbnail h3 {
	font:normal 12px Arial, Tahoma;
	text-align:center;
	background-color:#e31e26;
	color:#FFFFFF;
	padding:5px 0;
}
#thumbnail span {
	font:normal 11px Arial, Tahoma;
	text-align:center
}
#thumbnail div {
	text-align:center
}
#thumbnail .thumbImage {
	height:110px;
}
#thumbnail .thumbInfo {
	clear:both;
}
/*----------------------------- Essential Bizar Shop Styles ------------------------------ */


.heading {
	font-size: 14px;
	color:#f26522;
	display:block;
	padding-bottom:1px; /*border-top:1px solid #333;*/
	font-weight:bold;
}
.subheading {
	font: normal 14px Arial, Tahoma
}
.errorMessage {
	font-weight: bold;
	color: #FFF;
	background-color: #c92727;
	padding:4px
}
.okMessage {
	font-weight: bold;
	padding: 4px;
	background-color:#CCC;
}
.form-label {
	font-weight: bold;
	color: #4683d3
}
.form-title {
	font-weight: bold;
	color: #4683d3
}
.normalbold {
	font-weight: bold
}
.tablehead {
	font-size: 14px;
	text-decoration: none;
	color:#4683d3
}
.sitemaplevel0 {
	padding-left:20px;
}
.sitemaplevel0 LI {
	list-style:none;
	margin-left:20px;
	font-size:13px
}
.sitemaplevel1 LI {
	margin-left:60px;
	font-size:11px
}
.sitemaplevel2 LI {
	margin-left:100px;
	font-size:11px
}
.searchResult {
	color: #000000;
	font-weight:normal;
	border-bottom: 1px solid #cccccc;
	padding-bottom:10px;
	padding-top: 8px
}
.searchResult A {
	color:#0000FF;
	text-decoration:underline;
	font-size:14px;
}
/*----------------------------- Product Page ------------------------------ */

.product_image {
	padding:10px 10px 10px 10px
}
.product_image A {
	text-decoration:none;
	color: #333;
}
.product {
	padding:10px 10px 10px 10px
}
.price {
	font: bold;
	padding:10px 0px 0px 0px
}
.related_prods {
	margin: 0px 0px 10px 0px;
	padding:3px;
	width:120px
}
/*----------------------------- Quick Edit ------------------------------ */
#quickEdit {
	clear:both;
	text-align:center;
	margin:0;
	padding:0;
	background:#CCC;
}
#barRow {
	background:url(images/quick_edit/quickFade.gif) repeat-x #fff;
}
#name1, #name2 {
	border-bottom:1px solid #ccc;
}
.quickButtons {
	padding:5px;
	text-align:center;
	border-right:1px solid #fff;
	border-bottom:4px solid #CCC;
	color:#000;
	cursor:pointer;
	width:auto;
	background:#B4B4B4;
}
.quickButtons:hover {
	background:#000;
	color:#fff;
}
.specials_box {
	border-bottom:1px solid #333;
}
.smenu {
	color:#FFF;
	padding:10px;
	background:#f26522;
	font-weight:bold;
}
.smenu a {
	padding:5px;
	color:#FFF;
	text-decoration:none;
}
.smenu a:hover {
	color:#FFF;
	text-decoration:underline;
}
.topmenu {

	font-size:12px;
	width:90px;
	background:url(menuCurve.gif) no-repeat top center #fdd6bc;
	text-align:center;
	margin:4px 2px 0px 4px;
	text-transform:lowercase;
	float:left;
}
.topmenu a {
	width:85px;
	display:block;
	padding:4px 2px;
	text-decoration:none;
	color:#00707e;
	
	
}
.topmenu a:hover {
	color:#00707e;
	background:url(menuHighlight.gif) no-repeat top center #FFF;
}
.topmenuHighlight a {
	text-decoration:none;
	color:#00707e;
	text-transform:lowercase;
	font-size:12px;
	float:left;
	width:85px;
	background:url(../images/menuHighlight.gif) no-repeat top center #FFF;
	text-align:center;
	padding:4px 2px;
		margin:4px 3px 0 3px;
}
.copyright {
	color:#949494;
	background-color:#FFF;
	font-size:11px;
}
.news {
	background-color:#fdd8bf;
	color:#00707e;
	font-size:10px;
}
.mainContent { background:#FFFFFF; color:#000000; }
.newsContent { padding-left:10px; text-align:left; }
.newsContent a { text-decoration:none; }
.news a{color:#f26522;}
.news h1 {
	color:#000;
	font-size:10px;
	font-weight:bold;
}.news h2{
	color:#00707e;
	font-size:14px;
	font-weight:bold;
}
.news2 {
	background-color:#eff3f5;
	color:#00707e;
	font-size:10px;
	padding:5px;
}
.news2 h1 {
	color:#e7620a;
	font-size:11px;
	text-decoration:none;
}
.photo{float:left;}
.photo h2 {
	color:#00707e;
	font-size:11px;
	text-decoration:none;
}.photo a{
	color:#00707e;
	font-size:10px;
	text-decoration:none;
}

.photo a:hover{
	color:#333;
	font-size:10px;
	text-decoration:none;
}
.news2 a{
	color:#00707e;
	font-size:10px;
	text-decoration:none;
}

.news2 a:hover{
	color:#333;
	font-size:10px;
	text-decoration:none;
}
.org_bg {color:#FFF;
	background:#f26522;
	padding:10px;
}
.org_bg_menu {color:#FFF;
	background:#f26522;
}
.lightOrangeBack {
	background-color:#FFF;
	padding:10px 10px 10px 10px
}
.img_desc {
	font-size:11px;
	color:#f3c8b4;
}

.largeIntro {
	color:#f26522;
	font-size:20px;
	font-weight:bold;
}
.introSubHeading {
	color:#f26522;
	font-size:15px;
	font-weight:bold;
}

.introSubText {
	
	color:#00707e;
	font-size:11px;
	font-weight:bold;
}

.mainPageContent ul {
	margin:10px 0 10px 22px;
	padding:0;
}
.mainPageContent li {
	list-style:none;
	list-style-image:url(images/arrow.gif);
	padding-left:0px;
	padding-top:5px;

}
.footnote{
	color:#FFF;
	padding:10px;
	background:#f26522;
	font-weight:bold;
	font-size:15px;
}