/* CORE STYLES */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#837872;
}

.boldtext{
	font-weight: bold;
}

.newsdate{
	color:#001D8F;
	font-size: 0.8em;
	font-style: italic;
}

img, div
{
	behavior:url(iepngfix.htc)
}

/*
a:ACTIVE, a:LINK, a:VISITED {
	color:#08289E;
	text-decoration:underline;
}
a:HOVER {
	color:#cccccc;
	text-decoration:underline;
} */
h1 {
	font-size:1.2em;
	color:#001D8F;
	/* This H1 suffers from the Peekaboo bug. See http://www.positioniseverything.net/explorer/peekaboo.html */
	/*line-height:1.2;*/
	height:15px;
	/*position:relative; /* position:relative is needed because of item 6 listed on 
	http://www.webcredible.co.uk/user-friendly-resources/css/more-css-tricks.shtml */
}


h2 {
	font-size:1.0em;
	color:#001D8F;
	margin-top:20px;
	margin-bottom:3px;
}


h3 {
	font-size:0.8em;
	color:#001D8F;
	margin-top:20px;
	margin-bottom:3px;
	text-align: center;
}



.newslink a{
	color: #001D8F;
	font: normal 10pt / 1.5 arial, sans-serif;
}


.newslink a:active{
	color: #001D8F;
	font: normal 10pt / 1.5 arial, sans-serif;
}

.newslink a:visited{
	color: #001D8F;
	font: normal 10pt / 1.5 arial, sans-serif;
}

.newslink a:hover{
	color: #BB1D8F;
	font: normal 10pt / 1.5 arial, sans-serif;
}


#pageWrapperHeader {
	border:0px solid #ffffff;
	text-align: -moz-center !important ;
	background-color:#5a5a5a;
	/*background-image:url(images/bg.gif);*/
}

#centerPageHeader {
	width:955px;
	border:0px solid #8B7DD1;
	text-align:left;
}

#pageWrapperMainNav {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-align: -moz-center !important ;
	background-color:#bbbbbb;
	/*background: #bbbbbb url(images/grey_gradient2.gif) repeat-y;*/
	background: blue url(images/blue_gradient2.gif) repeat-y;
}

#centerPageMainNav {
	width:955px;
	border:0px solid #8B7DD1;
	text-align:left;
	
}

#pageWrapper {
	border:0px solid #ffffff;
	text-align: -moz-center !important ;
	/*background-image:url(images/bg.gif);*/
}



#centerPage {
	/* position:relative; */ /*JS comment out to make menu dropdown work */
	width:955px;
	border:0px solid #8B7DD1;
	text-align:left;
}


#strip
{
	position:absolute;
	top:146px;
	right:144px;
	/* top:0px;
	right: 0px;*/
	width:300px;
	height:300px;
	background:url(images/strip.png) no-repeat;
	z-index:100;
}


#header {

	height:110px;	
	border:0px solid #ff0000;
}
#mainNav {
	margin-top:0px;
	height:24px;
	/*background-color:#bbbbbb;*/
	border:0px solid #ff0000;
}
#body {
	margin-top:0px;
	/*border: 1px solid #DCDCDC;*/
	background-color:#FFFFFF;

}
#bodyContent {
	padding:10px 10px 10px 10px;
}

#bodyContentRight {
	float:right; 
	width:290px;
	border:0px solid #ff0000;
}

#bodyContentLeft {
	float:left; 
	width:630px;
	border:0px solid #ff0000;
}

#col1 {
	float:left; 
	width:250px;
	border:0px solid #ff0000;
}

#col2 {
	float:left;
	width:250px;
	border:0px solid #ff0000;
}



/*
#bodyFooter {
	background-image:url(images/bodyFooter.jpg);
	background-repeat:no-repeat;
	height:45px;
} */
#bodyFooter {
	background-color:#999999;
	height:25px;
}
#designedBy {
	font-size:8pt;
	text-align:center;
	color:#FFFFFF;
}
#designedBy a:active, #designedBy a:visited, #designedBy a:link {
	color:#FFFFFF;
}

