@charset "iso-8859-1"; 
body {line-height: 1.5em; background-color: #ffe7ad;} 

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/newsletter/art/PheeMarketHeaderNewsletter3.png) #ffe7ad;
height: 102px;
padding-top: 0px; 
}
 
#topsection h1{
margin: 0;
padding-top: 15px;
}
 
#contentwrapper{
float: left;
width: 100%;
}

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

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

#footer{
clear: left;
width: 100%;
color: #3110ce;
text-align: center;
padding: 4px 0;
}

#footer a {color: #3110ce}
#footer a:visited {color: #00079c;} 

.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:#3110ce;
}

.buttonmenu li a{
color: #3110ce;
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: #ffe7ad; /*  Light Tan*/
text-decoration:none;
}


.buttonmenu li a:visited {color: #00079c;}

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

/*Stock sales Page	*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Photo gallery Large Image to right*/

.gallerycontainer {position: relative; color: #3110ce;}

.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;  /*  large image border background color */
padding: 5px; 	/* large image border background */
left: -1000px;
border: 1px 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: 0; left: 220px; /*position where enlarged image should offset Vertically (top) and horizontally (left)*/
z-index: 50;
}

/*Stock sales Page	*/
.salescontainer {position: relative; color: #3110ce; }
.salescontainer a:link {color: #3110ce; font-weight: bolder}
.salescontainer a:active {color: #FFCC99;}	 /*Dark Tan  */
.salescontainer a:visited {color: #00079c;} 



