@charset "utf-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	background-color:#000000;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	letter-spacing:0.21em;
	word-spacing:0.1em;
	line-height:115%;
}

div#onHoldOverlay { behavior: url(http://www.kroonwatches.nl/iepngfix.htc); }
div#container{
	width:1000px;
}

div#header{
	width:100%;
	height:150px;
	text-align:center;
}
div#menubar{
	width:1000px;
	height:30px;
	margin:0px;
	padding:0px;
}
div#menuLeft{
	width:225px;
	float:left;
}
div#menu{
	background-image:url(../images/menuBar.jpg);
	background-repeat:repeat-x;
	text-transform:uppercase;
	width:615px;
	float:left;
}
div#flags{
	float:left;
	width:120px;
	margin-left:20px;
}
div#flags img{
	border:1px solid #F3F3F3;
}
.menubutton, .menubutton a{
	font-size:13px;
	color:#000000;
	height:30px;
	text-decoration:none;
}
.menubuttonOver, .menubuttonOver a{
	font-size:13px;
	color:#FFFFFF;
	background-color:#000000;
	height:30px;
	text-decoration:none;
}
div#main{
	width:1000px;
	background-image:url(../images/mainBack.jpg);
	background-repeat:no-repeat;
	height:auto;
}
div#left{
	float:left;
	width:225px;
	padding-top:300px;
}
div#content{
	background:none;
	float:left;
	color:#CCCCCC;
	width:615px;
	text-align:left;
	padding-top:40px;
}
div#content a{
	text-decoration:none;
	color:#FFFFFF;
}
div#right{
	float:left;
	width:160px;
	padding-top:40px;
}
div#footer{
	clear:both;
}
img
{  border-style: none;
}

h1{
	color:#CCCCCC;
	font-weight: normal;
	font-size:16px;
	line-height:100%;
}

h2{
	color:#CCCCCC;
	font-weight: bold;
	line-height:100%;
	font-size:14px;
}

h3{	
	color:#CCCCCC;
	font-size:10px;
	font-weight:bold;
	line-height:100%;
}

h4{
	color:#999999;
	font-size:14px;
}

.product{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
	word-spacing:0.1em;
	letter-spacing:0.11em;
	line-height:115%;
	padding-right: 10px;
}
