/*
	Copyright 2010 Nodhead Software e.K.
	Created by Christian Schuster
*/

@import url("resets.css");
@import url("Animations.css");

	
body {
	font: 12px/1.5 "Helvetica Neue","Lucida Sans Unicode","Tahoma",sans-serif;
	background: #fff;
	background: url('http://www.nodheadsoftware.com/images/emails/grayNoise.gif') top left repeat;
	color: #555;
	/* width: 900px; */
	padding: 0px 0; 
	margin: 0px auto;
	background-color: white;
	position: relative;
}

body #pageWrap {
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
}



/* ------------ Download button Styling ------------ */
a.downloadButton {
	background: url(../images/Buttons/SpriteDownloadButton.png) top center no-repeat;
	width: 102px;
	height: 26px;
	display: block;
	text-indent: -1000px;
}
a.downloadButton:hover { background-position:0px -26px; }
a.downloadButton:active{ background-position:0px -52px; }


body #pageWrap #description {
	float: left;
	margin: -20px auto 80px;

	width: 900px;
	-webkit-perspective: 800;
	color: black;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0.15em;
}
@media  (-webkit-min-device-pixel-ratio:0) {
     body #pageWrap #description {
     	margin: -110px auto 80px;
     	font-size: 30px;
		/* text-shadow: -5px 5px 8px rgba(137, 137, 137, 0.3); */
		
     }
     body #pageWrap #description h2 {
     
     }
}
body #pageWrap #description h2 {/* #4d4d4d */

	-webkit-transform: rotateY(13deg)  rotateX(60deg) rotateZ(-20deg);

	/* background: black; */
	background: -webkit-gradient(linear,left top,right bottom,
	color-stop(0.3, black),
	color-stop(0.45, rgb(203, 203, 203)),
	color-stop(0.5, white),
	color-stop(0.6, rgb(203, 203, 203)),
	color-stop(0.7, black));


	background-position: -450px 0px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* -webkit-animation-timing-function: cubic-bezier(0.5,0.5,0.5,0.5); */
  -webkit-animation-delay: 0s;
  
  -webkit-animation-duration: 2s;
  -webkit-animation: slidetounlock 10s infinite;
  
  -webkit-animation-fill-mode: none;
  
  font-weight: 800;
  /* text-shadow: 0px 0px 10px black; */

}
@-webkit-keyframes slidetounlock {
  0% {
    background-position: -450px 0px;
    
  }
  


  100%{
  	background-position: 450px 0px;
  }
}




body a {
	color: rgb(58, 136, 222);
	display: inline;
	clear: both;
	font-family: "Helvetica Neue","Lucida Sans Unicode","Tahoma",sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	text-decoration: none;
}

body a:hover { color: rgb(0, 169, 255); }

body #trailerLink {
	display: block;
	position: absolute;
	top:300px;
	right: 30px;
	width: 193px;
	height: 60px;
	text-indent: -10000px;
	background: url(../images/LearnMore.Badge.png) top center no-repeat;
	
}


body a#MASLINK {
	position: absolute;
	top:400px;
	right: 30px;

	width: 193px;
	height: 60px;
	
	text-indent: -2000px; 	
}

body #MASWrapper {
	/* position: absolute; */
	top:400px;
	right: 30px;

	width: 193px;
	height: 60px;

	background: url(../images/MAS.badge.png) top center no-repeat;
	z-index: 300;
	
	-webkit-transform: scale(1.0001);
	-webkit-animation-name: jiggle;
 	-webkit-animation-duration: 0.6s;
 	-webkit-animation-direction: alternate;
 	-webkit-animation-timing-function: ease-in-out;
 	-webkit-animation-fill-mode: both;
}
body #MASWrapper.jiggle {
	-webkit-animation-name: none;
	-webkit-animation-name: jiggle;
 	-webkit-animation-duration: 0.6s;
 	-webkit-animation-direction: normal;
 	-webkit-animation-timing-function: ease-in-out;
 	-webkit-animation-fill-mode: none;
}

body #MASWrapper.unjiggle {
	/* -webkit-transform: scale(1) rotate(1); */
	-webkit-animation-name:;
}







header {
	height: 100px;
	display: block;
}
		
h1 {
	font-size: 20px;
	color: #7f2d2d;
	text-align: center;
}
	
p {
	text-align: center;
}

/*
Nodhead Software logo
*/
#logo {
	display: block;
	float: left;
	min-height: 50px;
	min-width: 214px;
	background: url(../images/logo.png) top center no-repeat;
}


