/* As your basic HTML gets rendered by browsers with their own defualt style sheets and own unique view of the world */
/* this section will create a more even playing field. Numerouse web sources have been used as the basis */

/* NOTE: Colour ref list  */

/* Reset the basics */

body, div, span, img, form, table, ul, li, dl, dt, dd, tr, td, h1, h2, h3, h4, h5, h6, p {
	margin: 0; 
	padding: 0;
}

/* Set up some basics ***************************************************************************************************** */
body, div, form,  ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
}

body {
  text-align: left;
  background-color: #ffffff;
	margin-top:10px;
  margin-bottom:10px;
  color:#666666;
}

a { color: #000000; }
a:link { }
a:visited { }
a:active { }
a:hover { color: #666666; text-decoration: underline}

/* ***** Basic container setup ***************************************************************************************************** */
div#containerSite{
  margin-left: auto; 
  margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
  width: 970px;
  background: #ffffff;
/*	border-left: 1px solid #3f338b;
	border-right: 1px solid #3f338b;
*/	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

div#containerPage{
}

div#containerHeader{
	height: 80px;
}

div#containerContent{
	padding: 0px 10px 10px 10px;
}

div#containerFooter{
	margin-top: 20px;
	height: 60px;
  background-color: #f0f0f0;
  clear: both;
}
#containerFooter a { color: #000; text-decoration: none; }
#containerFooter a:link { }
#containerFooter a:visited { }
#containerFooter a:active { }
#containerFooter a:hover {background-color: #000000; color: #ffffff; text-decoration: none;}

/* ***** page section layout ***************************************************************************************************** */

div#headerLogo{
  height: 20px;
  background: #FFFFFF url('../img/mainpage/header_01.png') top left no-repeat;
  clear: both;
}

div#navMain{
  margin:0px;
  padding:0px;
  height:40px;
  clear:both;
  background: #FFFFFF url('../img/mainpage/header_02.png') top left no-repeat;
}

div#headerSec{
  height: 20px;
  background: #FFFFFF url('../img/mainpage/header_03.png') top left no-repeat;
  clear: both;
}

div#contentColumn1{
	float: left;
	width: 160px;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 14px;
	text-align: left;
	background:url(../img/mainpage/content1.png) no-repeat;
}

div#contentMain{
	margin: 0px 0px 20px 180px;
	padding: 0px;
	background-color: transparent;
}

div#footer1{ height: 20px; }
div#footer2{ height: 20px; }
div#footer3{ height: 20px; }

/* ***** Specific ID formatting *************************************************************************************************** */

#contentMain h1, #contentColumn1 h1 {
	font-weight: bold;
  margin-top:0px;
  margin-bottom:5px;
  color: #000;
  padding:4px;
	background: #fff;
	border-bottom: #3f338b solid 1px;
}

#contentMain h2, #contentColumn1 h2 {
	font-weight: normal;
  margin-top:0px;
  margin-bottom:5px;
	padding-left: 10px;
	color: #000000;
  padding:4px;
	background:#CC6633;
  background-color: transparent;
	border-bottom: #3f338b solid 1px;
}

#contentMain h3, #contentColumn1 h3 {
	font-weight: bold;
  margin-top:0px;
  margin-bottom:5px;
  color: #ffffff;
  padding:4px;
	background: #3f338b;
	border-bottom: #3f338b solid 1px;
}

#contentMain h4, #contentColumn1 h4 {
	font-weight: normal;
  margin-top:0px;
  margin-bottom:5px;
	padding-left: 10px;
	color: #ffffff;
  padding:4px;
  background-color: #3f338b;
	border-bottom: #3f338b solid 1px;
}

#contentMain p {
  margin-top:5px;margin-bottom:5px;
  padding:4px;
	line-height: 18px;
}

#contentMain p a { color: #3f338b; text-decoration: underline; }
#contentMain p a:link { }
#contentMain p a:visited { }
#contentMain p a:active { }
#contentMain p a:hover { background-color: #000000; color: #ffffff; text-decoration: none;}

#contentColumn1 p {
  margin-top: 5px; margin-bottom: 5px;
  padding: 4px;
  line-height: 16px;
  color: #000;
}

#containerFooter p {
	padding: 0px;
	padding-left: 10px;
	text-align:left;
  font-size: 10px;
  line-height:14px;
  color:#000;
}


/* ***** List Definitions *************************************************************************************************** */


/* nav sub menu ************************* */

#navSubMenu {
	width: 140px;
	margin: 10px 10px 20px 10px;
	padding: 0px;
	font-size: 14px;
	text-align: left;
	background: #f0f0f0;
}

#navSubMenu ul {
	list-style: none;
	margin:0px;
}

#navSubMenu ul li {
	display: block;
}

#navSubMenu ul li a {
/*	width: 132px;
*/	padding: 4px;
	display: block; 
	text-decoration: none;
	color: #3f338b;
	background-color: transparent; /* sets colour of available items */
}

#navSubMenu ul ul li a {
/*	width: 136px;
*/	padding: 4px;
	padding-left: 20px;
	display: block; 
	text-decoration: none;
	color: #f7c663;
	border-top: 1px #416500 solid;
	background-color: transparent; /* sets colour of available items */
}
#navSubMenu ul li a:hover { color: #f7c663; background-color: #3f338b; } /* sets mouse over colour */
#navSubMenu ul li a:active { color: #f7c663; background-color: #3f338b; } /* sets mouse down colour */
#navSubMenu #current { color: #f7c663; background-color: f0f0f0; } /* sets last button pressed colour */



