/*css Layout 3 columns*/
	#leftcontent {
		position: absolute;
		left:10px;
		top:20px;
		padding-left: 10px;
		padding-right: 10px;
		width:175px;
		background:rgb(156,152,141);
		}

	#centercontent {
			position: absolute;
			left:215px;
			top:20px;
			background:rgb(156,152,141);
			min-width: 500px;
			max-width: 800px;
		}
		
		#centercontentscroll {
		  position: absolute;
			left:215px;
			top:20px;
			background:rgb(156,152,141);
			width: 800px; 
			height: 500px; 
			overflow: auto; 
			padding: 5px;
		}
		
	
	#centercontent #menu {
		border:1px solid #000000;
		overflow:auto;
		border-left:1px solid #000; 
    border-bottom:1px solid #000;
    float:right;
    width:200px; 
    height:400;
    background:rgb(156,152,141);
    margin:0px 0px 10px 10px;
    padding: 5px 5px 5px 5px;
    	}
	
	
		
	#purchasecentercontent {
			background:rgb(156,152,141);
   		margin-left: 199px;
			min-width: 500px;
			max-width: 800px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
			margin-top:20px;
   		margin-left: 201px;
		}
	html>body #purchasecentercontent {
   		margin-top:20px;
   		margin-left: 201px;
		}

	#purchasecentercontentstart {
			background:rgb(156,152,141);
   		margin-left: 199px;
   		margin-right: 199px;
   		min-width: 720px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
			margin-top:20px;
   		margin-left: 201px;
   		margin-right: 201px;
		}
	html>body #purchasecentercontentstart {
   		margin-top:20px;
   		margin-left: 201px;
   		margin-right: 201px;
		}

	#purchasecentercontentstart #menu {
		border:1px solid #000000;
		overflow:auto;
		border-left:1px solid #000; 
    border-bottom:1px solid #000;
    float:right;
    width:200px; 
    height:400;
    background:rgb(156,152,141);
    margin:0px 0px 10px 10px;
    padding: 5px 5px 5px 5px;
    	}
	
	#purchaseoptions {
		float:left;
		width:175px;
		}

	#purchasemenu {
		border:1px solid #000000;
		overflow:auto;
		float:right;
		width:200px;
		height:400px;
		margin: 0px 10px 10px 10px;
		padding: 5px 5px 5px 5px;
		}
		
	body { 	
				background:rgb(156,152,141);
				margin:10px 10px 0px 10px;
				padding:0px; }

	img.purchase {
 			border:2px solid #000000;
			}
	
/*End Page Layout*/

form {
			margin-bottom:10px;
			margin-top:0px;
		}

p { 
	color: rgb(255,255,255);
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: none;}

h1 {color: rgb(255,255,255);
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;}

h2 {
	color: rgb(255,255,255);
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: Bold;
	font-size: 14px;
	line-height: 1.2;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;}
	
h3 {
	color: rgb(255,255,255);
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: Bold;
	font-size: 16px;
	line-height: 1.2;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;}
		
.title {color: rgb(255,255,255)
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: underline;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;}

	.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0em 0.8em 0.5em 0; float:left; } 

	.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid black;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: Black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

/*Image hover Popup*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 3px;
left: -1000px;
border: 1px solid 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 on hover*/
visibility: visible;
top: 0;
left: 35px; /*position where enlarged image should offset horizontally */

}

/* End Image Hover Popup */