#designedBy a:hover{
	text-decoration:none;
}
.clearBoth {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


/* minimum menu requirements for functionality */

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenutitle{
	display:block;
	margin-right:30px; /* adjust overall width here */
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:200px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;
}

/* menu design */

#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.topmenuul {
	
}

.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	padding:0px 0px 12px 0px;
	line-height:12px;
/*	color:#000000;*/
	color:#fff;
}

.submenuul {
	margin-top:-0px;
	background-color:#D7EBFF;
	/*
	background-position: top left;
	background-repeat: repeat-x;
	*/
	border-top:0px solid #336699;
	border-bottom:2px solid #bbbbbb;
	border-right:2px solid #bbbbbb;
	border-left:2px solid #bbbbbb;
	width:200px;
}

.submenu li {

}

.submenuli a{
	/*padding:3px;*/
	text-decoration: none;
	color: #000000;
	height:15px;
	border-bottom:0px solid #bbbbbb;	
	width:88%;
	padding: 6px 6%;
	font: normal 10pt / 1.5 arial, sans-serif;
}

.submenuli a:hover{
	text-decoration: none;
	background:#001D8F;
	color: #FFFFFF;
}

/* variation in blue for menu */
/*.b1 {color:#083DFF;}
.b2 {color:#073AF0;}
.b3 {color:#0737E3;}
.b4 {color:#0633D6;}
.b5 {color:#0630C9;}
.b6 {color:#062DBA;}
.b7 {color:#052AAD;}
.b8 {color:#0527A1;}
.b9 {color:#082696;}*/

.picholder {
	width:250px;
	float:left;
	padding-left:41px;
	padding-right:41px;
/*
	border-top:1px solid red;
	border-bottom:1px solid red;
*/
}
.picholder_centre {
	padding-left:10px;
	padding-right:10px;
}


.picholder1 {
	width:125px;
	float:left;
	padding-left:30px;
	padding-right:30px;
}
.picholderbig {
	width:360px;
	float:left;
	padding-left:30px;
	padding-right:30px;
}


.picholder_centre_left {
	padding-left:10px;
	padding-right:10px;
}
.picholder_centre_right {
	padding-left:10px;
	padding-right:10px;
}



.picholder img {
	border:1px solid #999999;
}
.picholder   h2, .picholderAlt  h2 {
	text-align:center;
	color:black;
	width:auto;
	text-transform: uppercase;
}

#img_popup{
	align:center;
	text-align:center;
	border:0px;
	padding-left:0px;
	padding-right:0px;	
}


.centerContent {
	text-align:center;
}
.centerContent ul {
	list-style:none;
	margin:0;
	padding:0;
}
.boldText {
	color:#003366;
	font-weight:bold;
}

b
{
	font-weight:normal;
}

.ceramics
{
	height:10px;
	overflow:hidden;
	width:10px;
	float:left;
	margin-left:-8021px;
}
img.catalog {
	border: 1px solid #333333;
}
h3.discount {
	font-size: 300%;
	font-weight: bold;
	color: #000000;
}
table.promoTable {
	width: 630px;
}
tr.price {
	text-align: right;
	font-weight: bold;
}
td.offerTitle {
	text-align: center;
	width: 100px;
	font-weight: bold;
	vertical-align: top;
}
.promoRow {
	border: 1px solid #666666;
}
.picholder  h3, .picholderAlt h3 {
	font-size:0.8em;
	color:#001D8F;
	margin-top:20px;
	margin-bottom:3px;
	text-align: center;
	text-transform: uppercase;
}
.picholderAlt {
	width:auto;
	float:left;
	padding-left:41px;
	padding-right:41px;
}
* {margin:0; padding:0}
#text {margin:50px auto; width:500px}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}