/* 
Project: Marketpubic
Filename: screen.css
Date: April 09
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;  
	font-size: 62.5%;	
	color: #000;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	background: #fff url(img/back2.jpg) repeat-x 0 0;
    }


body a img {
	border: none;
}


.clearing{	
	clear: both;
}




/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

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


a:focus,
a:hover,
a:active{
	outline:none;
}



/*------ wrap ------*/


#wrap {
	margin: 0 auto 0px auto;
	padding: 0 0 0 0;
	width: 874px;
	text-align: left;
}



/*------ header ------*/


#header {
	float: left;
	width: 874px;
	height: 112px;
	margin: 20px 0 0 0;
	background: url(img/header-bg.png) no-repeat 0 0;
	text-indent: -9999px;
	}
	
* html #header {
	background: url(img/header-bg.gif) no-repeat 0 0;
	}
	
	
/*------ nav ------*/


#nav {
	float: left;
	width: 820px;
	margin: 0 0 0 24px;
	background: #D94225 url(img/nav-bg.jpg) repeat-x 0 0;
	font-family: 'trebuchet ms';
	font-size: 2.4em;
	}
	
* html #nav {	
	margin: 0 0 0 12px;
	}
	
	
#nav li{
	float: left;
	padding: 20px;
	}
	
	
#nav li a{	
	color: #fff;
	text-decoration: none;
	}
	
#nav li a:hover,
#nav li a.selected {		
	color: #B2DD77;
	}
	

/*------ content ------*/	
	
#content {
	float: left;
	width: 874px;	
	background: url(img/content-bg.png) repeat-y 0 0;
	}
	
* html #content {	
	background: url(img/content-bg.gif) repeat-y 0 0;
	}
	
	
/*------ mainContent ------*/	
	
#mainContent {
	float: left;
	width: 482px;
	margin: 20px 0 10px 41px;
	}
	
* html #mainContent {	
	margin: 20px 0 10px 20px;
	}
	
	
#mainContent h1{
	font-size: 3.2em;
	color: #D84025;	
	padding: 0 0 15px 0;
	}
	
#mainContent h2{
	font-size: 2.0em;
	color: #D84025;	
	padding: 0 0 15px 0;
	}
	
#mainContent h3{
	font-size: 4.0 em;
	color: #D84025;	
	padding: 0 0 15px 0;
	}
	
#mainContent p{
	font-size: 1.4em;
	padding-bottom: 15px;
	line-height: 1.3em;
	}
	
	
#mainContent a{
	color: #D84025;
	font-weight: bold;
	}
	
	
#mainContent a:hover{
	text-decoration: none;
	}	
	
	
/*------ sideBar ------*/	
	
#sideBar {
	float: right;
	width: 288px;
	margin: 40px 52px 20px 0;
	}
	
* html #sideBar {
	margin: 40px 26px 0 0;
	}
	
	
#sideBar a{
	display: block;
	margin: 20px 0 0 0;
	}
	
	
#sideBar a.ipod{	
	margin: 10px 0 0 0;
	}
	
	
/*------ footer ------*/	
	
#footer {
	float: left;
	width: 874px;	
	padding: 35px 0 20px 0;
	background: url(img/footer-bg.png) no-repeat 0 0;
	color: #D84025;
	}	
	
* html #footer {	
	background: url(img/footer-bg.gif) no-repeat 0 0;
	}
	
	
#footer p{
	float: left;
	font-size: 1.4em;
	margin: 0 31px 0 21px; 
	}
	
* html #footer p{
	margin: 0 15px 0 11px; 
	}
	
#footer p.terms{
	float: right;
	}	
	
	
#footer a{
	color: #D84025;
	text-decoration: none;	
	}
	
	
#footer a:hover{
	text-decoration: underline;
	}		
	
