* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	background: #1795ec url(../images/bgtop.jpg) repeat-x;
	padding: 0;
	color: #666;
}

html {
}

#page {
	width: 901px;
	margin: 0 auto;
	
}

h1, h2, h3 {
	color: #1795ec;
	font-weight: bold;
	margin-top: 0;
}

a {
	color: #1795ec;
}

/* @group hd */

#hd {
	background: url(../images/hd.jpg) no-repeat;
	width: 901px;
	height: 205px;
}

#hd h1, #hd p {
	position: absolute;
	left: -9999px;
}



/* @end */

/* @group bd */

#bd {
	background: url(../images/bd.jpg) repeat-y;
	width: 901px;
	min-height:  600px;
}

#bd p {
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content {
	width: 705px;
	margin: 0 auto;
	text-align: left;
}

#sidebar {
	float: left;
	width: 190px;
}

#sidebar ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 12px 0;
	margin: 0;
}

#sidebar ul li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding-bottom: 3px;
}

#sidebar ul li a {
	display: block;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	background-color: #eaeaea;
}

#sidebar ul li a:hover {
	background-color: #ff9dbf;
	color: white;
	text-decoration: none;
}

#main {
	float: right;
	width: 500px;
}

#main img {
	margin-bottom: 10px;
}

.product-row {
	float: left;
	width: 500px;
}

.product {
	width: 240px;
	float: left;
	margin-right: 10px;
}

.photos img {
	margin-right: 10px;
	margin-bottom: 10px;
}



/* @end */

/* @group ft */

#ft {
	background: url(../images/ft.jpg) no-repeat;
	width: 901px;
	height: 281px;
	position: relative;
}

.disclaimer {
	font-size: 10px;
	position: relative;
	top: 75px;
	text-align: center;
}



/* @end */