/* ***** tag overrides *************************************************************************************************** */

#footer1 {
	background: #FFFFFF url('../img/mainpage/footerBlueBar.png') top left no-repeat;
}


#menuBoxT1 {
	border-top: solid #3f338b 2px;
	border-bottom: solid #3f338b 1px;
	border-left: solid #3f338b 1px;
	border-right: solid #3f338b 1px;
	padding: 0px;
}
#menuBoxT1 h3 {
	border-bottom: solid #3f338b 2px;
}

#menuBoxT2 {
	border-top: solid #f7c663 2px;
	border-bottom: solid #f7c663 1px;
	border-left: solid #f7c663 1px;
	border-right: solid #f7c663 1px;
	padding: 0px;
}
#menuBoxT2 h3 {
	color: #000000;
	background: #f7c663;
	border-bottom: solid #f7c663 2px;
}

/* ***** class Definitions *************************************************************************************************** */

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}

#containerSite #conainerPage #containerContent #contentMain table  p {
	margin: 2px 5px 2px 5px;
}
.artist {
	width: 170px;
	margin: 0px 0px 2px 0px;
	line-height: 14px;
}
.artist a:hover {
	width: 170px;
	margin: 0px 0px 2px 0px;
	line-height: 14px;
	color: #f7c663; background-color: #3f338b; 
}


.bulletListA ul
{  
  font-size: 11px;
  line-height: 18px;
	margin-left: 5px;
	padding-left: 0px;
	list-style: none;
}

.bulletListA li
{  
	list-style: none;
	background-image:url(../img/mainpage/ul/ul1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
}

.bulletListA li ul
{  
  font-size: 11px;
  line-height: 16px;
	margin-left: 5px;
	padding-left: 0px;
	list-style: none;
	padding-top: 5px;
}

.bulletListA li ul ul
{  
  font-size: 11px;
  line-height: 16px;
	margin-left: 5px;
	padding-left: 0px;
	list-style: none;
	padding-top: 7px;
}

.bulletListB ul
{  
  font-size: 11px;
  line-height: 18px;
	margin-left: 5px;
	padding-left: 0px;
	list-style: none;
}

.bulletListB li
{  
	list-style: none;
	background-image:url(../img/mainpage/ul/ul2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
}

.bulletListB li ul
{  
  font-size: 11px;
  line-height: 16px;
	margin-left: 5px;
	padding-left: 0px;
	list-style: none;
	padding-top: 5px;
}

.bulletListB li ul ul
{  
  font-size: 11px;
  line-height: 16px;
	margin-left: 5px;
	padding-left: 0px;
	list-style: none;
	padding-top: 7px;
}

.tableOther {
	background-color: #dbd1ff;
}
.tableWhite {
	background-color: #ffffff;
}


.artistsProfile {
	float:right; 
	margin: 0px 0px 10px 10px;
}

.tableThumbArtists {
	background:url(/assets/img/mainpage/tn_backGrey.png);
}

.tableThumbArtistsLargeT {
	background:url(/assets/img/mainpage/tn_back_grey_01.png);
}
.tableThumbArtistsLargeB {
	background:url(/assets/img/mainpage/tn_back_grey_02.png);
}

.testemonialName {
	font-weight:bold;
}
.testemonialComment {
	font-style:italic;
}


/* ******************************************************************************** */


#listArtist ul {
	list-style: none;
	margin:0px;
}

#listArtist ul li {
	display: block;
	margin:0px 5px 5px 5px;
}

#listArtist ul li a {
	display: block; 
	text-decoration: none;
}
#listArtist ul li a:hover {
	text-decoration: none;
	color: #f7c663; background-color: #3f338b; 
}

/* settings for ticker */
#newsIndex {
	background:url(../img/mainpage/submenu_scroller_bgd.png);
	
	height: 190px;
	padding: 4px;
	margin: 1px;
	border: none;
}

/* ******************************************************************************** */
#slimbox_tn {
	text-align:center;
	border:none;
}
	
#slimbox_tn a, slimbox_tn a img {text-decoration: none; }
#slimbox_tn a:link { }
#slimbox_tn a:visited { }
#slimbox_tn a:active { }
#slimbox_tn a:hover,slimbox_tn a:hover img,slimbox_tn img a:hover  {text-decoration: none;}
	


/* settings for Lightroom template */

#container table.thumbBox
{
	float: left;
	margin:5px;
}

#container
{
	text-decoration:none;
	position: relative;
	text-align: center;
	margin:0px auto;
	width: 770px;
	display: block;
	clear: none;
}

.navigation{
	font-size: 11px;
}

.imgTitle {
	margin-top: 30px;
	font-size: 14px;
	color: #000000;
}   

.captionTitle {
	margin: 0px auto
	display: block;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #000000;
}  

form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:  #EEEEEE;
	color:  #000000;
}
.collectionTitle {
	display: inline;
	font-size: 12px;
	color: #000000;
}
.descTitle {
	display: inline;
	font-size: 10px;
	color: #000000;
}    

.artSaleThumb {
	text-decoration:none;
	margin: 10px;
	border: 1px solid #000066;
	padding: 5px;
}

.artSaleThumb a, .artSaleThumb a:hover {
	text-decoration:none;}