/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#727272;
	font-size:12px;
	margin:0 auto;
	background-color:#cee7ce;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg_page.jpg);
	width:100%;
	height:100%;
}

a {
	color:#3b86bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

h5 { color:#448384; font-size:16px; margin:5px 0; font-weight:normal; }

h6 { font-size:15px; margin:0; }

h7 { font-size:15px; color:#445e84; }

h8 { font-size:47px; font-family:Helvetica; font-weight:500; }

/* ---- class settings ----------------------- */

#movie-holder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/half.png);
	z-index:6000;
}

#movie {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-240px;
	margin-left:-320px;
	background-color:#000;
	width:640px;
	height:480px;
	z-index:1;
}

.movie-close {
	position:absolute;
	top:-20px;
	right:-20px;
	z-index:6010;
}

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.catalog-box {
	position:relative;
	width:120px;
	height:135px;
	border:2px solid #93CF93;
	background-color: #CFE7CF;
	text-align:center;
	padding:10px;
	margin:10px 10px 0 0;
	float:left;
}

.catalog-box img { border:2px solid #4D824E; }

.catalog-box:hover { background-color: #B2D4ED; }

.designer_borders {
	border:3px solid #bfdfde;
}

.no_hover_line a:hover{
	text-decoration:none;
}

#left-content {
position:relative;
width:500px;
height:auto;
float:left;
}

#right-content {
position:relative;
width:320px;
height:auto;
float:right;
}

#right-content img { border:3px solid #93CF93; }

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
	background:url(images/bg_main.jpg) no-repeat;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:80px;
	background:url(images/bg_header.jpg) no-repeat;
}

#header-new {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:130px;
	background:url(images/bg-header2.jpg) no-repeat;
}

#flash_area {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:363px;
	background:url(images/img_flash-placeholder8-7.jpg) no-repeat;
}

#flash_area-new {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:357px;
	background:url(images/img_flash-placeholder8-72.jpg) no-repeat;
}

#ornaments_home {
	position:absolute;
	top:14px;
	left:25px;
	width:280px;
	height:280px;
}

#ornament_words_home {
	position:absolute;
	top:64px;
	left:312px;
	width:337px;
	height:198px;
	padding:10px 10px 0 15px;
}

#ornament_words_home p {
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:22px;
        color:#0f2c5c;
	line-height:30px;
}

#conch_jewelry_home {
	position:absolute;
	top:30px;
	right:37px;
	width:232px;
	height:275px;
}

#conch_jewelry_home p {
	font-size:10px;
	color:#448384;
	margin:5px 10px;
}

.conch_img {
	margin:10px 5px;
	float:left;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:80px;
}

#nav-new {
	position:absolute;
	top:100px;
	left:0;
	width:960px;
	height:30px;
}

#rolex-dealer-plaque {
	position:absolute;
	top:20px;
	right:20px;
}

#rolex-dealer-plaque img {
	border:3px solid #b6d7e3 !important;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
    min-height:336px;
    height:auto !important;
    height:336px;
	background:url(images/bg_content-home.jpg) no-repeat;
}

#main-new {
	position:relative;
	top:0;
	left:0;
	width:960px;
    min-height:315px;
    height:auto !important;
    height:315px;
	background:url(images/bg_content-home-new.jpg) no-repeat;
}

#main_sub {
	position:relative;
	top:0;
	left:0;
	width:920px;
    min-height:400px;
    height:auto !important;
    height:400px;
	background:url(images/bg_content-sub.jpg) no-repeat;
	padding:20px 0 0 40px;
}

#main_sub-new {
	position:relative;
	top:0;
	left:0;
	width:920px;
    min-height:400px;
    height:auto !important;
    height:400px;
	background:url(images/bg_content-sub-new.jpg) no-repeat;
	padding:20px 0 0 40px;
}

#main_sub_repeat {
	position:relative;
	top:0;
	left:0;
	width:960px;
    height:auto;
	background:url(images/bg_content-sub-repeat.jpg) repeat-y;
}

#main_sub_bottom {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:960px;
	height:15px;
	background:url(images/bg_content-bottom.jpg) no-repeat;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:29px;
	left:40px;
	float:left;
	width:625px;
	height:auto;
}

#countdown{
	position:relative;
	width:960px;
	height:367px;
	background:url(images/valentines.jpg) no-repeat;
	z-index:9999;
}

#defaultCountdown{
	position:absolute;        
	width:76px;
	height:35px;
    top:9px;
	left:502px;
	background:none;
	border:none;
    color:#fff;
	text-shadow:
    -1px -1px 0 #851f36,
    1px -1px 0 #851f36,
    -1px 1px 0 #851f36,
    1px 1px 0 #851f36;
}

#content_sub {
	position:relative;
	float:left;
	width:880px;
	height:auto;
}


#home_content {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:420px;
	height:auto;
min-height:355px;
	margin:0 20px 0 0;

}

#home_content_side {
	position:relative;
	top:0;
	left:15px;
	float:left;
	width:170px;
	height:auto;
}

