/* @override 
	http://localhost:8888/ck/style/general.css
*/

@import url("reset.css");
/*@import url("debug.css");*/
body {
	background: url(images/rotting_bakgr.gif) repeat fixed;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}


/* Layout */

#pageContainer {
}

#mainContainer {
	background-color: #fff;
	height: 346px;
	margin-top: 186px;
	margin-left: 25px;
	min-width: 952px;
	padding: 20px;
	/*position: absolute; have to check in this later*/
	right: 0;
	left: 0;
}

/*
Cristobals cool hack
#mainContainer {
	display: -moz-inline-box;
	display: inline-block;
	min-width: 100%;
}*/

#branding {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#branding img.logo {
	position: fixed;
	top: 0;
	left: 0;
}

#branding img.type {
	position: fixed;
	top: 156px;
	right: 20px;
}

#contentContainer {
	clear: left;
	margin-top: 34px;
	width: 952px;
}

#contentContainer img {
	float: left;
	margin-right: 10px;
	display: block;
}

#footer {
	position: fixed;
	right: 20px;
	top: 582px;
	color: #fff;
}

.productContainer {
	width: 952px;
	height: 310;
	float: left;
	margin-right: 20px;
	position: relative;
}

.imageCollection {
	position: absolute;
	bottom: 0;
	left: 320px;
	}

.imageContainer {
	float: left;
	width: 310px;
	height: 310px;
}

.imageContainer p {
	margin-top: 6px;
	float: left;
}

.arrowLinks {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 25px;
}

.arrowLinks a {

}

.top-right{
	position: fixed;
	z-index: 2;
	right: 20px;
	top: 204px;
}

.arrow {
	float: right;
}

.arrow a {
	height: 22px;
	width: 72px;
	padding-top: 3px;
	padding-left: 28px;
	display: block;
}

.right  {
	background: url(../style/images/arrow_r.gif) no-repeat;
}

.left{
	background: url(../style/images/arrow_l.gif) no-repeat;
}

/* Standard elements */

h1, h2, h3 {
	color: #9e9e9e;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}

h1 {
	font-size: 28px;
	letter-spacing: -1px;
	margin-bottom: 15px;
	line-height: 1;
}

h2 {
	font-size: 14px;
}

p {
	margin-bottom: 10px;
	line-height: 13px;
}

pre {
	margin-bottom: 5px;
}

a {
	color:  #9e9e9e;
}

a:focus {
	outline: 0;
}

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

table {
	width: 100%;
	margin-bottom: 5px;
}

table td:last-child {
	text-align: right;
}

td {
	width: 50%;
}

a.click{
}

a.click:hover {

}

/* Navigation */

#navigationContainer {
	/*float: left;*/
	font-weight: bold;
	display: block;
	margin-bottom: 17px;
	position: fixed;
}


#navigationContainer ul {
	padding: 0;
	margin: 0 30px 0 0;
}

#navigationContainer ul li {
	display: inline;
}

#navigationContainer ul li a {
	padding: 2px 8px;
	margin-left: 2px;
	text-decoration: none;
	float: left;
}

#navigationContainer ul li a:hover {
	text-decoration: underline;
}

/* Easyclearing method from positioniseverything */
.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}