/***********************************
*  Pixhell.com
*  Created: 08/16/2008
*  Rhino Hooton
***********************************/

/* global styles */
* {
	margin:0;
	padding:0;
}
html,body {
	background:#282828 url(/media/backgrounds/pixhell_bg.jpg) repeat-x top;
	font-family:arial;
	font-size:12px;
	color:#fff;
	height:100%;
}
p,h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
a img {
	border:0;
}
ul li {
	list-style:none;
}
p {
	margin-bottom:10px;
}
a {
	color:#847c67;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.hideme {
	visibility:hidden;
	position : absolute;
	left : -1000px;
}


/* basic layout */
#wrapper {
	width:741px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -151px;
	/*background:#ff0000;*/
	padding-top:26px;
	padding-bottom:8px;
}
.yellow {
	color:#e8f787;
}
.blue {
	color:#bcedff;
}



/* header elements */
#header {
	height:250px;
	margin:0 0 34px 0;
}
#header .container {
}
.pixhell {
	background: url(/media/logo/pixhell.png) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 116px;
	margin:0 0 39px 12px;
	float:left;
}
* html .pixhell {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/logo/pixhell.png', sizingMethod='crop');
	background:none;
}
.whoIs {
	background: url(/media/txtimg/feral.png) no-repeat 0px 0px;
	display: block;
	height: 40px;
	width: 195px;
	overflow:hidden;
	line-height:120px;
	margin:0 0 39px 0;
	clear:right;
	float:right;
}
* html .whoIs {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/txtimg/feral.png', sizingMethod='crop');
	background:none;
}
.intro {
	background: url(/media/txtimg/intro.png) no-repeat 0px 0px;
	display: block;
	height: 109px;
	width: 549px;
	overflow:hidden;
	line-height:326px;
	margin:0 0 35px 12px;
	clear:left;
	float:left;
}
* html .intro {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/txtimg/intro.png', sizingMethod='crop');
	background:none;
}
.contact {
	width:147px;
	color:#474747;
	clear:right;
	float:right;
	font: 11px verdana;
}
.contact span {
	background: url(/media/txtimg/contact.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 137px;
	margin-bottom: 15px;
}
* html .contact span {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/txtimg/contact.png', sizingMethod='crop');
	background:none;
}
.contact ul li {
	margin:0 0 15px 0;
}
.contact ul li.email {
	background: url(/media/icon/mail.png) no-repeat 0px 0px;
	height: 15px;
	padding:0 0 0 32px;
}
* html .contact ul li.email {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/icon/mail.png', sizingMethod='crop');
	background:none;
}
.contact ul li.yahoo {
	background: url(/media/icon/yahoo.png) no-repeat 0px 0px;
	height: 15px;
	padding:0 0 0 32px;
}
* html .contact ul li.yahoo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/icon/yahoo.png', sizingMethod='crop');
	background:none;
}
.contact ul li.linked {
	background: url(/media/icon/linked.png) no-repeat 2px 0px;
	height: 15px;
	padding:0 0 0 32px;
}
* html .contact ul li.linked {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/icon/linked.png', sizingMethod='crop');
	background:none;
}
.exp {
	text-align:center;
	clear:left;
	color:#847c67;
}
.exp span {
	color:#474747;
}



/* quote elements */
#quote {
	background: url(/media/quotes/quote_06.png);
	height: 86px;
	width: 741px;
	margin-bottom: 34px;
}
* html #quote {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/quotes/quote_01.png', sizingMethod='crop');
	background:none;
}



/* body elements */
#wrapper .content {
	margin-bottom:14px;
}



/* footer elements */
#footer, #pusher {
	height:151px;
}
#footer {
	background:url(/media/backgrounds/footer_bg.jpg) repeat-x top;
}
.legal {
	float:left;
	width:240px;
	margin-right:30px;
	color:#2b2d2f;
	text-align: justify;
	line-height:20px;
	font-size: 10px;
}
.notice {
	float:left;
	width:300px;
	color:#474747;
	text-align: justify;
	line-height:18px;
}
#footer .container {
	width:741px;
	height:131px;
	margin:0 auto;
	padding-top:20px;
	/*background:#00F;*/
} 