/*******************/
/*   Site basics   */
/*******************/

body{ background:url(../images/back.jpg) no-repeat right top #000000; color:#666666; font: 11px/20px "Lucida Grande", Lucida, Verdana, sans-serif; }

a{ color: #363636; }

	a.small { color: #ad2c91; }

	a.more { color: #af2798; }
	
	a.classic { color: #af2798; }

/************/
/*   Logo   */
/************/

div#logo { background: url(../images/logo.png) no-repeat; }

/******************/
/*   Navigation   */
/******************/

/* On states */

div#nav.home ul li a#home { color: #fff; text-decoration:underline; font-weight:bold;}
div#nav.about ul li a#about { color: #fff; text-decoration:underline; font-weight:bold; }
div#nav.works ul li a#works { color: #fff; text-decoration:underline; font-weight:bold; }
div#nav.contact ul li a#contact { color: #fff; text-decoration:underline; font-weight:bold;}	

/*****************/
/*   Showcases   */
/*****************/

/* Full showcase */

button.prev { background: url(../images/prev.jpg) no-repeat; }

button.next { background: url(../images/next.jpg) no-repeat; }

a.showcase_link { background: url(../images/SC_home_title.jpg) no-repeat; }
	
a.moreinfo { background-image: url(../images/SC_home_more.jpg); }
	
/* Mini showcase */

button.prev_mini { background: url(../images/prev.jpg) no-repeat; }

button.next_mini { background: url(../images/next.jpg) no-repeat; }

button.prev_mini_work { background: url(../images/prev.jpg) no-repeat; }

button.next_mini_work { background: url(../images/next.jpg) no-repeat; }

/* Product showcase */

button.prev_product { background: url(../images/prev.jpg) no-repeat; }

button.next_product { background: url(../images/next.jpg) no-repeat; }

h3 a { background-image: url(../images/BG_product_name.jpg); }

/************/
/*   Home   */
/************/

/* JFlow homepage */

span.jFlowControl { background-image: url(../images/JFlow_default.png); }

span.jFlowControl.jFlowSelected { background-image: url(../images/JFlow_selected.jpg); }

