body {
	margin: 0px; 
	padding: 0px;
	background: #fff; 
}
#centereddiv {
	position: absolute;
	margin-left: -361px;
	left: 50%;
	top: 0px;
	width: 721px;
}
#mainnavcontainer {
	position:absolute;
	left:422px;
	top:565px;
	height: 25;
	width: 188px;
}
#topnavcontainer {
	width: 721px; 
	height: 18px;
	background: #fff;
}
#topbox, #topbox_main, #topbox_watches, #topbox_homeoffice, #topbox_menu, #topbox_glasses, #topbox_store {
	width:721px; 
	height:100px; 
	background: #9BB3D3;  
	border: 1px none #000000;
}
#topbox { 	background: #9BB3D3;  }
#topbox_main { 	background: #9BB3D3;  }
#topbox_watches { 	background: #9BB3D3;  }
#topbox_glasses { 	background: #CAA417;  }
#topbox_menu { 	background: #8B1E00;  }
#topbox_homeoffice { 	background: #547039;  }
#topbox_store { 	background: #7188A6;  }

#colorblock, #colorblock_main, #colorblock_watches, #colorblock_homeoffice, #colorblock_menu, #colorblock_glasses, #colorblock_store {
	width:238px; 
	height: 100px; 
}
#colorblock { 	background: #556274;  }
#colorblock_main { 	background: #556274;  }
#colorblock_watches { 	background: #556274;  }
#colorblock_glasses { 	background: #49342A;  }
#colorblock_menu { 	background: #4C1000;  }
#colorblock_homeoffice { 	background: #36422A;  }
#colorblock_store { 	background: #7188A6;  }
#nameplate {
	position:absolute; 
	left:30px; 
	top:97px; 
	z-index:25;
}
#main, #main_main, #main_watches, #main_homeoffice, #main_menu, #main_glasses, #main_store {
	 position:absolute; 
	 left:0px; 
	 top:166px;
	 width: 721px;
	 z-index:25;
	 background: #E8EAE4;
}
#main_main { background: url(../../images/content_bkg_all.gif) repeat-y; }
#main_watches { background: url(../../images/content_bkg_all.gif) repeat-y; }
#main_homeoffice { background: url(../../images/content_bkg_all.gif) repeat-y; }
#main_menu { background: url(../../images/content_bkg_all.gif) repeat-y; }
#main_glasses { background: url(../../images/content_bkg_all.gif) repeat-y; }
#main_store { background: url(../../images/content_bkg_store.gif) repeat-y; }

#content {
	position:relative; 
	left:12px; 
	top:12px; 
	width:420px; 
	height: 100%;
	padding: 12px 6px 30px 24px;
}
#image {
	position:absolute; 
	left:482px; 
	top:166px; 
	z-index:28;
}
#footer {
	position:relative;
	width:721px; 
	left: 0px; 
	top: 0px; 
	z-index: 30; 
	background: #D3D7CC;
	border-top: solid 1px #fff;
}
#icon_watches, #icon_glasses, #icon_menu, #icon_homeoffice {
	position: absolute; 
	width: 64px;
	height: 64px;
	z-index:30;
	visibility: hidden;
	top: 74px;
	border: solid 1px #E8EAE4;
}
#icon_watches {
	background: url(../../images/icon_watches.jpg) no-repeat #E8EAE4;
	left: 430px;
}
#icon_glasses {
	background: url(../../images/icon_glasses.jpg) no-repeat #E8EAE4;
	left: 502px;
}
#icon_menu {
	background: url(../../images/icon_menu.jpg) no-repeat #E8EAE4;
	left: 564px;
}
#icon_homeoffice {
	background: url(../../images/icon_homeoffice.jpg) no-repeat #E8EAE4;
	left: 629px;
}
#splash {
	visibility: hidden;
}
#splashcontent {
	position:relative; 
	left:0px; 
	top:0px; 
	width:721px; 
	z-index:26;
	background: #E8EAE4;
}
#splashfooter {
	position:absolute;
	width:721px; 
	left: 0px; 
	top: 275px; 
	z-index: 29; 
	background: #fff;
}
#locations {
	padding: 12px 0px 0px 12px;
}
/*--------------------------------------------------------------------------------*/
#content p, h1, h2, h3, h4, ul, li, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3E3B;
	line-height: 14px;
}
#content h1, h2, h3, h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	color: #333;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}
#content h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 12px 0px 0px 0px;
}
#content h3 {
	font-size: 12px;
	line-height: 14px;
	padding: 9px 0px 0px 0px;
	font-style: italic;
}
#content p, ul, ol, dl {
	padding: 6px 0px 0px 4px;
	margin: 0px;
	text-align: left;
	color: #333;
	font-weight: normal;
}
#content .q {
	font-weight: bold;
}
#content .a {
	font-style: italic;
	padding: 4px 0px 4px 12px;
}
#content ul {
	list-style-type: square;
	margin: 6px 6px 0px 32px;
	padding: 0px 0px 0px 0px;
}
#content ul ul {
	list-style-type: disc;
	margin: 2px 6px 6px 24px;
	padding: 0px 0px 0px 0px;
}
#content A { font-weight: normal; color: #000; text-decoration: underline; }
#content A:link { padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#content A:visited { color: #333; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#content A:hover {  background: #fff; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#content A:active {  }

