@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 10px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	outline:none;
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	outline:none;
}
a:active {
	outline:none;
} 

#content_main a {
	color: #CCC;
	text-decoration: underline;
}
#content_main a:hover {
	outline:none;
	text-decoration: underline;
	background-color: #666666;
}

#content_main a:visited {
	outline:none;
}
#content_main a:active {
	outline:none;
} 
#container {
	width: 90%;  /* this will create a container 80% of the browser width */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/page_layout/side_bar.gif);
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 1.3em;
	background-color: #000;
} 
#header {
	width: 100%;  /* this will create a container 80% of the browser width */
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: right;
	margin: 0px;
	height: 80px;
}
#hd_main {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0;
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#content_wrap {
	padding: 0px;
	margin: 0px;
} 
#content_side {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/* Side Bar Navigation Menu */
#content_side li {
	background-image: url(../images/navigation/rolex_bullet.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 5px;
	background-position: left top;
	padding-top: 1px;
}

#content_side ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* Side Bar Navigation Sub-Menu */
#content_side #sales_pages li {
	background-image:none;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
}
/** Main Navigation Icons and Formatting **/
body#home li#homLink, 
body#begin li#begLink, 
body#swim li#swiLink, 
body#red li#redLink, 
body#tick li#ticLink, 
body#dwell li#seaLink, 
body#secret li#codLink, 
body#auction li#aucLink,
body#fake li#fakLink, 
body#beware li#bewLink,
body#sales li#salLink,
body#links li#linLink,
body#contact li#conLink 
{
	background-image: url(../images/navigation/rolex2_bullet.gif);
	font-weight: bold;
	color:#fff;
	font-size: 110%;
	padding-left: 26px;
	line-height: 1.5em;
}
body#sales #sales_pages li.selected {
	background-image:url(../images/navigation/sales_bullet.jpg);
}
body#sales #content_side #sales_pages li.selected a {
	outline:none;
	text-decoration: none;
	color: #CCC;
	font-size: 110%;
	font-weight: bold;
}
body#sales #content_side #sales_pages li.selected a:hover {
	outline:none;
	text-decoration: none;
	color: #CCC;
}
body#sales #content_side #sales_pages a {
	outline:none;
	text-decoration: none;
	color: #CCC;
	font-size: 90%;
	font-weight:normal;
}
body#sales #content_side #sales_pages a:hover {
	outline:none;
	text-decoration: underline;
	color: #FFF;
	font-size: 90%;
	font-weight:normal;
}
body#home li#homLink a,
body#begin li#begLink a,
body#swim li#swiLink a,
body#red li#redLink a,
body#tick li#ticLink a, 
body#dwell li#seaLink a,
body#secret li#codLink a, 
body#auction li#aucLink a,
body#fake li#fakLink a, 
body#beware li#bewLink a,
body#sales li#salLink a,
body#links li#linLink a,
body#contact li#conLink a {
	color:#C70E14;
}
body#home li#homLink a:hover,
body#begin li#begLink a:hover,
body#swim li#swiLink a:hover,
body#red li#redLink a:hover,
body#tick li#ticLink a:hover,
body#dwell li#seaLink a:hover,
body#secret li#codLink a:hover,
body#auction li#aucLink a:hover,
body#fake li#fakLink a:hover, 
body#beware li#bewLink a:hover,
body#sales li#salLink a:hover,
body#links li#linLink a:hover,
body#contact li#conLink a:hover {
	text-decoration: none;
}

#content_main{
	margin-left: 220px;
	padding-left: 10px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	min-height:500px;
} 
#content_main #citation {
	font-style: italic;
	font-size: 90%;
	color: #000000;
	background-color: #FFFFCC;
	padding: 1px 10px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-top-color: #C70E14;
	border-right-color: #C70E14;
	border-bottom-color: #C70E14;
	border-left-color: #C70E14;
	overflow:hidden;
	margin-bottom:10px;
} 


