body {
	font-size: 11px;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	color: #666;
	line-height: 150%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
/*	background-color: #f3f3f3; 
	Monaco, Lucida Console, monospace, sans-serif*/
}


ul {
	list-style-type: none;
    padding: 0;
    margin-left: 0;
}

li {
    padding-top: 0;
    color: #c3c3c3;
}

img {
	border:0;
}

a {
	color:#666;
	text-decoration: underline;
	outline: none;
}

a.active,
a:hover {
	text-decoration: none;
}

a.external{
	background-image: url(../images/external.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right:10px;
}

#itemsList a {
	text-decoration: none;
}

#itemsList a.active,
#itemsList a:hover {
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

em {
	color:#333;
	font-style:normal;
	font-size:18px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

#logo {
	z-index: 21;
	position: fixed;
	left: 56px;
	top: 0px;
	width: 210px;
}

#sidebar {
	z-index: 21;
	position: fixed;
	left: 56px;
	top: 120px;
	width: 210px;
	border-top: 1px solid #333333;
}

#arrows {
	display:none;
	margin-top:40px;
}

#arrows li {
	float:left;
}

#arrows .left {
	display:block;
	width:26px;
	height:29px;
	background-image:url(../images/navlinks.png);
	margin-right:60px;
}

#arrows .left:hover,
#arrows .left.hover {
	background-image:url(../images/navlinks-hover.png);
}

#arrows .right {
	display:block;
	width:26px;
	height:29px;
	background-image:url(../images/navrechts.png);
}

#arrows .right:hover,
#arrows .right.hover {
	background-image:url(../images/navrechts-hover.png);
}

#copy {
	z-index: 22;
	position: fixed;
	padding-left: 56px; /* mark */
	left: 0px;
	bottom: 0px;
}

#wrapper {
	overflow: auto;
	position:absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index:10;
}

#container {
	position:absolute;
	top:0;
	width:950px;
	padding-left:6px;
	z-index:20;
}

.item {
	position: relative;
	width:950px;
	z-index:30;
	clear:both;
}

.itemcontent {
	padding: 120px 0px 0px 30px;
}

.itemcontent div {
	float: left;
	margin: 0 0 0 20px;
}

.single {
	width: 210px;
}

.double {
	width: 440px;
}

.triple {
	width: 670px;
}

.itemcontent div img {
	margin: 0 0 20px 0;
}

.itemcontent div img.right {
	margin: 0 0 20px 230px;
}

p {
	margin: 0px 0px 20px 0px;
}

.grey {
	color: #c3c3c3;
}

.line {
	border-top: 1px solid #d8d8d8;
	padding-top: 5px;
	padding-bottom: 40px;
}

.clear {
	clear: both;
}

iframe {
	display:none;
	border: 0px solid #fff;
	width: 440px;
	height: 330px; 
/*	-moz-border-radius: 10px; */
}





