* {
	padding: 0;
	margin: 0;
}

body, html {
	font-family: "Myriad Pro", "Myriad Web Pro", "Myriad",  Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	background: #000;
	color:#fff;
}

 /* Global Link Settings
--------------------------------*/
a, a:visited {			
	color: #fff;
	xxtext-decoration: none;
	outline: none;
}
a:visited {
	xxtext-decoration: none;
}

a:hover, a:active {
	
}


 /* Global Text Settings
--------------------------------*/
h2, h3, h4 {
	font-size: 12px;
}


h1 {
	font-size: 13px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

p, h2 {
	margin-bottom: 10px;
}

p {
	/*color:#fff;*/
}

.eventHead {
	font-weight: bold;
	color: #483D8B;
	text-transform:uppercase;
}

.eventDone {
	font-weight: normal;
	color: #666633;
	
}

.newsHead {
	font-weight: bold;
	color: #C71585;
	text-transform:uppercase;
}


 /* MAIN FRAME SETTINGS
--------------------------------*/

#container {
	margin: 0 auto;
	position: relative;
	width: 1100px;
	width:960px;
	top: 30px;
}

#container #cover {
	position:absolute;
	background-image: url(images/backgrounds/bg_white.gif);
	background-repeat: no-repeat;
	width: 724px;
	height: 592px;
	top: 55px;
	z-index: 50;
	opacity: .6;
	-moz-opacity: .6;
	-khtml-opacity: .6;
	filter:alpha(opacity=60);
	display:none;
	left: 187px;
	left:114px;
}
#page_athletes #cover {
	top:51px;
}

#page_realicons #cover {
	top:49px;
}

#page_name #cover {
	top:57px;
	left:113px;
}

#content_frame{
	position:relative;
	top: 57px;
	z-index:10;
	color:#000;
	background-repeat:no-repeat;
	margin-bottom:20px;
	min-height:700px;
}

#content_frame #content {
	height: 528px;
	padding: 40px 30px 30px 30px;
}

#content_frame #content_lookbook {
	height: 565px;
	padding: 40px 30px 20px 30px;
}






 /* NAVIGATION AND LOGO
--------------------------------*/
#header {
	position:absolute;
	width: 721px;
	height: 45px;
	z-index: 90;
	left: 189px;
	left:112px;
}

#header #logo {
	height: 42px;
	width: 165px;
	float: left;
}


#header #mainnav {
	margin-top: 8px;
}

#nav_top {
	list-style:none;
}

#nav_top li {
	float: left;
	width: 56px;
	position:absolute;
	text-align:center;
}

#nav_top li a {
	display: block;
	height: 76px;
	/*text-indent: -5000px;*/
	text-decoration: none;
	color:#FFCC00;
}

#nav_top li a:hover {
		font-weight:bold;
}

#nav_top li li a {
	color:#000;
}

#nav_top #about {
	left: 200px;
	background: url(images/nav/navSun.png) no-repeat;
}

#nav_top #about a:hover{
	background: url(images/nav/navSun_selected.png) no-repeat;
}

#nav_top #collection {
	left: 300px;
	background: url(images/nav/navSun.png) no-repeat;
}

#nav_top #collection a:hover {
	background: url(images/nav/navSun_selected.png) no-repeat;
}

#nav_top #news {
	left: 400px;
	background: url(images/nav/navSun.png) no-repeat;
}

#nav_top #news a:hover{
	left: 400px;
	background: url(images/nav/navSun_selected.png) no-repeat;
}

#nav_top #sales {
	left: 500px;
	background: url(images/nav/navSun.png) no-repeat;
}

#nav_top #sales a:hover {
	left: 500px;
	background: url(images/nav/navSun_selected.png) no-repeat;
}

/* NAVIGATION PAGE SELECTORS */

#page_company #nav_top #about,
#page_faq #nav_top #about,
#page_people #nav_top #about,
#page_employment #nav_top #about,
#page_contact #nav_top #about{
		background: url(images/nav/navSun_selected.png) no-repeat;
}

#page_design #nav_top #collection,
#page_fabrics #nav_top #collection,
#page_colorways #nav_top #collection,
#page_palette_spring #nav_top #collection,
#page_styles_spring #nav_top #collection,
#page_palette_fall #nav_top #collection,
#page_styles_fall #nav_top #collection {
		background: url(images/nav/navSun_selected.png) no-repeat;
}

