@charset "iso-8859-1"; 
body {line-height: 1.5em; background-color: #20b2aa;}/*####################################	 */

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
/*	
#topsection {background: url(../../market/art/PheesMarketGradiant.jpg); /*################### 
 height: 90px;
 }
 
#topsection h1{
margin: 0;
padding-top: 15px;
}
 */ 
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 180px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)  */
background: #20b2aa;  /*################### */
}

#footer{
clear: left;
width: 100%;
background: #20b2aa;    /* color of footer old (#619bf1 )*/
color: #FFF;
text-align: center;
padding: 10px 0;   /*Stripe in footer editor before php upload  */
}

#footer a{
color: #FFFF80;
}
#footer a:visited {color: #0b4720;}	
#footer a:hover, .buttonmenu a:active{
color: black;
background-color: #22e8e1;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10;
}

 /* Vertical Menu Start Button Meny CSS  */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
color:white;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/	   /*################### */
background-color: #10a098;	 /*################### */
text-decoration:none;
}


.buttonmenu li a:visited {color: #0b4720;}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #22e8e1;
}

/*Stock sales Page	*/

  /*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* Photo galery Large Image to right    Text Font (color)*/

.gallerycontainer {position: relative; color: #FFFFff; font: Britannic Bold;}

.thumbnail img{
/*border: 1px solid white;*/
margin: 0 5px 5px 0; 

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
/*border: 1px solid blue;  */
}

.thumbnail span {/*CSS for enlarged image*/
position: absolute; background-color: lightyellow; padding: 5px; left: -1000px; border: 1px dashed gray; visibility: hidden; color: black; text-decoration: none}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span {/*CSS for enlarged image*/
visibility: visible; top: 80px; left: 0px; /*position where enlarged image should offset ertically (top) and horizontally (Left)*/
z-index: 50}

/*Stock sales Page	*/
.salescontainer	 {position: relative; color: #FFFFFF}

/* Kristen ITC playfull font */
.kristenitc {font-family:kristen itc, bradley hand itc, Comic Sans MS, Geneva, Helvetica, sans-serif; }

