* { 
	margin: 0;
	padding: 0; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 76%;
	line-height: 1.5;
	color: #fff;
	margin:0px;
}

.bold {
	font-size: 1.2em; 
	font-weight: bold;
}

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

a:hover { 
	color: #CCC; 
}

a:active { 
	color: #5CA5C4; 
}

H1	{
	font: bold 1.5em Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	display: inline;
}

H2, caption	{
	font: 1.5em Arial, Helvetica, Verdana, sans-serif;
	color:#CCC;
	display: inline;
}

H3	{ 
	font: bold 1.2em Arial, Helvetica, Verdana, sans-serif; 
	color:#666;
}

H4	{ 
	font: bold 1em Arial, Helvetica, Verdana, sans-serif; 
	color:#ccc;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}

ul {
	list-style: none;
	margin-top: 52px;
	padding: 0;
	border: none;
}

ol {
	margin: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	padding-right: 10px;
	line-height: 2em;
}

li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin: 0px;
}

li a {
	display: block;
	padding-left: 8px;
	border-left: 10px solid #ccc;
	text-decoration: none;
	color:#CCC;
}

li a:hover {
	border-left: 10px solid #333;
	padding: 0px 0px 0px 8px;
	color: #333;
}

li.current {
	padding-left: 18px;
}

table {
	width: 500px;
}

td {
	font-size: 0.8em;
	line-height: 1em;
	width: 100px;
	padding-right: 0px;
	padding-left: 14px;
	vertical-align: top;
}

caption {
	text-align: left;
	padding-bottom: 5px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	max-width: 770px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	position:absolute;
	left: 50%;
	margin-left: -385px;
	background-color: #676767;
}

/*****  header  *****/

#header, #header_design, #header_exhibition, #header_photography, #header_printing, #global_header, #header_prices, #header_web {
	clear: both;
	margin: 0px;
	display: block;
	width: 770px;
	height: 48px;
	background-image: url(../images/logo_header.gif);
	background-repeat: no-repeat;
	font-size: 2em;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 12px;
}

#header_design, #header_exhibition, #header_photography, #header_printing, #global_header, #header_prices, #header_web {
	text-align: right;
	font-size: 1em;
}

#header_design {
	background-image: url(../images/design_header.gif);
}

#header_prices {
	background-image: url(../images/prices_header.gif);
}
	
#header_exhibition {
	background-image: url(../images/exhibition_header.gif);
}

#header_photography {
	background-image: url(../images/photography_header.gif);
}

#header_printing {
	background-image: url(../images/printing_header.gif);
}

#header_web {
	background-image: url(../images/web_header.gif);
}

#global_header {
	background-image: url(../images/global_header.gif);
}

* html #header, #header_design, #header_exhibition, #header_photography, #header_printing, #global_header, #header_prices, #header_web {
	width:expression(document.body.clientWidth > 770? "758px" : "auto");
}

/*****  main  *****/

#content_wrapper  {
	clear: both;
	margin: 0px;
	display: block;
	width: 770px;
	height:488px;
}

#content {
	float: left;
	width: 575px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/*****  nav  *****/

#nav {
	float: left;
	width: 195px;
	margin: 0px;
	display: block;
	padding: 0px;
}
* html #nav{ /*IE 6 only */
w\idth: 195px; /*Box model bug: 180px minus all left and right paddings  */
}

#blackbox {
	width: 195px
	margin: 0px;
	padding: 5px;
	height: 100px;
	background-color: #000;
	font-size: 0.8em;
	line-height: 1.2em;
	vertical-align: middle;
}

#nav_container {
	height: 148px;
}

/*****  footer  *****/

#footer, #footer_design, #footer_photography, #footer_exhibition, #footer_printing, #footer_web {
	clear: both;
	margin: 0px;
	width: 770px;
	height: 48px;
	background-image: url(../images/footer_background.gif);
	background-repeat: no-repeat;
	text-indent: 24px;
	vertical-align: bottom;
}

#footer_design {
	background-image: url(../images/design_footer.gif);
}

#footer_photography {
	background-image: url(../images/photography_footer.gif);}

#footer_exhibition {
	background-image: url(../images/exhibition_footer.gif);
}

#footer_printing {
	background-image: url(../images/printing_footer.gif);
}

#footer_web {
	background-image: url(../images/web_footer.gif);
}
/***********************************************/
/* header styles                               */
/***********************************************/

#header_design p, #header_photography p, #header_exhibition p, #header_printing p, #global_header p, #header_prices p, #header_web p {
	margin-right: 20px;
	font-size: 0.8em;
	color: #333333;
	text-align: right;
	margin-top: 0px;
}

/***********************************************/
/* content styles                              */
/***********************************************/

#content h1, #content h3, #content h4 {
	margin: 0px 0px 10px 100px;
}

#content h3 {
	margin-top: 10px;
}

#content p {
	margin: 10px 50px 0px 100px;
	line-height: 2em;
}

#content img {
	margin-bottom: 50px;
}

#content img.adobe {
	margin: 0px;
}

#content a, #footer a {
	color:#666;
	text-decoration: underline;	
	font-size: 1em;
}

#content a:hover, #footer a:hover {
	color: #CCC;
}

.designBack ul, .printingBack ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.designBack li, .printingBack li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px 0px 120px;
	color:#333;
}

.designBack {
	background-color: #FFFFFF;	
}

.designBack h1 {
	color:#333;
}

.designBack h2 {
	color: #999999;
}

.photographyBack {
	background-color:#FFCCFF;
}

.photographyBack p, .printingBack p, .designBack p {
	color: #333;
}

.photographyBack h1 {
	color:#CC0099;
}

.photographyBack h2 {
	color:#CC33CC;
}

.exhibitionBack {
	background-color:#FFFF99;
}

.exhibitionBack p {
	color: #333333;
}

.exhibitionBack h1 {
	color:#993300
}

.exhibitionBack h2 {
	color:#CC6600;
}

.printingBack {
	background-color:#D5D6EE;	
}

.printingBack h1 {
	color:#0066CC;
}

.printingBack h2 {
	color:#0099FF;
}

.webBack {
	background-color: #66FF66;
}

.webBack p {
	color: #333333;
}

.webBack h1 {
	color: #009900;
}

.webBack h2 {
	color: #00CC00;
}

a.screen, a.screen:visited {
	color: #99FF00;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative; 
	z-index: 1;
}

a.screen b {
	position: absolute;
	visibility: hidden; /* hide the image */
	width: 500px; /* give it a width */
	height: 0; /* no height to solve an Opera bug that makes it selectable when hidden */
	border: 1px solid #000; /* add a border */
	left: -502px; /* position:the image */
	top: -300px;
}

a.screen:hover {
	text-decoration: none; 
	border: 0; /* needed for this to work in IE */ 
	z-index: 1000;
}

a.screen:hover b {
	visibility: visible; /* make the image visible */
	height: 300px; /* now give it a height */
	cursor: pointer; /* for IE */
	z-index: 500; 
}

a.screen:hover b img {
	border: 0; /* remove the link border */
}

/***********************************************/
/* nav styles                                  */
/***********************************************/

#blackbox p {
	font-size: 3em;	
}

/***********************************************/
/* footer styles                               */
/***********************************************/

#footer p, #footer_design p, #footer_photography p, #footer_exhibition p, #footer_printing p, #footer_web p {
	margin-right: 10px;
	font-size: 0.8em;
	color: #333333;
	text-align: right;
	margin-top: 8px;
}

#footer p a {
	color:#FFFFFF;
}