#page_links #nav_top #news,
#page_media #nav_top #news,
#page_presskit #nav_top #news,
#page_pressreleases #nav_top #news {
		background: url(images/nav/navSun_selected.png) no-repeat;
}

#page_buy #nav_top #sales,
#page_sales #nav_top #sales {
		background: url(images/nav/navSun_selected.png) no-repeat;
}

 /* MENU HOVER ACTIONS
--------------------------------*/

#nav_top a {
	color:#000;
}


#nav_top li ul {
	list-style: none;
	width: 110px;
	display: none;
	margin: 0 0 0 -30px;
}

#nav_top li ul li {
	margin: 0;
	margin-bottom: -14px;
	float: none;
}

#nav_top li ul li a {
	text-indent: -5px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	width: 122px;
	height: 30px;
	padding-top: 7px;
	
}

#nav_top li:hover ul,
#nav_top li.over ul { /* lists nested under hovered list items -- Javascript will display this for IE*/
	display: block;
}

#nav_top li #about_sub li a {
	background: url(images/nav/btnGeneral.png) no-repeat;
	
}

#nav_top li #about_sub li a:hover {
	background: url(images/nav/btnGeneral_SELECTED.png) no-repeat;
	font-weight: bold;
}

#nav_top li #collection_sub li a {
	background: url(images/nav/btnGeneral.png) no-repeat;
}

#nav_top li #collection_sub li a:hover {
	background: url(images/nav/btnGeneral_SELECTED.png) no-repeat;
	font-weight: bold;
}

#nav_top li #news_sub li a {
	background: url(images/nav/btnGeneral.png) no-repeat;
}

#nav_top li #news_sub li a:hover {
	background: url(images/nav/btnGeneral_SELECTED.png) no-repeat;
	font-weight: bold;
}

#nav_top li #sales_sub li a {
	background: url(images/nav/btnGeneral.png) no-repeat;
}

#nav_top li #sales_sub li a:hover {
	background: url(images/nav/btnGeneral_SELECTED.png) no-repeat;
	font-weight: bold;
}


 /* SUB-SUB-MENU HOVER ACTIONS
--------------------------------*/

#nav_top li ul li {
	position:relative;
}

#nav_top li ul li #spring_sub,
#nav_top li ul li #fall_sub,
#nav_top li ul li #people_sub,
#nav_top li ul li #faq_sub {
	display: none;
	position: absolute;
	top: 0;
	left: 140px;
}

#nav_top li ul li:hover #spring_sub,
#nav_top li ul li:hover #fall_sub,
#nav_top li ul li:hover #people_sub,
#nav_top li ul li:hover #faq_sub,
#nav_top li ul li.over #spring_sub,
#nav_top li ul li.over #people_sub,
#nav_top li ul li.over #faq_sub,
#nav_top li ul li.over #fall_sub { /* lists nested under hovered list items -- Javascript will display this for IE*/
	display: block;
}



 /* COLUMN SETUP
--------------------------------*/

#textFrame.leftText, #left_column {
	width: 250px;
	left:140px;
}

#left_column_form {
	position: absolute;
	width: 250px;
	top: 45px;
	z-index: 21;
	left: 206px;
}

#right_column,
#textFrame {
	width: 200px;
	left: 608px;	
}

#left_column {
	width:200px;
}


#middle_column {
	width:200px;
	left:380px;
}

#right_column, #left_column, #middle_column, #textFrame {
	position: absolute;
	height: 520px;
	line-height:20px;
	z-index: 20;
	background-color:transparent;
	overflow:hidden;
	top: 44px;
}


#logo_column {
	position: absolute;
	top: 40px;
	left: 272px;
	width: 170px;
	height: 550px;
	z-index:10;
}



/* HANDLES CUSTOM SCROLL SECTIONS */
#textFrame_content {
	position:relative;
	width: 200px;
}

#scrollContainer {
	position: absolute;
	top: 415px;
	right: 130px;
	height: 140px;
	width: 20px;
	padding: 5px 0 5px 0;
	overflow:hidden;
	overflow:visible;
}

#scrollContainer.leftScroll {
	left:115px;
}

#scrollBar {
	position: relative;
	left: 7px;
	width: 10px;
	height: 140px;
	background:#FFF;
}

#scroller {
	position:absolute;
	height: 70px !important;
	width: 6px;
	margin:8px 0px 0 9px;
	/*background-image: url(images/scroll_knob.png);
	background-repeat:no-repeat;*/
	background-color:#ffcc00;
}


