/* -------------------------------------------------- */

.note        { font-family: Verdana; font-size: 7pt; margin-top: 0; margin-bottom: 0; text-align:left;}
.noteitalic  { font-family: Verdana; font-size: 7pt; margin-top: 0; margin-bottom: 0; text-align:left; font-style:italic;}
.warning     { font-family: Verdana; font-size: 7pt; margin-top: 0; margin-bottom: 0; text-align:left; color: #F00; margin-top: 0; margin-bottom: 0;}
.debug       { font-family: Verdana; font-size: 7pt; margin-top: 0; margin-bottom: 0; text-align:left; color: #800; margin-top: 0; margin-bottom: 0;}

/* ---------- BODY ---------------------------------- */

body {
  color: #555;
  background-color: #CCC;
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  position: absolute;
  left: 50%;
  top: 10pt;
  margin-left: -400px;
}

/* ---------- MAIN CONTAINER ------------------------ */

#cont_main {
  width: 800px;
  height: 600px;
  background-color: #FFF;
  margin: 0px;
  padding: 0px;
  border: solid #333 1px;
}

/* ---------- HEADER -------------------------------- */

#cont_header {
  position: relative;
  left: 0px;
  width: 800px;
  height: 60px;
  margin: 0px;
  padding: 0px;
}

/* ---------- MAIN MENU ----------------------------- */

#cont_menu {
  position: relative;
  left: 0px;
  width: 780px;
  height: 25px;
  margin: 0px;
  padding: 0px 10px;
  background-image: url(../images/menubg.jpg);
  text-align: left;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-weight: bold;
  color: #555;
  font-size: 7pt;
}

#cont_menu p {
  position: relative;
  left: 0px;
  top: 3px;
  margin: 0px;
  padding: 0px;
}

#cont_menu a:link, #cont_menu a:visited, #cont_menu a:active {
  color: #555;
  text-decoration: none;
}

#cont_menu a:hover {
  color: #008;
  text-decoration: none;
}

/* ---------- BREADCRUMB ---------------------------- */

#cont_crumb {
  position: relative;
  left: 0px;
  width: 750px;
  height: 20px;
  margin: 0px;
  padding: 0px  0px  0px 10px;
  font-size: 6pt;
  color: #888;
}

/* ---------- CANVASES ------------------------------ */

#cont_canvas_0 {
  position: absolute;
  right: 1px;
  top: 95px;
  width: 800px;
  height: 498px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  background-color: #0FFF;
}

#cont_canvas_1 {
  position: absolute;
  right: 1px;
  top: 95px;
  width: 798px;
  height: 498px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  background-image: url(../images/watermark1.jpg);
  background-repeat: no-repeat;
}

#cont_canvas_2 {
  position: absolute;
  right: 1px;
  top: 95px;
  width: 800px;
  height: 498px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  background-image: url(../images/watermark2.jpg);
  background-repeat: no-repeat;
}

/* ---------- SECONDARY MENU------------------------ */

#cont_sec_menu {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 100px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

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

#cont_sec_menu ul li a:link, #cont_sec_menu ul li a:visited{
  text-decoration: none;
  width: 100px;
  display: block;
  width: 100%;
  padding: 3px 0px;
  font: 8pt/1.3 arial, sans-serif;
  color: #2970A6;
}

#cont_sec_menu ul li a:hover, #cont_sec_menu ul li a:active{
  color: #008;
}

#cont_sec_menu ul li {
  border-top: 1px solid #DDD;
}

/* ---------- HOMEPAGE ------------------------------ */

#cont_home_image {
  position: absolute;
  left: 0px;
  width: auto;
  width: 800px;
  height: 400px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#cont_home_image img{
  border-style: none;
}

#cont_home_text {
  position: absolute;
  left: 100px;
  bottom: 15px;
  width: 600px;
  height: 85px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 9pt;
}

#cont_home_text p {
  left: 100px;
  width: 600px;
}

#cont_home_footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 800px;
  height: 10px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 7pt;
}

