html {
	font-size: 100%;
	overflow: scroll;
}

body {
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	color: #606060;
	line-height: 1.2em;
	text-align: center;
	padding: 0;
	margin: 0;
}

:focus {
	outline: 0;
}

#container {
	width: 660px;
	margin: 32px auto 0 auto;
	text-align: left;
}

a {
	color: #606060;
	text-decoration: none;
}

a:hover, a.selected {
	color: #FF4A11;
}

h1 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	margin: 0.25em 0 0.75em 0;
}

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

embed {
	display: block;
}

/* HOME */
#home {
	 margin-top: 60px;
}

#home ul li a, #home h1 {
	display: block;
	width: 660px;
	height: 66px;
}

#home ul li {
	display: inline;
	clear: left;
}

#home span, #section #header span, #section #thumbs span {
	position: absolute;
	margin-left: -99em;
}

#home a {
	background-repeat: no-repeat;
	background-position: 0 0;
}

#home #head { background-image: url(/uploads/home-images-0.gif); margin-bottom: 10px; }
#head a { color: #FF290A; }

#home a#news { background-image: url(/uploads/home-images-1.gif); }
#home a#about { background-image: url(/uploads/home-images-2.gif); }
#home a#illustration { background-image: url(/uploads/home-images-3.gif); }
#home a#animation { background-image: url(/uploads/home-images-4.gif); }
#home a#links { background-image: url(/uploads/home-images-5.gif); }
#home a#shop { background-image: url(/uploads/home-images-6.gif); }

#home a:hover { background-position: -660px 0;}

/* SECTION */
#section h1 {
	font-size: 1em;
	color: #FF4A11;
	text-transform: lowercase;
}

#section ul li a {
	font-size: 1em;
	text-transform: lowercase;
}

#section #header {
	display: block;
	width: 660px;
	height: 66px;
	position: relative;
	margin-bottom: 10px;
}

#section #subheader a {
	display: block;
	width: 594px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
}

#section #subheader a.news { background-image: url(/uploads/home-images-1.gif); }
#section #subheader a.about { background-image: url(/uploads/home-images-2.gif); }
#section #subheader a.illustration { background-image: url(/uploads/home-images-3.gif); }
#section #subheader a.animation { background-image: url(/uploads/home-images-4.gif); }
#section #subheader a.links { background-image: url(/uploads/home-images-5.gif); }
#section #subheader a.shop { background-image: url(/uploads/home-images-6.gif); }

#section #header ul {
	position: absolute;
	bottom: 0;
}

#section #thumbs li {
	float: left;
}

#section #thumbs li a, #section #thumbs li img.block {
	display: block;
	width: 66px;
	height: 66px;
}

#section #thumbs li a.odd, .row li.odd {
	background-color: #F8F9E3;
}

#section #thumbs li a.even, .row li.even {
	background-color: #2F8181;
}

/* DETAIL */

#grid {
	position: relative;
}

#section #zoom {
	position: absolute;
	left: 66px;
}

#section #zoom img {
	display: block;
}

#section #zoom #caption {
	background-color: #FF4A11;
	color: #F8F9E3;
	padding: 7px;
}

#section #zoom #caption p {
	margin: 0;
}

#section #zoom #caption #close {
	position: absolute;
	bottom: 7px;
	right: 7px;
	background-color: #F8F9E3;
	color: #FF4A11;
	padding: 0 2px;
}

/* LINKS */
dl, dt, dd {
	margin: 0;
	padding: 0;
}

dl {
	float: left;
/*	border-bottom: 1px dotted #000;*/
	background-image: url(/img/line-grey.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/*dt, dd {*/
.dotted {
	float: left;
	
/*	border-top: 1px dotted #000;*/
	background-image: url(/img/line-grey.gif);
	background-repeat: repeat-x;
	background-position: top left;

	padding: 0 0 2px 0;
}

dt {
	display: block;
	width: 66px;
	height: 66px;
	float: left;
}

dt p, dd p {
	margin: 1px 0;
	font-size: 1.1em;
}

dt img {
	display: block;
	margin: 0;
}

dd {
	display: block;
	width: 264px;
	height: 66px;
	float: left;
	position: relative;
}

dd span {
	padding: 0 10px;
	position: absolute;
	bottom: 10px;
}

dd a, #rowshop a {
	font-size: 1.3em;
	font-weight: bold;
}

/* ROWS */

.row {
	position: relative;
	display: block;
	width: 660px;
	clear: both;
	font-size: 1.2em;
	line-height: 1.2em;
}

.row p, .row h3, .row h4 {
	width: 254px;
	margin-right: 10px;
}

.row h3 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 0;
	width: 254px;
	padding-top: 1.4em;
/*	border-top: 1px dotted #FF4A11;*/
	background-image: url(/img/line-red.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#rownews .row h3 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: Georgia, serif;
	margin: 0;
	line-height: 1em;
	padding-top: 2em;
	width: 254px;

/*	border-top: 1px dotted #FF4A11;*/
	background-image: url(/img/line-red.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#rownews .row h4 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 0;
	width: 254px;
	padding-top: 0.25em;
}

#rowabout img {
	float: right;
	width: 396px;
}

#rownews img {
	position: absolute;
	left: 264px;
	height: 100%;
}

#rownews .row {
	margin-bottom: 10px;
}

#rowshop .row {
	width: 198px;
}

#rowshop ul {
	position: absolute;
	left: 264px;
}

#rowshop ul li {
	float: left;
	width: 198px;
	height: 198px;
}

#rowshop ul img {
	width: 198px;
	height: 198px;
}

em {
	font-family: Georgia, serif;
	font-style: normal;
	font-size: 1.1em;
}

/* EOF */