nav {
	display: block;
	float: right;
	margin: 17px 0px auto auto;
	letter-spacing: 0.2em;
}
nav a {
	color: #7f7f7f;
	text-decoration: none;
	padding: 20px 20px;
}


body #pageWrap header  {
	margin-bottom: 50px;
	font-family: "Lucida Grande";
	letter-spacing: 0.3em;
}

body #pageWrap header #logo {
	background-image: url(../images/logo.png);
}


body #pageWrap header nav a {
	font-family: "Lucida Grande";
	font-size: 13px;
	letter-spacing: 0.03em;
	-webkit-transition: all .25s ease;
	-moz-transition: all .3s ease;
}
body #pageWrap header nav a:hover {
/* 	color: rgb(116, 74, 3); */
}
body #pageWrap header nav {
	font-size: 14px;
}
body #pageWrap header nav section {
	margin: 0px 50px;
}

body #pageWrap header nav section a {
	padding-left: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}
body #pageWrap header nav section a:hover {
/* 	-webkit-transform: scale(1.1,1.1); */
/* 	-moz-transform: scale(1.1,1); */
}
body #pageWrap header nav a.current {
	color: rgb(211, 221, 230);

/* 	text-shadow: 0px 0px 2px rgba(0,0,0,0.55); */
}

body #pageWrap header nav label {
	opacity: 0.15;
	font-weight: bold;
}
body #pageWrap header nav section {
	float: left;
	padding-top: 0px;
}



h1 {
	color: #b0b6b8;
	font-weight: 200;
	letter-spacing: 0.23em;
}




/* --------------------------- one product ----------------------------- */

@-webkit-keyframes bounceIn {
	0% { -webkit-transform: scale(0);}
	10% { -webkit-transform: scale(0);}
	20% { -webkit-transform: scale(0);}
	30% { -webkit-transform: scale(0);}
	40% { -webkit-transform: scale(0.0);}
	55% { -webkit-transform: scale(1.0);}
	60% { -webkit-transform: scale(1.1);}
	70% { -webkit-transform: scale(0.9);}
	80% { -webkit-transform: scale(1.0);}
	90% { -webkit-transform: scale(0.95);}
	100% { -webkit-transform: scale(1.0);}
}
@-moz-keyframes bounceIn {
	0% {  -moz-transform: scale(0);}
	10% { -moz-transform: scale(0);}
	20% { -moz-transform: scale(0);}
	30% { -moz-transform: scale(0);}
	40% { -moz-transform: scale(0.0);}
	55% { -moz-transform: scale(1.0);}
	60% { -moz-transform: scale(1.1);}
	70% { -moz-transform: scale(0.9);}
	80% { -moz-transform: scale(1.0);}
	90% { -moz-transform: scale(0.95);}
	100% {-moz-transform: scale(1.0);}
}


section.product {
	width: 580px; 
	height: 250px;
	margin: 30px auto 30px auto;
	display: block;
}
section.product img {
	position: absolute;
	-webkit-animation: bounceIn 1.3s linear 1;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 2.0s:
	-webkit-animation-delay:0s;
	
	-moz-animation: bounceIn 1.3s linear 1;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 2.0s:
	-moz-animation-delay:0s;
}
section.product img.one {

	-webkit-animation: bounceIn 1.2s linear 1;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 2.0s:

	-moz-animation: bounceIn 1.2s linear 1;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 2.0s:

}


section.product article {
	margin-top: 60px;
	margin-left: 280px;
	float: right;
}

section.product article h2 {
	font-size: 18px;
	color: #626566;
	font-family: 'PT Sans', serif;
}

section.product article p {
	text-align: left;
	font-size: 15px;
	color: #6e6e6e;
	font-family: 'PT Sans', serif;
	font-style: normal;
	font-weight: 200;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
}

@-webkit-keyframes slideFromLeft {
	from {	margin-left: -290px;	}
	to {	margin-left: 0px;	}
}
section.product article ul {
	margin-top: 20px;
	-webkit-animation: slideFromLeft 1s ease 1; 
}

section.product article ul li {
	float: left;
}

section.product article ul li a {
	text-indent: -50000px;
	opacity: 0.7;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
}
section.product article ul li a:hover {
	opacity: 0.99;
}
section.product article ul li a.download {
	background: url(../images/FrontPageActionButton.png) 0 0 no-repeat;
	
	display: block;
	width: 119px;
	height: 60px;
}
section.product article ul li a.learnMore {
	background: url(../images/FrontPageActionButton.png) -119px 0px no-repeat;
	
	display: block;
	width: 119px;
	height: 60px;
}