#scrollDownArrow {
	position: absolute;
	top: 537px;
	right: 135px;
	height: 10px;
	width: 10px;
	background-image: url(images/scroll_downArrow.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	display:none;
}

#scrollUpArrow {
	position: absolute;
	top: 437px;
	right: 135px;
	height: 10px;
	width: 10px;
	background-image: url(images/scroll_upArrow.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	display:none;
}

#scrollContainer_leftcol {
	position: absolute;
	top: 449px;
	right: 441px;
	height: 85px;
	width: 20px;
	padding: 5px 0 5px 0;
	overflow:hidden;
}

#scrollBar_leftcol {
	position: relative;
	left: 7px;
	width: 5px;
	height: 80px;
	background:#999999;
}

#scroller_leftcol {
	position:absolute;
	height: 17px;
	width: 20px;
	background-image: url(images/scroll_knob.png);
	background-repeat:no-repeat;
}

#scrollDownArrow_leftcol {
	position: absolute;
	top: 539px;
	right: 197px;
	height: 10px;
	width: 10px;
	background-image: url(images/scroll_downArrow.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

#scrollUpArrow_leftcol {
	position: absolute;
	top: 435px;
	right: 446px;
	height: 10px;
	width: 10px;
	background-image: url(images/scroll_upArrow.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}



/* PAGE BACKGROUNDS */

#page_behindthescenes #content_frame {
	background-image: url(images/backgrounds/bg_behindthescenes.jpg);
}

#page_company #content_frame {
	background-image: url(images/backgrounds/bg_company.jpg);
}

#page_contact #content_frame {
	background-image: url(images/backgrounds/bg_contact.jpg);
}

#page_employment #content_frame {
	background-image: url(images/backgrounds/bg_employment.jpg);
}

#page_faq #content_frame {
	background-image: url(images/backgrounds/bg_faq.jpg);
}

#page_faq_sun #content_frame {
	background-image: url(images/backgrounds/bg_faq2.jpg);
}

#page_people #content_frame {
	background-image: url(images/backgrounds/bg_people.jpg);
}

#page_links #content_frame {
	background-image: url(images/backgrounds/bg_links.jpg);
}

#page_media #content_frame {
	background-image: url(images/backgrounds/bg_media.jpg);
}

#page_testimonials #content_frame {
	background-image: url(images/backgrounds/bg_testimonials.jpg);
}


#page_realicons #content_frame {
	background-image: url(images/backgrounds/bg_realicons.jpg);
}

#page_athletes #content_frame {
	background-image: url(images/backgrounds/bg_athletes.jpg);
}

#page_events #content_frame {
	background-image: url(images/backgrounds/bg_events.jpg);
}

#page_press #content_frame {
	background-image: url(images/backgrounds/bg_press.jpg);
}

#page_buy #content_frame {
	background-image: url(images/backgrounds/bg_wheretobuy.jpg);
}

#page_onlineStore #content_frame {
	background-image: url(images/backgrounds/bg_onlineSales.jpg);
}

#page_design #content_frame {
	background-image: url(images/backgrounds/bg_design.jpg);
}

#page_fabrics #content_frame {
	background-image: url(images/backgrounds/bg_fabrics.jpg);
}

#page_colorways #content_frame {
	background-image: url(images/backgrounds/bg_colorways.jpg);
}

#page_styles_spring #content_frame {
	background-image: url(images/backgrounds/bg_lookbook.jpg);
}

#page_video #content_frame {
	background-image: url(images/backgrounds/bg_lookbook.jpg);
}

#page_styles_fall #content_frame {
	background-image: url(images/backgrounds/bg_lookbook.jpg);
}

#page_formthanks #content_frame,
#page_formerror #content_frame,
#page_presskit #content_frame,
#page_sales #content_frame {
background-image: url(images/backgrounds/bg_presskit.jpg);
	
}


/* CONTENT TAGS */

ol#design_phil {
	list-style:inside;
}

ol#design_phil li {
	font-weight: bold;
	margin-bottom: 8px;
}

ol#design_phil li p{
	font-weight: normal;
}

#style_selector {
	position:absolute;
	top: 0px;
	left: 125px;
	z-index:15;
	width:460px;
	
}

