/* @override 
	http://fremantlestone.millstream.com.au/css/fremantlestone.product.css
*/

body {
	font-size: 62.5%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
	color: #fff;
}

/* @group Fonts */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

p {
	font-size: 1.2em;
	line-height: 1.4;
	padding-top: 5px;
}

p strong {
	color: #d9c99d;
	text-transform: uppercase;
}

/* @end */

#container {
	position: absolute;
	width: 830px;
	height: 485px;
}

#column1 {
	position: absolute;
	width: 235px;
	height: 485px;
	background-image: url(../upload/template/fremantlestone/product-background-001.jpg);
}

#details {
	position: absolute;
	left: 0;
	top: 235px;
	width: 195px;
	padding: 20px;
}

#column2 {
	position: absolute;
	left: 235px;
	top: 0;
	width: 595px;
	height: 485px;
}



