/* @group CSS3 & HTML5 RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #000000;
	color: #fff;
	font: 16px/140% "MuseoSans500Regular", Arial, sans-serif;
	min-height: 100%;
}

html {
	
	min-height: 100%;
	
}

#mainwrapper {
	
	padding-left: 30px;
	width: 994px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #8a8b8a;
	min-height: 100%;
}

#menuwrapper {
	
	width: 274px;
	float: left;	
	
}

#kansiwrapper {
	
	width: 720px;
	float: left;
}

.kansi {
	
	width: 200px;
	float: left;
	text-align: center;
	margin-right: 40px;
	color: #000000;
	font-size: 14px;
	margin-bottom: 20px;
	
}

.kansi2 {
	
	width: 300px;
	float: left;
	text-align: center;
	margin-right: 40px;
	color: #000000;
	font-size: 14px;
	margin-bottom: 20px;
	
}

.center-text {

	text-align: center;

}

.cboximage {
	
	box-shadow: 0px 0px 10px #606060;
	
}

.floatclear {clear: both;}

p {
	margin: 0 0 15px;
	letter-spacing: 0.5px;
}

.kansi p {
	line-height: 18px;
}

h1 {
	margin: 0 0 5px;
	color: #000000;
	font: 16px "MuseoSans500Regular", Arial, sans-serif;
	letter-spacing: 1px;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: none;
}
