*{
	border: 0;
	margin: 0;
	text-decoration: none;
}

body{
	background-image:url("../img/bg.jpg");
	font-family: arial;
	font-size: 12px;
}

#page{
	width: 855px;
	margin: 20px auto 20px;
	position: relative;
}

/* TEXT
---------------------------------------*/

h1{
	background-image:url("../img/logo.png") ;
	width: 529px;
	height: 125px;
	text-indent: -9999px;
	margin: 10px auto 10px;
}

h2{
	font-family: georgia;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 33px;
	margin: 0 0 20px 0;
}

h2 em{
	color: #660000;
	font-style:  normal;
}

.header h2{
	font-family: arial;
	font-weight: bold;
	text-transform: inherit;
	text-align:left;
	font-size: 26px;
	margin: 5px 0 0px 0;
}

.header h3{
	font-family: arial;
	font-weight: normal;
	text-transform: inherit;
	text-align:left;
	font-size: 19px;
}

.header h4{
	font-family: arial;
	font-weight: bold;
	text-transform: inherit;
	text-align:left;
	font-size: 26px;
	background-color: #000;
	color: #fff;
	width: 110px;
	height: 30px;
	padding: 2px 0px 2px 0px ;
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: center;
}

.header h4 em{
	font-size: 12px;
	font-weight: bold;
	font-style:  normal;
}

p em{
	font-size: 14px;
	font-weight: bold;
	font-style:  normal;
}

p{
	margin: 5px 0 15px 0;
	line-height: 17px;
}

/* HEADER
---------------------------------------*/

.header{
	border-top: thin #660000 solid ;
	border-bottom: thin #660000 solid ;
	height: 65px;
	position: relative;
	clear: both;
	margin: 0 0 20px 0;
}

/* FOOTER
---------------------------------------*/

#footer{
	height: 100px;
	clear: both;
}


/* PRODUCT
---------------------------------------*/

img.product{
	margin:20px 0px 20px -80px ;
	float: left;
}

img.product2{
	margin:20px 0px 20px 0px ;
	float: left;
}

img.product1{
	margin:20px 0px 20px 160px ;
}

.detail{
	width: 300px;
	float: right;
	position: relative;
}

.details{
	width: 205px;
	float: left;
	position: relative;
	margin: 10px 5px 10px 0;
}


input, .buy {
	text-transform: uppercase;
	background-color: #660000;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	padding: 9px 15px 7px 15px;
	position: absolute;
	right: 0px;
}

.list{
position: absolute;
right: 0px;
		margin: 0 0 15px 0;
		width: 150px;
		border: none;
}

a.continue{
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0 0 10px #333;
	background-color: #000;
	background-image: -moz-linear-gradient(100% 100% 90deg, #333333, #000000);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#000000));
	box-shadow: 0 0 10px #333;
	width: 120px;
	height: 75px;
	position: absolute;
	top: -20px;
	right: 0px;
	text-align: center;
	font-size: 24px;
	color: #ddd;
	padding: 30px 0 0 0 ;
	font-weight: bold;
	border: thin #333 solid;
	text-shadow: -1px -1px #000;
}

a.continue:hover{
	color: #fff;
}


