a:link, a:visited {
	color:#6e726d;
	text-decoration:none;
	}
a:active, a:hover {
	color:#D8A541;
	text-decoration:none;
	}


body {
	font-family: helvetica, arial,  sans-serif;
	color: #737A72;
	}
td { border: solid 1px #cccccc;}
img {border: none;}

#maintabletd { border: 0px;}



.sitecontainer {
	width: 630px;
	height: 600px;
	position: relative;
	}

.logo {
	position: absolute;
	top:23px;
	left: 0px;
	width: 111px;
	height: 43px;
	z-index: 2;
	}
#logo_index {
	position: absolute;
	top: 380px;
	right:0px;
	width: 142px;
	height: 57px;
	}
	
.links {
	position: absolute;
	top: 57px;
	right: 0px;
	width: 265px;
	height: 17px;
	color: #D8A541;
	font: 9pt arial;
	}
	
.greyfooter {
	display: block;
	height: 10px;
	width: 630px;
	background-color: #ececec;
	}
	
#greyfooterindex {
	position: absolute;
	top: 560px;
	left: 0px;
	}
	
#greyfooterproducts {
	position: absolute;
	top: 740px;
	left: 0px;
	}
	

.disclaimer {
	position: absolute;
	top: 758px;
	left: 172px;
	width: 460px;
	height: 20px;
	text-align: right;
	font-size: 8px;
	color: #9c9e9b;
	}
#disindex {
	top: 578px;
	}

	
/*Index/Home Styles */	
.indeximg {
	position: absolute;
	top: 78px;
	left: 0px;
	width: 633px;
	height: 381px;
	/*top: 80px;
	left: 0px;
	height: 250px; for orginalhome.html
	*/
	}
#indeximg1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 250px;
	}

#indeximg2 {
	position: absolute;
	top: 0px;
	left: 133px;
	width: 240px;
	height: 250px;
	}
#indeximg3 {
	position: absolute;
	top: 0px;
	left: 376px;
	width: 28px;
	height: 250px;
	}
#indeximg4 {
	position: absolute;
	top: 0px;
	left: 407px;
	width: 223px;
	height: 250px;
	}

#uniquecollectionbanner {
	position: absolute;
	top: 465px;
	right: 0px;
	width: 457px;
	height: 44px;
	text-align: left;
	font-size: 7.5pt;
	line-height: 9pt;
	display: block;
	}
#uniquecollectionbanner img {
float: left;
}

/*End Index/Home Styles */	


/*Products Page*/

.leftcolumnthumbs {
	position: absolute;
	top: 71px;
	left: -10px;
	width: 137px;
	height: 265px;

	}

#content{
	position: absolute;
	top: 78px;
	right: -2px;
	width: 505px;
	height: 249px;	
	/*border: solid 1px #CCCCCC;*/
	background: #EEEEEE;
	overflow: hidden;
	}

.rightcolumnthumbs {
	position: absolute;
	top: 327px;
	left: -9px;
	width: 649px;
	height: 393px;
	}
	
/*End Products Page*/



/*description styles */
.description {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 200px;
	height: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10pt;
	text-align: left;
	color: #737A72;
	z-index: 1;
	
	}
	
h1 {
	font-size: 1.5em;
	font-weight: bold;
	}

/*end description styles*/





/*dynamicContent Styles*/

.dynamicContentContainer {
	width: 501px;
	height: 246px;
	position: relative;

	}
	
.productdiagram {
	position: absolute;
	left: 5px;
	bottom: 0px;
	}
	
.productimage {
	position: absolute;
	top: 0px;
	right: 0px;
	}

.optionsbutton {
	position: absolute;
	top: 185px;
	left:165px;
	width: 70px;
	height: 25px;
	font-size: 8pt;
	vertical-align: middle;
	
	}

/*End dynamicContent Styles*/
	
	
	

/*Fade Thumbnails images*/
.leftcolumnthumbs td{
	width: 55px;
	height: 55px;
	}

.rightcolumnthumbs td{
	width: 55px;
	height: 55px;
	}

.thumbcontainer {
	width: 55px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	position: relative;
	}
.thumbup {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 55px;
	height: 55px;
	z-index: 1;
	}

.thumbimg{
    position: absolute;
    top: 0px;
    left: 0px;
	width: 55px;
	height: 55px;
	z-index: 0;
	
	}
	
.thumbhide {
	position: absolute;
    top: 0px;
    left: 0px;
	width: 55px;
	height: 55px;
	display: block;
	z-index: 2;
	filter: alpha(opacity=0); /* always 30 or 100*/
	-moz-opacity:0; /* always 0.3 or 0.99 */
	-khtml-opacity: 0; /* always 0.3 or 0.99 */
	opacity:0; /* always 0.3 or 0.99 */
	visibility: hidden;
	}
	

/*End of Fade Thumbnails images*/

/*Contact Us Styles */
.ban_contact {
	position: absolute;
	top: 78px;
	left: 0px;
	}
.contactusform {
	position: absolute;
	left: 50px;
	top: 10px;
	width: 580px;
	height: 480px;
	}
.contactusform td {border: none; vertical-align: top;}

.middle { 
	position:absolute; 
	top: 206px; 
	left: 0px; 
	width: 632px; 
	height: 500px; 
	border: solid 1px #cccccc; 
	font-size: 9pt; 
	text-align: left; 
	}
.middle b, .middle p{ 
	color: red; 
	margin: 60px; 
	}
	
.middle h1 {
	color: red;
	font-size: 15pt;
	margin-left: 60px;
	}
	
.formsubmitted {
	position: absolute;
	left: 200px;
	top: 40px;
	font-size: 12pt;
	color:#737A72;
	text-align: center;
	background-image: url("images/formsubmitted.gif");
	width: 260px;
	height:160px;
	}

.formhdings, .formhdingsTD {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
	line-height: 15px;
	text-align: right;
	}

i {
	color: red;
	padding-left: 5px;
	text-decoration: none;
	font-size: 10px;
	}


/*End Contact Us Styles */