﻿@charset "utf-8";
/* CSS Document */
/*LINKS*/
.Stoves #links {
	height: 43px;
	overflow:hidden;
	width:619px;
	margin-top: -43px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 287px;
}

/*Home*/
.Home a {
display:block;
width: 99px;
height:43px;
background: url('images/buttons/Home.png');
background-repeat:no-repeat;
background-position:0 0;
text-decoration: none;
}

.Home a:hover { 
background-position: 0 -43px;
}
.Home a:active {
background-position: 0 -86px;
}

/*Clients*/
.Clients a {
display:block;
width: 99px;
height:43px;
background: url('images/buttons/Clients.png');
background-repeat:no-repeat;
background-position:0 0;
text-decoration: none;
}

.Clients a:hover { 
background-position: 0 -43px;
}
.Clients a:active {
background-position: 0 -86px;
}

/*Service*/
.Services a {
display:block;
width: 99px;
height:43px;
background: url('images/buttons/Services.png');
background-repeat:no-repeat;
background-position:0 0;
text-decoration: none;
}

.Services a:hover { 
background-position: 0 -43px;
}
.Services a:active {
background-position: 0 -86px;
}

/*News*/
.News a {
display:block;
width: 99px;
height:43px;
background: url('images/buttons/News.png');
background-repeat:no-repeat;
background-position:0 0;
text-decoration: none;
}

.News a:hover { 
background-position: 0 -43px;
}
.News a:active {
background-position: 0 -86px;
}

/*Gallery*/
.Gallery a {
display:block;
width: 99px;
height:43px;
background: url('images/buttons/Gallery.png');
background-repeat:no-repeat;
background-position:0 0;
text-decoration: none;
}

.Gallery a:hover { 
background-position: 0 -43px;
}
.Gallery a:active {
background-position: 0 -86px;
}

/*About Us*/
.AboutUs a {
display:block;
width: 99px;
height:43px;
background: url('images/buttons/AboutUs.png');
background-repeat:no-repeat;
background-position:0 0;
text-decoration: none;
}

.AboutUs a:hover { 
background-position: 0 -43px;
}
.AboutUs a:active {
background-position: 0 -86px;
}

/*appStoreTab*/
.appStoreTab a {
	display:block;
	width: 99px;
	height:43px;
	background: url('images/buttons/appStore.png');
	background-repeat:no-repeat;
	background-position:0 0;
	text-decoration: none;
}

.appStoreTab a:hover { 
background-position: 0 -43px;
}
.appStoreTab a:active {
background-position: 0 -86px;
}