/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

#content_main h1 {
	clear:both;
	color:#C70E14;
	display:inline-block;
	font-family:"Copperplate Gothic Bold", Verdana, Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:bold;
	margin:15px 0;
	padding:0;
	line-height: 100%;
}
#content_main h2{
/*	clear:both;
	display:inline-block;*/
	color:#C70E14; 
	font-family:"Copperplate Gothic Bold", Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:bold;
	text-indent: 10px;
	margin:0px;
	padding:0px;
	line-height: 100%;
}

/* #content_main img {
clear:both;
} */
#content_main p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.5em;
}
#content_main #img_grp {
	width: 96%;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#span_main_grp {
	clear:both;
	display:inline-block;
}
#span_main_grp ol {
/*	font-size: 100%; 
	list-style-type: decimal; */
	margin-left: 50px;
}

#content_main ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer_wrap {
	padding: 0px;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
/*	background-image: url(../images/side_bar.gif);
	background-repeat: repeat-y;
	background-position: left top; */
} 
#footer_wrap p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: "Copperplate Gothic Light", Verdana, Arial, Helvetica, sans-serif;
	color: #C70E14;
}
#foot_main {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#foot_main p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 60%;
	font-style: italic;
	color: #CCCCCC;
}
#foot_side {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#foot_side a {
	font-size: 70%;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 10px 0px 10px 10px;
	border: 1px solid #fff;
}
.fltrt_no_border { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 10px 0px 10px 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #fff;
}
.fltlft_no_border{ /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text_left {
	text-align:left;
	}
.text_center {
	text-align:center;
	}
.text_right {
	text-align:right;
	}
.quote {
	font-style: italic;
}
.high {
	font-weight: bold;
}
.img_cap {
	margin-bottom: 10px;
	margin-top: 10px;
}
.img_cap_left {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	clear: left;
	border: 1px solid #CCC;
}
.img_cap_right {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	float: right;
	clear: right;
	border: 1px solid #CCC;
}
.img_cap_left_no_clear {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	border: 1px solid #CCC;
	clear: none;
}
.img_cap_right_no_clear {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	float: right;
	border: 1px solid #CCC;
	clear: none;
}
.img_cap_110 {
	width: 100px;
	}
.img_cap_150 {
	width: 140px;
	}
.img_cap_200 {
	width: 190px;
	}
.img_cap_250 {
	width: 240px;
	}
.img_cap_290 {
	width: 280px;
	}
.img_cap_300 {
	width: 290px;
	}
.img_cap_380 {
	width: 370px;
	}
.img_cap_400 {
	width: 390px;
	}
.img_cap_500 {
	width: 490px;
	}
#content_main .img_cap_right p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align: center;
	background-color:#e6f3ff;
	border:1px solid #666;
	padding: 5px;
	margin:0px 0px 0px 0px;
	}
#content_main .img_cap_left p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align: center;
	background-color:#e6f3ff;
	border:1px solid #666;
	padding: 5px;
	margin:0px 0px 0px 0px;
	}
#content_main .img_cap_right_no_clear p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align: center;
	background-color:#e6f3ff;
	border:1px solid #666;
	padding: 5px;
	margin:0px 0px 0px 0px;
	}
#content_main .img_cap_left_no_clear p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align: center;
	background-color:#e6f3ff;
	border:1px solid #666;
	padding: 5px;
	margin:0px 0px 0px 0px;
	}
#begin #content_main .img_cap_left p {
	text-align: left;
	} 

/*
caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	padding-bottom: 10px;
}
 .tableFormat th {
	background-color: #152d6a;
	background-image: url(../images/adminTemplate/table_hdr_bg.gif);
	border-collapse: collapse;
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999999;
	padding-right: 2px;
	padding-left: 2px;
} */
.tableFormat {
	border-collapse: collapse;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	font-size: 130%;
}
.tableFormat td {
}

#code_table2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
	