/*--------------------------------------------------------------------------------*/
.mainnav {
	padding: 4px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 7pt;
	color: #CCCCCC;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
}
.mainnav ul
{	
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.mainnav li
{
	display: inline;
	list-style-type: none;
	padding-right: 0px; 
	padding-left: 0px;
	
}
.mainnav a:link, .mainnav a:visited
{	
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 9px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none; 
	padding: 2px 3px;
}
.mainnav a:hover
{
	color: #000000;
	text-decoration: none;
	background-color: #E9E9E9;
	font-weight: normal;
}
/*--------------------------------------------------------------------------------*/
.topnav {
	padding: 3px 0px 0px 4px;
	margin: 0px;
	font-weight: bold;
	font-size: 7pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
}
.topnav ul
{	
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.topnav li
{
	display: inline;
	list-style-type: none;
	padding-right: 1px; 
	padding-left: 1px;
}
.topnav a:link, .topnav a:visited
{
	text-decoration: none;
	font-weight: normal;
	font-size: 7pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
	padding: 2px 3px; 
}
.topnav a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
}
/*--------------------------------------------------------------------------------*/
.collectionnav {
	padding: 3px 0px 0px 4px;
	margin: 0px;
	font-weight: normal;
	font-size: 9px;
	color: #fff;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
}
.collectionnav ul
{	
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.collectionnav li
{
	display: inline;
	list-style-type: none;
	padding-right: 1px; 
	padding-left: 1px;
}
.collectionnav a:link, .collectionnav a:visited
{
	font-weight: normal;
	font-size: 9px;
	color: #fff;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}
.collectionnav a:hover
{
	color: #333;
	text-decoration: none;
	background: #E8EAE4;
}
/*--------------------------------------------------------------------------------*/
#totop {
	padding: 0px;
	margin: 18px 0px 0px 18px;

}
#totop ul {	
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#totop li {
	display: inline;
	list-style-type: none;
	color: #006FC6;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-style: normal;
}
#totop a:link, #totop a:visited
{
	color: #006FC6;
	text-decoration: none;
}
#totop a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------------------------------*/
.ftrnav {
	padding: 16px 12px 22px 21px;
	margin: 0px;
	text-align: left;
	color: #8C8C8C;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	line-height: normal;
}
.ftrnav  ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.ftrnav  li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	text-align: left;
	color: #8C8C8C;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	line-height: normal;
	padding-right: 2px; 
	padding-left: 2px;
}
.ftrnav A, A:visited, A:active { 
	color: #8C8C8C; 
	text-decoration: none; 
	padding: 1px 3px 2px 3px;
}
.ftrnav A:hover { 
	text-decoration: none;
	background: #E8EAE4;
}
.ftrnav .copyright {
	padding: 9px 0px 0px 8px;
	margin: 0px;
	text-align: left;
	color: #8C8C8C;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-style: italic;
}
.ftrnav .gsblurb {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	color: #8C8C8C;
	font-size: 9px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}
.ftrnav .gsblurb A { 
	color: #8C8C8C; 
	text-decoration: none; 
}
.ftrnav .gsblurb A:hover { 
	color: #979894; 
	text-decoration: none; 
}

.splashftrnav {
	padding: 16px 12px 21px 21px;
	margin-left: 484px;
	text-align: right;
	color: #8C8C8C;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	line-height: normal;
}
.splashftrnav  ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.splashftrnav  li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	text-align: right;
	color: #8C8C8C;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	line-height: normal;
	padding-right: 2px; 
	padding-left: 2px;
}
.splashftrnav A, A:visited, A:active { 
	color: #8C8C8C; 
	text-decoration: none; 
	padding: 1px 3px 2px 3px;
}
.splashftrnav A:hover { 
	text-decoration: none;
	background: #E8EAE4;
}

.submitbutton { height: 19px; width: 155px; font-size : 8pt; background : #E5E5E5 center; border : 2px solid #BCBCBC; font : bold Verdana Geneva Arial Helvetica sans-serif; color : #525252; text-align : center; vertical-align : top; }

/*--------------------------------------------------------------------------------*/
#homebugcontainer {
	position:absolute;
	left:0px; top:24px;
	height: 18px; width: 136px;
	padding: 0px; margin: 0px;
	z-index:18;
}
#homebug {
	float: left;
	width:100%; height:100%;
	background: url('../../images/skagenbug.gif') 0 0px no-repeat;
}
#homebug a {
	display: block;
	overflow:hidden;
	text-decoration: none;
	background: url('../../images/skagenbug.gif') 0 -18px no-repeat;
}
#homebug a:hover {
	background: none;
}
