body {
	font-family:Arial, Tahoma, Verdana, sans-serif;
	margin:0;
	padding:0;
	background-color:#E9EAE9;
	background: url(/images/bg.gif) 0 0 repeat
}
h1, h2 {
	margin: 0;
	padding:0
}
img {
	border: 0px
}
.noborder {
	border:0;
	margin:0;
	padding:0;
}

/* ---------------------------------------
   Header Styles
--------------------------------------- */
#header {
	width: 974px;
	height: 145px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-left: solid 10px #FFF;
	border-right: solid 10px #FFF;
	background: url(/images/dashed-bg.gif) 0 0 repeat-x
}
h1#logo a{
	width: 240px;
	height: 145px;
	margin: 0;
	line-height: 999em;
	background: url(/images/rox-logo.gif) 0 0 no-repeat;
	overflow: hidden;
	display: block;
	float: left
}
#cartpanel {
	width: 734px;
	height:96px;
	float:left
}
#headerlinks {
	clear: both;
	width: 734px;
	margin: 22px 0 0 0;
	padding: 0;
	list-style: none;
	float: right
}
#headerlinks li {
	display: block;
	padding-right: 13px;
	font-size:12px;
	float: right
}
#headerlinks li a {
	color: #67686B;
	text-decoration: none
}
#headerlinks li a:hover {
	color: #000;
	text-decoration:underline
}
#searchpanel {
	width: 734px;
	height:49px;
	float:left
}
#mini-cart-total {
	margin-top: 12px;
	padding: 2px 13px 0 20px;
	background: url(/images/shopping_bag_16x16.gif) top left no-repeat;
	font-size:12px;
	color: #67686B;
	float: right
}
#mini-cart-total a{
	color: #67686B;
	text-decoration:none
}
#mini-cart-total a:hover{
	color: #000;
	text-decoration:underline
}
p#welcome-msg {
	clear:both;
	margin: 0;
	padding: 10px 13px 0 0;
	font-size: 9px;
	font-style: italic;
	color: #67686B;
	display: block;
	float: right
}
h2#strapline {
	width: 520px;
	height: 48px;
	margin: 0;
	line-height: 999em;
	background: url(/images/banners/caption.gif) 0 0 no-repeat;
	overflow: hidden;
	display: block;
	float: left
}
#simplesearch{
	margin:0;
	padding:12px 0 0 10px;
	float:left
}
#searchbox, #emailbox {
	width:160px;
	height:20px;
	margin:0;
	padding:2px 0 0 4px;
	border: 1px solid #EBEBEB;
	background-color: #EBEBEB;
	color: #67686B;
	float:left
}
#go {
	width:24px;
	height:24px;
	margin:0;
	padding:0;
	font-size:11px;
	border:1px solid #67686B;
	background-color:#67686B;
	color:#fff;
	float:left
}


/* ---------------------------------------
   Menu Styles
--------------------------------------- */
#megacontainer{
	width: 974px;
	height: 37px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	border-left: solid 10px #FFF;
	border-right: solid 10px #FFF;
	z-index: 99999999;
}
ul#topnav {
	width: 100%;
	height: 37px;
	padding: 0px;
	list-style-type: none;
	margin: 0 auto;
	list-style-image: none;
	float: left;
	font-size: 1.1em;
	z-index: 999999;
}
ul#topnav li {
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left
}
ul#topnav li a {
	height: 37px;
	text-indent: -9999px;
	float: left
}
ul#topnav li:hover a {
	background-position: left bottom
}
ul#topnav li a:hover {
	background-position: left bottom
}
ul#topnav a.home {
	width: 43px;
	background: url(/images/menu-home.gif) no-repeat
}
ul#topnav a.menu-diamond-rings {
	width: 145px;
	background: url(/images/menu-diamond-rings.gif) no-repeat
}
ul#topnav a.menu-diamond-jewllery {
	width: 184px;
	background: url(/images/menu-diamond-jewellery.gif) no-repeat
}
ul#topnav a.menu-wedding-bands {
	width: 153px;
	background: url(/images/menu-wedding-bands.gif) no-repeat
}
ul#topnav a.menu-silver-jewellery {
	width: 165px;
	background: url(/images/menu-silver-jewellery.gif) no-repeat
}
ul#topnav a.menu-watches {
	width: 95px;
	background: url(/images/menu-watches.gif) no-repeat
}
ul#topnav a.menu-collections {
	width: 126px;
	background: url(/images/menu-collections.gif) no-repeat
}
ul#topnav a.menu-sale {
	width: 63px;
	background: url(/images/menu-sale.gif) no-repeat
}
ul#topnav li .sub {
	position: absolute;
	padding: 4px 14px 4px 4px;
	top: 37px;
	left: 0px;
	background: #f2f2f3;
	font-size: 11px;
	display: none;
	float: left
}
ul#topnav li .row {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	clear: both
}
ul#topnav li .sub ul {
	width: 150px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	float: left
}
ul#topnav .sub ul li {
	width: 100%;
	color: #000
}
ul#topnav .sub ul li a {
	padding: 7px 5px 3px 5px;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	height: auto;
	color: #000;
	float: none
}
ul#topnav .sub ul li a:hover {
	background-position: 5px 12px;
	text-decoration: underline;
	/* background-color: #666 */
}
#mmwatches {
	margin-left: -258px;
}
#mmcollections {
	margin-left: -114px;
}


