*{
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background-image: url(../site_images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}

a img{
	display: block;
	border: none;
}

#container {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto 0 0;
	background-image: url(../site_images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#container01 {
	width: 1200px;
	height: 385px;
		margin: 0 auto 0 auto;
	margin: 0 0;
	padding: 0 0;
}
#header {
	position: relative;
	width: 1200px;
	height: 249px;
	margin: 0 0;
}
#preload {
	height: 0px;
	width: 0px;
}

#logo_area h1 a{
	top: 21px;
	left: 402px;
	position: absolute;
	display: block;
	width: 560px;
	height: 0px;
	padding-top: 200px;
	overflow: hidden;
	background-image: url(../site_images/blank_gif.gif);
	background-repeat: repeat;
}

/* mainnav
 info*/
#mainnav {
	margin: 0px;
	padding: 0px;
	margin-left: 432px;
	height: 21px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

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

#mainnav ul li{
	display: block;
	float: left;
}

#mainnav #mainnav1 a{
	display: block;
	height: 0;
	width: 107px;
	padding-top: 116px;
	overflow: hidden;
	background-image: url(../site_images/main_nav_lo_home.jpg);
	background-repeat: no-repeat;
}

#mainnav li#mainnav1 {
	background: url(../site_images/main_nav_hi_home.jpg) no-repeat;
}

#mainnav #mainnav1 a:hover{
	background: url(../site_images/main_nav_hi_home.jpg) no-repeat;
}

#mainnav #mainnav1.selected a {
	background: url(../site_images/main_nav_sel_home.jpg) no-repeat;
}

#mainnav #mainnav2 a{
	display: block;
	height: 0;
	width: 166px;
	padding-top: 116px;
	overflow: hidden;
	background-image: url(../site_images/main_nav_lo_gal.jpg);
	background-repeat: no-repeat;
}

#mainnav li#mainnav2 {
	background: url(../site_images/main_nav_hi_gal.jpg) no-repeat;
}

#mainnav #mainnav2 a:hover{
	background: url(../site_images/main_nav_hi_gal.jpg) no-repeat;
}

#mainnav #mainnav2.selected a {
	background: url(../site_images/main_nav_sel_gal.jpg) no-repeat;
}

#mainnav #mainnav3 a{
	display: block;
	height: 0;
	width: 151px;
	padding-top: 116px;
	overflow: hidden;
	background-image: url(../site_images/main_nav_lo_abo.jpg);
	background-repeat: no-repeat;
}

#mainnav li#mainnav3 {
	background: url(../site_images/main_nav_hi_abo.jpg) no-repeat;
}

#mainnav #mainnav3 a:hover{
	background: url(../site_images/main_nav_hi_abo.jpg) no-repeat;
}

#mainnav #mainnav3.selected a {
	background: url(../site_images/main_nav_sel_abo.jpg) no-repeat;
}

#mainnav #mainnav4 a{
	display: block;
	height: 0;
	width: 161px;
	padding-top: 116px;
	overflow: hidden;
	background-image: url(../site_images/main_nav_lo_goo.jpg);
	background-repeat: no-repeat;
}

#mainnav li#mainnav4 {
	background: url(../site_images/main_nav_hi_goo.jpg) no-repeat;
}

#mainnav #mainnav4 a:hover{
	background: url(../site_images/main_nav_hi_goo.jpg) no-repeat;
}

#mainnav #mainnav4.selected a {
	background: url(../site_images/main_nav_sel_goo.jpg) no-repeat;
}

/* main_content */
#main_content {
	float: left;
	clear: both;
	width: 700px;
	height: 100%;
	margin-left: 20px;
	padding: 0px 0px 10px 0px;
	}
	
#breadcrumb_nav{
	position: absolute;
	margin: -17px 40px;
	padding: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	text-decoration: none;	
	font-weight: bold;
}

#breadcrumb_nav a,a:visited {
	color: #75C8FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}

#main_content h1.header_home {
	display: block;
	height: 0;
	width: 677px;
	padding-top: 160px;
	overflow: hidden;
	background-image: url(../site_images/header_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#main_content h1.header_about {
	display: block;
	height: 0;
	width: 677px;
	padding-top: 105px;
	overflow: hidden;
	background-image: url(../site_images/header_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_content h1.header_contact {
	display: block;
	height: 0;
	width: 677px;
	padding-top: 105px;
	overflow: hidden;
	background-image: url(../site_images/header_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_content h1.header_goodies {
	display: block;
	height: 0;
	width: 677px;
	padding-top: 105px;
	overflow: hidden;
	background-image: url(../site_images/header_goodies.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_content p {
	margin-top: 20px;
	padding: 0 50px 0 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}

#main_content p img{
	margin-left: 350px;
}

/*updates */
#updates {
	width: 258px;
	float: left;
	margin-left: 10px;
	margin-top: 50px;

}

#updates h1.header_updates {
	display: block;
	height: 0;
	width: 258px;
	padding-top: 41px;
	background-image: url(../site_images/header_updates.gif);
	background-repeat: no-repeat;	
	overflow: hidden;
}

#update_box {
	margin-left: 15%;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 4%;
	width: 81%;
	height: 100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-color: #FF9999;
}

#update_box h1.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #09BEFD;
	font-size: 16px;
	display: block;
	float: left;
}

#update_box h2.title {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-left: 5px;
	color: #FF9999;
	font-size: 12px;
	display: block;
	float: left;
}

