/* Tag Styles */
body
{
	margin: 0;
	text-align: center;  /*necessary for IE6 centering - set left in container div*/
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-color:#FFF;
	background-image: url(../images/backgroundMain.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


h3
{
	font-size:18px;
	color:#BBB;
	line-height:2em;
	border-bottom:1px dotted #95a9c9;
}


h4
{
	font-size: 12px;
	color: #039;
}

/* To Hold all Page elements */

div#container {
	width: 780px;   
	margin: 0 auto; 
	text-align: left;
	
}

/* Masthead Styles */

div#masthead {
	vertical-align:top;
	width: 100%;
	height: 146px;
	padding:0;
	background-image:url(../images/hd_headerMain.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

div#mastheadMenu {
	position: relative;
	width: 100%;
	top: 126px;
	height: 20px;
}

.masthead_input{
border:none;
padding:0;
height:15px;
font-size:10px;
vertical-align:middle;
}

.search
{ 
	float:left;
	margin: 0 0 6px 5px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.searchButton
{
cursor:pointer;
vertical-align:middle;
border:outset 1px #CCC;
color:#547EE1;
font-size: 9px;
font-weight:bold;
background-color:#B9C5DF;
/* for IE6 compatability (W3C browsers will support the "hover psudo-class below */
        h: expression(onmouseover=new Function("this.style.backgroundColor='#CCC'; this.style.color='#000';"),
                       onmouseout=new Function("this.style.backgroundColor='#B9C5DF'; this.style.color='#547EE1';"));
}

.searchButton:hover
{
color:#000;
background-color:#CCC;
}

div#mastheadMenu ul
{
	float: right;
	list-style-type: none;
	margin: 0 10px 0 0;
	font-weight: bold;
	padding: 0;
}

div#mastheadMenu li
{
	display: inline;
}

div#mastheadMenu a
{
	color: #547EE1;
	font-size: 12px;
	text-decoration: none;
	border-left:1px solid;
	border-color:#f3f3f3;
	padding: 0 .5em 0 .8em; 
}

div#mastheadMenu a:hover
{
	color: #000;
}


/* Main Page styles*/

div#main
{
	position: relative;
	width: 780px;
	text-align: left;
	padding: 4px 0;
	background: #fff;
	float: left;
}

/* Sidebar styles*/

div#sidebar
{
	float: left;
	width: 120px;
	font-weight: bold;
}

div#sidebar ul
{
	list-style-type: none; 
	margin: 0;
	padding-left: 10px;
	text-align: center;
}

div#sidebar li.header
{
	height: 16px;
	margin-top: 16px;
	background-image: url(../images/menuHeader.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #000;
	font-size: 9px;
}

div#sidebar li
{
	margin-top: 5px;
	display: block;
	font-size: 11px;
}


div#sidebar a
{
	color: #547EE1;
	padding-bottom: 5px;
	border-bottom:1px dotted #446064;
	text-decoration: none;
}
div#sidebar a:hover
{
	color: #000;
	border-bottom:1px dotted #CCC;
}

div#content
{
	float: left;
	margin-left: 10px;
	border-left: 1px dashed #95a9c9;
	padding-left: 10px;
	width: 610px;
}


div#content a
{
	color: #039;
	text-decoration: none;
}

div#content a:hover
{
	color: #D040FF;
	text-decoration: underline;
}

/* Miva Styles */

/* styles for page buttons (Buy One Now)*/

.largeFormButton
{
cursor:pointer;
float:right;
border:outset 2px #ccc;
color:#547EE1;
font-weight:bold;
padding: 1px 2px;
background-color:#EEEEEE;
/* for IE6 compatability (W3C browsers will support the "hover psudo-class below */
        h: expression(onmouseover=new Function("this.style.backgroundColor='#C3D3ED'; this.style.color='#FFF';"),
                       onmouseout=new Function("this.style.backgroundColor='#EEEEEE'; this.style.color='#547EE1';"));
}

.largeFormButton:hover
{
color:#FFF;
background-color:#C3D3ED;
}

/* Miva Product Styles */

div#MivaProduct
{
	background-color:#FFF; 
}
	
div#MivaProduct p 
{ 
	color:#7B7B7B; 
}

div#MivaProduct a 
{ 
	color:#547EE1; 
	font-weight:bold;
	text-decoration: none;
}
	
div#MivaProduct a:hover 
{ 
	color:#BBB; 
	text-decoration: none;
}
	
div#QuantityPriceBox 
{
width: 180px;
float: right;
border:outset 2px;
min-height:100px;
background-color:#EEEEEE;
}


div#QuantityPriceBox ul 
{ 
	list-style-type: none; 
	font-size: 12px;
	margin: 2px;
	padding: 0px;
	text-align: center; 
}

div#QuantityPriceBox li.header
{
	color: #000;
	text-decoration: underline;
	font-weight:bold;
	background-color:#DDDDDD;
	line-height: 18px;
	height: 18px;
}

div#QuantityPriceBox a
{
	display: block;
	background-color:#EEEEEE;
	color: #547EE1;
	border-bottom:1px solid #AAA;
	font-size: 12px;
	text-decoration: none;
}

div#QuantityPriceBox a:hover
{
	color: #FFF;
	background-color:#C3D3ED;
}

div#footer
{
	text-align:center; 
	clear:both; 
	padding:20px; 
	border-top:1px solid #999; 
	background-color:#fff; 
}


div#cat_Item
{ 
	width: 132px;
	height: 146px;
	padding: 0px 0px 10px 0px;
	float: left;

}

div#cat_Item.out
{
	background-image: url(gray_background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
	margin-top: 0em;
	margin-bottom: 0em;
	color: #547EE1;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
div#cat_Item.over
{
	background-image: url(gray_background.jpg);
	background-position: top left;
	background-repeat: no-repeat;

	margin-top: 0em;
	margin-bottom: 0em;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

div#cat_Item p
{
	margin-top: 0em;
	margin-bottom: 0em;
	color: #547EE1;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

div#cat_Item img{
	width:73px;
	height:106px;
	border:0;
}



