@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	text-align:left;
	width:100%;
}

a {
	outline: none;
	border: none;
}

a:link { text-decoration: none; color: #FF3300;}
a:active { text-decoration: none; color: #FF3300;}
a:visited { text-decoration: none; color: #FF3300; }
a:hover { text-decoration: underline; color: #FF3300;}

h1 {
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	line-height: 1.3em;
}


#wrap {
    width: 1050px;
	margin-left: 45px;
	float: left;
}

#block{
	position: absolute;
	margin-top: -45px;
	background: #FF6600;
	height: 2px;
}

#header {
	float: left;
	width: 1100px;
	padding-top: 45px;
	position: fixed;
	background-color: #FFF;
	z-index: 100;
	height: 45px;
	
}

#intro {
	width: 200px;
	display: inline;
}

#info {
	width: 300px;
	display:inline;
	padding-left: 35px;
}

#cart {
	display: inline;
	float:left;
	border-bottom: 1px solid #FF3300;
	margin-left: 870px;
	margin-top: -15px;

}


#pages {
	display: inline;
	float:left;
	margin-left: 870px;
	margin-top: 3px;
	font: 10pt Arial, Helvetica, sans-serif;
}



#container {
	width: 1050px;
	margin-top: 110px;
	float: left
}

#product {
	float: left;
	width: 860px;
	height: 573px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 50px;
}

#archive {
	float: left;
	width: 860px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#product2 {
	float: left;
	width: 860px;
	height: 1146px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 50px;
}

#right {
	font: 8pt Arial, Helvetica, sans-serif;
	float: left;
	width: 140px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 25px;
	line-height: 1.2em;
}

.product-title {
	margin-bottom: 15px;
	font-weight: bold;
}

.buy {
	font-weight: bold;
	outline: none;
	border: none;
	margin-top: 3px;
}

.carrot {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 50px;
	font-size: 18pt;
	text-decoration: underline;
}

#carrot {
	margin-top: 135px;
}


#footer {
	clear:both;
	margin-bottom: 50px;
	font: 8pt Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	
}


#footer p {
	margin: 0;
}


#thankyou {
	font-size:100pt;
	text-align: center;
}


#soldout {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100pt;
	text-align: center;
	outline: none;
	border: none;
	color: #FF3300;
}



.kern2{

   letter-spacing: -6px;
   word-spacing: 10px;

}

