html, body {
	height: 100%;
	background: black;
}

#page {
	width: 980px;
	position: relative;
}

#logo {
	top: 40px;
	left: 26px;
	position: absolute;
	position: fixed;
}

#content {
	padding: 114px 20px 15px 300px;
}

/* Shp */

.article {
	background: white;
	color: black;
	margin: 1.5em 0 2em 0;
	min-height: 600px;
	width: 840px;
	position: relative;
}

.article .title {
	padding: 4em 2em 1em 500px;
}

.article .title h2 {
	background: black;
	color: white;
	display: inline-block;
	font-size: 15px;
	padding: 8px 20px;
	width: 252px;
}

.article .images,
.article .images img {
	position: absolute;
	top: 0;
	left: 0;
}

.article .description {
	padding: 0 20px 0 500px;
	text-transform: none;
}

.article .description p {
	width: auto;
}
.article .description ul {
	margin-left: 15px;
}

.article .price {
	height: 3em;
	text-transform: none;
}

.article .price span {
	border: 1px solid black;
	font-size: 15px;
	padding: 5px 10px;
}

#content .article .description a,
#content .article form a {
	color: #f5346a;
}

.article form {
	bottom: 2em;
	display: block;
	left: 500px;
	position: absolute;
	width: 200px;
}

.article form input[type=submit] {
	background: #f5346a;
	border: 1px solid black;
	color: white;
	cursor: pointer;
	font-size: 15px;
	margin-bottom: 0.5em;
	padding: 4px 25px;
}

/* H */

#nav {
	top: 105px;
	left: 0;
	width: 295px;
	position: absolute;
	position: fixed;
}

#nav ul {
	margin: 0;
	padding: 0 0 26px 26px;
}
#nav ul ul {
	margin: 0 0 12px 0;
	padding: 0;
}

#nav li {
	list-style: none;
	margin-right: 2px;
}

#nav a {
	padding: 0 2px;
}

#nav li.first {
	margin-bottom: 3em;
}

#nav li li.first {
	margin-bottom: 0;
}

#nav li ul {
	display: none;
}

#nav li.first ul,
#nav li.active ul {
	display: block;
}

#nav li.active a,
#nav li.active li.active a,
#nav li.active li.active li.active a {
	color: black;
	background: white;
}

#nav li.active li a,
#nav li.active li.active li a {
	color: white;
	background: black;
}

#nav a:hover {
	text-decoration: none;
}

#nav a,
#nav li.active li.active a,
#nav li.active li.active li.active a {
	font-weight: 500;
}

#nav li.active a {
	font-weight: 700;
}

#nav li.active li a,
#nav li.active li.active li a,
#nav li.first ul a {
	font-weight: 100;
}

#content ul.thumbs li {
	float: left;
	height: 100px;
	margin: 0 10px 10px 0 !important;
	list-style: none;
}