/* ---------- IFRAME -------------------------------- */

/*
#cont_iframe_1 (
  position: absolute;
  right: 15px;
  top: 0px;
}
*/

/* OK OK OK OK OK OK OK OK OK OK OK  */
#cont_iframe_1 iframe {
  position: absolute;
  right: 15px;
  width: 650px;
  height: 480px;
}

#cont_list_1 {
  position: absolute;
  left: 105px;
  width: 600px;
  color: #555;
}

#cont_list_1 hr {
  margin: 0px;
  padding: 0px;
  color: #EEE;
  height: 1px;
}

#cont_list_1 img {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  border-style: none;
  border-collapse: collapse;
  float: right;
  border: solid #333 1px;
}

/* ---------- WHAT'S ON ----------------------------- */
#won_header{
  margin: 0px;
  padding: 0px;
  font-size: 12pt;
  font-weight: bold;
  color: #555;
}

#won_item_count{
  position: relative;
  top: 10px;
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
  color: #888;
}

#won_title{
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  font-weight: bold;
}

#won_subtitle{
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
  font-weight: bold;
}

#won_content{
  margin: 5px 0px;
  padding: 0px;
  font-size: 9pt;
  text-align: justify;
}

#won_title_exp{
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  font-weight: bold;
  color: #949CCE;
}

#won_subtitle_exp{
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
  font-weight: bold;
  color: #949CCE;
}

#won_content_exp{
  margin: 6px 0px;
  padding: 0px;
  font-size: 9pt;
  text-align: justify;
  color: #949CCE;
}

/* ---------- ABOUT ARTIST -------------------------- */

#cont_abart_pri_img {
  position: absolute;
  right: 40px;
  top: 35px;
  width: 240px;
  height: 360pt;
  margin: 0px;
  padding: 0px;
}

#cont_abart_sec_img {
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: 100px;
  margin: 0px;
  padding: 0px;
}

#cont_abart_text {
  position: absolute;
  left: 150px;
  top: 35px;
  width: 340px;
  margin: 0px;
  padding: 0px;
  text-align: justify;
}

/* ---------- ABOUT PICTURES ------------------------ */

/* ---------- CV LIST ------------------------------- */

#cont_cvlist {
  position: absolute;
  left: 105px;
  width: 600px;
  color: #333;
}

#cont_cvlist table {
  border-collapse: collapse;
  color: #333;
}

#cont_cvlist tr {
  height: 30pt;
  color: #333;
}

#cont_cvlist td {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  color: #333;
}

/* ---------- GALLERIES ----------------------------- */

#cont_galtable{
  position: absolute;
  left: 200px;
  top: 20px;
  margin: 0px;
  padding: 0px;
}

#cont_galtable table{
  width:540px;
  height: 420px;
  color: #333;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#cont_galtable tr{
}

#cont_galtable td{
  width: 180px;
  height: 140px;
  background-color: #EEE;
  text-align; center;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

#cont_galtable img {
  border: solid #333 1px;
}

#cont_galtitle {
  position: relative;
  margin: 0px;
  padding: 0px;
  bottom: 0px;
}

#cont_galcaption {
  position: absolute;
  left: 20px;
  bottom: 55px;
  width: 150px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 8pt;
}

/* ---------- VIRTICAL ARTWORK ---------------------- */

#cont_artwork_v_txt{
  position: absolute;
  left: 20px;
  top: 120px;
  width: 245px;
  height: 300px;
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
  text-align: left;
/*border: solid green 1px;*/
}

#cont_artwork_v_txt p{
  margin: 3px 0px;
  padding: 0px;
}

#cont_artwork_v_idx{
  position: absolute;
  right: 325px;
  top: 20px;
  width: 77px;
  height: 450px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 7pt;
/*border: solid blue 1px;*/
}

#cont_artwork_v_idx img{
  margin: 0px;
  padding: 0px;
  border-style: none;
}

#cont_artwork_v_img{
  position: absolute;
  right: 19px;
  top: 20px;
  width: 300px;
  height: 450px;
  margin: 0px;
  padding: 0px;
