/*******************************************
/*
/* !Tag Styling */
/*
/******************************************/

{
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #fff url('../images/bg.jpg') center center repeat;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 11px;
	line-height: 1.8em;
	color: #AAA;
}

a:focus {
	 -moz-outline:none;
	 outline: none;
}
:focus { -moz-outline-style: none; }


#buy_banner {
	position: fixed;
	z-index: 11;
	left: 0; top: 0;
	width: 115px; height: 115px;
	background: url(/images/buybanner.png) left top no-repeat;
}
#buy_banner a { display: block; width: 100%; height: 100%; }

#container {
	position: relative;
	width: 100%;
	height: 100%;
}

#ident {
	position: absolute;
	z-index: 6;
	bottom: 20px;
	left: 20px;
	width: 63px;
	height: 11px;
	background: url(../images/ident.png) no-repeat;
}

#ident a {
	display: block;
	width: 100%;
	height: 100%;
}

#left {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 60px;
	margin-top: -15px;
	width: 29px;
	height: 29px;
	background: url(../images/left.png) left top no-repeat;
}
#left:hover { background: url(../images/left.png) right top no-repeat; }

#right {
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 60px;
	margin-top: -15px;
	width: 29px;
	height: 29px;
	background: url(../images/right.png) left top no-repeat;
}
#right:hover { background: url(../images/right.png) right top no-repeat; }

#left a,
#right a {
	display: block;
	width: 100%;
	height: 100%;
}

#content {
	position: absolute;
	z-index: 2;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.idea {
	position: absolute;
	display: none;
	z-index: 2;
	position: absolute;
	left: 50%; top: 50%;
	width: 417px; height: 600px;
	margin-left: -208px; margin-top: -300px;
}

.idea.title {
	width: 700px; height: 300px;
	margin-left: -350px; margin-top: -165px;
	background: url(../images/title.png) no-repeat;
}

.idea.bassethound { background: url(../images/bassethound.png) no-repeat; }
.idea.beagle { background: url(../images/beagle.png) no-repeat; }
.idea.bostonterrier { background: url(../images/bostonterrier.png) no-repeat; }
.idea.bulldog { background: url(../images/bulldog.png) no-repeat; }
.idea.chihuahua { background: url(../images/chihuahua.png) no-repeat; }
.idea.dachshund { background: url(../images/dachshund.png) no-repeat; }
.idea.frenchbulldog { background: url(../images/frenchbulldog.png) no-repeat; }
.idea.retriever { background: url(../images/retriever.png) no-repeat; }
.idea.poodle { background: url(../images/poodle.png) no-repeat; }
.idea.stbernard { background: url(../images/stbernard.png) no-repeat; }
.idea.jackrussell { background: url(../images/jackrussell.png) no-repeat; }