/* Basic Elements
********************************/

* { padding: 0; margin: 0; }
.clear {
	clear: both;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #002a5c;
	font-size: 85%;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
 }

a:link, a:visited  {
	color: #4d9eff;
	text-decoration: none;
}
	
a:hover {
	color: #4d9eff;
	text-decoration: underline; }
	
a.selected {
	color: #c7641c;
	text-decoration: none;
	}
	
h1 {
 	background: url('../images/header.jpg') no-repeat top left;
	width: 230px;
	height: 44px;
	text-indent: -1000px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -400px;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	font-style: normal; }
	
h3 {
	font-size: 130%;
	font-weight: bold;
	font-style: normal; }
	
h4 {
	font-size: 110%;
	font-weight: bold;
	font-style: normal; }




/* Basic Layout
********************************/
		
#header_container {
	background-image: url(../images/bg_header.jpg);
	width: 100%;
	height: 50px    ;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver; }
#top {
	background: #001a39;
	width: 100%;;
	height:56px;
  	margin: 0 auto 10px auto;
}
#header_logo {
	background-image: url(../images/logo_header.png);
	background-repeat: no-repeat;
	width:740px;
	height:50px;
	margin-left:auto;
	margin-right:auto    }

#content_container {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-x;
	width: 740px;
	height: auto;
	border: solid 1px orange; }
	
#column_container {
	width: 740px;
	border: solid 1px black; }
	
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px auto;
}

#content {
	width: 775px;
	margin: 0 auto;
}
	
/*-------- Footer -------*/

#footer, #push {
	height: 30px;
	color: #fff;
	 /* .push must be the same height as .footer */
}

#footer {
	background: #001a39;
	font-size: .8em;
	text-transform: uppercase;
	line-height: 2.8em;
}

	#footer div {
		width: 775px;
		margin: 0 auto;
	}

	#footer a:link, #footer a:visited {
		color: #ffde00;
		float: right;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#copyright {
		color: #fff;
		float: left;
	}


/*--- Left Column ---*/
#title {
	line-height: 37px;
	text-align: right;
	width: 566px;
	height: 37px; }
#left_col {
	width: 200px;
	float: left; }
#region_nav_container {
	width: 144px;
	height: 327px;
	margin-top: 18px;
	display: block; }

#nav_title{
	color: #304e6f;
	font-size: 90%;
	word-spacing: 1px;
	letter-spacing: 0;
	width: 144px;
	margin-top: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #6d92bf; }
	
#nav_container {
	width: 144px;
	margin-top: 38px;
	display: block; }

#nav {
	text-align: left;
	text-indent: 1em;
	width: 144px;
	height: 292px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: block;
 }
	
	#nav ul {
		list-style: none;
	}
	
	#nav li {
		height: 30px;
		width: 173px;
		overflow: hidden;
		margin: 0;
		display: block;
	}
	
	#nav a:link, #nav a:visited {
		background-position: top left;
		background-repeat: repeat-y;
		width: 173px;
		height: 13px;
		display: block;
		text-indent: -1000px;
		overflow: hidden;
		outline: 0;
	}

	#nav a:hover, #nav li.current a:link, #nav li.current a:visited {
		background-position: 0 13px !important;
		display: block;
	}
	
	.view_home {
		background: url('../images/view_home_bg.jpg');
	}

		.view_collection {
			background: url('../images/view_collection_bg.jpg');
		}
	
		.register_watch {
			background: url('../images/register_watch_bg.jpg');
		}
	
		.watch_info {
			background: url('../images/watch_info_bg.jpg');
		}
	
		.service_center {
			background: url('../images/service_center_bg.jpg');
		}
	
		.shop {
			background: url('../images/shop_bg.jpg');
		}
		
		.warranty_manual {
			background: url('../images/warranty_manual_bg.jpg');
		}
		
		.faq {
			background: url('../images/faq_bg.jpg');
		}
		
		.glossary {
			background: url('../images/glossary_bg.jpg');
		}

		.watch_care {
			background: url('../images/watch_care_bg.jpg');
		}
		
		.warranty {
			background: url('../images/warranty_bg.jpg');
		}
		
		.submenu {
			height: auto !important;
			margin: -10px 0 10px 0 !important;
		}

		.submenu a:link, .submenu a:visited {
			background: none !important;
			width: auto;
			height: 25px !important;
			padding: 5px 0;
			display: block !important;
			text-indent: 0 !important;
			color: #fff !important;
			outline: 0 !important;
		}

		.submenu li {
			height: 25px !important;
		}
		
		.current a:link, .current a:visited {
			color: #ffde00 !important;
		}

		.catalog_menu {
			font-size: 90%;
			margin: 0 0 0 1.5em;
			display: block;
		}

		.catalog_menu  li {
			height: auto !important;
			line-height: 50%;
		}

		.catalog_menu a:link, .catalog_menu a:visited {
			color: #405e80;
			height: auto !important;
			margin: 0 0 3px 0;
		}
		
		.catalog_menu .catalog_menu li {
			height: 15px !important;
		}
		
