/* Layout Stylesheet */ 

body {
	background:#DAE0E8;
	color: #CCCCCC;
	text-align:center;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
 }

#outer {
	text-align:left;
	width:861px;
	margin:auto;
	background-color: #000000;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
 }

#hdr {
	height:104px;
	background:#000000 url(../images/header.jpg) no-repeat;
	margin-left: 30px;
	width: 800px;
 }

#bar {
	height:31px;
	background:#000000 url(../images/bg_navbar.jpg) repeat-x;
	color: #000000;
	width: 800px;
	margin-left: 30px;
 }

#bodyblock {
	background: #000000;
	width:800px;
	padding:0;
	margin-left: 30px;
	position: relative;
 }
#outer #bar p {
	padding-top: 10px;
}

#l-col {
	float:left;
	background:#000000;
	width:220px;
	margin-top: 60px;
 }

#cont {
	width:600px;
	background:#000000;
	text-align:left;
 }
#CategoryTitle {
	margin-left: 218px;
	text-align: left;
}
 
 #DetailPhoto {
	float: left;
	width: 450px;
}
#DetailPhoto p {
	text-align: left;
}

#DetailThumbs {
	width: 100px;
	top: 83px;
	position: absolute;
	right: 10px;
}
.floatleft {
	float: left;
}

#ftr {
	height:240px;
	background:#000000;
	color: #CCCCCC;
	width: 730px;
	text-align: center;
	margin-left: 60px;
	clear: both;
 }
#subJewelry {
	position: absolute;
	height: 20px;
	width: 730px;
	left: 58px;
	top: 0px;
	padding: 2px 5px 0px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: left;
}
.LeftColThumb {
	float: left;
	width: 110px;
	padding-bottom: 15px;
}

#l-col #PageLinks, #PageLinksTop {
	float: left;
	width: 220px;
	padding-bottom: 15px;
	text-align: center;
}
.clearthefloats {
	clear: both;
}
.Rollover {
	padding-bottom: 15px;
}
#DetailThumbs #RoClick {
	padding-top: 5px;
	padding-bottom: 15px;
}

