* {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;}
table {border-collapse:collapse; border-spacing:0;}
th {font-weight:normal;}

/*basic style*/

.wrap {
	margin:20px auto 0;
	width:980px;
	font-size:11px;}

.main {
	background:url(../images/mainBg.jpg) no-repeat;
	width:980px;
	height:480px;
	color:#ccc;
}
	
.main h1 {
	width:264px;
	height:55px;
	overflow:hidden;
	position:absolute;
	top:20px;
	left:10px;}

.globalNav {
	position:absolute;
	top:74px;
	left:10px;}

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

.gNav1 {
	width:105px;
	height:23px;
	background:url(../images/home.gif) no-repeat;}
	
.gNav1:hover {
	background:url(../images/home2.gif) no-repeat;}
	
.gNav2 {
	top:24px;
	width:132px;
	height:23px;
	background:url(../images/products.gif) no-repeat;}
	
.gNav2:hover {
	background:url(../images/products2.gif) no-repeat;}
	
.gNav3 {
	top:45px;
	width:97px;
	height:21px;
	background:url(../images/events.gif) no-repeat;}

.gNav3:hover {
	background:url(../images/events2.gif) no-repeat;}
	
.gNav4 {
	top:69px;
	width:157px;
	height:20px;
	background:url(../images/shopping_cart.gif) no-repeat;}

.gNav4:hover {
	background:url(../images/shopping_cart2.gif) no-repeat;}

/*end main*/

.footer {
	position:relative;
	clear:both;}

.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*/
