/*
===================================================
Lion & Rooster Styles: GLOBAL
===================================================
*/

/*
---------------------------------------------------
General Styles
---------------------------------------------------
*/

body, html
	{
	height: 100%;
	}

body
	{
	margin: 0 0 50px 0;
	padding: 0;
	background: #0a0a0a url(../images/background.gif) 0 0 repeat-x;
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #fff;
	}
	
div#bg_elements
	{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -516px;
	width: 1000px;
	height: 410px;
	background: url(../images/lr_elements.gif) 0 50% no-repeat;
	z-index: 0;
	}
	
div#container
	{
	position: absolute;
	left: 50%;
	top: 135px;
	margin-left: -422px;
	width: 844px;
	background: #000;
	z-index: 10;
	border-bottom: 50px solid #0a0a0a;
	}
	
div#bottom_spacer
	{
	margin: 0 auto;
	width: 000px;
	height: 50px;
	/* z-index: 10; */
	border: 1px solid red;
	}
	
div#header
	{
	width: 822px;
	height: 70px;
	background: #171717 url(../images/lr_header_title.gif) 0 0 no-repeat;
	margin: 11px;
	/* border: 1px solid red; */
	float: left;
	display: inline;
	}
	
/*
---------------------------------------------------
Navigation
---------------------------------------------------
*/

ul#nav
	{
	margin: 0;
	padding: 0;
	float: right;
	}
ul#nav li
	{
	display: inline;
	float: left;
	}
ul#nav li a
	{
	text-indent: -999em;
	overflow: hidden;
	}
	
ul#nav li a#nav_news
	{
	display: block;
	width: 73px;
	height: 70px;
	background: url(../images/nav_news.gif) 0 0 no-repeat;
	}
ul#nav li a#nav_clothing
	{
	display: block;
	width: 117px;
	height: 70px;
	background: url(../images/nav_clothing.gif) 0 0 no-repeat;
	}
ul#nav li a#nav_contact
	{
	display: block;
	width: 110px;
	height: 70px;
	background: url(../images/nav_contact.gif) 0 0 no-repeat;
	}
	
ul#nav li a#nav_news:hover,
ul#nav li a#nav_clothing:hover,
ul#nav li a#nav_contact:hover,
ul#nav li a#nav_news:active,
ul#nav li a#nav_clothing:active,
ul#nav li a#nav_contact:active
	{
	background-position: 0 -70px;
	}

body#news ul#nav li a#nav_news,
body#clothing ul#nav li a#nav_clothing,
body#contact ul#nav li a#nav_contact
	{
	background-position: 0 -140px;
	}
	
/*
---------------------------------------------------
Left Column
---------------------------------------------------
*/

div#left_column
	{
	width: 243px;
	float: left;
	min-height: 400px;
	/* border: 1px solid red; */
	margin: 0 0 11px 11px;
	display: inline;
	}
	
a#lr_logo
	{
	display: block;
	width: 243px;
	height: 181px;
	background: #000 url(../images/lr_logo.gif) 50% 50% no-repeat;
	text-indent: -999em;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
	}
	
div#overview
	{
	width: 243px;
	background: #212121 url(../images/lr_overview_watermark.gif) 92% 92% no-repeat;
	padding-bottom: 70px;
	float: left;
	display: inline;
	}
div#overview_title
	{
	width: 208px;
	background: #000;
	margin-top: 13px;
	float: left;
	padding: 7px 0 4px 22px;
	overflow: hidden;
	}
div#overview_text
	{
	width: 205px;
	line-height: 2em;
	font-size: 9px;
	margin: 6px 0 0 22px;
	float: left;
	display: inline;
	}

span.highlight
	{
	color: #00d3ff;
	}
	
div#footer
	{
	width: 243px;
	background: #171717 url(../images/footer_bg.gif) -30px -45px no-repeat;
	margin: 7px 0 0 0;
	float: left;
	vertical-align: bottom;
	display: inline;
	}
