@charset "UTF-8";/* HOME CSS - Rush Jewellery *//* HERO */#hero       			{ position: relative; height: 260px; overflow: hidden; }#tabs                   { position: absolute; right: 50%; margin-right: -425px; margin-top: 240px; height: 50px; width: 170px; padding: 0px; vertical-align: bottom; z-index: 20; }#panels                 { position: absolute; left: 0px; top: 0px; overflow: hidden; }#panels img             { height: 275px; width: 920px; }#hero ul li             { float: left; margin-left: 6px; padding: 0px; }#hero ul li a           { font-size: 1.2em; color: #FFF; padding: 6px 10px; background: #bebebd; }  #hero ul li a:hover    	{ color: #e3e3e2; }    #hero ul li.ui-tabs-selected        { background: #e3e3e2; }           #hero ul li.ui-tabs-selected a      { background: #e3e3e2; }           #hero ul li a:active    { color: #e3e3e2; }    #hero .panel            { height: 495px; }.ui-tabs-hide           { display: none; }/* SLOGAN */#slogan 				{ width: 920px; height: 47px; color: rgba(0,0,0,0.6); text-align: center; font-weight: bold; font-size: 1.8em; text-transform: uppercase; text-shadow: 1px 0px 0px #f7fbfb; background: url('/images/home/slogan_bg.jpg') top center no-repeat; padding-top: 15px; }/* PRODUCT OVERVIEW */.range					{ width: 920px; height: 210px; margin: 20px 0px; background: url('/images/global/divider.png') bottom center no-repeat; padding-bottom: 40px; }.product				{ width: 226px; float: left; text-align: center; padding: 10px 2px 20px 0px; }.product img			{ padding-bottom: 25px; }.product .last			{ padding-right: 0px; }.product h2 a			{ color: #000; font-size: 1.4em; font-weight: normal; text-transform: uppercase; }.product h2 a:hover		{ color: #cc0054; }/* BOTTOM SECTION */#bottom					{ width: 920px; padding: 30px 0px 30px 0px;  }#bottom h2				{ color: #000; text-transform: uppercase; font-size: 1.8em; font-weight: normal; padding-bottom: 2px; }#bottomLeft				{ width: 445px; float: left; margin-right: 30px;  }#bottomRight			{ width: 445px; float: left;  }#bottomRight img		{ padding-top: 5px; }#loggedOut				{ width: 347px; height: 63px; position: absolute;  left: 50%; margin-left: 110px; margin-top: 130px; background: url('/images/home/logout.png') no-repeat left top; display: none; }
#loggedOut p			{ padding: 10px 0 0 60px; color: #000; text-transform: uppercase; font-size: 1.7em; font-weight: bold; }