/* Guy Whammond */
/* Main Style Sheet 2009 */

			.header_left{
				float:left;
				width:145px;
				height:160px;
			}
            
            .salestore {
                color:#b9021e !important;
            }
            
			/* logged in area and navigation */
			.header_mid{
				float:left;
				width:595px;
				height:160px;
			}
				.header_loggedin{
					padding-top:75px;
					padding-bottom:15px;
					font-size:12px;
					color:#ffffff;
				}
					.header_loggedin a{
						color:#ffffff;
						text-decoration:none;
					}
					.header_loggedin a:hover{
						color:#cccccc;
						text-decoration:none;
					}
				.header_navigation{
					font-size:13px;
				}
					.header_navigation a{
						padding-right:20px;
						color:#ffffff;
						text-decoration:none;
					}
					.header_navigation a:hover{
						padding-right:20px;
						color:#cccccc;
						text-decoration:none;
					}
			.header_right{
				float:left;
				width:135px;
				height:160px;
				text-align:right;
				font-size:11px;
			}
				.header_basket{
					padding-top:50px;
					padding-bottom:5px;
				}
					.header_basket a{
						color:#ffffff;
						text-decoration:none;
					}
					.header_basket a:hover{
						color:#cccccc;
						text-decoration:none;
					}
				.header_checkout{
					padding-bottom:18px;
					color:#b5b4b6;
				}
					.header_checkout a{
						color:#ffffff;
						text-decoration:none;
					}
					.header_checkout a:hover{
						color:#cccccc;
						text-decoration:none;
					}
				.header_price{
					color:#cccccc;
				}
			.header_bag{
				width:105px;
				height:160px;
				float:right;
			}
