/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#inner  {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 50%;
	left: 50%;
	width: 920px; 
	height: 470px; 
	margin: -235px -460px; 
}
.logo {
	width: 186px;
	height:212px;
	background-image: url(graphics/logo.gif);
	background-color: #FFFFFF;
	position: absolute;
}
#menu {
	position: absolute;
	width:920px;
	height:46px;
	top:424px;
	list-style-type:none;
}
li#m_email {
	position:absolute;
	width:144px;
	height:46px;
	left:42px;
	background-image: url(graphics/email_a.gif);
	background-repeat: no-repeat;
}
li#m_illustration {
	position:absolute;
	width:156px;
	height:28px;
	left:225px;
	top:18px;
	background-image: url(graphics/m_ill_a.gif);
	background-repeat: no-repeat;
}
li#m_design {
	position:absolute;
	width:100px;
	height:28px;
	left:449px;
	top:18px;
	background-image: url(graphics/m_des_a.gif);
	background-repeat: no-repeat;
}
li#m_shop {
	position:absolute;
	width:80px;
	height:28px;
	left:625px;
	top:18px;
	background-image: url(graphics/m_shop_a.gif);
	background-repeat: no-repeat;
}
li#m_contact {
	position:absolute;
	width:111px;
	height:28px;
	left:770px;
	top:18px;
	background-image: url(graphics/m_con_a.gif);
	background-repeat: no-repeat;
}
li#m_email a { 
display:block; width:144px; height:46px; text-indent:-9999px; text-decoration:none; overflow:hidden; 
}
li#m_illustration a { 
display:block; width:156px; height:28px; text-indent:-9999px; text-decoration:none; overflow:hidden; 
}
li#m_design a { 
display:block; width:100px; height:28px; text-indent:-9999px; text-decoration:none; overflow:hidden; 
}
li#m_shop a { 
display:block; width:80px; height:28px; text-indent:-9999px; text-decoration:none; overflow:hidden; 
}
li#m_contact a { 
display:block; width:111px; height:28px; text-indent:-9999px; text-decoration:none; overflow:hidden; 
}
li#m_email a:hover {
	background-image: url(graphics/email_b.gif);
	background-repeat: no-repeat;
}
li#m_illustration a:hover {
	background-image: url(graphics/m_ill_b.gif);
	background-repeat: no-repeat;
}
li#m_design a:hover {
	background-image: url(graphics/m_des_b.gif);
	background-repeat: no-repeat;
}
li#m_shop a:hover {
	background-image: url(graphics/m_shop_b.gif);
	background-repeat: no-repeat;
}
li#m_contact a:hover {
	background-image: url(graphics/m_con_b.gif);
	background-repeat: no-repeat;
}
.content1 {
	width: 656px;
	height:424px;
	left:225px;
	background-image: url(graphics/canvas.gif);
	background-color: #FFFFFF;
	position: absolute;
}
.content2 {
	width: 656px;
	height:424px;
	left:225px;
	text-align: center;
	background-color: #FFFFFF;
	position: absolute;
}
.content3 {
	width: 656px;
	height:424px;
	left:225px;
	text-align: right;
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #777777;

	position: absolute;
}
.description {
	position: absolute;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	font-weight: 100;
	color: #666666;
	left:45px;
	top:220px;
	width:100px;
	height:175px;
}
.thumb {
	float: left;
	width: 82px;
	height:106px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#navigation {
	position: absolute;
	width:734px;
	height:24px;
	margin: 0px;
	padding: 0px;
	top:200px;
	left:186px;
	list-style-type:none;
}
li#nextimage {
	position:absolute;
	width:39px;
	height:24px;
	left:695px;
	background-image: url(graphics/arrow_r_a.gif);
	background-repeat: no-repeat;
}
li#previousimage {
	position:absolute;
	width:39px;
	height:24px;
	background-image: url(graphics/arrow_l_a.gif);
	background-repeat: no-repeat;
}
li#nextimage a { 
display:block; width:39px; height:24px; text-indent:-9999px; text-decoration:none; overflow:hidden; 
}
li#previousimage a { 
display:block; width:39px; height:24px; text-indent:-9999px; text-decoration:none; overflow:hidden; 
}
li#nextimage a:hover {
	background-image: url(graphics/arrow_r_b.gif);
	background-repeat: no-repeat;
}
li#previousimage a:hover {
	background-image: url(graphics/arrow_l_b.gif);
	background-repeat: no-repeat;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #9BE4F8;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
