:link{ color: #5A72B8; }
:visited{ color: #80752A; }
:link:hover, :visited:hover{ color: #F05132; /*background-color: #EDEFFB;*/ }

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0;
	padding: 0;
}

div.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

img {
	border: 0px;
}

/*		META NAVIGATION STYLES
---------------------------------------*/

#nav-meta {
	background: #798CC5;
	padding: .5em 0;
	text-align: center;
	font-size: .9em;
}

#nav-meta a{
	color: white;
	text-decoration: none;
}

#wrap-meta {
	width: 772px;
	text-align: left;
	margin: 0 auto;
	height: 21px;
}

#nav-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-meta li {
	float: left;
	height: 21px;
	line-height: 1.8em;
}

ul#company-meta {
	margin: 0 0 0 120px;
}

ul#company-meta li {padding: 0 10px; background: url(images/meta-dot.jpg) no-repeat right;}
ul#company-meta li.last {background: none;}
ul#company-meta li a:hover {color: #D4DAED;}

ul#store-meta {
	margin: 0 0 0 420px;
}

#store-meta li a{
	display: block;
	padding: 0 10px 0 30px;
	height: 21px;
}

ul#store-meta li a:hover{background: none;color: #D4DAED;}

li#my-account {background: url(images/my-account-over.gif) no-repeat; }
li#my-account a{background: url(images/my-account.gif) no-repeat; width: 80px; }

li#view-cart {background: url(images/view-cart-over.gif) no-repeat; }
li#view-cart a{background: url(images/view-cart.gif) no-repeat;  width: 65px; }

li#check-out {background: url(images/check-out-over.gif) no-repeat; }
li#check-out a{background: url(images/check-out.gif) no-repeat;  width: 80px;}

/*		PRIMARY NAV & SEARCH STYLES
---------------------------------------*/
#n-and-c {
	background: url(images/nav-bg.jpg) repeat-y;
	min-height: 400px;
	position: relative;
}


* html #n-and-c {
	height: 400px;
}

#nav-n-search {
	float: left;
	background: url(images/nav-top.jpg) no-repeat top;
	width: 192px;
	padding: 50px 0 0;
}


#nav-n-search form{
	padding: 0;
	margin: 2.5em 0 1em 2em;
	color: #848484;
	font-size: .8em;
}

#nav{
	margin: .5em 0 .5em 2em;
	padding: 0;
}

#nav a{
	display: block;
	margin: .5em 0;
	padding: 0;
}

#nav br {display: none;}

#nav a.stack1 {
	line-height: 1em;
	margin: -.3em 0 .8em 2.1em;
	font-size: .8em;
	color: #666666;
}

#search {
	border: 1px solid #ccc;
	margin: 0 0 8px;
	width: 130px;	
}

#promo {
	margin: 0 0 1em .58em;
}

#security {
	margin: .5em 0 .8em 1.5em;	
}

#content {
	position: relative;
	margin: 0 0 0 192px;
}

body.no-grey #content {
	margin: 0;
}

* html #content img {
	margin: 0 -3px;
}

/*		HOME CONTENT STYLES
---------------------------------------*/
#email-list-sign-up{
	margin: 0;
	padding: 0 15px 0 14px;
	background: #92AFD6 url(images/email-sign-up/bg_bottom-right.jpg) no-repeat right bottom;
	position: absolute;
	top: 20px;
	left: 320px;
}
* html #email-list-sign-up{
	left: 194px;
	height: 107px;
	width: 190px;
	overflow: hidden;
	background-position: 150px 83px;
}
#email-list-sign-up *{ margin: 0; padding: 0;}
#inpt-email{
	width: 190px;
	border: none;
	background-color: #C9D8EB;
	height: 22px;
	line-height: 22px;
}
#inpt-email:focus{
	background-color: #E8EEF6;
}
#inpt-submit{
}


/*		GENERAL CONTENT STYLES
---------------------------------------*/

#site-body {
	width: 772px;
	margin: 0 auto;
	height: auto;
}

#head {
	background: url(images/header.gif) no-repeat center;
	height: 75px;
	margin: 15px 0 0;
	position: relative;
}
#head p{display: none;}

#head a {
	display: block;
	position: absolute;
	text-indent: -1000em;
	overflow: hidden;
}

#MOS{
	width: 160px;
	height: 70px;
	left: 10px;
}

#new-items {
	width: 230px;
	height: 45px;
	right: 7px;
	top: 15px;
}

#whats-new-tbl img {
	display: block;
}


/*		FOOTER STYLES
---------------------------------------*/

#footer {
	color: #848484;
	background: #DEDEDE url(images/footer-bg.gif) no-repeat bottom;
	width: 772px;
	margin: 1px auto 0;
	padding: 1.5em 0 1em;
	border-top: 1px solid #F0F0F0;
	font-size: .8em;
}

#footer p {
	margin: .5em 2em;
	padding: 0;
}

#footer p strong {
	padding: 0 0 0 20px;
}

#footer a {color: #848484; text-decoration: none;}
#footer a:hover {color: #686868;}



