@charset "UTF-8";
/* CSS Document */
@import url("nav.css");
@import url("newslist.css");
@import url("prod.css");

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#6d6e71;
	background-color:#92b1e9;
	background-image:url(../img/mainbg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	background-attachment:scroll;
	}

img{
	border:1px solid #ccc;
	}
	
a:link, a:visited, a:active {
	color:#6ac071;
	}
a:hover{
	color:#3b89c9;
	}
	
#wrapper{
	width:900px;
	padding-left:5px;
	background-color:#fff;
	}
	
#topWrapper{
	width:900px;
	height:30px;
	}
#topBox{
	width:900px;
	text-align:right;
	}
.toptxt {
	font-size:90%;
	color:#6d6e71;
	text-align:right;
	}
	
#navWrapper{
	width:900px;
	height:70px;
	}
	
#logoBox{
	width:150px;
	height:70px;
	margin-left:15px;
	margin-right:35px;
	float:left;
	background:url(../img/koh-young-europe.jpg) no-repeat;
	}
	
#logoBox h1{
	display:none;
	}
	
#navBox{
	width:700px;
	height:70px;
	float:left;
	background-color: #000;
	font-size:14px;
	}
	
/* NAVIGATION STYLES IMPORTED FROM 'NAV.CSS' */

#mediaWrapper{
	width:900px;
	min-height:100%;
	margin-top:12px;
	padding-bottom:10px;
	}

#contentWrapper{
	width:900px;
	}

#contentBox{
	width:900px;
	min-height:250px;
	}
	
#contentSubBox{
	width:298px;
	float:left;
	padding:1px;
	}
#contentSubBoxProd{
	width:100%;
	padding:1px;
	min-height:350px;
	}
#contentSubBoxWide{
	width:596px;
	padding:1px;
	}
#contentSubBoxSmallRight{
	width:298px;
	float:right;
	padding:1px;
	}
#contentSubBoxMap{
	width:100%;
	padding:1px;
	}
#contentSubBox h2{
	font-size:14px;
	color:#fff;
	padding:5px;
	}
#contentSubBoxProd h2{
	font-size:14px;
	color:#fff;
	padding:5px;
	}
	
#contentSubBox h2 a, #contentSubBox h2 a:visited, #contentSubBox h2 a:hover{
	color:#fff;
	text-decoration:none;
	}
#contentSubBoxProd h2 a, #contentSubBoxProd h2 a:visited, #contentSubBoxProd h2 a:hover{
	color:#fff;
	text-decoration:none;
	}
	
#contentSubBox .about{
	background-color:#6ac071;
	}
	
#contentSubBoxSmallRight h2 a, #contentSubBox h2 a:visited, #contentSubBox h2 a:hover{
	color:#fff;
	text-decoration:none;
	}
#contentSubBoxSmallRight h2 a, #contentSubBoxProd h2 a:visited, #contentSubBoxProd h2 a:hover{
	color:#fff;
	text-decoration:none;
	}
	
#contentSubBoxSmallRight .about{
	background-color:#6ac071;
	}
	
#contentSubBox .news{
	background-color:#3b89c9;
	}
#contentSubBox .product{
	background-color:#92b1e9;
	}
#contentSubBoxProd .about{
	background-color:#6ac071;
	}
	
#contentSubBox .txt{
	padding:5px;
	margin-top:-10px;
	}
	
#contentSubBox h3 {
	font-size:12px;
	font-weight:bold;
	}

#contentSubBox .dateline{
	font-size:80%;
	}
.img-left {
	float:left;
	margin-right:5px;
	}
.img-right {
	float:right;
	margin-left:5px;
	}
	
#footerWrapper{
	width:900px;
	height:200px;
	background: #3b89c9;
	padding-left:5px;
	clear:both;
	color:#fff;
	font-size:10px;
	}
	
#footerBox{
	width:295px;
	float:left;
	padding-left:5px;
	}
#footerBox a:link, #footerBox a:visited, #footerBox a:active{
	color:#fff;
	text-decoration:none;
	}
#footerBox a:hover{
	color:#fff;
	text-decoration:underline;
	}
.bold{
	font-weight:bold;
	}