* {
  margin: 0;
  padding: 0;
}

html, body { 
	background: #e1e1e1;
	height: 100%;
	font-family: Arial;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

#container {
	min-width: 1020px;
  min-height: 100%;
  height: 100%;
  height: auto !important;
}

#header {
	min-width: 1020px;
	height: 100px;
	background-image: url(images/header_bg.png); 
	background-repeat: repeat-x;
}

#header #logo a { 
	float: left;
	display: block;
	text-indent: -9999px; 
	width: 259px; 
	height: 100px; 
	overflow: hidden; 
	background-image: url(images/cheapnps.png); 
	background-repeat: no-repeat; 
}

#header ul#header_nav {
	list-style-type: none; 
	overflow: hidden; 
	display: block; 
	float: right; 
	margin-top: 40px; 
	margin-right: 35px;
	padding: 0px;
}

#header ul#header_nav li { 
	float: left; 
	margin-left: 30px;
}

#header ul#header_nav li a { 
	font-size: 20px;
	color: #c7efff; 
	text-decoration: none; 
	font-weight: normal;
}

#header ul#header_nav li a:hover {
	color: #1891d9; 
}

#header ul#header_nav li a.active {
	color: #FFFFFF;
}

#featured {
	min-width: 1020px;
	height: 431px;
	background-image: url(images/featured_bg.png); 
	background-repeat: repeat-x;
}

#featured-image {
	position: center;
	width: 1020px;
	height: 431px;
	background-image: url(images/featured.jpg); 
	background-repeat: no-repeat;
}

#main {
	max-width: 1020px;
	margin: auto;
}

#main #left {
	float: left;
	width: 653px;
}

#main #right {
	float: left;
	width: 367px;	
}

#introduction {
	float: left;
	width: 602px;
	margin: 50px 15px 15px 35px;
}

#testimonials {
	float: left;
	width: 602px;
	margin: 0 15px 35px 35px;
}

#news {
	float: right;
	width: 317px;
	margin: 50px 35px 15px 0;
}

#products {
	float: left;
	width: 317px;
	margin: 50px 15px 35px 35px;
}

#catalogue {
	float: right;
	width: 602px;
	margin: 50px 35px 35px 0;
}

#live_chat {
	float: left;
	width: 602px;
	margin: 50px 15px 15px 35px;
}

#contact_details {
	float: right;
	font-size: 14px;
	width: 317px;
	margin: 50px 35px 15px 0;
}

#content_title {
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #1a1919;
	width: 580px;
	height: 25px;
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 22px;
}

#content_title h1 {
	font-size: 16px;
}

#content_content {
	float: left;
	border-color: #008cc6;
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	background: #ffffff;
	font-family: Arial;
	font-size: 14px;
	width: 560px;
	padding: 20px 20px 5px 20px;
}

#content_base {
	float: left;
	width: 602px;
	height: 15px;
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#table {
	display: table;
}

#table_row {
	display: table-row;
}

#table_cell_left {
	vertical-align: middle;
	font-size: 12px;
	display: table-cell;
	width: 122px;
}

#table_cell_right {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	width: auto;
}

#products_table {
	text-align: left;
	width: 275px;
	font-size: 16px;
}

#products_table a {
	color: #008cc6 ;
}

#products_table a:hover {
	color: #1736c0;
	font-weight: bold;
}

#catalogue_table {
	text-align: center;
	color: #008cc6;
	font-size: 14px;
}

#read_more {
	float: right;
	margin: 20px 0 0 0;
	width: 82px;
	height: 27px;
	background-image: url(images/read_more.png);
	background-repeat: no-repeat;
}

#sidebar_title {
	float: left;
	font-weight: bold;
	color: #1a1919;
	width: 317px;
	height: 25px;
	background-image: url(images/sidebar_top.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 22px;
}

#sidebar_content {
	float: left;
	border-color: #008cc6;
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	background: #ffffff;
	width: 275px;
	padding: 20px 20px 5px 20px;
}

#sidebar_base {
	float: left;
	width: 317px;
	height: 15px;
	background-image: url(images/sidebar_bottom.png);
	background-repeat: no-repeat;
}

#catalogue_title {
	float: left;
	font-weight: bold;
	color: #1a1919;
	width: 930px;
	height: 25px;
	background-image: url(images/catalogue_top.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 22px;
}

#catalogue_content {
	float: left;
	border-color: #008cc6;
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	background: #ffffff;
	font-family: Lucida Sans;
	font-size: 14px;
	width: 910px;
	padding: 20px 20px 5px 20px;
}

#catalogue_base {
	float: left;
	width: 952px;
	height: 15px;
	background-image: url(images/catalogue_bottom.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	position: relative;
	min-width: 1020px;
	height: 101px;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
}

#footer #left {
	float: left;
	margin-left: 35px;
}

#footer #right {
	float: right;
	margin-right: 35px;
}

#footer #line1 {
	color: #008cc6;
	font-size:; 14px;
	padding-top: 20px;
}

#footer #line1 a { 
	color: #008cc6;
	text-decoration: none;
	border-left-style: solid; 
	border-left-width: 2px; 
	border-left-color: #008cc6; 
	padding-left: 10px;
	padding-right: 5px;
}

#footer #line1 a:first-child { 
	border-left: none; 
	padding-left: 0;
}

#footer #line2 {
	clear: both;
	color: #969696;
	font-size: 12px;	
	padding-top: 20px;
}

#footer #line2 a { 
	color: #969696;
	text-decoration: none;
	border-left-style: solid; 
	border-left-width: 1px; 
	border-left-color: #969696; 
	padding-left: 10px;
	padding-right: 5px;
	}

#footer #line2 a:first-child { 
	border-left: none; 
	padding-left: 0;
}

.override #googlecart-widget-head {
  width: 275px;
}

.override #googlecart-widget-body {
  width: 275px;
}

.googlecart-add-button {
	margin: 10px auto auto auto;
}




