
/* Customize the following line to over-ride CSS. */
	#main {
					top:-60px; /*Moves main content up.  Will overwrite css.  Customize based on Main Content*/
				/*	height:520px; */  /*set to  lock custom size  for main content. Comment out for auto-flow.*/
				} 

/* set activ menu items */
        #buynow a { background-image:url('../images/buttons/but_blk_buynow.png'); }
        #buynow a:hover { background-image:url('../images/buttons/but_blk_buynow.png'); }


/* Page Container and edge images*/
		 #appspace {
			background-image: url('../images/containers/buynow_center2.jpg');
			background-repeat: no-repeat;
			height:400px;
			left:0px;
			position:relative;
			top:18px;
			width:617px;
			z-index: 1;
		}
		#appspace_top {
			background-image: url('../images/containers/buynow_border_top.png');
		    height:23px;
			position:absolute;
			width:675px;
			left:-28px;
			top:-23px;
			z-index: 10;
		}
		#appspace_bot {
			background-image: url('../images/containers/buynow_border_bottom.png');
		    height:30px;
			position:absolute;
			width:675px;
			left:-28px;
			top:348px;
			z-index: 20;
		}		
		#appspace_left {
			background-image: url('../images/containers/buynow_border_left.png');
		    height:348px;
			position:absolute;
			width:28px;
			left:-28px;
			top:0px;
			z-index: 30;
		}
		#appspace_right {
			background-image: url('../images/containers/buynow_border_right.png');
		    height:348px;
			position:absolute;
			width:28px;
			left:617px;
			top:0px;
			z-index: 40;
		}

/* Button 1 */
		#appspace_button1 {
			background-image: url('../images/containers/buynow_but_orange.png');
		    height:88px;
			position:absolute;
			width:189px;
			left:618px;
			top:43px;
			z-index: 40;
		}
		
		#appspace_button1 a{
			font-family: 'Comic Sans', 'Comic Sans MS', 'cursive','sans-serif';
			font-size:medium;
			height:42px;
			left:10px;
			position:absolute;
			text-decoration: none;
			top:17px;
			width:155px;	
		}

		#appspace_button1   a   span{	
			display:block;
			left:35px;
			position:relative;
			top:12px;
		}  
			
			#appspace_button1 a:link {color: #000000; } 
			#appspace_button1 a:visited {color: #000000} 
			#appspace_button1 a:hover {color: #ff0000;}

/* Button 2 */
		
		#appspace_button2 {
			background-image: url('../images/containers/buynow_but_blue.png');
		    height:90px;
			position:absolute;
			width:189px;
			repeat:no-repeat;
			left:618px;
			top:136px;
			z-index: 40;
		}
		
		
			/*OFF: White / Rollover: Red / ON: Black*/
		#appspace_button2 a{
		font-family: 'Comic Sans', 'Comic Sans MS', 'cursive','sans-serif';
			font-size:medium;
			height:42px;
			left:10px;
			position:absolute;
			text-decoration: none;
			top:19px;
			width:155px;	
		}

		#appspace_button2   a   span{	
			display:block;
			left:20px;
			position:relative;
			top:14px;
		}  
			#appspace_button2 a:link {color: #000000; } 
			#appspace_button2 a:visited {color: #000000} 
			#appspace_button2 a:hover {color: #000000;} /*dispabled as there is no link*/

		#appspace_button3 {
			background-image: url('../images/containers/buynow_but_green.png');
		    height:89px;
			position:absolute;
			width:189px;
			left:618px;
			top:234px;
			z-index: 40;
		}
		#appspace_button3 a{
			font-family: 'Comic Sans', 'Comic Sans MS', 'cursive','sans-serif';
			font-size:medium;
			height:42px;
			left:10px;
			position:absolute;
			text-decoration: none;
			top:17px;
			width:155px;	
		}

		#appspace_button3   a   span{	
			display:block;
			left:35px;
			position:relative;
			top:12px;
		}  
			#appspace_button3 a:link {color: #000000; } 
			#appspace_button3 a:visited {color: #000000} 
			#appspace_button3 a:hover {color: #ff0000;}
			
		