#update_box p {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 7px;
}

#update_box p.update_content {
	margin-bottom: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: red;

}

.update_content a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: red;
}

/*gallery updates */
#gallupdates {
	width: 258px;
	float: left;
	margin-left: 10px;
	margin-top: 50px;

}

#gallupdates h1.gallheader_updates {
	display: block;
	height: 0;
	width: 258px;
	padding-top: 41px;
	background-image: url(../site_images/header_gallupdates.gif);
	background-repeat: no-repeat;	
	overflow: hidden;

}

#gallupdates h1.illheader_featured{
	display: block;
	height: 0;
	width: 258px;
	padding-top: 41px;
	background-image: url(../site_images/header_illfeature.gif);
	background-repeat: no-repeat;	
	overflow: hidden;

}

#gallupdates h1.contact_header{
	display: block;
	height: 0;
	width: 258px;
	padding-top: 41px;
	background-image: url(../site_images/header_contact.gif);
	background-repeat: no-repeat;	
	overflow: hidden;

}

#gallupdate_box {
	margin-left: 15%;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 4%;
	width: 81%;
	height: 100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF6666;
	border-left-color: #FFCCCC;
}

#gallupdate_box h1.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #09BEFD;
	font-size: 16px;
	display: block;
	float: left;
}

#gallupdate_box .thumb img{
	margin-left: 16px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7DDCF9;
	border-right-color: #1CB4F9;
	border-bottom-color: #1CB4F9;
	border-left-color: #7DDCF9;
}

#gallupdate_box .thumb a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#gallupdates h1.clientlinks {
	display: block;
	height: 0px;
	width: 258px;
	padding-top: 41px;
	overflow: hidden;
	background-image: url(../site_images/header_clientlinks.gif);
	background-repeat: no-repeat;
}


#gallupdates h1.newdownloads {
	display: block;
	height: 0px;
	width: 258px;
	padding-top: 41px;
	overflow: hidden;
	background-image: url(../site_images/header_newdown.gif);
	background-repeat: no-repeat;
}

#gallupdates h1.goodupdate_content {
	display: block;
	height: 0px;
	width: 258px;
	padding-top: 41px;
	overflow: hidden;
	background-image: url(../site_images/header_goodupdates.gif);
	background-repeat: no-repeat;
}

#gallupdate_box h2.title {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-left: 5px;
	color: #FF9999;
	font-size: 12px;
	display: block;
	float: left;
}

#gallupdate_box p {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-top: 3px;
	padding-left: 0px;
}

#gallupdate_box p.links {
	margin-left: 16px;

}

#gallupdate_box img{
	border: none;
	margin-right: 5px;
}

#gallupdate_box p a,a:visited{
	font-size: 11px;
	color: #FE0000;
	text-decoration: none;
	font-weight: bold;
}

#gallupdate_box p a:hover{
	font-size: 11px;
	color: #FF9E8C;
	font-weight: bold;

}

#gallupdate_box h2.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/*sub navs */
#sub_nav_about {
	position: absolute;
	margin-left: 710px;
	margin-top: 84px;
}

#sub_nav_about ul li{
	display: block;
	float: left;
	margin: 10px 5px 0 0;
	padding: 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	font-weight: bold;
	border: solid red 1px;
}

#sub_nav_about ul li a,a:visited{
	color: #FFBAB7;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
}

#sub_nav_about ul li a:hover{
	color: red;
}

#sub_nav_gallery {
	position: absolute;
	margin-left: 540px;
	margin-top: 84px;
}

#sub_nav_gallery ul li{
	display: block;
	float: left;
	margin: 10px 5px 0 0;
	padding: 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	font-weight: bold;
	border: solid red 1px;
}

#sub_nav_gallery ul li a,a:visited{
	color: #FFBAB7;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
}

#sub_nav_gallery ul li a:hover{
	color: red;
}

/*gallery*/

.gallery_main {
	float: left;
	width: 165px;
	padding: 0 10px 10px 10px;
	margin: 20px 20px 20px 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-color: #FF9999;	

}

.gallery_main img{
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7DDCF9;
	border-right-color: #1CB4F9;
	border-bottom-color: #1CB4F9;
	border-left-color: #7DDCF9;
}

.gallery_main .gallery_main_box ul{
	margin: 0 10%;
}

