* {margin:0;padding:0;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;background:url(../images/strangelove_bg.jpg) repeat-x;}
* html body {font-size:small;}
*+html body {font:x-small;}
a {text-decoration:none;}
ul, ol {list-style:none;}
img {border-width:0;}

/*basic style*/

.wrap {
	margin:20px auto 0;
	width:980px;
	font-size:11px;}
	
.main {
	background:url(../images/home/homeBg.jpg) no-repeat;
	width:980px;
	height:480px;
	position:relative;}
	
.main h1 {
	width:335px;
	height:57px;
	overflow:hidden;
	position:absolute;
	top:267px;
	left:77px;}

.globalNav {
	position:absolute;
	top:332px;
	left:166px;}

.globalNav li {
	text-indent:-99999px;
}
	
.globalNav li a {
	display:block;
	position:absolute;}

.gNav1 {
	top:0;
	left:0;
	width:42px;
	height:12px;
	background:url(../images/home/gNavSub1.jpg) no-repeat;}
	
.gNav2 {
	left:66px;
	width:62px;
	height:11px;
	background:url(../images/home/gNavSub2.jpg) no-repeat;}
	
.gNav3 {
	left:151px;
	width:45px;
	height:10px;
	background:url(../images/home/gNavSub3.jpg) no-repeat;}
	
.gNav4 {
	left:222px;
	width:93px;
	height:10px;
	background:url(../images/home/gNavSub4.jpg) no-repeat;}

.gNav2, .gNav3, .gNav4 {top:1px;}

/*end main*/

.footer {position:relative;}

.bottomNav {
	padding-left:3px;
	padding-top:4px;
}

.bottomNav li {
	display:inline;
	border-left:1px solid #333;
	padding-left:16px;
	padding-right:16px;}

li.bNav1st {border-left:none;}

.bottomNav a {color:#333;}
.bottomNav a:hover {color:#000;}

.copyright {
	position:absolute;
	top:4px;
	right:24px;
	font-size:10px;
	color:#666;}

.copyright a {
	color:#333;
	text-decoration:underline;}
.copyright a:hover {color:#666;}

/*end footer*/

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;}
* html .clearfix {height:1%;}
*+html .clearfix {overflow:hidden;}

/*clear float*/