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, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html{
	height:100%;
}
body {
	height:100%;
	font-family: arial, sans-serif;
	color: #777;
	font-size: 87.5%;
	overflow: visible;
	padding:5px;
	_position: relative;
}

html > body {
	font-size: 14px;
}

#slidebox{
	display:none;
	position: fixed;
	background:#fff;
	top: 0px;
	left: 20px;
	width: 100px;
	width:300px;
	height:100px;
	z-index:3;
	_position: absolute;
	_top: expression(( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + "px");
}

a, strong{
	color: #ff005a;
	text-decoration: none;
}

a:hover {
	color: #555;
}

#txt a:visited {
	text-decoration: line-through;
}

p {
	margin: 0 0 20px;
	line-height: 20px;
	font-size: 0.8em;
}

.butt {
	margin-top:20px;
	clear:both;
	font-size:10px;
	width:100%;
	text-align:left;
}

h1 a{
	position:absolute;
	top:0px;
	left:0px;
	background:url(cmyk-logo.png);
	display:block;
	text-indent:-3700px;
	width:101px;
	height:101px;
	z-index:2;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2{
	color: #ff005a;
	font-size:1.2em;
	clear:both;
}
h2{
	padding:10px 0 10px 0;
}

#content p {
	position:relative;
	display:block;
	clear:both;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	z-index:1;
	width:100%;
	margin-bottom:5px;
}
#content p.description{
	padding-top:5px;
	margin-bottom:50px;
}

#content.txt{
	margin:150px 0 0 40px;
}

#content.txt li{
	list-style:none;
	padding-left:14px;
	margin-bottom:3px;
}
#content.txt span{
	display:block;
	float:left;
	width:45px;
	text-align:right;
	padding-right:8px;
}

#content .columns{
	 display:block;
	 width:32%;
	 height:240px;
	 float:left;
}

#sidebar{
	position:absolute;
	z-index:2;
	top:0px;
	right:0px;
	width:300px;
	text-align:right;
	padding-right:5px;
}

#sidebar a{
	font-size:11px;
}

#sidebar .spam{
	width:100px;
	float:right;	
}

span.colors{
	display:inline;
	position:absolute;
	top:20px;
}

.txtlnk{
	display:block;
	clear:both;
}

span.colors a.colorlnk{
	display:block;
	width:10px;
	height:10px;
	text-indent:-3700px;
	line-height:10px;
}

span.colors a.colorlnk:hover{
	width:15px;
	height:15px;
}

/* pages */

#pages li {
	list-style:none;
	display:inline;
	font-size:1em;
	margin-right:5px;
}


#pages li.now a{
	text-decoration: underline;
}

/*top colors*/
#topcolors li{
	text-indent:-3700px;
}
#topcolors a{
	position:relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	outline: 1px solid #ddd;
	margin: 3px;
	color:#fff;
}


/*slider */

#slider{
	display:block;
	width:100%;
}

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;
	background-color: #f9f9f9;
	margin:0; padding:5px;
}

.mbLoading{ background: #fff url(loading.gif) no-repeat center; }
#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }
.mbClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }

#mbDescription{
	text-align:center;
		font-size:11px;
}