/* CSS Reser */
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	height: 100%;
}
/* End CSS Reset*/

/* Gimme Yarik */
@font-face {
    font-family: 'Yarik';
    src: url('yarik.eot');
    src: local('Yarik'), 
         local('Yarik'), 
         url('yarik.ttf') format('truetype'),
         url('yarik.svg#font') format('svg'); 
}
/* End Yarik :( */





body {
	background-color: #171717;
	height: 100%;
}
html {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0 auto 0px;
	clear: both;
	display: block;
}
#international {
	width: 100%;
	height: 431px;
	position: absolute;
	background: #fff url(../images/international.gif) no-repeat center;
	top: 180px;
	z-index: 0;
}
#container {
	width: 938px;
	position: relative;
	margin: 0 auto;
	height: 474px;
	background: #fff url(../images/international-exclusive-matchmaking.jpg) no-repeat center 45px;
	z-index: 1;
	top: 155px;
	clear: both;
	display: block;
}
ul.topnavi li a:visited {
	color: #666;
}
ul.topnavi li:hover ul li a:visited {
	color: #fff;
}
img#logo {
	position: relative;
	top: -130px;
	left: 300px;
	border: 0px;
}
#content-area {
	width: 890px;
	margin: 0 auto;
	height: 25px;
	position: relative;
	top: 160px;
	clean: both;
	height: 100%;
}
	h1, h2, h3 {
		font-size: 24px;
		color: #CCC;
		font-style: italic;
		position: relative;
		z-index: 1;
		margin-top: 10px;
	}
	h2 {
		font-size: 18px;
		color: #666;	
	}
	h4 {
		font-size: 18px;
		font-style: italic;
		color: #FFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		float: left;
		padding-top: 12px;
		padding-left: 3px;
	}
	#content-area img {
		float: right;
	}
hr.top, hr {	
	padding: 0;
	margin: 8px auto 15px;
	border: none;
	border-top: 1px solid #424242;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
	height: 0px;
	background: none;
}
	hr.top {
		position: relative;
		width: 100%;
		clear: both;
	}
#sidebar {
	width: 272px;
	float: right; 
	margin-top: 10px;
	clear: left;
}
	#sidebar p a.more {
		width: 100%;
		display: block;
		height: 12px;
		text-align: right;
		clear: both;
	}
#content-text {
	width: 600px;
	float: right;
	margin: 10px 0 0 15px;
}
#footer {
	width: 100%;
	background: url(../images/footer-top.png) repeat-x top;
	height: 270px;
	bottom: 0px;
	z-index: 100;
	padding: 0px;
	text-align: center;
}
	#footer p {			
		font-family: "Times New Roman", Times, serif;
		color: #fff;
		text-transform: uppercase;
		font-size: 13px;;
		font-weight: bold;
		line-height: 25px;
		letter-spacing: 2px;
		clear: both;
		position: relative;
	}
	#footer span p {
		top: 0px;
	}
	#footer, .push {
		clear: both;
	}
		img.KI {
			position: relative;
			top: -55px;
			clear: both;
		}
	#footer ul {
		width: 925px;
		margin: 0 auto;
		clear: both;
	}
		#footer ul li {
			float: left;
			display: inline-block;
			height: 30px;
			padding: 5px 10px;
			text-align: left;
			border-left: 1px solid #232323;
		}
			#footer ul li:hover {
				background-color: #000;
			}			
			#footer ul li a, #footer span {
				font-size: 10px;
				color: #606060;
				font-family: "Yarik", Helvetica, sans-serif;
				text-transform: none;
				line-height: 10px;
				text-decoration: none;
				display: block;
			}
			#footer ul li a strong {
				font-size: 18px;
				color: #8c4caf;
				text-decoration: none;
				font-style: italic;
				line-height: 18px;
				font-family: "Times New Roman", Times, serif;
			}
	#footer span {
		padding: 30px 0 30px;
		letter-spacing: 3px;
		line-height: 15px;
		clear: both;
		margin-top: 35px;
	}
p {
	font-family: "Yarik", Helvetica, sans-serif;
	font-size: 14px;;
	color: #bcbcbc;
	line-height: 24px;
	display: block;
	margin-bottom: 15px;
}
	p strong {
		color: #fff;
		font-weight: bold;
		padding-bottom: 15px;
	}
		p.clear {
			clear: both;
			margin-bottom: 0px;
		}
p a {
	color: #b64ad8;
	text-decoration: underline;
}
	p a:hover {
		text-decoration: none;
	}
	p a:visted {
		color: #a439c5;
	}
img.right, a img.right, img.left, a img.left, img.center, a img.center {
	float: right;
	border: 4px solid #373737;
	margin: 10px 0 10px 15px;
	display: block;
}
	img.center, a img.center {
		margin: 10px 0px 5px;
		float: none;
		position: relative;
		clear: both;
	}
	img.left, a img.left {
		float: left !important;
		margin: 10px 15px 0px 0px;
	}
		a:hover img.left {
			border: 4px solid #555;
		}
		ul.editorials li img.left {
			margin-right: 0px;
		}
ul.thirty {
	width: 23%;
	float: left;
	display: block;
	padding-left: 7px;
}
	ul.first {
		padding-left: 27px;
	}
	ul.thirty li {
		line-height: 18px;
		color: #CCC;
		font-size: 13px;;
		list-style: disc;
		font-style: italic;
		font-family: "Yarik", Helvetica, sans-serif;
	}
ul.editorials {
	width: 272px;
	display: block;
	position: relative;
}
	ul.editorials li {
		width: 90px;
		height: 110px;
		display: block;
		float: left;
	}
span.box {
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
	background-color: #202020;
	display: block;
	width: 100%;
	margin: 15px 0px;
	padding: 10px 15px;
}
	#sidebar span.box {
		width: 242px;
	}
	#sidebar span.box p {
		text-align: center;
		width: 240px;
		padding: 0px 0px 5px; 
		margin: 0px;
	}
#video-area {
	background: none;
	width: 600px;
	height: 358px;
	display: block;
	position: relative;
}
#icons-holder {
	width: 620px;
	height: 215px;
	display: block;
	overflow: auto;
	position: relative;
	margin-bottom: 45px;
	margin-top: 15px;
}
.icons {
	float: left !important; 
	display: block;
	width: 138px;
	height: 98px;
	position: relative;
}
.icons a img {
	float: left;
}