* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background : #999900 url(/images/bkg.jpg) 0px -6px repeat-x;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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

#header {
	position: absolute;
	z-index:1;
	height:279px;
	width:560px;
	width:60%;
	min-width:660px;
	top:0px;

}

#subpage #header {
	width:560px;
}

#shop #header {
	width:900px;
	width:100%;
	min-width:900px;
	border:1px soldi blue;
}

html>body #subpage #header {
/* Hides from IE-mac \*/
	 width: 65%;
/* End hide from IE-mac */
 	min-width: 660px;
}

html>body #shop #header {
/* Hides from IE-mac \*/
	 width: 100%;
/* End hide from IE-mac */
 	min-width: 900px;
}

h1 {
	position: absolute;
	top: 189px;
	right: 36px;
	display: block;
	height: 46px;
	width: 141px;
	background: url(/images/h1_souljerky.gif) no-repeat top right;
	text-indent: -9000px;
}

#subpage h1 {
	background: url(/images/h1_souljerky.gif) no-repeat top right;
	top: 75px;
	left: auto;
	width:300px;
	right: 36px;
}

#shop h1 {
	background: url(/images/h1_souljerky.gif) no-repeat top center;
	top: 75px;
	left: auto;
	width:100%;
	right: auto;
}

#header h2 {
	position: absolute;
	right: 36px;
	top: 59px;
	display: block;
	height: 117px;
	width: 99px;
	text-indent: -9000px;
}


#header h2.incarnation {
	width:200px;
	top:59px;
	right: 36px;
	background: url(/images/whatis_peace_simple.gif) no-repeat top right;
}

#subpage #header h2.incarnation {
	width:102px;
	top:160px;
	right: -165px;
	background: url(/images/whatis_peace_simple.gif) no-repeat top right;
}

#topMenu {
	position: absolute;
	display: block;
	height: 93px;
	top: 0px;
	left: 30px;
	width:600px;
	background: url(/images/topMenu.gif) no-repeat;
}

#topMenu ul {
	display: block;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	margin: 38px 0 0 7px;
}

#topMenu a {
	display: block;
	float: left;
	background: #9F0000;
	border: 1px solid white;
	padding: 4px 15px 4px 15px;
	margin-left: -1px;
	color: white;
	text-decoration: none;
}

#topMenu a.active {
	background: url(/images/mainmenu_bg.gif) no-repeat;
}

#topMenu a:hover {
	background: #999900;
	color: black;
}

#topMenu li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#topQuote {
	position: absolute;
	top: 75px;
	left: 120px;
}

#topQuote p {
	font-size: 13px;
	color: white;
}

#topQuote a {
	color: white;
}

#topQuote a:hover {
	text-decoration: none;
}

#subpage #topQuote {
	width:300px;
	top: 125px;
	left:auto;
	right: 37px;
	text-align:right;
	}
	
#shop #topQuote {
	width:100%;
	top: 125px;
	left:auto;
	right: auto;
	text-align:center;
	}

#topBanners {
display:none;
	position: absolute;
	top: 121px;
	left: 21px;
	list-style-type: none;
}

#topBanners li {
	float: left;
	display: inline;
	height: 117px;
	width: 99px;
	margin-right: 7px;
	padding: 0;
	background: url(/images/topBanner_placeholder.gif) no-repeat;
}