body#clothing div#footer div.spacer
	{
	float: right;
	width: 2px;
	height: 777px;
	}
div#copyright
	{
	font: 8px verdana, arial, helvetica, sans-serif;
	text-align: right;
	margin: 10px;
	vertical-align: bottom;
	float: right;
	clear: right;
	display: inline;
	}
	
/*
---------------------------------------------------
Right Column
---------------------------------------------------
*/

div#right_column
	{
	width: 572px;
	min-height: 400px;
	/* border: 1px solid red; */
	float: right;
	margin: 0 11px 11px 0;
	display: inline;
	}
div#right_column div.spacer
	{
	float: right;
	clear: right;
	width: 2px;
	height: 7px;
	}
	
body#contact div#right_column
	{
	background: #000 url(../images/contact_bg.gif) 100% 0 no-repeat;
	min-height: 550px;
	}

/*
---------------------------------------------------
Main Content Area - News
---------------------------------------------------
*/
	
div.news_item
	{
	width: 572px;
	background: #383838 url(../images/news_item_bg.gif) 100% 100% no-repeat;
	float: Right;
	}

div.news_image
	{
	float: left;
	margin: 15px 0 25px 25px;
	display: inline;
	}
div.news_image img
	{
	border-bottom: 6px solid #ff00a9;
	width: 504px;
	}

div.news_info
	{
	float: left;
	width: 330px;
	margin: 15px 0 15px 15px;
	line-height: 1.75em;
	display: inline;
	}
	
div.news_info p
	{
	margin: 0 0 10px 0;
	padding: 0;
	}

/*
---------------------------------------------------
Main Content Area - Store
---------------------------------------------------
*/

div.store_item2
	{
	width: 572px;
	min-height: 300px;
	background: #383838 url(../images/store_item2_bg.gif) 0 0 no-repeat;
	float: right;
	clear: right;
	}
	
div.store_item1
	{
	width: 572px;
	min-height: 300px;
	background: #383838 url(../images/store_item1_bg.gif) 0 0 no-repeat;
	float: right;
	clear: right;
	}

a#item_monster
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_monster.gif) 0 0 no-repeat;
	}
	
a#item_KH_M_Y
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_KH_M_Y.gif) 0 0 no-repeat;
	}
	
a#item_KH_M_P
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_KH_M_P.gif) 0 0 no-repeat;
	}

a#item_KH_W_P
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_KH_W_P.gif) 0 0 no-repeat;
	}
	
a#item_KH_W_Y
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_KH_W_Y.gif) 0 0 no-repeat;
	}
	
a#item_bandana
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_bandana.gif) 0 0 no-repeat;
	}

a#item_DOTD_MEN
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_DOTD_MEN.gif) 0 0 no-repeat;
	}

a#item_DOTD_GIRLS
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_DOTD_GIRLS.gif) 0 0 no-repeat;
	}

a#item_wio
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_wio.gif) 0 0 no-repeat;
	}

a#item_walkman
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_walkman.gif) 0 0 no-repeat;
	}

a#item_redhat
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_redhat.gif) 0 0 no-repeat;
	}

a#item_monkeyt
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_monkeyt.gif) 0 0 no-repeat;
	}

a#item_molotov
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_molotov.gif) 0 0 no-repeat;
	}

a#item_mhoodie
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_mhoodie.gif) 0 0 no-repeat;
	}
	
a#item_mcrew
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_mcrew.gif) 0 0 no-repeat;
	}
	
a#item_bullseye
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_bullseye.gif) 0 0 no-repeat;
	}
	
a#item_sandp_white
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_sandp_white.gif) 0 0 no-repeat;
	}
	
a#item_sandp_black
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_sandp_black.gif) 0 0 no-repeat;
	}
	
a#item_chess_girls
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_chess_girls.gif) 0 0 no-repeat;
	}
	
a#item_chess_men
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_chess_men.gif) 0 0 no-repeat;
	}
	
a#item_reflect_girls
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_reflect_girls.gif) 0 0 no-repeat;
	}
	
