﻿/* Generic Selectors */

body
{
	font-family: Tahoma, Geneva, sans-serif;/*Arial;Georgia;*/
	font-size: 12px;
	color: white;/*#165B15;*/		
	background-color: black;/*#f3f56d;*/
	text-align:center;
	/*margin: 0 0 0 0; top right bottom left*/	
}

li
{
    font-size:16px;
}

a:link{color:yellow;}
a:visited{color:red;}
/*************************  ID's *************************/


.hidden
{
    color:black;
}

#header

{

	position: relative;

  /*width: 100%;*/

  width:80%;

	height: 100px;

  top: 10px;

  left:100px;

	font-size:30px;

	margin:10px;

	text-align: center;

}

#headerPlain

{
	position: relative;
  /*width: 100%;*/
  	width:100%;
	height: 100px;
  	top: 10px;
	font-size:30px;

	text-align: center;

}




#bio

{

	position:relative;

	width:440px;

	text-align:left;

	/*padding:0px 300px;*/

}



#links

{

  position:relative;

  font-size:14px;

	/*color:red;*/

  width:20%;

  text-align:right;

  top: 20px;

  float:right;

}



#main
{
	position: relative;
	/*left:50px;*/
	/*left:400px;
	top:50px;*/
	margin:10px;
	font-size:18px;
}

#thumbnails

{

	position: relative;

	float:left;

	width:360px;

	/*width:360px;*/

	height: 800px;

	z-index:3;

}

#bigLeft
{
	position: relative;
	float:left;
	width:320px;
	z-index:3;
}

#bigRight
{
	position: relative;
	
}

.clear
{
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}

#left

{

	position:relative;

	float:left;

	width:175px;

}

#right

{

	position:relative;

	float:right;

	width:175px;

}



.thumbnail

{

	position:relative;

	cursor:pointer;

	margin: 10px;

	height:150px;

	width:150px;

	/*width:150px;*/

	/*float:left;*/

}



.artistBio

{

	font-size:14px;

}

#thumbnailGroup

{

	

}





#bigPictureTitle

{

	position:relative;

	font-size: 36px;

	font-family: Arial;

	font-style: italic;/*oblique;*/

	color: white;

}



#bigPicture

{

	position:relative;

	margin:15px;

}



#bigPictureSubTitle

{

	position: relative;

	font-size: 20px;

	/*top: 15px;*/

}



#bigPictureData

{

	position: relative;

	font-size: 18px;

	top: 15px;

}



#bigPictureSize

{

	position: relative;

	font-size:14px;

}



#bigPicturePrint

{

	position: relative;

	font-size:20px;

}

#bigPicturePurchasePrint
{
	position: relative;
}

#bigPicturePurchaseCard
{
	position: relative;
}





.purchaseItem

{

	position: relative;

	width:850px;

	height:200px;

	top: 25px;

	left:25px;

	font-size:26px;

}



.purchaseItemTitle

{

	position:relative;

	margin:5px;

	float:right;

	width:670px;

	padding:10px;

	color:yellow;

	font-style:oblique;

}

.purchasePainting

{

	position:relative;

	/*margin: 10px;*/

	height:160px;

	padding:50px 0px;

	width:150px;

	/*float:left;*/

}



#fourReasons

{

	position:relative;

	left:25px;

	width:810px;

	font-size:20px;

}



.purchaseInfo

{

	position:relative;

	float:right;

	/*top:-160px;

	left:175px;*/

	margin:10px;

	width:670px;

	font-size:26px;

}



.purchaseInfo table

{

	position:relative;

	width:100%;

	font-size:14px;

}



.purchaseInfoPrice

{

	position:relative;

	/*font-weight:bold;*/

	width:70px;

	margin:10px;

}



.purchaseInfoTitle

{

	position:relative;

	width:220px;

	margin:10px;

}



.purchaseInfoGreeting

{

	position:relative;

	font-size:12px;

	width:200px;
	font-style:oblique;

	margin:10px;

}





/*- Menu Tabs 6--------------------------- */



    #tabs6 {

	position:relative;

      float:left;

      width:100%;

      /*background:#FFFFFF;*/

      font-size:93%;

      line-height:normal;

margin-bottom:20px;

	  /*border-bottom:2px solid #666;*/

      }

    #tabs6 ul {

	  margin:0;

	  padding:10px 10px 0 50px;

	  list-style:none;

      }

    #tabs6 li {

      display:inline;

      margin:0;

      padding:0;

      }

    #tabs6 a {

      float:left;

      background:url("Pictures/tabs/tableft6.gif") no-repeat left top;

      margin:0;

      padding:0 0 0 4px;

      text-decoration:none;

      }

    #tabs6 a span {

      float:left;

      display:block;

      background:url("Pictures/tabs/tabright6.gif") no-repeat right top;

      padding:5px 15px 4px 6px;

      color:#FFF;

      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #tabs6 a span {float:none;}

    /* End IE5-Mac hack */

    #tabs6 a:hover span {

      color:#FFF;

      }

    #tabs6 a:hover {

      background-position:0% -42px;

      }

    #tabs6 a:hover span {

      background-position:100% -42px;

      }


