BODY {margin: 0}

img { 
border: 0;
}

img a { 
border: 0;
}

p {
font-family: Arial;
font-size:16px;
}

a.link { text-decoration:none; }
a.visited { text-decoration:none; }

defaultText {
font-family: Arial;
font-size:14px;
}

input{
	font-family:"Courier New", Courier, monospace;
	font-style:normal;
	font-size:10px;
	font-weight:bold;
	color: #000000;
}

.textbox{
	border: 0;
	background-color: #E3E4E6;
	text-align="right";
}

.navregion{
    position: relative;
    left: 0px;
    top: 0px;
    height: 70px;
    width: 1024px;
    background-color: white
}
.collectionmenu{
    position: absolute;
    height: 8px;
    right: 5px;
    top: 5px
}
.logo{
    position: absolute;
    left: 38px;
	top: 12px
}
.mainmenu{
    position: absolute;
    height: 8px;
    right: 5px;
    top: 22px
}
.mainsubmenu{
    position: absolute;
    height: 8px;
    right: 5px;
    top: 40px
}
.socialmenu{
    position: absolute;
    height: 25px;
    left: 330px;
    top: 30px
}

#catLabel{
    position: absolute;
    left: 0px;
    top: 1500px;
    height: 40px;
    width: 80px;
    background-color: #EC008C;
    color: white;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    visibility: hidden
    font-family: Arial;
    font-size: 10pt;
}

#prodDisplayFrame{
    position: absolute;
    background-color: white;
    left: 103px;
    top: 70px;
    height: 440px;
    width: 818px;
    z-index: 9002;
}

#prodDisplay{
    position: relative;
    background-color: white;
    left: 8;
    top: 8;
    height: 422px;
    width: 800px;
    border-style:solid;
    border-width:2px
}

.prodheader {
    font-family: Arial;
    font-size: 20pt;
    font-weight:bold;
    text-transform: uppercase;
}

.proditem {
    font-family: Arial;
    font-size: 12pt;
    font-weight:bold;
    text-transform: uppercase;
}

.prodlabel {
    font-family: Arial;
    font-size: 8pt;
    color: #666666;
}

.proddata {
    font-family: Arial;
    font-size: 8pt;
}


