/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	background: #f9f9f9;
	position:relative;
}

body{
	width:634px;
	margin:0 auto;
	color:#333;
	font:13px/1.3 'Segoe UI',Arial, sans-serif;
	padding:50px 0 70px;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}

section, footer, hgroup{
	display: block;
}

.center{
	text-align:center !important;
}

.hidden{
	display:none;
}



/*----------------------------
	The header
-----------------------------*/


h1{
	color: #FFFFFF;
	font: italic 56px/1.4 'Rochester','Segoe UI',sans-serif;
	text-align: center;
}

h1 a{
	color:#333 !important;
	text-decoration:none !important;
}

h1 i,
h1 a i{
	color:#f1103a !important;
}

h2{
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}


/*----------------------------
	Product Section
-----------------------------*/

#product{
	margin-top:50px;
	position:relative;
}

#product img{
	border:2px solid #fcfcfc;
	display:block;
	position: relative;
    z-index: 1;
    
    box-shadow:0 0 6px #111;
}

#price{
	width:107px;
	height:75px;
	background:url('../img/price_bg.png') no-repeat;
	font:italic bold 50px/68px 'Segoe UI','Arial',sans-serif;
	text-align:center;
	text-shadow:1px 1px 0 #3a752d;
	margin:-50px 0 0 30px;
	position:relative;
	z-index:100;
}

#price span{
	font-size: 28px;
	font-weight: normal;
	position: relative;
	top: -15px;
}

#title{
	font-weight:normal;
	font-size:26px;
	text-align:center;
	padding:20px 0;
}

#description{
	color:#676e73;
	text-align: center;
	-moz-transition:0.4s;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#description:hover{
	color:#bbb;
}

#title, #description{
	width:400px;
	margin:0 auto;
}


/*----------------------------
	Buy section
-----------------------------*/


#buy{
	text-align:center;
	padding:45px 0;
}

.title-footer {
    color: #FFFFFF;
    font: italic 56px/1.4 'Rochester','Segoe UI',sans-serif;
    text-align: left;
    font-size: 35px;
    line-height: 30px;
    display: inline-block;
    width: 50%;
}

.title-footer span {
    font-size: 15px;
    display: inline-block;
    margin-top: 2px;
    float: right;
}


.title-footer i {
    color: #f1103a !important
}

.buyButton{
	cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    text-indent: -9999px;
    overflow: hidden;
    width: 160px;
    height: 54px;
    background: url(../img/buy_button.jpg);
    text-decoration: none;
    border: none;
    background-position: top;
    border-radius: 5px;
}

.buyButton:hover{
    background-position: bottom;
    border-radius: 5px;
}

a.help{
	font-size:11px;
	color:#5d6266;
	display:inline-block;
	margin-top:8px;
}

p.tip{
	background: #333;
    font-size: 13px;
    margin: 10px auto;
    padding-top: 12px;
    width: 310px;
    display: none;
    color: white;
    padding: 9px;
    border-radius: 3px;
}




/*----------------------------
	Social Buttons
-----------------------------*/


#socialButtons{
	position: absolute;
    right: -35px;
    text-align: center;
    top: 30px;
    width: 38px;
    z-index: 0;
    line-height: 0;
}

#socialButtons a{
	display:inline-block;
	width:32px;
	height:32px;
	border:0 !important;
	text-indent:-9999px;
	overflow:hidden;
	
	-moz-transition:0.1s;
	-webkit-transition:0.1s;
	transition:0.1s;
}

#socialButtons a:hover{
	margin-right:-4px;
}

#socialButtons .facebook{
	background-image:url('../img/facebook.png');
	background-size: cover;
	margin-top:3px;
}

#socialButtons .twitter{
	background-image:url('../img/twitter.png');
	background-size: cover;
}



/*----------------------------
	Bottom Links
-----------------------------*/

#bottomLinks{
	font-size: 11px;
    margin-top: -39px;
    padding-left: 310px;
    text-align: left;
}

#bottomLinks a{
	display:inline-block;
	margin: 10px 6px;
	color:#aaa;
	text-decoration:underline !important;
}

#bottomLinks a:hover{
	text-decoration:none !important;
}

/*----------------------------
	Newsletter signup
-----------------------------*/


footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 52px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

#subscribe{
	    margin: 8px auto 0;
    position: relative;
    top: 0;
    opacity: 1;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 600px;
}


#subscribe input{
	border: none;
    color: #777;
    font-size: 12px;
    height: 26px;
    line-height: 25px;
    padding-left: 9px;
    outline: none;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #333;
    width: 46%;
    border-radius: 3px;
    float: right;
    margin-top: 5px;
}

#subscribe:hover input{
	color:#ccc;
}

footer .message{
	font-size: 13px;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	opacity:0;
	
	-moz-transition:0.4s;
	-webkit-transition:0.4s;
	transition:0.4s;
}

footer.error .message{
	opacity:1;
	color: #AA0000;
}

footer.success .message{
	opacity:1;
}

footer.error #subscribe,
footer.success #subscribe{
	opacity:0;
}


#subscribeTooltip{
	background: url("../img/tooltip_subscribe.png") no-repeat scroll center center #09090A;
	border-radius: 150px / 100px;
	height: 150px;
	width: 220px;
	margin: 70px auto 50px;
	position:relative;
	padding:7px;
}

#subscribeTooltip:after{
	background-color: #09090A;
	border-radius:50%;
	bottom: -42px;
	content: "";
	height: 30px;
	left: 35px;
	position: absolute;
	width: 30px;
}



/*----------------------------
	General Page Styles
-----------------------------*/

h3{
	font-weight:normal;
	font-size:26px;
	text-align:center;
	padding:40px 0;
}

#formContainer{
	margin: 0 auto;
    width: 290px;
}

#formContainer input[type=text],
#formContainer textarea{
	color: #555;
	display: block;
	font: 13px normal Segoe UI,Arial,sans-serif;
	margin: 10px 0;
	padding: 4px;
	width: 180px;
}

#formContainer textarea{
	width: 280px;
	height: 110px;
}

#formContainer input[type=submit]{
	cursor: pointer;
    padding: 3px 5px;
}

#formContainer .error{
	color: red;
	display: block;
	padding-top: 20px;
}

#sname{
	display:none !important;
}
