/**** BASIC STYLES ****/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #f0f0f0;
	background-image: url(../images/bg.png);
	font: 12px/18px Georgia,serif;
	color: #333;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
img {
	border:0;
}


/**** CANVAS ****/
div#wrapper {
	margin: auto;
	width: 900px;
}
ul.menu {
	list-style:none;
	width:150px;
	border-bottom:1px dotted #999;
}
ul.menu li {
	border-top:1px dotted #999;
}
ul.menu li a {
	display:block;
	padding:10px 0 10px 25px;
	background:url(../images/bullet.png) no-repeat 10px 15px;
	font:italic 12px/1 Georgia, serif;
}
ul.menu li a.selected {
	background-color:#ffff33;
}
div.panel {
	width:290px;
	background-color:#fff;
	padding:10px;
	margin-bottom:40px;
	color:#999;
}
div.panel h1 {
	font-weight:normal;
	font-style:italic;
	margin-bottom:10px;
	color:#000;
}
div.panel h2 {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#666;
	padding-top:5px;
	border-top:1px dotted #999;
	margin:10px 0 5px 0;
}
div.panel p {
	padding-bottom:7px;
	border-bottom:1px dotted #999;
	margin-bottom:15px;
}
div.panel p.noline {
	padding-bottom:7px;
	border-bottom:none;
	margin-bottom:0;
}
div.panel img {
	margin:0 5px 5px 0;
}

/*** TOP NAVIGATION BAR ****/
div#topnav {
	width:100%;
	height:72px;
	background-color:#221e1f;
}
div#topnavwrapper {
	margin:auto;
	width:750px;
}
div#topnav a {	
	text-indent:-1000000px;
	display:block;
}
a#nav_home {
	width:162px;
	height:55px;
	float:left;
	background:url(../images/nav_home.png) top;
	margin-top:6px;
}
a#nav_shop {
	width:41px;
	height:19px;
	float:left;
	background:url(../images/nav_shop.png);
	margin:8px 0 0 10px;
}
div#topnav ul {
	float:left;
	list-style:none;
	padding-left:10px;
	border-left:1px dotted #999;
	margin:8px 0 0 20px;
	height:55px;
	width:200px;
}
div#topnav ul.rightline {
	border-right:1px dotted #999;
}
div#topnav ul li, div#topnav li a {
	height:18px;
	display:block;
}
a#nav_comics {
	background:url(../images/nav_comics.png);
	width:95px;
}
a#nav_illustration {
	background:url(../images/nav_illustration.png);
	width:95px;
}
a#nav_threed {
	background:url(../images/nav_3d.png);
	width:95px;
}
a#nav_type {
	background:url(../images/nav_gd.png);
	width:95px;
}
a#nav_web {
	background:url(../images/nav_web.png);
	width:95px;
}
a#nav_about {
	background:url(../images/nav_about.png);
	width:50px;
}
a#nav_contact {
	background:url(../images/nav_contact.png);
	width:50px;
}
div#topnav a:hover {
	background-position:bottom;
}
div#topnav form {
	width:180px;
	height:55px;
	float:left;
	padding:0 10px 0 10px;
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	margin-top:8px;
}
div#topnav input {
	width:115px;
	height:14px;
	padding:5px;
	color:#bbb;
	background-color:#666;
	border:none;
}
div#topnav input#submit {
	width:40px;
	height:25px;
	padding:0;
	border:0;
	background: url(../images/index_joinml.png) bottom;
	position:relative;
	top:8px;
}
div#topnav input#submit:hover {
	background-position:top;
}

/**** COMICS ****/
div#comics_tower {
	position:relative;
	top:40px;
	width:271px;
	height:469px;
	background:url(../images/comics_tower.png);
}
div#comics_tower ul {
	position:relative;
	top:240px;
	left:102px;
}
img#comics_cranes {
	float:right;
	margin-top:20px;
}
div.comicsgallerybox {
	float:left;
	position:relative;
	top:-190px;
	left:290px;
	background-color:#eee;
}

/**** ILLUSTRATION ****/
img#illustration_balloon {
	position:relative;
	float:left;
	top:50px;
}
img#illustration_tower {
	position:relative;
	top:-35px;
	left:500px;
	float:left;
}
div#illustration_menu {
	position:relative;
	top:165px;
	right:20px;
	float:right;
}
div#illustration_menu ul {
	width:203px;
	margin-top:15px;
}
div.illgallerybox {
	float:right;
	position:relative;
	top:217px;
	right:180px;
}

/**** 3D ****/
img#threed_blimp {
	position:relative;
	top:40px;
	left:50px;
}
div#threed_menu ul {
	margin-top:15px;
	width:170px;
}
div.threedgallerybox {
	float:left;
	position:relative;
	left:180px;
	top:-68px;
}

/**** TYPOGRAPHY ****/
img#type_tinyman {
	position:relative;
	float:left;
	top:30px;
	left:150px;
}
div#type_tower1, div#type_tower2 {
	float:left;
	width:227px;
	height:421px;
	background:url(../images/type_tower.png);
}
div#type_tower1 {
	position:relative;
	top:130px;
	left:-50px;
}
div#type_tower1 img {
	position:relative;
	top:115px;
	left:12px;
}
div#type_tower2 {
	position:relative;
	top:30px;
}
div#type_tower2 ul {
	position:relative;
	top:105px;
	border:0;
}
div#type_tower2 ul li {
	border:0;
	padding:0 0 4px 10px;
}
div#type_tower2 ul a {
	width:100px;
	color:#fff;
}
div#type_tower2 ul a.selected {
	color:#000;
}
div.typegallerybox {
	position:relative;
	float:left;
	top:90px;
	left:15px;
}
/**** WEB DESIGN ****/
div#web {
	float:left;
	position:relative;
	top:50px;
	margin-right:54px;
	width:546px;
	height:193px;
	background:url(../images/web.png);
	color:#ccc;
}
div#web div {
	position:relative;
	left:240px;
	top:40px;
	width:280px;
	padding:0 15px;
	border-left:1px dotted #999;
}
div#web h1 {
	font-size:18px;
	color:#e3e100;
}
div#web ul {
	margin:12px 15px;
	list-style:square;
}
div#web li {
	margin-bottom:5px;
}
div#web a {
	color:#e3e100;
	font-weight:bold;
}
div.web_box {
	float:left;
	width:240px;
	height:200px;
	margin:40px 30px 0 0;
	padding:10px 15px;
	background:#fff;
	color:#999;
}
div.web_box h1 {
	font:italic normal 16px/1 Georgia, serif;
	color:#000;
}
div.web_box img {
	margin-top:5px;
	border:1px solid #999;
	position:relative;
}
div.web_box img:hover {
	border:1px solid #000;
}

/**** ABOUT + CONTACT ****/
div#about {
	float:left;
	width:420px;
	height:420px;
	padding:20px 40px 20px 75px;
	margin-top:40px;
	border-right:1px dotted #999;
	background:url(../images/about_balloon.png) no-repeat 450px 300px;
}
div#contact {
	float:left;
	width:300px;
	padding:20px;
	height:400px;
	margin-top:40px;
	background:url(../images/index_birds.png) no-repeat bottom 20px;
}
div#about img, div#contact img {
	margin:0 15px 15px 0;
}
div#about p {
	margin-bottom:10px;
}