/* modifications to standard HTML tags */
a {
	font-size : 11px;
	font-family : Arial;
	color : #004584;
	text-decoration : none;
}

a#navlink{
	font-size : 11px;
	font-family : Arial;
	color : #808285;
	text-decoration : none;
}
a#navlink:hover{
	font-size : 11px;
	font-family : Arial;
	color : #004584;
	text-decoration : none;
}
a#underOnly{
	font-size : 11px;
	font-family : Arial;
	text-decoration : underline;
	color: #FFFFFF;
}
a#underOnly:hover{
	font-size : 12px;
	font-family : Arial;
	text-decoration : none;
	color: #FFFFFF;
}
a:hover {
	font-size : 11px;
	font-family : Arial;
	color : #808285;
	text-decoration : none;
}


body {
	background-color : #FFFFFF;
	font-size : 11px;
	font-family : Arial;
}

h1 {
	margin: 0px 0px 0px 0px;
	font-size: 19px;
	font-family : Verdana;
	font-weight: normal;
	color : #CA1F30;
}

td {
	font-size : 11px;
	font-family : Arial;
	color : #808285;
}

span {
	font-size : 11px;
	font-family : Arial;
	color : #808285;
	font-family : Arial,sans-serif;
}

/* General */
.BoldSubHeader {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	color : #004584;
}

.SubHeader {
	font-size : 12px;
	font-family : Arial;
	color : #004584;
}

.BoldText {
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	color : #808285;
}

.BoldItalicText {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : #808285;
}

.ItalicText {
	font-size : 12px;
	font-family : Arial;
	font-style :italic;
	color : #004584;
}

.SuperscriptText { 
	font-size : 10px;
	font-family : Arial;
}

/* Navigation */
.collection {
	position: absolute; 
	left: 312px; 
	top: 27px; 
	width: 134px; 
	height: 120px;
	font : 10px Arial;
	color : #686868;
	visibility : hidden;
}

.about {
	position: absolute; 
	left: 465px; 
	top: 27px; 
	width: 160px; 
	height: 120px;
	font : 10px Arial;
	color : #686868;
	visibility : hidden;
}

.customer {
	position: absolute; 
	left: 591px; 
	top: 27px; 
	width: 160px; 
	height: 120px;
	font : 10px Arial;
	color : #686868;
	visibility : hidden;
}

.navigationLink {
	font-size : 11px;
	color : #808285;
	text-decoration: underline;
}

.navigationLink:hover {
	font-size : 11px;
	color : #004584;
}

.navigationActiveText {
	font-size : 11px;
	color : #004584;
}


.hidenDiv{
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
}

/* Banner */
.banner {
	position:absolute;
	left:5px;
	top:92px;
	width:99%;
	height:211px;
	visibility: hidden;
	z-index: 5;
 }
 .banner_bg_sgray{
 background-color:#484A49;
 } 
 .banner_bg_tsp{
 background-color:#A3ACBB;
 }
 .banner_bg_cctv{
 background-color:#CA1F30;
 }
 .banner_bg_access{
 background-color:#6A7DA8;
 }
 .banner_bg_intergrat{
 background-color:#5FAD55;
 }
  .banner_bg_case{
 background-color:#F5931E;
 }
   .banner_bg_boatcctv{
 background-color:#0B3067;
 }
 .banner_bg_case, .banner_bg_intergrat, .banner_bg_access, .banner_bg_cctv, .banner_bg_tsp{
 color:#FFFFFF;
 }

.PopUpWindowText { 
	color : #FFFFFF;
	font-size : 12px;
	font-weight: bold;
	font-family : Arial,sans-serif;
}

.BannerText { 
	color : #FFFFFF;
	font-size : 12px;
	font-family : Arial,sans-serif;
}

/* Customer Testimonial */
.testimonialText {
	position:absolute; 
	left:0px; 
	top:410px; 
	width:468px; 
	height:350px;	
	visibility: hidden;
}

/* Swiss Heritage */
.swissText {
	position:absolute; 
	left:0px; 
	top:460px; 
	width:779px; 
	height:572px;	
	visibility: hidden;
}

/* Watch Care */
.watchCareText {
	position:absolute; 
	left:0px; 
	top:440px; 
	width:468px; 
	height:572px;	
	visibility: hidden;
}

/* Watch Terminology */
.terminologyText {
	position:absolute;
	left:0px;
	top:325px;
	width:468px;
	height:572px;
	visibility:hidden;
}

/* Contact */
.contactInfo {
	position:absolute; 
	left:311px; 
	top:305px; 
	width:468px; 
	height:572px;	
	visibility: hidden;
}

/* Product */
/* Avant Garde */
.AvantGardeProductText
{
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	color : #6A7DA8;
}
/*Performance*/
.PerformanceProductText
{
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	color : #A188A6;
}
/* Essentials */
.EssentialsProductText
{
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	color : #B67B53;
}
/* Traditional */
.TraditionalProductText
{
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	color : #AD9E59;
}

/* Precious Metal */
.PreciousMetalProductText
{
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	color : #C7CAD9;
}

/* selectbox */
.selectbox
{
	font-size : 12px;
	font-family : Arial;
}
.noPadLeft {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.evenPad10 {
	padding: 10px;
}
.evenPad20 {
	padding: 20px;
}
.menubg {
	background-image: url(../menujs/upline.gif);
}

.glineLeft{
	background-image: url(../../images/dgray_dot.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.glineBot{
	background-image: url(../../images/dgray_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.inpagePadder{
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}
.borderlines {
	border: 1px solid #000000;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	width: 200px;
	text-indent: 2px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.textboxsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	width: 20px;
	text-indent: 2px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.textboxproduct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	width: 170px;
	text-indent: 2px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.alttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.selectsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	width: 50px;
	text-indent: 2px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	width: 210px;
	text-indent: 2px;
	border: 1px solid #C7CAD9;
	padding: 2px;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C7CAD9;
	text-decoration: none;
	text-align: center;
	text-indent: 2px;
	border: 1px solid #cccccc;
	padding: 2px;
} 
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;
}


.search {
	position: absolute;
	right: 0;
	top: 0;
	width: 258px;
	padding: 8px 15px;
}

.search_box {
	border: thin 1px #CCCCCC;
	background-color:#FFFFFFF;

}

.search_button {
	background-color: #cc0000;
	position: absolute;
	top: 10px;
}
.BodyBox2
	{
		border-top: 1px solid #F0F0F0;
		border-bottom: 1px dashed #000000;
		background-color: #FCF5FC;
	}
	
.BodyBox
	{
		border-top: 1px solid #9D9D9D ;
		border-bottom: 1px solid #9D9D9D ;
		border-left: 1px solid #9D9D9D ;
		border-right: 1px solid #9D9D9D ;
		background-color: #ffffff;
	}