* {
	padding: 0;
	margin: 0;
}

body, html {
	font-family: Myriad, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #999966;
}

 /* Global Link Settings
--------------------------------*/
a, a:visited {			
	color: black;
	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:black;
}

.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;
	top: 40px;
}

#container #cover {
	position:absolute;
	background-image: url(images/backgrounds/bg_white.gif);
	background-repeat: no-repeat;
	width: 722px;
	height: 590px;
	top: 50px;
	z-index: 50;
	opacity: .6;
	-moz-opacity: .6;
	-khtml-opacity: .6;
	filter:alpha(opacity=60);
	display:none;
	left: 187px;
}

#content_frame{
	position:relative;
	top: 50px;
	z-index:10;
	
		
}

#content_frame #content {
	height: 528px;
	padding: 40px 30px 20px 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;
}

#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;
}

#nav_top li a {
	display: block;
	height: 76px;
	text-indent: -5000px;
	text-decoration: none;
}

#nav_top #about {
	left: 200px;
	background: url(images/nav/btnAbout.png) no-repeat;
}

#nav_top #about a:hover{
	background: url(images/nav/btnAboutSELECTED.png) no-repeat;
}

#nav_top #collection {
	left: 300px;
	background: url(images/nav/btnCollection.png) no-repeat;
}

#nav_top #collection a:hover {
	background: url(images/nav/btnCollectionSELECTED.png) no-repeat;
}

#nav_top #news {
	left: 400px;
	background: url(images/nav/btnNews.png) no-repeat;
}

#nav_top #news a:hover{
	left: 400px;
	background: url(images/nav/btnNewsSELECTED.png) no-repeat;
}

#nav_top #sales {
	left: 500px;
	background: url(images/nav/btnSales.png) no-repeat;
}

#nav_top #sales a:hover {
	left: 500px;
	background: url(images/nav/btnSalesSELECTED.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/btnAboutSELECTED.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/btnCollectionSELECTED.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/btnNewsSELECTED.png) no-repeat;
}

#page_buy #nav_top #sales,
#page_sales #nav_top #sales {
		background: url(images/nav/btnSalesSELECTED.png) no-repeat;
}

 /* MENU HOVER ACTIONS
--------------------------------*/

#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/btnDDBG_about.png) no-repeat;
}

#nav_top li #about_sub li a:hover {
	background: url(images/nav/btnDDBG_aboutSELECTED.png) no-repeat;
	font-weight: bold;
}

#nav_top li #collection_sub li a {
	background: url(images/nav/btnDDBG_collection.png) no-repeat;
}

#nav_top li #collection_sub li a:hover {
	background: url(images/nav/btnDDBG_collectionSELECTED.png) no-repeat;
	font-weight: bold;
}

#nav_top li #news_sub li a {
	background: url(images/nav/btnDDBG_news.png) no-repeat;
}

#nav_top li #news_sub li a:hover {
	background: url(images/nav/btnDDBG_newsSELECTED.png) no-repeat;
	font-weight: bold;
}

#nav_top li #sales_sub li a {
	background: url(images/nav/btnDDBG_sales.png) no-repeat;
}

#nav_top li #sales_sub li a:hover {
	background: url(images/nav/btnDDBG_salesSELECTED.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 {
	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.over #spring_sub,
#nav_top li ul li.over #people_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
--------------------------------*/

#left_column {
	position: absolute;
	width: 250px;
	top: 45px;
	z-index: 21;
}

#left_column_form {
	position: absolute;
	width: 250px;
	top: 45px;
	z-index: 21;
	left: 206px;
}

#right_column,
#textFrame {
	position: absolute;
	height: 500px;
	width: 200px;
	top: 64px;
	left:	687px;
	z-index: 20;
	background-color:transparent;
	overflow:hidden;
}

#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: 446px;
	right: 192px;
	height: 85px;
	width: 20px;
	padding: 5px 0 5px 0;
	overflow:hidden;
}

#scrollBar {
	position: relative;
	left: 7px;
	width: 5px;
	height: 80px;
	background:#666666;
}

#scroller {
	position:absolute;
	height: 17px;
	width: 20px;
	background-image: url(images/scroll_knob.png);
	background-repeat:no-repeat;
}

#scrollDownArrow {
	position: absolute;
	top: 537px;
	right: 198px;
	height: 10px;
	width: 10px;
	background-image: url(images/scroll_downArrow.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

#scrollUpArrow {
	position: absolute;
	top: 437px;
	right: 197px;
	height: 10px;
	width: 10px;
	background-image: url(images/scroll_upArrow.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

#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_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_employee.jpg);
}

#page_faq #content_frame {
	background-image: url(images/backgrounds/bg_faq.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_realicons #content_frame {
	background-image: url(images/backgrounds/bg_realicons.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_sales.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: 50px;
	left: 210px;
	z-index:15;
}

#copyright {
	position:absolute;
	top: 600px;
	left: 0;
	width: 1100px;
	text-align:center;
	font-size: 10px;
}

#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;
}

/* Media Page Positioning */

.wide_column_content {
	line-height: 15px;
	width: 420px !important;
	margin: 0px 0 0 -480px;
	height: 470px !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: 12px;
	color: Black;
	border: 1px solid #333333;
	padding: 2px;
}
.inpBtn{
	font-size: 11px;
	border: 1px solid #333333;
	padding: 2px;
	background: #999966;
	color: White;
	font-weight: bold;
}
.dvFrmRow{
	clear: both;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

.spLfFrm{
	float: left;
	width: 75px;
	text-align: right;
	padding: 0;
}

.spRtFrm{
	float: right;
	width: 145px;
	text-align: left;
}