#copyright {
	position:absolute;
	top: 600px;
	left: 0;
	width: 1100px;
	text-align:center;
	font-size: 10px;
	color:#fff;
}

#copyright a,
#copyright a:hover {
	text-decoration:underline;
}

#privacy_policy {
	background-color:#C2C287;
	margin: 20px;
	padding: 20px;
}

.announcement {
	font-size: 24px;
	font-weight: bold;
	color: #1B2BF5;
}

/* Home Page Positioning */

#home {
 	position: absolute;
	top: 0px;
	left: 0px;
	text-align:center;
}

/* Media Page Positioning */

.wide_column_content {
	line-height: 15px;
	width: 310px !important;
	margin: 0px 0 0 -470px;
	height: 500px !important;
	
}



/* Press Release Page Positioning */

#release_headlines {
	line-height: 15px;
	width: 380px;
	margin: 50px 0 0 290px;
}


/* Interesting Links Page Positioning */

#interesting_links {
	position:relative;
	width: 100%;
	z-index:50;
}

#links_cnn {
	position:absolute;
	top: 51px;
	left: 179px;
	width: 197px;
}

#links_prNewswire {
	position:absolute;
	top: 80px;
	left: 657px;
	width: 202px;
}

#links_balloonhat {
	position:absolute;
	top: 355px;
	left: 109px;
}


/* Inquiry form styles */
txtRed{
	color: Red;
}

label {
	font-weight: bold;
}

.inpTxt{
	font-size: 10px;
	color: Black;
	border: 1px solid #333333;
	padding: 1px;
}
.inpBtn{
	font-size: 11px;
	border: 1px solid #000;
	padding: 2px;
	background: #fff;
	color: #000;
	font-weight: bold;
	margin:10px 10px 0 0;
}
.dvFrmRow{
	clear: both;
	padding: 1px 0px 0px 0px;
	margin: 0px;
}

.spLfFrm{
	float: left;
	width: 100px;
	text-align: right;
	padding: 0;
}

.spRtFrm{
	float: right;
	width: 145px;
	text-align: left;
}

#content form #right_column {
	line-height:17px;
	top:24px;
	height:540px;
}



/*--------Tiny Slideshow--------*/

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}

#wrapper {width:445px; margin:35px 0 35px 15px; display:none; float:left;}
#wrapper * {margin:0; padding:0}

#fullsize {position:relative; width:330px; height:440px; padding:2px; border:0px solid #ccc; background:#FFCC00; float:left;}

#information {position:absolute; bottom:-67px; width:333px; margin-left:-2px; background:#999; color:#000; overflow:hidden; z-index:200; height:60px !important;/*opacity:.7; filter:alpha(opacity=70)*/}
#information h3 {padding:4px 8px 3px; font-size:12px;font-weight:bold; display:none;}
#information p {padding:8px 8px 8px}

#page_behindthescenes #information p {text-align:center;padding-top:15px;}

#image {width:330px}
#image img {position:absolute; z-index:25; width:auto}

.imgnav {position:absolute; width:25%; height:450px; cursor:pointer; z-index:150}

#imgprev {left:0; background:url(tinyslideshow/images/left.gif) left center no-repeat; margin-left:2px;}
#imgnext {right:0; background:url(tinyslideshow/images/right.gif) right center no-repeat; margin-right:2px;}

#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(tinyslideshow/images/link.gif) center center no-repeat}


#thumbnails {margin-top:0px; float:right;width:93px;}

#slideleft {float:left; width:97px; height:20px; background:url(images/arrow_up.png) center center no-repeat; background-color:#999;margin-bottom:3px;}
#slideleft:hover {background-color:#333}
#slideright {float:left; width:97px; height:20px; background: url(images/arrow_down.png) center center no-repeat;background-color:#999;margin-top:3px;}
#slideright:hover {background-color:#333}

#slidearea {float:left; position:relative; width:97px; margin-left:0px; height:465px; overflow:hidden;}

#slider {position:absolute; left:0; height:430px; width:93px !important;}
#slider img {cursor:pointer; border:2px solid #FFCC00; padding:0px; margin:0px 0 3px 0;}

/*---------End Tiny Slideshow ----------- */



/**** TWEET STUFF ********/
.tweet, .query {

  font-size: 120%;
  color: #fff; }
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background-color: #000; }
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: #77c2fc; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      /*background-color: #444;*/ }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
		
		.tweet_text {
				text-align:left;
		}

