
/* Content Formatting */

.contentTitle { 
	color: #e26714; 
	font: 24px normal Arial, Helvetica, sans-serif; 
	letter-spacing: 0.025em; 
	line-height: 20px;
}

.orangeText 
{
	color:#e26714;
	font-size:14px;
	font-weight:bold;
}

.contentSubHeader {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
}

.textWatermark {
	color: Gray;
}

/* END Content Formatting */

/* General Attributes  */

html {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font: normal 11px Verdana, sans-serif;
	background: #fff;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 0 0;
	line-height: 9px;
	color: #333;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 0 0;
	line-height: 9px;
	color: #333;
}

p {
	color: #666;
	font-size: 1em;
	line-height: 15px;
}

label {
	color: #999;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.img {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

.inputText {
	background-color: #fff; 
	border: 1px solid #999;
	color: #666;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	stroke: #c2c2c2;
}

/* END General Attributes  */

/* General Container Attributes  */

#outerWrapper {
	width: 766px;
	margin: 10px auto;
	text-align: center;
}

#globalNavWrapper {
	margin:10px 0 0 0;
	background-color:#fff;
}

#mainContentContainer {
	width: 100%;
	text-align: left;
	z-index: 1;
	/* background: url(../images/navLeftBg.jpg) repeat-y;   */
	background: url(../images/navLeftBg_white.jpg) repeat-y;
	/*background: url(../images/navLeftBg_pink.jpg) repeat-y;*/
	margin:0 0 0 10px;
}

#mainContentContainerWide {
	width: 766px;
	text-align: left;
	z-index: 1;
	padding: 0 0 0 10px;
}

#mainContentCol1Container {
	float: left;
	z-index: 0;
	width: 160px;
	
}

#mainContentCol2Container 
{
	/*background: url('../images/mainNavBgWide.jpg') no-repeat;	*/
	background: url('../images/navTopBg_white.jpg') no-repeat;
	/*background: url('../images/navTopBg_pink.jpg') no-repeat;*/
	float: left;
	z-index: 0;
	width: 586px;
}
#mainContentCol2Container .continueShopping 
{
	float:right;
	width:158px; 
	}

#footerWrapper {
	width: 756px;
	left: -10px;
	position: relative;
}

#footerWrapperWide {
	width: 756px;
	left: 2px;
	position: relative;
}

/* END General Container Attributes  */

/* Logo Attributes  */

#defaultLogo {
	/*background: url(/images/defaultLogo.png);*/
	width: 135px;
	height: 154px;
	top: -39px;
	position: relative;
	margin: 0 0 0 13px;
}

#defaultWideLogo {
	/*background: url(/images/ashley-logosmall.png);*/
	width: 62px;
	height: 70px;
	top: -39px;
	position: relative;
	margin: 0 0 0 13px;
}

/* END Logo Attributes  */


/* Global Navigation (this navigation is at the top most part of the page, white bg)*/

div#globalNav {
	/* letter-spacing: .05em; */
	width: 766px;
	height: 47px;
	font-size: 10px;
	background: url(../images/globalNavBg.gif)  no-repeat;
}

#globalNav ul {
	margin: 0 0 0 0px;
	display: inline;
	padding: 0px 5px;
	color: #666;
	height: 46px;
}

#globalNav ul li {
	margin: 0 5px 0 0;
	display: inline;
	padding: 0px 5px;
	color: #666;
	height: 46px;
}

#globalNav ul li:hover {
	text-decoration: none;
	color: #f58220;
}

#globalNavMenu {
	top:17px;
	position: relative;
	padding: 0;
	margin: 0;
}

#globalNav a {
	/*color: #999;*/
	color: #012c5f;
	text-decoration: none;
}

#globalNav a:hover {
	color: #F58220;
	text-decoration: underline;
}

.globalNavSeparator {
	height:37px;
	width:1px;
	top: 7px;
	position: relative;
}

.searchWord {
	top: 2px;
	position: relative;
}

#searchContainer {
	color: #333;
	position: relative;
	top: 15px;
	padding: 0 0 0 5px;
	width: 200px;
}

#navGlobalArrow {
	padding: 5px 5px 0 5px;
}

.textSearch {
	border: 1px solid #c2c2c2;
	width: 129px;
	height: 13px;
	margin: 0 0 0 5px;
	background-color: #ddd;
	font-size: 10px;
}

.textSearchWatermark {
	border: 1px solid #c2c2c2;
	width: 129px;
	height: 13px;
	margin: 0 0 0 5px;
	background-color: #ddd;
	font-size: 10px;
	color: #666666;
}

.dropDownList
{
}

.dropDownListWatermark
{
	color: #666666;
}

/* @end Global Navigation */

/* Main Navigation (horizontal brown background) */

#mainNav {
	color: #fff;
	font-size: 9px;
	display: inline;
	height: 28px;
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	position: relative;
	top: 0;
	z-index: 200;
}

