/* @override 
	http://localhost/inked/web/_data/css/thickbox-fix.css
	http://localhost/inked/web/_data/css/global.css
*/

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background-color: #0a1010;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	color: #08a1ad;
}

a:link {
	color: #08a1ad;
	text-decoration: none;
}
.thickbox {
	color: #086e76;
	text-decoration: none;
}
a:visited {
	color: #0ac3d1;
	text-decoration: none;
}
a:hover {
	text-decoration: none ;
}

p {
	font-size: 100%;
}

#wraper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

#pagetop {
	height: 491px;
	background: url(../../images/bkg/bg_pagetop.jpg) repeat-x center top;
	
}

#pagetop h1  {
	height: 491px;
	width: 761px;
	margin: 0 auto;
	background: url(../../images/pagetop.jpg);
	background-repeat: no-repeat;
	text-indent: -2000em; 
}

#footer, #push{
	height: 150px;
}
#footer {
	width: 751px;
	margin: 0 auto;
}

#footerContent {
	position: relative;
	margin-left: 50%;
}
#footerContent p {
	margin: 10px;
	color: #08a1ad;
	letter-spacing: 0em;

}

.clearfooter {
	height: 150px;
	clear: both;
	background: red;
}