/* ------------------------------ STYLESHEET FOR CLICKHOLDDRAG.COM ------------------------------ */

* {
	margin: 0;
	padding: 0;
	/*list-style-type: none;*/
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 13px;
	color: #000;
	background-color: #fff;
}


/* ------------------------------ TYPOGRAPHY ------------------------------ */

h1, h2, h3, h4 {
	font-size: 10px;
	font-weight: 900;
}

ul {
	list-style-type: none;
}

p {
	margin-bottom: 13px;
}


/* ------------------------------ LINKS ------------------------------ */

a:active, a:focus {
	outline: 0;
}

a img {
	border: 0;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p a:link, p a:active, p a:visited, p a:hover {
	text-decoration: underline;
}


/* ------------------------------ BASIC LAYOUT ------------------------------ */

#head {
	position: fixed;
	top: 18px;
	left: 50%;
	width: 300px;
	text-align: center;
	margin: 0 0 0 -150px;
	z-index: 9999;
}

#menu {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 200px;
	text-align: center;
	z-index: 9999;
}

#content {
	position: relative;
	margin-top: 50px;
	margin-left: 30px;
}


/* ------------------------------ HEAD ------------------------------ */

#head h1 {
	text-transform: uppercase;
}


/* ------------------------------ MENU ------------------------------ */

#menu li {
	display: block;
}

#menu li a {
	font-size: 14px;
	font-weight: 900;
	line-height: 18px;
	text-decoration: underline;
}



/* ------------------------------ CONTENT ------------------------------ */

.individual {
	padding: 54px 0;
}

.individual h2, .individual p {
	
}

.eachitem {
	position: relative;
	margin-right: 50px;
	vertical-align: middle;
	display: -moz-inline-stack;		/* Firefox need this to simulate display: inline-block */
	display: inline-block;			/* IE does not apply this to Block Element, and Firefox does not render this, too */
}

.eachitem div.w {
	position: relative;				/* Firefox need this unless contents within are not clickable or selectable */
	display: block;
	overflow: hidden;
}

.item-preview {
	margin-bottom: 13px;
}

.item-preview img {
	display: block;
	margin: 0 auto;
}

.item-info {
	text-align: center;
	height: 130px;
}

.item-info h2 {
	font-weight: 900;
	text-transform: uppercase;
}

.item-info p {
	font-weight: 900;
}

.item-content {
	width: 450px;
	margin-bottom: 13px;
}

.item-content h2 {
	text-transform: uppercase;
}

.item-content img {
	display: block;
	margin-bottom: 13px;
}

.item-content p {
	font-weight: 900;
}

.item-gallery {
	position: relative;
	text-align: center;
	margin-left: -17px;
}

.buttons {
	position: relative;
	width: 200px;
	text-align: center;
}

button {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: 900;
	line-height: 18px;
	cursor: pointer;
}

button.prev {
	margin-right: 13px;
}

.slide {
	position: relative;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: middle;
	margin: 0px 13px 13px 0px;
}

.slide .sw {
	position: relative;
}

.slide img {
	display: block;
}

.contact {
	width: 200px;
	text-align: center;
	padding-top: 54px;
	padding-bottom: 197px;
}

.footer {
	position: fixed;
	left: 50%;
	width: 50px;
	margin-left: -25px;
	bottom: 18px;
	text-align: center;
}

.footer a {
	font-weight: bold;
}
