@charset "UTF-8"; /* Contains the stles shared amongst the pages */ /*  */ /* General styles adapted from: http://matthewjamestaylor.com/blog/holy-grail-no-quirks-mode.htm */ body { /*margin:0; padding:0;*/ border:0;			/* This removes the border around the viewport in old versions of IE */ /*width:984px;*/ /* width:100%; */ background-color:#CDCDCD; min-width:600px;    /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */ font-size:90%; } #main { width: 984px; margin-left:auto; margin-right:auto; background-color:#ffffff; /*background-image:url('WallTop.png'); background-repeat:no-repeat;*/ } #colmask {	 position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */ clear:both; float:left; width:100%;			/* width of whole page */ /*overflow:hidden;*/		/* This chops off any overhanging divs */ background:#ffffff;		/* Left column background colour */ } img {   border-style: none; } /* Header styles */ #header { position:relative; clear:both; float:left; width:100%; background-color:#ffffff; } /* Footer styles */ #footer { clear:both; float:left; width:100%; background-color:#ffffff; /*background-image:url('bg.png'); background-repeat:repeat-y; */ text-align:center; } #footer p { padding:10px; margin:0; color: #000000; } /* Added by James Farrow from previous version */ #mainLogo { position:absolute; left:33px; top:5px; width:918px; height:248px; z-index:1; } #sideLogoRight { position: absolute; left: 818px; width:151px; height:96px; top: 28px; z-index: 2; } .logo { position:absolute; z-index: 15; } div.navBtn { height:41px; width:112px; } #telephone { position:absolute; left:19px; top:26px; width:175px; height:81px; z-index:2; } #mastercard { position:absolute; left:195px; top:5px; width:74px; height:73px; z-index:3; } #visa{ position:absolute; left:719px; top:5px; width:69px; height:73px; z-index:3; } #cartSummary { position: absolute; left: 710px; top: 165px; z-index: 18; width: 150px; } #cartSummary td { color:#FFFFFF; font-size:13px; } #cart { position:absolute; z-index:17; left: 865px; top: 192px; } #checkout { position:absolute; left:865px; top:147px; z-index:18; } #about { position:absolute; left:7px; z-index:17; top: 147px; } #contact { position:absolute; left:7px; top:192px; z-index:11; } #qckSearch { position:absolute; width:97px; height: 32px; color: #000000; z-index: 15; left: 123px; top: 175px; } /*  */</style> [if lt IE 7]><style media="screen" type="text/css">
.col1 {
width:100%;
}
</style><![endif] 