/* germanbasic.css, updated March 18, 2006 */

	body {
	background-color: #CCCC99;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	}
	/*These elements control textual links appearance*/
	a:link {color: #0000ff; text-decoration: none;
	background-color:#cccc99;
	}
	a:visited {color: #009966; text-decoration: none;
	background-color:#cccc99;
	}
	a:hover {color: #FF0000; text-decoration: underline;
	background-color:#cccc99;
	}
	a:active {color:#00ff00; text-decoration: none;
	background-color:#cccc99;
	}
	#heading {
	top: 0px;
	text-align:center;
	}
	/*Positioning of left column text etc*/	
	.left {
	float:left;
	padding: 0% 2% 0% 0%;
	width:20%;
	text-align:justify;
	}	
	/*Positioning of center column text etc - MUST follow right
	and left columns in XHTML coding*/	
	.middle {
	top: 10px;
	margin-left:22%;
	margin-right:22%;
	}	
	/*Positioning of right column text etc*/	
	.right {
	float:right;
	padding: 0% 0% 0% 2%;
	width:20%;
	text-align:justify;
	}	
	/*Positioning of footer text etc*/	
	.footer {
	padding-top:0%;
	text-align:center;
	clear:both;
	color: #999999;
	font-size:x-small;
	font-style: italic;
	}
		
	/*Overall positioning of main content of all pages except Index*/
	#infobox {
	position:absolute;
	margin-left: -490px;
	width:980px;
	height:115px;
	left: 50%;
	top: 105px;
	text-align: center;
	font-weight:bold;
	}
	/*Adds 2 pixel silver border to any image in infobox on any pages*/
	#infobox img {
    border: 2px solid #999999;
	}
	/*Positioning, text weight and size for sub-heading on productinto pages.*/
	#infoboxtxt {
    text-align:center;
	font-weight:bold;
	font-size:large;
	}
	/*Positioning and text size and style on Index Page*/
	#slogan {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size: medium;	
	}
	/*Positioning of product image and form ordering info*/
	#orderwind {
	position:absolute;
	width:281px;
	height:315px;
	border: solid 2px #999999;
	background-color:#E6DF6C;
	left: 41px;
	top: 144px;
	}
	/*Positioning of link data to other product pages*/
	#otheritems {
	position:absolute;
	width:400px;
	height:333px;
	font: bold 14px/1.5 Geneva, Arial, Helvetica, sans-serif;
	left: 551px;
	top: 140px;
	}
	/*Overall positioning of content of products folder pages&*/
	#orderpagebox {
	position:absolute;
	width:98%;
	height:90%;
	left: 12px;
	top: 16px;
	}
	/*Position for View Cart button on product pages*/
	#viewbox {
	position:absolute;
	width:46px;
	height:48px;
	left: 157px;
	top: 496px;
}
#shippingnotice {
	position:absolute;
	width:353px;
	height:37px;
	z-index:1;
	left: 51px;
	top: 538px;
}
