.hidden	{
	display:none;
	}

html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/BGgrad.jpg);
	background-position:top left;
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color: #888888;
	font-family: Verdana, Arial, Sans-Serif;
	color:#cccccc;
	font-family:Verdana;
	}

#pagecontainer {
	width: 800px;
	margin: auto;
	}

#header1 {
	margin: auto;
	background-image: url(../images/Headder2.jpg);
	width:800px;
	height:100px;
	} 

#header {
	margin: auto;
	background-image: url(../images/newheader_Merchandise.jpg);
	width:800px;
	height:149px;
	}

#headercontact {
	margin: 0px;
	width:800px;
	height:100px;
	font-size:12px;
	color: #000000;
	font-weight:bold;
	}

#leftcontact {
	float:left;
	text-align:left;
	margin: 25px 5px 5px 25px;
	}

#rightcontact {
	float:right;
	text-align:right;
	margin: 25px 25px 5px 5px;
	}
#rightcontact1 {
	float:right;
	text-align:right;
	margin: 25px 25px 5px 5px;
	color:#cccccc;
	}

.nav {
	margin: auto;
	width:750px;
	padding: 0px 35px 0px 15px;
	background: black url(../images/blockdefault.gif) center center repeat-x;
	}
	
#content {
	background-image: url(../images/ContentBG-85.png);
	background-position:top left;
	background-repeat:repeat;
	width: 800px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	font-size:12px;
	float:left;
	}
#content A{
    color: #ffffff;
    text-decoration: none;
}
#content A:hover{
    color: #fff600;
    text-decoration: none;
}
.navHeader
{
    background: url(../images/menuHeader.jpg) no-repeat left top;
    width: 168px;
    height: 16px;
    padding-left: 5px;
    color: #ffffff;
    font-weight: normal;
    font-size:13px;
    text-align:left;
}
.leftNav
{
    border: 0px solid #ddd;
    border-top: 0px solid #F0EFEF;
    width:168px;
    float:left; 
    margin:0px 10px 5px 5px;
    padding-bottom:5px;
    background: #000000 url(../images/leftNav.jpg) no-repeat top center;
    color:#ffffff;
    text-align:left;
    font-size:12px;
    
}

.sku
{
    display: block;
    font-weight:normal;
    font-size:12px;
}
.SalePrice
{
    color: #cc0000 !important;
}
.variantprice 
{
    font-weight:normal;
    font-size:12px;
}
.featuredProduct
{
	color: #ffffff;	
	font-weight: bold;
	font-size:16px;
}

.returnCSS{
    COLOR: #999999;
    FONT-SIZE: 8.5pt; 
    FONT-FAMILY: Verdana;
    padding-bottom:10px;
}

.contactTable{
    font-size: 13px;
    font-family: Tahoma, Verdana, sans-serif;
    border: none;
}

.gridbutton{
    font-weight:bold;
    padding:1px 2px;
    background-color:red;
}

.cartTable{
    border: solid 1px #444444; 
    /*background-color: #fdf4d5; 
    text-align:center;
    color: #5e2c09;*/
    text-align:left;
}

.cartTable TD{
    text-align:Left;
}

/*Custom Alert*/

#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}
 
#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:180px;
	border:2px solid #000;
	background-color:#F2F5F6;
	background-repeat:no-repeat;
	background-position:20px 30px;
}
 
#modalContainer > #alertBox {
	position:fixed;
}
 
#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background: url(../images/menuHeader.jpg) repeat-x left top; 
	color: Yellow;
	border-bottom:1px solid #000;
}
 
#alertBox p {
	font:14px verdana,arial;
	color: Red;
	height:50px;
	text-align:center;
}
 
#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#FFBB03;
	text-decoration:none;
}
 