#left_box {
	background-color: white;
	width: 141px;
	height: 101px;
	padding: 3px;
	border: solid 1px #b3bdc9;
	}
	
#left_image {
	padding: 3px; }
/*--- Right Column ---*/
#right_col {
	background: url('../images/map_bg.jpg') no-repeat center center;
	width: 566px;
	height: auto;
	float: right;
	margin: 0;
}
#right_box {
	background-color: #fff;
	position: relative;
	width: 566px;
	height: 408px;
	padding-top: 7px;
	border: solid 1px #b3bdc9;
	text-align: left;
	}
	
#right_image {
	padding: 0 3px 3px; }
#world_map {
	position: relative;
	top: 0px;
	width: 575px;
	height: 455px; }
#form_box {
	color: #00244d;
	font-size: 110%;
	font-weight: 500;
	background: url(../images/form_bg.png);
	position: absolute;
	top: 308px;
	left: 0;
	width: 566px;
	padding-top: 0.5em;
	padding-bottom: 0.5em   }
/*--- Download ---*/
#download_box {
	font-size: 90%;
	color: #6d92bf;
	text-align: center;
	position: relative;
	width: 566px;
	height: 408px;
	padding-top: 7px; }
#download_box table {
	line-height: 150%; }
/*--- Registration ---*/
.regimage {
	display: block;
	margin: auto;
	width: 550px;
	height: 400px;
}
#reg_box {
	font-size: 80%;
	color: #fff;
	position: relative;
	width: 566px;
	height: 408px;
	padding-top: 7px; }
#reg_box td {
 	height: 28px;}
#reg_box th {
	font-size: 120%;
	text-align: left; }
#reg_box li {
	color: #000000;
	font-size: 120%;
	line-height: 150%;
	background-color: #ffffde;
	text-align: left;
	padding-left: 1em;
	border-bottom: 1px solid silver;
	list-style-type: none;
	display: block; 
	}
#message_container {
	text-align: center;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: #ffffde;
	position: absolute;
	color: #000;
	top: 208px;
	left: 0;
	width: 566px;
	padding-top: 1em;
	padding-bottom: 1em }
.show_text {
	color: #fff;
	font-size: 120%;
	text-align: left;
	width: 210px;
	height: auto;
	padding-left: 0.5em;
	border-bottom: 1px dotted #516C8D; }
input.submit {
	color:#fff;
/*	font-weight: bold;*/
	text-transform: uppercase;
	background-color: #0050ab;
	padding: 2px 5px 2px 5px;
	border: 0;
	}
.cancel {
	color:#c7641c;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size: 120%;
	font-weight:bold;
	padding: 0.25em;
 
	}
label {
	font-size: 85%;
}
td.show  {
	font-size: 120%;
}
th {
	text-align: center; }
	
/*--- Info ---*/	

#info_box {
	font-size: 75%;
	color: #00244d;
	background: #fff;
	width: 530px;
	height: 416px;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 3em;
	float: right;
	}

/*--- Service ---*/	

#service_box {
	font-size: 75%;
	color: #fff;
	width: 530px;
	height: 408px;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 3em;
	float: right;
	}
#service_box th {
	font-size: 135%;
	text-align: left;
	border-bottom: 1px solid #AAA;
	color: #73b2fe;
	margin: 0;
	}
.service_address td {
	border-bottom: 1px solid #aeb0af;
	font-size: 110%; }
.serviceLocationItem {
	width: 250px;
	float: left;
	padding: 0 10px 1.5em 10px;
	overflow: hidden;
	text-align: left;
}

/*--- Catalog ---*/
#catalog {
/*	background: url(../images/catalog_hrule.jpg) no-repeat center center;*/
	width: 550px;
	height: 400px;
	text-align: left;
	margin: 0px 0px 0px 8px;
}