#home_side_box {
	background-color:#92cf92;
	width:160px;
	height:auto;
	padding:5px;
	font-size:11px;
	margin:5px 0 10px 0;
}

#home_side_box input {
	margin:3px 0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:29px;
	left:0;
	float:right;
	width:220px;
	height:auto;
	padding:0 40px 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:35px;
	clear:both;
	background:url(images/bg_footer.jpg) no-repeat;
	padding:25px 0 0 40px;
}

#copyright {
	position:absolute;
	top:22px;
	left:35px;
}

#address {
	position:absolute;
	top:22px;
	left:220px;
}

#slug {
	position:absolute;
	top:15px;
	right:35px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:80px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav4.jpg);
}

a#nav_01 {
	width:385px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -80px;
}

.active_01 {
	background-position: 0 -80px !important;
}

a#nav_02 {
	width:54px;
	background-position:-385px 0;
}

a:hover#nav_02{
	background-position:-385px -80px;
}

.active_02 {
	background-position:-385px -80px !important;
}

a#nav_03 {
	width:60px;
	background-position:-439px 0;
}

a:hover#nav_03{
	background-position:-439px -80px;
}

.active_03 {
	background-position:-439px -80px !important;
}

a#nav_04 {
	width:74px;
	background-position:-499px 0;
}

a:hover#nav_04{
	background-position:-499px -80px;
}

.active_04 {
	background-position:-499px -80px !important;
}

a#nav_05 {
	width:76px;
	background-position:-573px 0;
}

a:hover#nav_05{
	background-position:-573px -80px;
}

.active_05 {
	background-position:-573px -80px !important;
}

a#nav_06 {
	width:50px;
	background-position:-649px 0;
}

a:hover#nav_06{
	background-position:-649px -80px;
}

.active_06 {
	background-position:-649px -80px !important;
}

a#nav_07 {
	width:125px;
	background-position:-699px 0;
}

a:hover#nav_07{
	background-position:-699px -80px;
}

.active_07 {
	background-position:-699px -80px !important;
}

a#nav_08 {
	width:61px;
	background-position:-824px 0;
}

a:hover#nav_08{
	background-position:-824px -80px;
}

.active_08 {
	background-position:-824px -80px !important;
}

a#nav_09 {
	width:75px;
	background-position:-885px 0;
}

a:hover#nav_09{
	background-position:-885px -80px;
}

.active_09 {
	background-position:-885px -80px !important;
}

/* -- New Nav -- */

#nav-new a {
	position:relative;
	float:left;
	height:30px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav-new.png);
}

a#nav-new_01 {
	width:103px;
	background-position:0 0;
}

a:hover#nav-new_01{
	background-position: 0 -30px;
}

.active-new_01 {
	background-position: 0 -30px !important;
}

a#nav-new_02 {
	width:85px;
	background-position:-103px 0;
}

a:hover#nav-new_02{
	background-position:-103px -30px;
}

.active-new_02 {
	background-position:-103px -30px !important;
}

a#nav-new_03 {
	width:87px;
	background-position:-188px 0;
}

a:hover#nav-new_03{
	background-position:-188px -30px;
}

.active-new_03 {
	background-position:-188px -30px !important;
}

a#nav-new_04 {
	width:101px;
	background-position:-275px 0;
}

a:hover#nav-new_04{
	background-position:-275px -30px;
}

.active-new_04 {
	background-position:-275px -30px !important;
}

a#nav-new_05 {
	width:111px;
	background-position:-376px 0;
}

a:hover#nav-new_05{
	background-position:-376px -30px;
}

.active-new_05 {
	background-position:-376px -30px !important;
}

a#nav-new_06 {
	width:76px;
	background-position:-487px 0;
}

a:hover#nav-new_06{
	background-position:-487px -30px;
}

.active-new_06 {
	background-position:-487px -30px !important;
}

a#nav-new_07 {
	width:167px;
	background-position:-563px 0;
}

a:hover#nav-new_07{
	background-position:-563px -30px;
}

.active-new_07 {
	background-position:-563px -30px !important;
}

a#nav-new_08 {
	width:96px;
	background-position:-730px 0;
}

a:hover#nav-new_08{
	background-position:-730px -30px;
}

.active-new_08 {
	background-position:-730px -30px !important;
}

a#nav-new_09 {
	width:134px;
	background-position:-826px 0;
}

a:hover#nav-new_09{
	background-position:-826px -30px;
}

.active-new_09 {
	background-position:-826px -30px !important;
}

/* ---- start nivo slider settings -------------------------- */

#slider1 {
    position:relative;
    width:285px; /* Change this to your images width */
    height:268px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider1 img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider1 a {
    border:0;
    display:block;
}

#slider2 {
    position:relative;
    width:285px; /* Change this to your images width */
    height:268px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider2 img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider2 a {
    border:0;
    display:block;
}

#slider3 {
    position:relative;
    width:285px; /* Change this to your images width */
    height:268px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider3 img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider3 a {
    border:0;
    display:block;
}

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}

