﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
	background-color: #e5e5e5;
}

.wrapper {
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

img {
    border: none;
}

form {
    margin: 0;
    padding: 0;
}

/* @group Header */

.header {
	width: 1030px;
	height: 156px;
}

.header h1 {
    visibility: hidden;
    float: left;
    position: absolute;
}

.header h2 {
	position:absolute;
	top: 112px;
	left: 90px;
	font-size: 13px;
	color: #F60;
	font-style:italic;
	margin:0px;
	padding:0px;
}

.logo {
    float: left;
}

/* @end */

/* @group Top Navigation */

.navwrapper {
	float: left;
    width: 100%;
    height:46px;
    background: url(i/menu-bg.png) no-repeat;
}

.nav {
	padding-bottom: 0;
	margin-bottom: 0;
    width: 100%;
    font-size: 11px;
    margin-left: 0px;
	padding-left:25px;
}

.nav ul {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.nav li {
	display: list-item;
    float: left;
    margin: 0;
    padding: 0;
}

.nav .active {
    background: url(i/menu-bg-on.png) ;
    color:#000;

}

.nav a:link, .nav a:visited {
	color: #fff; 
	text-decoration: none;
    float: left;
    display: block;
    padding: 9px 8px 11px 8px;
	border-left:solid;
	border-left-width:1px;
	border-left-color:#333;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#333;
}

.nav a.active {
color:black;
}

.nav a:hover {
	color: #fff;
	background-image:url(i/menu-bg-hover.png);
}

.search {
	float:right;
	margin-right:70px;
    width: 250px;
    margin-top: 8px;
}

.search-box {
    float: left;
    margin-right: 10px;
}

.search-box input {
    
    margin-right: 4px;
}

/* @end */

/* @group Left Column */

.left_wrapper {
    width: 187px;
    float: left;
    margin-top: 15px;
    margin-left:15px;
}

.sidebox {
	background-image:url(i/sidebox-bg.gif);
}

.sidebox_hdr {
    width: 187px;
    height: 26px;
    background-image: url(i/sidebox-hdr.png);
}

.sidebox_hdr h3, .basket_hdr h3 {
    font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 5px 0 0 9px;
    font-weight:bold;
}

.sidebox a {
	color: #303030;
	text-decoration:none;
}

.static-cats a {
    color: #303030;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding-top: 0px;
    padding-left: 7px;
    font-size:11px;
}

.static-cats a:hover {
    color: #000;
    text-decoration: underline;
}

.static-cats ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.static-cats li {
    margin: 0px;
    padding: 0px;
    background-position:top;
    padding-bottom:3px;
}

.sidebox_ftr {
    background-image: url(i/sidebox-ftr.gif);
    width: 187px;
    height: 10px;
    margin-bottom: 12px;
}

.secure_hdr {
    width: 187px;
    height: 34px;
    background-image: url(i/secure-hdr.png);
}

/* @end */

/* @group Content */

.content {
    width: 572px;
    margin-left: 27px;
    margin-top: 5px;
    float: left;
}

.content h1 {
	font-size:16px;
	margin:0px;
}

.content h2 {
	font-size:14px;
}

.centre_hdr_grey {
    width: 572px;
    height: 30px;
    background: gray url(i/centre-box-purple-hdr.png) no-repeat;
    margin-top: 10px;
}

.centre_hdr_grey h2 {
    color: #fff;
    padding-top: 0;
    padding-left: 12px;
    font-size: 14px;
    float: left;
    margin-top: 7px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.centre_hdr {
    width: 572px;
    height: 30px;
    background: url(i/centre-box-blue-hdr.png) no-repeat;
    margin-top: 10px;
}

.centre_hdr h2 {
    color: #fff;
    padding-top: 0;
    padding-left: 12px;
    font-size: 14px;
    float: left;
    margin-top: 7px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.large-box {
    background: url(i/centre-box-bg.png) repeat-y;
    padding:8px;
}

.large-box h3 {
    color: #005860;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding: 0;
    margin-bottom: 0;
	margin-top:14px;
}

.large-box p {
    color: #5d5b53;
    margin: 0px;
    padding-bottom:8px;
}

.large-img {
    
}

.large-desc {
    float: right;
    width: 280px;
}

.large-box .only {
    font-weight: bold;
    color: #005860;
    font-size: 13px;
    margin: 0;
}

p.large-price {
    margin: 0;
    color: #ee4502;
    font-weight: bold;
    font-size: 24px;
}

.large-buttons {
	padding-top:8px;
	padding-left:290px;
}

.large-box-ftr {
    width: 572px;
    height: 42px;
    background: url(i/centre-box-ftr.png) no-repeat;
}

.large-img-col {
	width:290px;
}

.featured_prods table {
    height:245px;
    text-align: center;
    margin-top: 6px;
    margin-bottom:6px;
    border-collapse: collapse;
}

.featured_prods td {
    width: 33%;
	margin:0px;
	padding:0px;
}

.featured_prods {
    width: 572px;
    overflow: hidden;
}

.featured_prods p {
    margin: 0;
    padding: 0 14px;
    text-align: left;
    font-size: 11px;
}

.centre_ftr {
	width:572px;
	height:9px;
	background-image:url('i/centre-box2-ftr.png');
	background-repeat:no-repeat;
}

.large-box a {
	color: #22529d;
	text-decoration:none;
}

.large-box table {
	margin:0px;
}

.smallbox {
	background: url(i/smallbox-bg.png) repeat-y 4px 0;
}

.smallbox-hdr td {
	background: url(i/smallbox-hdr.png) no-repeat 4px
0;
}

.smallbox-desc td {

    vertical-align:top;
}

.smallbox-img td {
    background: url(i/smallbox-bg.png) repeat-y 4px 0;
    vertical-align:middle;
}


.smallbox-desc p {
	margin:0px;
}

.smallbox-ftr {
	height: 33px;
	background: url(i/smallbox-ftr.png) no-repeat 4px bottom;
	width: 180px;
	padding: 5px;
}

.smallbox-ftr p {
    float: left;
    margin: 0;
    padding: 6px 0 8px 14px;
    font-weight: bold;
    font-size: 14px;
    color: #22529d;
}

.smallbox-ftr img {
    margin-top: 5px;
    float: right;
    margin-right: 10px;
}

.featured_prods h3, .featured_prods a {
    margin-top: 8px;
	padding-top:0px;
    margin-bottom: 4px;
    text-decoration: none;
    color: #22529d;
    font-size: 12px;
}

.featured_prods h3 {
    padding-left:12px;
    padding-right:12px;
}


.featured_prods img {
}

tr {
    vertical-align: top;
}

/* @end */

/* @group Right Column */

.right_wrapper {
    width: 187px;
    float: right;
    margin-top: 15px;
    margin-right:15px;
}

.cta {
}

.cta_ad {
    margin-bottom: 12px;
}

.acer-box {
    width: 187px;
    height: 164px;
    background: url(i/cta-acer-bg.jpg) no-repeat;
    padding-top: 127px;
}

.acer-box p {
    height: 120px;
    overflow: auto;
    width: 153px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 3px;
    padding-right: 12px;
	margin-bottom:8px;
}

/* @end */

/* @group Footer */

.footer {
    clear: both;
    color: white;
    position: relative;
    width: 1000px;
    margin-top: 14px;
    margin-left:15px;
}

.footer_heading {
    height: 35px;
    margin-top: 5px;
    background-image: url(i/ftr-bg.png);
}

.footerlinks {
    margin-top: 10px;
    float: left;
    margin-left: 12px;
}

.footer a {
    color: white;
    text-decoration: none;
}

.small_print {
    font-size: 11px;
    height: 46px;
    background-color: #fff;
}

.small_print a {
	color:black;
}

.copyright p {
    margin: 14px 0 0 12px;
    float: left;
    color:gray;
}

.copyright img {
    float: right;
    margin-top: 5px;
    margin: 5px;
}

/* @end */

.AnimatedBanner {
	background-repeat:no-repeat;
	background-position:right;
	margin-top:5px;
}

a:hover {
    text-decoration: underline;
}﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
	background-color: #e5e5e5;
}

.wrapper {
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

img {
    border: none;
}

form {
    margin: 0;
    padding: 0;
}

/* @group Header */

.header {
	width: 1030px;
	height: 156px;
}

.header h1 {
    visibility: hidden;
    float: left;
    position: absolute;
}

.header h2 {
	position:absolute;
	top: 112px;
	left: 90px;
	font-size: 13px;
	color: #F60;
	font-style:italic;
	margin:0px;
	padding:0px;
}

.logo {
    float: left;
}

/* @end */

/* @group Top Navigation */

.navwrapper {
	float: left;
    width: 100%;
    height:46px;
    background: url(i/menu-bg.png) no-repeat;
}

.nav {
	padding-bottom: 0;
	margin-bottom: 0;
    width: 100%;
    font-size: 11px;
    margin-left: 0px;
	padding-left:25px;
}

.nav ul {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.nav li {
	display: list-item;
    float: left;
    margin: 0;
    padding: 0;
}

.nav .active {
    background: url(i/menu-bg-on.png) ;
    color:#000;

}

.nav a:link, .nav a:visited {
	color: #fff; 
	text-decoration: none;
    float: left;
    display: block;
    padding: 9px 8px 11px 8px;
	border-left:solid;
	border-left-width:1px;
	border-left-color:#333;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#333;
}

.nav a.active {
color:black;
}

.nav a:hover {
	color: #fff;
	background-image:url(i/menu-bg-hover.png);
}

.search {
	float:right;
	margin-right:70px;
    width: 250px;
    margin-top: 8px;
}

.search-box {
    float: left;
    margin-right: 10px;
}

.search-box input {
    
    margin-right: 4px;
}

/* @end */

/* @group Left Column */

.left_wrapper {
    width: 187px;
    float: left;
    margin-top: 15px;
    margin-left:15px;
}

.sidebox {
	background-image:url(i/sidebox-bg.gif);
}

.sidebox_hdr {
    width: 187px;
    height: 26px;
    background-image: url(i/sidebox-hdr.png);
}

.sidebox_hdr h3, .basket_hdr h3 {
    font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 5px 0 0 9px;
    font-weight:bold;
}

.sidebox a {
	color: #303030;
	text-decoration:none;
}

.static-cats a {
    color: #303030;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding-top: 0px;
    padding-left: 7px;
    font-size:11px;
}

.static-cats a:hover {
    color: #000;
    text-decoration: underline;
}

.static-cats ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.static-cats li {
    margin: 0px;
    padding: 0px;
    background-position:top;
    padding-bottom:3px;
}

.sidebox_ftr {
    background-image: url(i/sidebox-ftr.gif);
    width: 187px;
    height: 10px;
    margin-bottom: 12px;
}

.secure_hdr {
    width: 187px;
    height: 34px;
    background-image: url(i/secure-hdr.png);
}

/* @end */

/* @group Content */

.content {
    width: 572px;
    margin-left: 27px;
    margin-top: 5px;
    float: left;
}

.content h1 {
	font-size:16px;
	margin:0px;
}

.content h2 {
	font-size:14px;
}

.centre_hdr_grey {
    width: 572px;
    height: 30px;
    background: gray url(i/centre-box-purple-hdr.png) no-repeat;
    margin-top: 10px;
}

.centre_hdr_grey h2 {
    color: #fff;
    padding-top: 0;
    padding-left: 12px;
    font-size: 14px;
    float: left;
    margin-top: 7px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.centre_hdr {
    width: 572px;
    height: 30px;
    background: url(i/centre-box-blue-hdr.png) no-repeat;
    margin-top: 10px;
}

.centre_hdr h2 {
    color: #fff;
    padding-top: 0;
    padding-left: 12px;
    font-size: 14px;
    float: left;
    margin-top: 7px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.large-box {
    background: url(i/centre-box-bg.png) repeat-y;
    padding:8px;
}

.large-box h3 {
    color: #005860;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding: 0;
    margin-bottom: 0;
	margin-top:14px;
}

.large-box p {
    color: #5d5b53;
    margin: 0px;
    padding-bottom:8px;
}

.large-img {
    
}

.large-desc {
    float: right;
    width: 280px;
}

.large-box .only {
    font-weight: bold;
    color: #005860;
    font-size: 13px;
    margin: 0;
}

p.large-price {
    margin: 0;
    color: #ee4502;
    font-weight: bold;
    font-size: 24px;
}

.large-buttons {
	padding-top:8px;
	padding-left:290px;
}

.large-box-ftr {
    width: 572px;
    height: 42px;
    background: url(i/centre-box-ftr.png) no-repeat;
}

.large-img-col {
	width:290px;
}

.featured_prods table {
    height:245px;
    text-align: center;
    margin-top: 6px;
    margin-bottom:6px;
    border-collapse: collapse;
}

.featured_prods td {
    width: 33%;
	margin:0px;
	padding:0px;
}

.featured_prods {
    width: 572px;
    overflow: hidden;
}

.featured_prods p {
    margin: 0;
    padding: 0 14px;
    text-align: left;
    font-size: 11px;
}

.centre_ftr {
	width:572px;
	height:9px;
	background-image:url('i/centre-box2-ftr.png');
	background-repeat:no-repeat;
}

.large-box a {
	color: #22529d;
	text-decoration:none;
}

.large-box table {
	margin:0px;
}

.smallbox {
	background: url(i/smallbox-bg.png) repeat-y 4px 0;
}

.smallbox-hdr td {
	background: url(i/smallbox-hdr.png) no-repeat 4px
0;
}

.smallbox-desc td {

    vertical-align:top;
}

.smallbox-img td {
    background: url(i/smallbox-bg.png) repeat-y 4px 0;
    vertical-align:middle;
}


.smallbox-desc p {
	margin:0px;
}

.smallbox-ftr {
	height: 33px;
	background: url(i/smallbox-ftr.png) no-repeat 4px bottom;
	width: 180px;
	padding: 5px;
}

.smallbox-ftr p {
    float: left;
    margin: 0;
    padding: 6px 0 8px 14px;
    font-weight: bold;
    font-size: 14px;
    color: #22529d;
}

.smallbox-ftr img {
    margin-top: 5px;
    float: right;
    margin-right: 10px;
}

.featured_prods h3, .featured_prods a {
    margin-top: 8px;
	padding-top:0px;
    margin-bottom: 4px;
    text-decoration: none;
    color: #22529d;
    font-size: 12px;
}

.featured_prods h3 {
    padding-left:12px;
    padding-right:12px;
}


.featured_prods img {
}

tr {
    vertical-align: top;
}

/* @end */

/* @group Right Column */

.right_wrapper {
    width: 187px;
    float: right;
    margin-top: 15px;
    margin-right:15px;
}

.cta {
}

.cta_ad {
    margin-bottom: 12px;
}

.acer-box {
    width: 187px;
    height: 164px;
    background: url(i/cta-acer-bg.jpg) no-repeat;
    padding-top: 127px;
}

.acer-box p {
    height: 120px;
    overflow: auto;
    width: 153px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 3px;
    padding-right: 12px;
	margin-bottom:8px;
}

/* @end */

/* @group Footer */

.footer {
    clear: both;
    color: white;
    position: relative;
    width: 1000px;
    margin-top: 14px;
    margin-left:15px;
}

.footer_heading {
    height: 35px;
    margin-top: 5px;
    background-image: url(i/ftr-bg.png);
}

.footerlinks {
    margin-top: 10px;
    float: left;
    margin-left: 12px;
}

.footer a {
    color: white;
    text-decoration: none;
}

.small_print {
    font-size: 11px;
    height: 46px;
    background-color: #fff;
}

.small_print a {
	color:black;
}

.copyright p {
    margin: 14px 0 0 12px;
    float: left;
    color:gray;
}

.copyright img {
    float: right;
    margin-top: 5px;
    margin: 5px;
}

/* @end */

.AnimatedBanner {
	background-repeat:no-repeat;
	background-position:right;
	margin-top:5px;
}

a:hover {
    text-decoration: underline;
}