/* --------------------------- end one product ----------------------------- */






/* 730 795 */

section#prominent {
	display: block;
	clear: both;
	float: left;
	width: 900px;
	height: 495px;
	margin: 200px auto auto 0px;
	background: url(../images/Icon.WarrantyHero2.jpg) top center no-repeat;
}




#creditsContent {
		float: none;
		width: 800px;
		min-width: 500px;
   		margin: 30px auto 30px auto;
}
		
#creditsContent	h1 {
		font-size: 20px;
		color: #7f2d2d;
		text-align: center;
}

#creditsContent h2 {
	margin-top: 0px;

}
	
#creditsContent p {
		text-align: center;
		margin-bottom: 30px;
		text-shadow: none;
}
#creditsContent table {
	margin: auto auto auto auto;
}

#creditsContent table tr,
#creditsContent table td {
	vertical-align: top;

}


		


h10 {
	font-family:"Helvetica Neue";
		font-size: 30px;
		color: rgb(90, 55, 20);
		text-align: center;
		text-shadow: 0px 0px 2px #CC9999;
}

 .productName {
		font-family:"Helvetica Neue";
		font-size: 30px;
		color: rgb(90, 55, 20);
		text-align: center;
		text-shadow: 0px 0px 2px #CC9999;
	background: url(../images/WarrantyHeroLogo.png) 0 0 no-repeat;
		width: 297px;
		bottom: 0px;
		right: 0px;
		text-indent: -3000px;
}

 #productTitel {
	overflow: hidden;
	position:absolute;
	float: left;

	padding-left: 330px;
	padding-right:inherit;
	padding-top: 100px;
	z-index: 5;
	
	
}

#mainContent {
	overflow: hidden;
	position:absolute;
	float: left;
	padding-left: 460px;
	padding-right:inherit;
	padding-top: 150px;
	z-index: 4;
	width: 300px;
	min-width: 100px;
	white-space:pre-line;

	font-family: "Helvetica Neue", Arial, sans-serif;
		font-size: 11.5px;
		color:rgb(102, 102, 102);
		text-align: left;
}

#mainContent #localizations { text-align: center; width: 250px; margin: 0px auto 30px auto;}
#mainContent #localizations h3 { font-size: 14px; }
#mainContent #localizations ul li { display: inline;}
		



/* Sidebar content */

#sidebar a {
	cursor: pointer;
}

/* Download button */
#sidebar a.downloadButton  {
	text-indent: -10000px;
		display: block;
		clear: both;
		width: 75px;
		height: 27px;
		background: url(../images/Buttons/button_Download_orange_slice.png) 0 0 no-repeat;
		margin: -0px auto auto auto;

}
#sidebar a:hover.downloadButton {
	background-position: -77px 0px;
}
#sidebar a:active.downloadButton {
	background-position: -154px 0px;
}
#sidebar a:visited.downloadButton {
	background-position: -231px 0px;
}

/* Buy button */
#sidebar a.buyButton  {
		text-indent: -10000px;
		display: block;
		clear: both;
		width: 75px;
		height: 27px;
		background: url(../images/Buttons/button_Buy_petrol_slice_website.png) 0 0 no-repeat;
		margin: 3px auto auto auto;

}
#sidebar a:hover.buyButton {
	background-position: -76px 0px;
}
#sidebar a:active.buyButton {
	background-position: -152px 0px;
}






#footer {
		clear: both;
		margin: 30px auto 40px auto;
		padding-top: 20px;
		height: 30px;
		 width: auto;
	min-width: 424px;
	text-align: center;
}
#footer a {color: #7f7f7f; text-decoration: none;}
#footer a:hover { color: rgb(0, 169, 255); }

#footer p{
		margin: 10px auto 0px auto;
		height: 20px;
		 width: auto;
		text-align: center;
}

#footer h5 {

	margin: 0px 30px 15px 30px;
	
	font-size: 9px;
	color: rgb(201, 201, 201);
}

/* Temporairly under construction batch */
#underConstruction {
	width: 320px;
	height: 258px;
	background: url(../images/underConstruction.png) 0 0 no-repeat;
	position: absolute;
	top:0px;
	right: 0px;
	z-index: 30;
}

