@import url("reset.css");

/**************************
 * BARS
 *************************/
.orangeBar
{
    width               : 100%;
    height              : 24px;
    background-color    : #e26a22;
    clear               : both;
    margin-bottom: 6px;
}
.pinkBar
{
    width               : 100%;
    height              : 24px;
    background-color    : #fd0066;
}


/**************************
 * MAIN Content
 *************************/
#wrapper
{
    width               : 966px;
    margin              : 0 auto;
    position		: relative;
}
#inner
{
    width               : 775px;
    height              : 520px;
    float               : right;
    margin-bottom	: 6px;
    margin-left		: 6px;
    position: relative;
}


/**************************
 * NAV / Sidebar
 *************************/
#nav
{
    background-color    : #fd6320;
    width               : 185px;
    height              : 520px;
    float               : left;
    text-align          : center;
    position		: relative;
}
#nav #logo
{
    margin              : 20px 0;
}
#nav li
{
    margin              : 0 0 14px 0;
}
#nav li.subNav
{
    margin              : 0 0 6px 0;
}
#nav a
{
    color               : #FFF;
    text-decoration     :none;
    font-size           : 17px;
}
*html #nav a
{
    font-weight: bold;
}
#nav a:hover
{
    text-decoration     :underline;
}
#nav #pressNav
{
    margin-bottom: 6px;
    margin-left: 10px;
    
}
#nav #pressNav li
{
    margin: 0;
    font-size: 12px;
}
#nav #pressNav li a
{
   font-size: 12px;
}
#nav .active
{
    color: #FF9;
}

#nav .blog
{
    margin: 10px 0 0 0;
    display: block;
}
#nav .rabbit
{
    margin: 10px 0 0 0;
    display: block;
}
#navBtns
{
    position: absolute;
    bottom: 8px;
    left: 34px;
}


/************************
 * CONTACT
 ***********************/
#contactLeft
{
    /*background          : url('../images/contact-left.jpg') 0 0 no-repeat;*/
    width               : 445px;
    height              : 520px;
    float               : left;
}
#contactRight
{
   /* background          : url('../images/contact-right.jpg') 0 0 no-repeat;*/
    width               : 90px;
    height              : 520px;
    float               : left;
}
#locations
{
    float               : left;
    height              : 520px;
    width               : 240px;
    background-color	: transparent;
    background-image    : url('../images/contact-fade.jpg');
    background-repeat	: no-repeat;
   /* background-attachment: fixed;*/
    overflow-x          : hidden;
    overflow-y          : scroll;
    font-family         : Arial, Helvetica, sans-serif;
    font-size           : 9pt;
    color               : #6a4847;
    font-weight         : normal;
    text-indent         : 14px;
}
#locations a
{
    font-family         : Arial, Helvetica, sans-serif;
    font-size           : 9pt;
    color               : #6a4847;
    font-weight         : normal;
    text-decoration     : none;
}
#locations a:hover
{
   text-decoration      : underline;
}
#locations h1
{
    margin-top          : 16px;
    font-size           : 16px;
}
#locations li
{
    list-style          : none;
    margin              : 4px 0 4px 0;
}
#locations h3
{
    margin              : 18px 0 8px 0;
}
#locations ul
{
    margin              : 0px 0 14px 0;
}
.titleOrange
{
	font-family     : Arial, Helvetica, sans-serif;
	font-size       : 9pt;
	color           : #F37B1A;
	font-weight     : bold;
	text-decoration : none;
}
.textRegulartextbold
{
	font-family     : Arial, Helvetica, sans-serif;
	font-size       : 9pt;
	color           : #6a4847;
	font-weight     : bold;
	text-decoration : none;
	text-transform  : none;
}

a#linkBox
{
    background-color	: #ff8633;
    width		: 200px;
    height		: 10px;
    padding		: 6px 0;
    margin		: 20px 0 0 14px;
    font-weight		: bold;
    display		: block;
}

/************************
 * PRESS
 * *********************/
#press
{
    background          : #ff8633;
    overflow            : hidden;
    height              : 520px;
    width               : 775px;
    position            : relative;
    color               : #FFF;
    font-family         : Arial, Helvetica, sans-serif;
    font-size           : 12px;
}
div img#pressBottom
{
    position            : absolute;
    bottom              : 0;
    left                : 0;
}
#press #next
{
    position            : absolute;
    top                 : 40px;
    right               : 10px;
    cursor              : pointer;
}
#press #prev
{
    position            : absolute;
    top                 : 40px;
    left                : 10px;
    cursor              : pointer;
}
.section, #press ul
{
    margin              : 0 0 0 16px;
    width               : 800px;
    top			: 90px;
    left		: 0px;
    position            : absolute;
}
.pressItem
{
    display             : block;
    float               : left;
    width               : 124px;
    height              : 190px;
    text-align          : center;
}




#readyToWear, #accessories
{
    display		: block;
    width		: 200px;
    height		: 20px;
    position		: absolute;
}
#readyToWear
{
    top: 206px;
    right: 40px;
}
#accessories
{
    top: 232px;
    right: 40px;
}

#theHover
{
    position: absolute;
    left: 20px;
    bottom: 5px;
}

/* Lookbook Section */
#inner img{position: relative;z-index: 1;}
#prev,#next{position:absolute;bottom:0px;display:block;height:70px;width:70px;background:url('../images/x.gif') repeat;z-index:2;text-decoration:none;}
	#prev{left:0px;}
	#next{right:25px;}