#mainNavWide {
	/*background: url('../images/mainNavBgWide.jpg') no-repeat;	*/
	background: url('../images/navTopBg_white.jpg') no-repeat;
	/*background: url('../images/navTopBg_pink.jpg') no-repeat;*/
	color: #fff;
	font-size: 9px;
	display: inline;
	height: 28px;
	list-style-type: none; 
	margin: 0;
	position: relative;
	top: 0;
	width: 746px;
	z-index: 200;
}

#mainNavWide .continueShopping { float:right; width:158px; }

#mainNavShadow {
	background: url('../images/mainNavShadow.jpg') no-repeat;	
	width: 586px;
	height: 7px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 28px;
}

#mainNavShadowWide {
	width: 746px;
	height: 7px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url('../images/mainNavShadowWide.jpg') no-repeat;	
}

#mainNav li, 
#mainNavWide li {
	display: block; 
	float: left; 
	margin: 0;
	padding-left: 10px;
	position: relative; 
	z-index: 100; 
}

#mainNav li a, 
#mainNav li a:visited,
#mainNavWide li a, 
#mainNavWide li a:visited {
	color: #fff;
	display: block;
	padding: 0;
	text-decoration: none; 
	white-space: nowrap;
}

#mainNav li.selected a,
#mainNavWide li.selected a {
	border: 0; 
	text-decoration: none;
}

#mainNav li span,
#mainNavWide li span {
	color: #fff;
	display: block;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 7px 0 5px;
	z-index: 100; 

}

#mainNav li span a, 
#mainNav li span a:visited,
#mainNavWide li span a, 
#mainNavWide li span a:visited {
	/*color: #fff;*/
	color: #012c5f;
	text-decoration: none;
}

#mainNav li span a:hover,
#mainNavWide li span a:hover {
	color: #e26714;
	text-decoration: none;
}

#mainNav span,
#mainNavWide span {
	float: left;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
}

#mainNav span a, 
#mainNav span a:visited,
#mainNavWide span a, 
#mainNavWide span a:visited {
	color: #fff; 
	display: block; 
	padding: 7px 0 10px; 
	text-decoration: none;
}

/* Left Navigation */

.leftSubNavHeader {
	text-transform: uppercase;
	font-size: 9px;
	color: #e26714;
	padding: 0;
	font-weight: bold;
}

#leftNavContainer {
	color: #fff;
	margin: 0;
	padding: 0;
	width: 160px; 
}

#leftNavLinks {
	line-height: 17px;
	margin: -40px 0 0 15px
}

div#leftNavMainLinks {
	color: #fff;
	font-size: 10px;
	letter-spacing: .1em;	
	padding: 0;
	position: relative;
	width: 160px;
}

#leftNavMainLinks ul {
	list-style: none;
	margin: -25px 0 0 -40px;
	padding: 0;
}

#leftNavMainLinks li {
	list-style: none;	
	margin: -10px 0 15px -40px;
}

#leftNavMainLinks a {
	/*color: #fff;*/
	color: #012c5f;
	text-decoration: none;	
}

#leftNavMainLinks a:hover {
	color: #F58220;
	text-decoration: none;
}

/* @Left Navigation */


/* Main Content */

#mainContentWrapper {
	width: 576px;
	padding: 0px;
	position: relative;
	float: left;
}

#mainContentWrapperWide {
	width: 746px;
	padding: 0px;
}

#mainContent {
	padding: 2px 15px 20px 18px;
}

#mainContentWide {
	padding: 2px 10px 20px 10px;
	left: 5px;
}


/* Breadcrumb */

#breadCrumb {
	font-size: .9em;
	color: #999;
	margin: -6px 0 0 1px;
	padding: 0;
	letter-spacing: .1em;
}

#breadCrumb ul, li {
	margin: 0;
	padding: 0;
}

#breadCrumb li {
	display: inline;
	list-style: none;
	padding: 0 4px 0 0;
}

#breadCrumb-off a {
	color: #999;
	text-decoration: underline;
}

#breadCrumb-off a:hover {
	color: #999;
	text-decoration: none;
}


/* Footer Formatting */

#footer {
	background-color:#fff;
	margin:0px 0 0 0;
	padding: 0;
	position: relative; 
	z-index: 100;
}

#footerBg {
	background-color:#fff;
	background: url('../images/footerBackground.jpg') no-repeat 0 0;
	width: 766px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	text-align: center;
}

div#footerNav {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;		
	height: 30px;
}

#footerNav ul li {
	margin: 0px;
	display: inline;
	padding: 0 0 0 14px;
	text-align: center;
}

#footerNav a {
	color: #999;	
	text-decoration: none;	
}

#footerNav a:hover {
	text-decoration: none;
	color: #333;
}

#footerCopyright {
	background-color:#fff;
	text-align: right;
	color: #ccc;
	margin: -6px 10px 0px 0;
	padding:5px 0 20px 0;
}

/* @end footer classes */

/* @start NewsCenter */

.newsCenterTitle {
    text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}

.newsCenterContent {
    text-align: left;
    font-weight: normal;
    color: #666;
	font-size: 10px;
	line-height: 12px;
}
/* @end NewsCenter */