
		html, body { height:100%; }
	
		body {
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			margin: 0px;
			padding: 0px;
			background-color: #404040;
			color: #5486d1;
		}	
		
	
		.header {
			clear:both;
			float:left;
			width:750px;
			overflow:hidden;
			background: #4f84d2;
			color: #ffffff;
			border-right: solid 1px #245691;
		}

		.footer {
			clear:both;
			float:left;
			width:740px;
			overflow:hidden;
			background: #4f84d2;
			color: #000040;
			border-top: solid 1px #245691;
			text-align: center;
			padding: 5px;
		}
		
		.colright,
		.colmid,
		.colleft {
			float: left;
			width:750px;
			position:relative;
			border-right: solid 1px #245691;
			
		}
		.col1,
		.col2,
		.col3 {
			float:left;
			position:relative;
			padding: 4px;
			overflow:hidden;
		}
		
		#glink {
			color: #dddddd; 
			text-decoration: none;
		}
		
		a#prodmenu {
			text-decoration: none;
			color: #5486d1;
		}

		a#menu {
			text-decoration: none;
			color: #ffffff;
		}
		a#menu:hover {
			text-decoration: underline;
		}
		

		a {
			color: #5486d1;
		}

		
		a#prodmenu:hover {
			text-decoration: underline;
		}
		
		#prodvar_name,  #prodvar_order {
			background: #eeeeee;
		}
		#prodvar_price {
			background: #fafafa;
		}
		#prodvar_price {
			text-align: right;
		}
		#prodvar_order {
			text-align: center;
		}
		.prodvar_header {
		 border-bottom: solid 2px #aaaaaa;
		 font-weight: bold;
		}
		#highlights {
			width: 280px; background: #fafafa; background-image: url('/i/buy_online.jpg'); background-repeat: no-repeat; padding-left: 150px; padding-right: 5px; border: solid 3px #eeeeee
		}
		
		h1 {
			font-size: 16px;
		}

		h2 {
			font-size: 14px;
		}
		
		hr {
			height: 1px;
			width: 50%;
			color: #84a6f1;
		}


		.cols {
			clear:both;
			width:750px;
			overflow:hidden;
		}
		
		.threecol {
			background:#eeeeee;		/* right column background colour */
		}
		
		.threecol .colmid {
			right:150px;				/* width of the right column */
			background:#ffffff;		/* center column background colour */
		}
		.threecol .colleft {
			right: 455px;				/* width of the middle column */
			background:#eeeeee;		/* left column background colour */
		}
		.threecol .col1 {
			width:442px;				/* width of center column content (column width minus padding on either side) */
			left:754px;				/* 100% plus left padding of center column */
		}
		.threecol .col2 {
			width:142px;				/* Width of left column content (column width minus padding on either side) */
			left:162px;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		}
		.threecol .col3 {
			width:142px;				/* Width of right column content (column width minus padding on either side) */
			left:620px;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
		}

		