.gallery_main .gallery_main_box ul li{
	display: block;
	float: left;
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 2px 0 0 0;
	text-align: center;
	line-height: 10px;
}

.gallery_main .gallery_main_box h2.illust_cat_ill {
	display: block;
	height: 0;
	width: 148px;
	padding-top: 28px;
	margin-left: 5px;
	overflow: hidden;
	margin-bottom: 2px;
	background-image: url(../gallery_ill_images/maingallery_head_ill.gif);
	background-repeat: no-repeat;
}

.gallery_main .gallery_main_box h2.illust_cat_dev {
	display: block;
	height: 0;
	width: 163px;
	padding-top: 28px;
	overflow: hidden;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(../gallery_dev_images/maingallery_head_dev.gif);
	background-repeat: no-repeat;
}

.gallery_main .gallery_main_box h2.illust_cat_oth {
	display: block;
	height: 0;
	width: 107px;
	padding-top: 28px;
	overflow: hidden;
	margin-bottom: 2px;
	margin-left: 15px;
	background-image: url(../gallery_oth_images/maingallery_head_oth.gif);
	background-repeat: no-repeat;
}

#gallery {
	height: 100%;
	width: 610px;
	float: left;
	clear: both;
	margin: 0px 10px 20px 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-color: #FF9999;
}

#gallery .thumb{
	float: left;
	margin: 10px 10px 10px 0px;
}

#gallery .thumb img{
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7DDCF9;
	border-right-color: #1CB4F9;
	border-bottom-color: #1CB4F9;
	border-left-color: #7DDCF9;
}

#gallery .thumb a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main_content h1.header_gallery {
	display: block;
	height: 0;
	width: 677px;
	padding-top: 105px;
	overflow: hidden;
	background-image: url(../site_images/header_gallery.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_content h1.header_gallery_ill {
	display: block;
	height: 0;
	width: 677px;
	margin-bottom: 20px;
	padding-top: 105px;
	overflow: hidden;
	background-image: url(../site_images/header_gallery_ill.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#gallery .header_gallery_lad {
	display: block;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background-image: url(../site_images/header_gallery_ill_lad.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#gallery .header_gallery_chi {
	display: block;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background-image: url(../site_images/header_gallery_ill_chi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#gallery .header_gallery_edi {
	display: block;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background-image: url(../site_images/header_gallery_ill_edi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#gallery .header_gallery_cha {
	display: block;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background-image: url(../site_images/header_gallery_dev_cha.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_content h1.header_gallery_dev {
	display: block;
	height: 0;
	width: 677px;
	margin-bottom: 20px;
	padding-top: 105px;
	overflow: hidden;
	background-image: url(../site_images/header_gallery_dev.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_content h1.header_gallery_oth {
	display: block;
	height: 0;
	width: 677px;
	margin-bottom: 20px;
	padding-top: 105px;
	overflow: hidden;
	background-image: url(../site_images/header_gallery_oth.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.wallpaper {
	float: left;
	width: 145px;
	padding: 0 10px 10px 10px;
	margin: 5px 20px 20px 10px;

}

.wallpaper img{
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7DDCF9;
	border-right-color: #1CB4F9;
	border-bottom-color: #1CB4F9;
	border-left-color: #7DDCF9;
}

.wallpaper  ul{
	margin: 0 30%;
	list-style: none;
}

.wallpaper  ul li a{
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 2px 0 0 0;
	text-align: center;
	line-height: 10px;
	text-decoration: none;
}

.wallpaper  ul li a:hover{
	color: #FF0000;
}

#gallery p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #BABABA;
}

h2.header_wallpapers {
	height: 40px;
	text-indent: -9000px;
	background-image: url(../site_images/header_wallpaper.gif);
	background-repeat: no-repeat;	
}

#license {
	margin: 0px 5px;
	width: 600px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #BABABA;
}

/* footer info*/
#footer {
	clear: both;
	width: 100%;
	height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #65B4EB;
	text-decoration: none;
	background-image: url(../site_images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#footer img {
	margin-top: -3px;
}
#center p {
	clear: both;
	display: block;
	float: left;
	margin-left: 7px;
	margin-top: 2px;
}

#firefox {
	margin: -29px 10px 0px auto;
	width: 200px;
	height: 30px;
	background-image: url(../site_images/ff2b80x15.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #65B4EB;
}

#firefox p{
	display: block;
	padding-top: 6px;

}

/* email info*/
#email {
	height: 13px;
	position: absolute;
	margin: 300px 0 0 5px;
}

#email p {
	margin-left: 20px;
	margin-top: -18px;
}

#email a,a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration: none;
	
}

#email a:hover{
	color: #FF6666;
}
#email img {
	border: none;
	padding-right: 5px;
}

.clear {
	margin: 0 0;
	padding: 0 0;
	clear: both;
}