/* ---------------------------------------
   Main Styles
--------------------------------------- */
#container {
	width:974px;
	margin: 0 auto;
	background-color:#fff;
	border-left: solid 10px #fff;
	border-right: solid 10px #fff;
}
#main-container {
	 clear:both;
	 width: 994px;
	 margin:0 auto;
	 padding: 0
}
#picPanel {
	clear:both;
	width:974px;
	height:564px;
	margin:0;
	padding: 0;
	border-top: solid 4px #fff;
	border-bottom: solid 4px #fff;
	background-color:#999
}
#leftside, #rightside {
	float:left
}
#leftside img {
	float: left
	}
#picPanel img {
	border: none;
}

/* ---------------------------------------
   Rox Panel Styles
--------------------------------------- */
#roxpanel {
	width:974px;
	height: 60px;
	margin: 0 auto;
	border-left: solid 10px #fff;
	border-right: solid 10px #fff;
	background: url(/images/rox-bg.gif) 0 0 repeat-x
}
#lovepanel {
	width:393px;
	height: 40px;
	float:left;
	font-size:12px;
	color: #67686B;
	margin: 4px 0 0 5px;
	background: url(/images/dashed-vertical.gif) top right repeat-y
}
#signup {
	width: 130px;
	margin: 12px 15px 0 0;
	background: url(/images/loverox.gif) top right no-repeat;
	float: left
}
#emailform {
	margin: 8px 0 0 0;
	padding: 0;
}
#esubmit {
	width:60px;
	height:24px;
	margin:0;
	padding:0;
	font-size:11px;
	border:1px solid #67686B;
	background-color:#67686B;
	color:#fff;
	float:left
}
#followus {
	width:178px;
	height: 40px;
	float:left;
	font-size:12px;
	margin: 4px 0 0 14px;
	background: url(/images/dashed-vertical.gif) top right repeat-y
}
#followus p{
	margin: 12px 15px 0 0;
	color: #67686B;
	float: left;
}
#freedelivery {
	width:340px;
	/* height:40px; */
	margin: 4px 0 0 40px;
	float:left;
	color: #67686B;
}
#freedelivery p {
	margin: 12px 15px 0 0;
	padding-left: 20px;
	color: #67686B;
	font-size:12px;
	float: left;
	background: url(/images/shopping_bag_16x16.gif) 0 0 no-repeat;
	overflow: hidden;
}

#freedelivery a {
	color: #67686B;
	text-decoration: none;
}
#freedelivery a:hover {
	color: #67686B;
	text-decoration: underline;
}

/* ---------------------------------------
   Footer Styles
--------------------------------------- */
#linked_footer {
	width: 974px;
	height: 98px;
	margin: 0 auto;
	border-left: solid 10px #FFF;
	border-right: solid 10px #FFF;
	color: #67686B;
	text-align: left;
	font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background: url(/images/dashed-bg.gif) left bottom repeat-x
}

#linked_footer a:link, #linked_footer a:visited, #copy_footer a:link, #copy_footer a:visited {
	color: #67686B;
	text-decoration: none
}

#linked_footer a:hover, #copy_footer a:hover {
	color: #000;
	text-decoration: underline
}
#column1 {
	width: 160px;
	padding: 4px 0 4px 5px;
	float: left;
}

#column2 {
	width: 180px;
	padding: 4px 0 4px 5px;
	float: left;
}

#column3 {
	width: 180px;
	padding: 4px 0 4px 5px;
	float: left;
}

#column4 {
	width: 134px;
	padding: 4px 0 4px 5px;
	float: left;
}

#column5 {
	width: 155px;
	padding: 4px 0 4px 5px;
	float: left;
}

#column6 {
	width: 135px;
	padding: 4px 0 4px 5px;
	float: left;
}
#copy_footer {
	width: 974px;
	height: 26px;
	margin: 0 auto;
	padding: 10px 0;
	background-color:#fff;
	border-left: solid 10px #FFF;
	border-right: solid 10px #FFF;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #67686B;
}
#quicklinks {
	width: 974px;
	height: 110px;
	margin: 0 auto;
	padding-top: 4px;
	border-left: solid 10px #FFF;
	border-right: solid 10px #FFF;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/dashed-fade-bg.gif) left bottom repeat-x
}

#quicklinks a{
	color: #67686B;
	text-decoration: none
}

#quicklinks a:hover {
	color: #000;
	text-decoration: underline
}

#quicklinks #heading {
	width: 994px;
	padding: 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: #67686B;
	float: left;
}

#quicklinks #diamonds1 {
	width: 160px;
	padding-left: 5px;
	float: left;
}

#quicklinks #diamonds2 {
	width: 180px;
	padding-left: 5px;
	float: left;
}

#quicklinks #diamonds3 {
	width: 180px;
	padding-left: 5px;
	float: left;
}

#quicklinks #jewellery1 {
	width: 134px;
	padding-left: 5px;
	float: left;
}
#quicklinks #watches1 {
	width: 155px;
	padding-left: 5px;
	float: left;
}
#quicklinks #watches2 {
	width: 135px;
	padding-left: 5px;
	float: left;
}
#quicklinks #diamonds1 .qlheaders a, #quicklinks #jewellery1 .qlheaders a, #quicklinks #watches1 .qlheaders a {
	color: #67686B;
}
#copylinks {
	width: 660px;
	padding-top: 5px;
	float:left
}
#copycards {
	width: 250px;
	float:right
}
.holdpdash {
	background: url(/images/dashed-vertical.gif) 0 45 repeat-y;
	overflow: hidden
}
.horzdash {
		background: url(/images/dashed-bg.gif) 0 0 repeat-x;
		overflow: hidden
}

