html,
body {
	background:url('../images/bg.jpg') repeat-x #ffffff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

#apfeltechpageframe {
	width: 960px;
	position: relative;
	margin: 0 auto 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	padding-bottom: 40px;
	background: #fff;
}

#apfeltechcontent {
	bottom: 0;
	width: 960px;
	position: relative;
}

#apfeltechcontent p {
  line-height: 1.5em;
  color: #828282;
  font-size: 15px;
}

#apfeltechcontent h1, h2, h3, h6 {
  line-height: 1.5em;
  color: #828282;
  font-size: 15px;
}

#apfeltechcontent .mainheadline {
	font-size: 33px;
	color: #000;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 5px;
}

#apfeltechcontent .mainsubheadline {
	font-size: 18px;
	color: #828282;
	text-align: center;
	width: 700px;
	margin: 0 auto 0;
	margin-bottom: 50px;
}

#pddock {
	margin: 0 auto 0;
	width: 900px;
	height: 450px;
	text-align: left;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	padding: 0;
	background: #fff url(pdddock.jpg) no-repeat top right;
}

#pddock .preordernow-button-XMAS
{
		cursor: pointer;
		padding: 30px 30px 30px 30px;
        display: inline-block;
        white-space: nowrap;
		background: #94000f;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e00219), to(#94000f));
        background-image: -webkit-linear-gradient(top, #e00219, #94000f);
        background-image: -moz-linear-gradient(top, #e00219, #94000f);
        background-image: -ms-linear-gradient(top, #e00219, #94000f);
        background-image: -o-linear-gradient(top, ##e00219, #94000f);
        background-image: linear-gradient(top, #e00219, #94000f);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e00219', EndColorStr='#94000f');
        border: 1px solid;
        border-color:#94000f #94000f #63000a;
        text-decoration: none;
        color: #FFF;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.5em;
		text-shadow:0 -1px 0 #3d3d3d;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
		-moz-box-shadow: 0px 1px 2px #333;
		-webkit-box-shadow: 0px 1px 2px #333;
		box-shadow: 0px 1px 2px #333;
		margin-top: 70px;
		margin-left: 80px;
}

#pddock .preordernow-button-XMAS:hover
{
        color: #FFF;	
 		background: #a00010;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e00219), to(#a00010));
        background-image: -webkit-linear-gradient(top, #e00219, #a00010);
        background-image: -moz-linear-gradient(top, #e00219, #a00010);
        background-image: -ms-linear-gradient(top, #e00219, #a00010);
        background-image: -o-linear-gradient(top, ##e00219, #a00010);
        background-image: linear-gradient(top, #e00219, #a00010);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e00219', EndColorStr='#a00010');
}

#pddock .preordernow-button-XMAS:active
{
		-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.25),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.25),0 1px 2px rgba(0,0,0,0.05);
        position: relative;
}

#pddock .preordernow-button-XMAS:focus
{
        outline: 0;
        background-color: #5899d1;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2c8fe3), to(#255c8b));
        background-image: -webkit-linear-gradient(top, #2c8fe3, #255c8b);
        background-image: -moz-linear-gradient(top, #2c8fe3, #255c8b);
        background-image: -ms-linear-gradient(top, #2c8fe3, #255c8b);
        background-image: -o-linear-gradient(top, #2c8fe3, #255c8b);
        background-image: linear-gradient(top, #2c8fe3, #255c8b);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c8fe3', EndColorStr='#255c8b');
}    

#pddock .preordernow-button-XMAS:before
{
        background: #ccc;
        background: rgba(0,0,0,.1);
        float: left;
        width: 1em;
        text-align: center;
        font-size: 1.5em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
        border-radius: .15em 0 0 .15em;
}