#code_table2 td {
	border: 1px solid #999999;
	padding: 5px;
	text-align:center; 
}
#content_main #model_table {
	width: 450px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	text-align:left;
	float: right;
}
	
#content_main #model_table th {
	background-color: #000;
	background-image: url(../images/table_hdr_bg.jpg);
	border-collapse: collapse;
	background-repeat: repeat-x;
	background-position: left top;
	color: #CCC;
	border: 1px solid #999999;
	padding: 5px;
	font-size: 14px;
}
#content_main #model_table td {
	border: 1px solid #999999;
	padding: 5px;
	font-size: 12px;
	line-height: 100%;
}
#content_main #serial_table {
	width: 300px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	text-align:left;
	float: right;
	clear: right;
}
	
#content_main #serial_table th {
	background-color: #000;
	background-image: url(../images/table_hdr_bg.jpg);
	border-collapse: collapse;
	background-repeat: repeat-x;
	background-position: left top;
	color: #CCC;
	border: 1px solid #999999;
	padding: 5px;
	font-size: 14px;
}
#content_main #serial_table td {
	border: 1px solid #999999;
	padding: 5px;
	font-size: 12px;
	line-height: 100%;
}

/* CSS for Contact Us Form */
#subForm {
	clear: both;
	width: 680px;
	margin: 0px;
	padding: 0px;
	}
#subForm .label {
	float: left;
	width: 230px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
	}
#subForm label {
	margin-right: 10px;
	}
#subForm #captcha .label_note {
	font-size: 80%;
	margin:0;
	padding:0;
	line-height: 120%;
	}
#space {
	margin:10px 0;
	}
input#subscribe {
	margin-left: 240px;
	background-color: #ccc;
	color: #C70E14;
	font-weight: bold;
	text-transform: uppercase;
	}
input#name, input#email, input#phone, textarea#comments {
	background-color: #FBEF99;
	width: 295px;
	margin-top: 2px;
	margin-right: 5px;
	}
input#name:focus, input#email:focus, input#phone:focus, textarea#comments:focus, select#refer:focus, input#code:focus
	{
	    background-color: #FDD041;
	}
#captcha img {
	margin-top: 5px;
	float:left;
}
#captcha input {
	background-color: #FBEF99;
	font-size: 36px;
	text-align:left;
	margin-top: 5px;
	margin-left: 10px;
	vertical-align: top;
}
/* End of Contact Us CSS */
/* Floating Menu */
div.content_side {
	position:fixed;
	z-index:100;
	background-color: #000000;
	overflow: hidden;
}
/*div.content_side ul, div.content_side li, div.content_side a {display:block; margin:0 0;}*/
/* End of Floating Menu */
#go_left { width: 350px; float:left; margin-right: 10px; } 
#go_right { width: 162px; float:right; margin-left: 10px; } 
/* sales Page specific css */
#sales #go_right .sale_img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px outset #CCCCCC;
	}
#sales #sales_page_grp {
	border-top: 1px solid #CCCCCC;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}
#sales #sales_page_grp h1 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#sales #sales_page_grp h2 {
	font-size: 110%;
	text-align: left;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	}
#sales #sales_page_grp ul {
	list-style-type: circle;
	list-style-position: inside;
	}
#sales #sales_page_grp ol {
	margin-top: 5px;
	list-style-position: inside;
	}
#sales #sales_page_grp li {
	padding-top: 2px;
	padding-bottom: 2px;
	}
#sales #sales_page_grp a {
	text-decoration: underline;
	}
#sales #sales_page_grp a:hover {
	text-decoration: underline;
	background-color: #333333;
	}

/* Home page specific css */
#home #content_main ul {
	list-style-type:disc;
	text-align:left;
	list-style-position: inside;
	}
/* Links page specific css */
#links #content_main dt {
	text-align:left;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/links/link_icon_24.jpg);
	padding-left: 30px;
	background-repeat: no-repeat;
	line-height: 200%;
	}
