* { margin: 0; padding: 0; }

body {
	background-color: #fff;
	font: 10px arial, sans-serif;
}

a { text-decoration: none; }

#contain {
	margin: 0 auto;
	width: 960px;
}

h1 a {
	display: block;
	margin: 85px auto 60px auto;
	padding: 135px 0 0 0;
	width: 125px;

	background: #fff url(../img/frayd-logo.jpg) top center no-repeat;
	color: #777;
	font: normal 12px arial, sans-serif;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
}

#content {}
#content h2 {
	border-bottom: 1px solid #999;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;

	color: #333;
	font: normal 12px arial, ans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}


.product {
	margin: 0 0 20px 0;
	position: relative;

	text-align: left;
}
.product img {
	border-width: 1px;
	border-style: solid;
	border-color: #eee #bbb #bbb #eee;
	float: left;
	height: 50px;
	margin: 0 10px 0 0;
	padding: 5px;
	width: 50px;

	background-color: #fff;
	border-radius: 7px;
	-moz-border-radius: 7px;
}
.product h3 {
	padding: 5px 0 0 0;

	color: #333;
	font: normal 24px times;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #ccc;
}
.product h3 a { color: #333; }
.product p.btns {
	bottom: 7px;
	position: absolute;
	right: 0;

	text-align: right;
}
.product p.btns a {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
	display: inline-block;
	margin: 0 0 0 3px;
	padding: 3px 4px 1px 4px;
	
	background-color: #f8f8f8;
	border-radius: 3px;
	color: #999;
	font-size: 12px;
	font-variant: small-caps;
	text-shadow: 0 1px 0 #fff;
	-moz-border-radius: 3px;
}
.product p.btns a:hover {
	border-width: 1px 0 0 1px;

	/*background-color: #fff;*/
	color: #4cf;
}


/*******************************
	GENERAL STYLES
*******************************/

.cols {
	width: auto;

	text-align: center;
	vertical-align: top;
}
.col {
	display: inline-block;
	margin: 0 0 0 20px;

	vertical-align: top;
}

.col_lf { float: left;  }
.col_rt { float: right; }

.col_1st { margin: 0; }

.col25 { width: 24%; }
.col33 { width: 33%; }
.col50 { width: 49%; }
.col66 { width: 66%; }
.col75 { width: 74%; }

.center_it { text-align: center; }

.cleaner { clear: both; height: 1px; line-height: 1px; }

