/* *********************** Grundinformationen *********************** */
body {
	text-align:left;
	min-width:760px;
	font-family:verdana,arial,"sans serif";
	color:#EBEBEB;
	font-size:70%;
	line-height:1.4em;
	margin:0;
	padding:0;
	background:#000000 url(../../../../../templates/pimpyourpet/design/standard/images/shop_bg.jpg) no-repeat center top fixed;
}
h1 {
	width:100%;
	color:#F72293;
	margin:0;
	margin-bottom:15px;
	font-weight:normal;
	xtext-transform:uppercase;
	text-transform:none;
	font-size:1.4em;
	border-bottom:1px solid #F72293;
	padding-bottom:4px;
}
h1 a {
	color:#F72293;
	text-transform:none;
}
h3 {
	font-size:1em;
}
p {
	line-height:1.4em;
	font-size:1.2em;
}
img {
	border: 0px;
}
/* Formulare */
form {
	display:inline;
}
fieldset {
	border:0px;
	font-size:1.2em;
	padding:5px;
}
input {
	border:1px solid #D7DBDD;
	background-color:#ffffff;
	font-size:1.125em;
	color:#333333;
}
select {
	border:1px solid #6D808F;
	background-color:#ffffff;
	font-size:1em;
	color:#333333;
	width:150px;
}
input.radio {
	border:0px;
	background-color:#ffffff;
	width:15px;
}
.buttonLink {
	background-color:#FFFFFF;
	color:#333333;
	padding:4px;
	font-weight: bold;
}
/* *********************** Ende Grundinformationen *********************** */
/* *********************** Link Definitionen *********************** */
a {
	text-decoration:none;
	color: #EBEBEB;/* #A90017 */
}
/* *********************** Grunddesign,Header,Footer,Content *********************** */
/* Kompletter Rahmen aussen */
div.wrapper {
	width:1000px;/* 980px */
	position:relative;
	left:50%;
	margin-left:-500px;/* -480px */
}
div.branding {
	position:relative;
	width:1000px;
	height:200px;
	background: transparent url(../../../../../templates/pimpyourpet/design/standard/images/branding_bg.png) no-repeat 25px 10px;
}
/* Hauptnavigation */
div.mainNav {
	width:200px;
	float:left;
	font-size:1.2em;
	padding-left: 10px;
}
div.mainNav h2 {
	font-size:1.1em;
}


/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
div.content {
	width:770px;/* 760px */
	float:right;
	min-height:650px;
}
div.mainContent {
	margin-top:18px;
	width:550px;
	min-height:10px;
	float:left;
	padding-left:10px;
}
div.secondaryContent {
	width:180px;
	float:right;
	padding-right: 10px;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
div.footer {
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-500px;/* -480px */
	clear:both;
	height:120px;
	top:20px;
	z-index:1;
	font-size:0.8em;
	/* background-image:url(../../../../../templates/pimpyourpet/design/standard/images/cross_bg.png);
	*/
}
div.footer div {
	display:block;
	background:transparent url(../../../../../templates/pimpyourpet/design/standard/images/footer_bg.jpg) no-repeat center top;
	height:140px;
	z-index:2;
}
div.footer div p {
	width:auto;
	display:block;
	z-index:5;
	color:#9A9A9A;
	margin:0;
	padding:0;
	text-align:center;
}
div.footer div p a {
	color: #9A9A9A;
}
/**** CMS *****/
div.cmsContent {
	margin-top:18px;
	width:565px;
	min-height:10px;
	float:left;
}
div.cmsFooter {
	margin-left: -490px;
}

/*------------ s3Slider ------------------*/

#slider {
    width: 550px; /* important to be same as image width */
    height: 320px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 550px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	margin-right:40px;
	
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 550px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