/*border: solid red 1px;*/
}

#cont_artwork_v_img img{
  margin: 0px;
  padding: 0px;
  border: solid #333 1px;
}

/* ---------- HORIZONTAL ARTWORK -------------------- */

#cont_artwork_h_txt{
  position: absolute;
  left: 20px;
  top: 120px;
  width: 245px;
  height: 300px;
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
  text-align: left;
/*border: solid green 1px;*/
}

#cont_artwork_h_txt p{
  margin: 3px 0px;
  padding: 0px;
}

#cont_artwork_h_idx{
  position: absolute;
  right: 19px;
  bottom: 25px;
  width: 500px;
  height: 77px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  font-size: 7pt;
/*border: solid blue 1px;*/
}

#cont_artwork_h_idx img{
  margin: 0px;
  padding: 0px;
  border-style: none;
}

#cont_artwork_h_img{
  position: absolute;
  right: 19px;
  top: 20px;
  width: 500px;
  height: 350px;
  margin: 0px;
  padding: 0px;
  text-align: right;
/*border: solid red 1px;*/
}

#cont_artwork_h_img img{
  margin: 0px;
  padding: 0px;
  border: solid #333 1px;
}

/*####################################################*/
/* ---------- SQUARE ARTWORK ------------------------ */

#cont_artwork_q_txt{
  position: absolute;
  left: 20px;
  top: 120px;
  width: 245px;
  height: 300px;
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
  text-align: left;
/*border: solid green 1px;*/
}

#cont_artwork_q_txt p{
  margin: 3px 0px;
  padding: 0px;
}

#cont_artwork_q_idx{
  position: absolute;
  right: 19px;
  bottom: 25px;
  width: 500px;
  height: 102px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  font-size: 7pt;
/*border: solid blue 1px;*/
}

#cont_artwork_q_idx img{
  margin: 0px;
  padding: 0px;
  border-style: none;
  width: 50px;
  height: 50px;
}

#cont_artwork_q_img{
  position: absolute;
  right: 19px;
  top: 20px;
  width: 500px;
  height: 350px;
  margin: 0px;
  padding: 0px;
  text-align: right;
/*border: solid red 1px;*/
}

#cont_artwork_q_img img{
  margin: 0px;
  padding: 0px;
  border: solid #333 1px;
}
/*####################################################*/

/* ---------- SINGLE ARTWORK ------------------------ */

#cont_artwork_s_txt{
  position: absolute;
  left: 20px;
  top: 120px;
  width: 245px;
  height: 370px;
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
  text-align: left;
/*border: solid green 1px;*/
}

#cont_artwork_s_txt p{
  margin: 3px 0px;
  padding: 0px;
}

#cont_artwork_s_img{
  position: absolute;
  right: 19px;
  top: 20px;
  width: 500px;
  height: 450px;
  margin: 0px;
  padding: 0px;
  text-align: right;
/*border: solid red 1px;*/
}

#cont_artwork_s_img img{
  margin: 0px;
  padding: 0px;
  border: solid #333 1px;
}

#title_bar{
  text-align: right;
  font-size: 8pt;
  font-weight: bold;
}

/* ---------- BUY ----------------------------------- */

/* ---------- CONTACT ------------------------------- */

#cont_contact_text {
  position: absolute;
  left: 175px;
  top: 40px;
  width: 300px;
  margin: 0px;
  padding: 0px;
  text-align: justify;
}

/* ---------- TEMP ---------------------------------- */

#cont_temp {
  position: absolute;
  left: 400px;
  top: 100px;
  width: 400px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #333;
}

/* ---------- LINKS --------------------------------- */

a:link {
  color: #2970A6;
  text-decoration: none;
}
a:visited {
  color: #2970A6;
  text-decoration: none;
}
a:hover {
  color: #008;
  text-decoration: none;
}
a:active {
  color: #2970A6;
  text-decoration: none;
}

/* -------------------------------------------------- */