.catalog_category img {	
	width: 275px;
	height: 400px;
	float: left;
	margin: auto;
/*	text-align: center;*/
	border: 0;
}

.catalog_item {
	background: url(../images/catalog_rule.jpg) no-repeat right center;
	width: 183px;
	height: 200px;
	float: left;
	margin: auto;
	text-align: center;
}
.catalog_item img {
	position: relative;
	top: 50%;
	margin-top:-90px;
	border: 0;
}
.norule {
	background: none;
}
#itemPrev {
	float: right;
	margin: 0 1em 0 1em;
	position: absolute;
	top: 1em;
	right: 1em;
}
#itemDesc {
	margin: 1em 1em 1em;
	padding: 30px 0 0 0;
	width: 325px;
	font-size: 95%;
	/* Fix line-height in IE */
	line-height: 99%;
	color: #000;
}	
	#itemDesc h3 {
		color: #405e80;
		font-size: 120%;
		margin: 0 0 1em 0;
		border-bottom: 1px solid #405e80;
	}
	#itemDesc ul {
		list-style: none;
	}
#itemOptions {
	background: url(../images/catalog_hrule.jpg) no-repeat top center;
	position: absolute;
	bottom: 12px;
	margin: 0 .5em 0 .5em;
	width: 550px;
	height: 105px;
}
#itemOptions img {
	border: 0;
}
	#itemOptions .control {
		margin: 40px 5px 0;
	}
	#itemOptions .option {
		display: block;
		background: url(../images/catalog_optionrule.jpg) no-repeat right center;
		height: 90px;
		position: relative;
		top: 50%;
		margin-top: -49px;
		float: left;
		padding: 0 1em;
		text-align: center;
		line-height: 10px;
		font-size: 10px;
	}
	#itemOptions .option_none {
		display: block;
		height: 90px;
		position: relative;
		top: 50%;
		margin-top: -49px;
		float: left;
		padding: 0 1em;
		text-align: center;
		line-height: 10px;
		font-size: 10px;
	}
		#itemoptions .option img {
			display: block;
			border: 0;
			margin: 0;
		}

#catalog_name {
	color: #002542;
	font-size: 230%;
	margin: 0 0 0 12px;
}
	
/*--- Clear Float ---*/
.clear_it {
	width: 740px;
	height: 20px;
	clear: both;
	margin: 0;
	padding: 0; }
	
/* --- Region Menu --- */
ul#subnav1{
	font-size: 90%;
	line-height: 80%;
	margin-left: 0.5em;
	list-style-position: inherit; }
.cookie_error {
	color: gray;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 100%;
	height: 100%; }
.hide{
	display: none;}
.show{
	display: block;}

/*-- Language and Region ReSelect --*/
#container_lan_reg {
	width: 740px;
	height: 67px; }
table.region_language {
	color: #c7641c;
	font-size: 85%;
	font-weight: bold;
	position: relative;
	top: 35px; }
#language_box {
	color: #c7641c;
	width: 740px;
	height: 30px;
	margin-top: 30px; }
ul.language_select, .language_select ul {

	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.language_select{
	display: table;
}
ul.language_select>li{
	display: table-cell;
	position: relative;
	padding: 2px 0 2px 12px;
}


/* Left justify for Watch Info
*******************************/
.leftJustify  {
	text-align: left;
	padding: 10px;
	color: #000;
}
	.leftJustify h2 {
		color: #405E80;
		font-size: 175%;
		font-weight: normal;
	}
	.leftJustify p {
		margin: 10px 0;
		font-size: 110%;
		color: #000;
	}
	.leftJustify strong {
		color: #000;
	}
	.leftJustify a {
		font-size: 110%;
	}
	.leftJustify ul {
		margin: 0 0 0 15px;
		padding: 0 0 0 15px;
	}
	.leftJustify table {
		margin: 0 0 0 0;
	}
		.leftJustify table th {
			text-align: left;
		}
	.leftJustify dd {
		margin: 0 0 5px 15px;
	}
.faq_list {
	margin: 20px; 
	padding: 15px;
	list-style: square;
}
 .preview img {
	border: 1px solid silver;
}

#search_message {
	text-align: center;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: #ffffde;
	position: absolute;
	top: 208px;
	left: 0;
	width: 566px;
	padding-top: 1em;
	padding-bottom: 1em 
}


/* IE hack for PNG transparency*/ 
img, div { behavior: url(/javascripts/iepngfix.htc) } 