* {margin: 0; outline: none}

/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,form	{
	margin:0; 
	padding:0; 
	border:none;
}
h1 {
	text-shadow:0 1px 0 #000;
	height:1.3em;
	width:90%;
	filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX='0',OffY='1',Color='black')";
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(Color='black', offX=0, offY=1,positive='true')";
}
h2 {
	font-size: 100%;
	text-shadow:0 1px 0 #000;
	height:1.3em;
	width:90%;
	filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX='0',OffY='1',Color='black')";
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(Color='black', offX=0, offY=1,positive='true')";
}
p {
	margin: 8px 0;
}
* html body {
	overflow: auto;  /* Loose the diabled vertical scrollbar in IE until we really need it */
}
BODY, TH, TD, INPUT,SELECT,TEXTAREA {
	font-family:"bitstream vera sans","trebuchet ms",verdana,arial,sans-serif !important;
	font-size:1em;
	text-align:left;
}
BODY { 
	margin: 0; 
	padding: 0;
	background-color: #336699;
	background-image: -moz-radial-gradient(top left, ellipse, #9cf, #369); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #99ccff),color-stop(1, #336699));
	background-image: gradient(linear,left top,left bottom,color-stop(0, #99ccff),color-stop(1, #336699));
	background-attachment: fixed;
}

.padding {
	padding:10px 20px;
}

ul#homepage-nav {
	margin:20px 0 0 0;
	padding:0;
	list-style: none;
	width:870px;
	text-align:left;
}
ul#homepage-nav li {
	margin:0;
	padding:0;
	display: inline-block;
	width: 275px;
	margin-right: 17px;
}
ul#homepage-nav li a {
	display:block;
	background-color: #777;
	width: 100%;
	color: #ccc;
	height: 100px;
	text-decoration: none;
}
ul#homepage-nav li a:hover {
	color: #fff;
}
ul#homepage-nav li:last-child {
	margin-right: 0;
}
ul#homepage-nav li a p{
	font-size:90%;
}

#slider{
	width:850px;
	height:478px;
	border: 10px solid #fff;
}

.header{
	width:960px;
	height:150px;
	background: transparent url(images/header.png) no-repeat 0 0;
	position: relative;
}
.header a.home-link{
	display:block;
	width: 270px;
	height: 150px;
	float: right;
}
.page {
	margin-top: 20px;
	background-color: #fff;
	color: #333;
}
.header .title {
	position:absolute;
	top: 70px;
	left: 20px;
	color: #ccc;
	width: 690px;
	font-size: 80%;
}

.product {
	float:left;
	position:relative;
	width:275px;
	height:183px;
	margin:0 25px 10px 0;
	overflow:hidden;
}
.product img {
	position:absolute;
	left:0;
	top:0;
	border:0;
}
.product .foot {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	padding:5px;
	color:#fff;
	background-color: #333;
	background-color: rgba(0,0,0,.5);
}

.page-footer {
	text-align:center;
	color:#ccc;
	margin-top: 20px;
	font-size:90%;
}
.page-footer a {
	color:#ccc;
}

.product-item {
}
.product-item .main {
	margin-left: 300px;
}
.product-item h1 {
	text-shadow: none;
	filter: none;
	-ms-filter: none;
	font-size:125%;
	margin-bottom:10px
}
.product-item h2 {
	text-shadow: none;
	filter: none;
	-ms-filter: none;
	font-size:110%;
}
.product-item ul {
	list-style:none outside none;
}
.product-item ul li {
	background: transparent url(images/tick.png) no-repeat left center;
	padding-left: 25px;
}
.product-item ul a{
	text-decoration: none;
	color: #333;
}

.store {
	margin-top:10px;
	position: relative;
	background-color: #eee;
	padding:5px 10px;
}
.store .name {
	font-weight: bold;
}
.store_products {
	float:right;
	width:300px;
	font-size: 90%;
}
.store_products ul {
	list-style:none outside none;
}
.store_products ul li {
	background: transparent url(images/tick.png) no-repeat left center;
	padding-left: 25px;
}
.store_products ul li a {
	color: #333;
	text-decoration:none;
}

.page h2 {
	text-shadow:none;
	filter:none;
	-ms-filter:none;
	font-size:125%;
}