a#item_reflect_men
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_reflect_men.gif) 0 0 no-repeat;
	}
	
a#item_panties
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_panties.gif) 0 0 no-repeat;
	}
	
a#item_eddie_girls
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_eddie_girls.gif) 0 0 no-repeat;
	}
	
a#item_eddie_t
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_eddie_t.gif) 0 0 no-repeat;
	}
	
a#item_enemy_black
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_enemy_black.gif) 0 0 no-repeat;
	}
	
a#item_hat_gray
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_hat_gray.gif) 0 0 no-repeat;
	}
	
a#item_hat_black
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_hat_black.gif) 0 0 no-repeat;
	}
	
a#item_bo
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_bo.gif) 0 0 no-repeat;
	}
	
a#item_enemy
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_enemy.gif) 0 0 no-repeat;
	}
	
a#item_animal
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_animal.gif) 0 0 no-repeat;
	}
	
a#item_shining
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_shining.gif) 0 0 no-repeat;
	}
	
a#item_Biggie
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_Biggie.gif) 0 0 no-repeat;
	}
	
a#item_cobain_green
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_cobain_green.gif) 0 0 no-repeat;
	}
	
a#item_cobain_red
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_cobain_red.gif) 0 0 no-repeat;
	}
	
a#item_hippo_t_purple
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_hippo_t_purple.gif) 0 0 no-repeat;
	}
	
a#item_warriors
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_warriors.gif) 0 0 no-repeat;
	}
	
a#item_hoodie
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_hoodie.gif) 0 0 no-repeat;
	}
	
a#item_lr
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_lr.gif) 0 0 no-repeat;
	}
	
a#item_sushi
	{
	float: left;
	display: block;
	width: 310px;
	height: 300px;
	background: url(../images/item_sushi.gif) 0 0 no-repeat;
	}
	
a.btn_view_details
	{
	display: block;
	width: 24px;
	height: 100px;
	background: url(../images/btn_view_details.gif) 0 0 no-repeat;
	z-index: 250px;
	overflow: hidden;
	clear: all;
	float: left;
	margin-top: -120px;
	}
a.btn_view_details:hover
	{
	background-position: 0 -100px;
	}
	
div.item_info
	{
	width: 255px;
	float: right;
	min-height: 300px;
	z-index: 15px;
	}
	
form
	{
	padding: 0;
	margin: 0;
	}
	
div.item_title
	{
	background: #1d1d1d;
	padding: 6px 0 3px 6px;
	margin: 18px 0 0 0;
	}
	
div.item_description
	{
	width: 210px;
	line-height: 1.75em;
	margin: 5px 0 0 8px;
	}
	
div.item_options
	{
	background: #1d1d1d;
	padding: 6px 0 6px 8px;
	margin: 8px 0 10px 0;
	}
	
div.item_options select
	{
	width: 100px;
	margin: 0;
	font: 10px verdana, arial, verdana, sans-serif;
	}
	
td.left_padding
	{
	padding-left: 10px;
	}
	
table.button_holder
	{
	margin: 0 0 5px 0;
	}
	
/*
---------------------------------------------------
Main Content Area - Contact
---------------------------------------------------
*/

div#contact_title
	{
	width: 410px;
	height: 30px;
	background: #1d1d1d url(../images/contact_title.gif) 0 0 no-repeat;
	float: left;
	margin: 35px 0 0 0;
	}
	
ul
	{
	list-style-image: url(../images/bullet.gif);
	margin: 25px 0 0 40px;
	padding: 0;
	}

li
	{
	margin: 0 0 20px 0;
	line-height: 1.75em;
	}
	
a,
a:link,
a:visited
	{
	color: #00d3ff;
	}
a:hover,
a:active
	{
	color: #87eaff;
	}

/*
---------------------------------------------------
sIFR
---------------------------------------------------
*/
	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 16px;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	/* letter-spacing: -9px; */
	font-size: 17px;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}