/*******************************
 *
 *	GRAPHIC.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Tom Knowles / Dan Nisbet / Mike Harris / Paul Lewis
 *
 *  Description:
 *
 *	This CSS handles the graphical aspects;
 *  backgrounds and colours, HTML element styling -
 *	basically anything to do with colours and images.
 */
 
 #site, body
 {
 	background-color:		#191717;
	background-image:		url(../z_images/layout/bg/bg_repeater_side.jpg);
	background-repeat:		repeat-x;
 }
 
 #adobelink
 {
 	background-image:	url(../z_images/layout/adobe.gif);
	background-repeat:	no-repeat;
 }
 
 #splashBody
 {
 	background-image:		none;
 }
 
 #wrapper
 {
 	background-color:		#191717;
	background-image:		url(../z_images/layout/bg/bg_main.jpg);
	background-repeat:		no-repeat;	
 }
 
 #flashlink
{
	background-image:		url(../z_images/btns/btn_flashlink.jpg);
	background-position:	0 0;
	background-repeat:		no-repeat;
}
 
 /* Content */
 
 #site #contentright #imageholder1
 {
 	background-image:		url(../z_images/content/html/img_imageholders1.png);
	background-repeat:		no-repeat;
 }

 #site #contentright #imageholder2
 {
 	background-image:		url(../z_images/content/html/img_imageholders2.png);
	background-repeat:		no-repeat;
 }
 
 #site #contentright #imageholder3
 {
 	background-image:		url(../z_images/content/html/img_imageholders3.png);
	background-repeat:		no-repeat;
 }
 
 #site #contentright #imageholder4
 {
 	background-image:		url(../z_images/content/html/img_castleholder.png);
	background-repeat:		no-repeat;
 }
 
 #site #contentright #imageholdercareers
 {
 	background-image:		url(../z_images/content/html/img_imageholders_careers.png);
	background-repeat:		no-repeat;
 }
 
 #site #contentright .newsimage
 {
 	background-image:		url(../z_images/content/html/img_newsarticleimage.png);
	background-repeat:		no-repeat;
 } 
 
 /* project list 
 #contentright #projectlist ul li
 {
 	background-image:		url(../z_images/layout/bg/bg_bullet.gif);
	background-repeat:		no-repeat;
	background-position:	0 0 0 0;
 }
  end project list */

 #contentleft .imgholder
 {
  	background-image:		url(../z_images/layout/bg/bg_residential_image.png);
	background-repeat:		no-repeat;
 }
 
 #contentleft #divbacklink a
 {
	background-image:		url(../z_images/btns/btn_backtonewsindex.jpg);
	background-repeat:		no-repeat;
 }
 
 #contentleft #marina
 {
 	background-image:		url(../z_images/content/html/img_yachts.png);
	background-repeat:		no-repeat;
 }
 
  #contentleft #creationdiagram
 {
 	background-image:		url(../z_images/content/html/img_creation.png);
	background-repeat:		no-repeat;
 }
 
 #contentleft #map
 {
 	background-image:		url(../z_images/content/html/img_map.png);
	background-repeat:		no-repeat;
 }
 
 #contentleft #furniturechoice
 {
 	background-image:		url(../z_images/content/html/img_furnitureholder.png);
	background-repeat:		no-repeat; 
 }
 
 /* Page Links */
 
 #site #pagelinks ul li
 {
 	background-image:		url(../z_images/layout/bg/bg_dot.gif);
	background-repeat:		no-repeat;
	background-position:	center left;
 }
 
 .btnnext
 {
 	background-image:url(../z_images/btns/bg_next_arrow_head.gif) !important;
	background-repeat:	no-repeat;
 }
 
 .btnprev
 {
 	background-image:	url(../z_images/btns/bg_back_arrow_head.gif) !important;
	background-repeat:	no-repeat;
 }
 
 /* end Content */
 
 /* Splash Panel */
 
 #splashBody
 {
	background-color:	#191717;
 }
 
 #splashPanel
 {
 	background-image:url(../z_images/layout/bg/bg_splashbody.gif);
	background-repeat:no-repeat; 	
 }
 
 /*#splashPanel #entercontainer #contentleft #splashlogo
 {
 	background-image:url(../z_images/layout/bg/bg_splashlogo.gif);
	background-repeat:no-repeat;
 }*/
 
 #splashPanel #entercontainer #contentright #splashImg
 {
 	background-image:url(../z_images/layout/bg/bg_splashImg.gif);
	background-repeat:no-repeat;
 }
 
 #splashPanel #entercontainer #splashmain
 {
 	background-image:url(../z_images/layout/bg/bg_splashImg-2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
 }
 
 /* credits */

 body#credits, body#credits #holder
 {
 	background-color:				#191717;
 }
