/* troublshooting*/

table, td{
/*	border: solid red 1px;*/

}

div {
/*	border:solid blue 1px; */
}

div#nest{
/*	Border: solid white 2px;*/
	
}

div#descmenu div{
/*	Border: solid red 2px;*/
	
}

div.spacer{
/*	Border:solid green 2px;*/
	height:1px;
}

/* apply to all pages */

body {
	background: black url(images/dedlogo.gif) -10px -20px no-repeat fixed;
	color: #567F54;
	font-family: comic sans ms,arial;
	
	
}

a {
	text-decoration: none;
	padding: 0 0 0 0;
}

H1, H2, H3, H4, H5 {
	color: #675A70;
	font-family: raphael,comic sans ms,arial;
	border-bottom: 3px solid;

}

div#main {
	position: relative;
	Top:120px; left:160px;
	width: 610px;
	Background: #151515 url(images/mist2.gif) -10px -20px no-repeat fixed;
  	padding: 10px 20px 20px 20px;
}

img {
	border: 0;
	
}

.hide {
	display:none;
}
/* menu */

div#top{
	Position: absolute;
	left: 30px;
	width: 100%;
	
}

div#menu {
	position: absolute;
	top: 130px ; left: 10px;

	
}
 div#menu div {
	padding: 0 0 0 0 ;
	
}

div.sub1 {
	position:relative;
	left:10px;
	display: none;
	padding: 0 0 0 10px;
	
}

div.sub2 {
	position:relative;
	left:10px;
	display: none;
	padding: 0 0 0 10px;
	
}

div.sub3 {
	position:relative;
	left:10px;
	display: none;
	padding: 0 0 0 10px;
	
}


/* Title bar */

table#title td.title {
	padding: 0 0 0 2em;

}


/* apply to index.html */

div#index img#title {
	position: absolute;
	top: 10px; left: 20%;
	Width: 60%;
}

div#index img#biglogo {
	position: absolute;
	top: 30px; left: 10%;
	width: 80%;
}


div#click {
	position: absolute;
	top: 90%; left: 36%;
	
}

div#click a { 
	color: #675A70;
}

/* apply to about us */

div.name{
	
	color: #675A70;
	font-size: 1.2em;
	font-family: raphael,comic sans ms,arial;
}
	

/*apply to clothing tables*/

div#clothing{

	padding: 50px 0 0 0
}

div.image {

	width: 20%;
	padding: 5% 0 0 0%
}

div.text {
	top: 0px; left: 50px;
	width: 80%;
	padding: 5% 0 0 5%;
}

table#clothing{
	padding: 50px 0 0 0
}

td.image {
	width: 20%;
	padding: 5% 0 0 0%
}

td.text {
	width: 80%;
	padding: 5% 0 0 5%;
}

/* apply to details pages */



div#photo {
	position: relative;
	height: 400px;
	width: 350px;
	
}

div#text {
	position: absolute;
	top: 50px; right: 25px;
	width: 250px;
}

table#footer {
	position: relative;
	width: 600px;
}

table#footer td {
	width: 30%;
}	

/* apply to Jewelry.html */

div#jewelry{
	padding:20px;
	
}

div#jewelry div.left img{
	width:135px;
}

div#jewelry div.left{
	float:left;
	width: 135px;
	padding: 45px 0 0 0 ;
}

div#jewelry div.right{
	float: left;
	width: 424px;

}

table#prices{
	float: right;
	width: 100%;
}

Table#prices tr.odd td {
	background: #272727;
}

Table#prices tr.even td{
	background: black;
}

Table#prices td.price{
	width: 150px;
}

div#nest{
	float:left;
	width:100%;
}

div.spacer {
  clear: both;
}

/* Apply to Jewelry description pages */

div.top{
	padding: 0 0 0 20px;
}
   	

div.demoimg{

	height:300px;
}

div.sleeveimg{

	height:400px;
}

div.descmenu{
	margin:0 0 0 40px;
}

div.smallimg{
	float:left;
	width: 120px;
	height: 110px;
	padding: 10px 10px 0 0;
}

div.smallimg img{
	width: 100%;
/*	height: 100px;*/
}
div.smallimg2{
	float:left;
	width: 120px;
	height: 200px;
	padding: 10px 10px 0 0;
}

div.smallimg2 img{
	width: 100%;
/*	height: 100px;*/
}

/* apply to Mchart.html*/

div#measurements div.left{
	float:left;
	width: 135px;
/*	height: 100%; */
	padding: 0px 0 0 0 ;
	vertical-align: middle;
}

div#measurements div.right{
	float: left;
	width: 424px;
}

Div#measurements div.odd{
	background: #272727;
}

div#measurements div.even{
	background: black;
}
