/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/ellu-background.png) top left repeat;
	background-attachment: fixed;
}

#container {
	width: 878px;
	margin: 0 auto 6px auto;
	text-align: left;
}

#container:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

.floatleft {
	float: left;
	display: inline;
}

.floatright {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

.center {
	text-align: center;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Typography
--------------------------------------------------------------------------------------- */
p, ul {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px 0;
	color: #664110;
}

ul {
	margin-left: 16px;
}

ul li {
	margin: 0 0 4px 0;
}

a, a:link, a:active {
	color: #fd8b05;
}

a:visited {
}

a:hover {
	color: #e8420f;
}

a img {
	border: 0;
}

img.border {
	border: solid 1px #ffc86c;
}

img.full {
	float: none;
	margin: 0;
	border-top: solid 1px #ffc86c;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
h1 {
	float: left;
	display: inline;
	margin: 9px 30px 10px 22px;
}

p.woman {
	font-size: 11px;
	line-height: 14px;
	width: 230px;
	float: left;
	display: inline;
	margin: 17px 14px 0 0;
	color: #664110;
}

p.charity-nav {
	margin: 21px 0 0 94px;
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 13px;
}

p.charity-nav a {
	display: block;
	background: #fff url(../images/charity/charity-heart.jpg) center left no-repeat;
	color: #664110;
	border: solid 1px #664110;
	padding: 3px 8px 3px 38px;
	height: 13px;
	text-decoration: none;
}

* html p.charity-nav a {
	width: 130px;
}

p.charity-nav span {
	text-transform: uppercase;
}

p.charity-nav a:hover {
	border-color: #ffc86c;
	color: #e8420f;
	text-decoration: underline;
}

#items {
	text-align: left;
	float: right;
	margin: 15px 0 8px 0;
	font-size: 11px;
	line-height: 14px;
	width: 135px;
}

#items span {
	float: left;
	width: 52px;
	margin: 0 5px 0 0;
	text-align: right;
}

#items.blog {
	font-size: 11px;
	line-height: 32px;
	background: url(../images/headers/shopping-bag.png) top left no-repeat;
	padding-left: 10px;
	text-align: right;
}

#items.blog:hover {
	background-position: bottom left;
}

#items #viewcart {
	float: left;
	width: 32px;
	height: 32px;
	background: url(../images/headers/shopping-bag.png) top left no-repeat;
}

#items #viewcart:hover {
	background-position: bottom left;
}


#nav {
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 14px;
	height: 22px;
	width: 459px;
	font-weight: bold;
	margin: 0;
}

#nav li {
	display: inline;
	margin: 0 0 0 27px;
}

#nav a {
	text-decoration: none;
	color: #664110;
}

#nav li.current a {
	border-bottom: solid 7px #fab239;
}

#nav a:hover {
	color: #fab239;
	text-decoration: underline;
}

#shop {
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	margin: 6px 0 0 0;
}



/* Homepage Layout
--------------------------------------------------------------------------------------- */
#home {
	margin: 0;
	padding: 0;
	height: 500px;
}

#home li {
	float: left;
	display: inline;
	width: 292px;
	height: 250px;
	margin: 0;
	overflow: hidden;
}

#radiant, #shining, #you {
	display: block;
	width: 292px;
	height: 250px;
}

#radiant {
	background: url(../images/home/radiant.png) top left no-repeat;
}

#shining {
	background: url(../images/home/shining.png) top left no-repeat;
}

#you {
	background: url(../images/home/you.png) top left no-repeat;
}

#radiant:hover, #shining:hover, #you:hover {
	background-position: bottom left;
	cursor: default;
}

/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	width: 876px;
	border: solid 1px #fab239;
	padding: 25px 0 0 0;
	background: #fff url(../images/content-topdeco.jpg) top left no-repeat;
	float: left;
	clear: left;
}

#flash {
	width: 550px;
	height: 407px;
	padding: 10px;
	background: url(../images/flash-bg.png) top left no-repeat;
	border: solid 1px #ffc86c;
}

.totes, .totes a, #static.about div.retail2 h3.a {
	color: #e8420f;
}

.boho, .boho a, #static.about div.retail2 h3.b {
	color: #32dbf9;
}

.clutches, .clutches a, #static.about div.retail2 h3.c, .clutchlets, .clutchlets a {
	color: #fe9d04;
}

.wristlets, .wristlets a, #static.about div.retail2 h3.d {
	color: #9739ae;
}

.wrister, .wrister a, #static.about div.retail2 h3.e {
	color: #9ec516;
}

.ellu5, .ellu5 a {
	color: #634320;
}

.neutrals, .neutrals a, .bloom, .bloom a {
	color: #9ec516;
}

#collections {
	font-size: 12px;
	line-height: 16px;
	background: url(../images/collections-bg.png) top left no-repeat;
	margin: 36px 0 0 0;
	padding: 22px 0 10px 50px;
	font-weight: bold;
	list-style: none;
	width: 140px;
	float: left;
}

#collections li {
	margin: 0 0 5px 0;
	padding: 0 12px;
	letter-spacing: 0.1em;
}

#collections li.shipping {
	padding: 3px 6px;
	border: solid 1px #ffc86d;
	width: 80px;
	margin: 24px 0 0 6px;
	text-align: center;
	letter-spacing: normal;
}

p.shipping {
	padding: 3px 6px;
	border: solid 1px #ffc86d;
	width: 240px;
	margin: 12px 0 0 16px;
	text-align: center;
	font-weight: bold;
}

#collections li.current {
	background: url(../images/collections-brackets.png) top left no-repeat;
}

#collections li li.current {
	background: none;
}

#collections li li.current a {
	color: #e8420f;
}

#collections li.boho {
	background-position: 0 -80px;
}

#collections li.clutches, #collections li.clutchlets {
	background-position: 0 -160px;
}

#collections li.wristlets {
	background-position: 0 -240px;
}

#collections li.wrister, #collections li.neutrals, #collections li.bloom {
	background-position: 0 -320px;
}

#collections li.ellu5 {
	background-position: 0 -400px;
	margin-bottom: 24px;
}

#collections ul {
	margin: 0 0 0 10px;
	list-style: none;
}

#collections li li {
	margin: 0;
	padding: 0;
}

#collections a {
	text-decoration: none;
}

#collections a:hover {
	text-decoration: underline;
}

#collections li li a {
	color: #bbb;
}

#copy {
	float: left;
	display: inline;
	margin: 40px 0 20px 0;
	width: 686px;
}

h3 {
	width: 400px;
	height: 34px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 8px 10px 3px 10px;
	margin: 0 0 20px 0;
}

h3 span {
	display: none;
}

h3 strong {
	font-size: 16px;
	letter-spacing: 2px;
}

h3.totes {
	color: #fff;
	background: url(../images/headers/totes.png) top left no-repeat;
	height: 36px;
	padding-left: 120px;
	padding-top: 6px;
}

h3.boho {
	color: #fff;
	background: url(../images/headers/boho.png) top left no-repeat;
	padding-left: 126px;
}

h3.clutches {
	color: #fff;
	background: url(../images/headers/clutches.png) top left no-repeat;
	padding-left: 173px;
}

h3.clutchlets {
	color: #fff;
	background: url(../images/headers/clutchlets.png) top left no-repeat;
	padding-left: 196px;
}

h3.wristlets {
	color: #fff;
	background: url(../images/headers/wristlets.png) top left no-repeat;
	padding-left: 188px;
}

h3.wrister {
	color: #fff;
	background: url(../images/headers/wrister.png) top left no-repeat;
	padding-left: 163px;
}

h3.ellu5 {
	color: #fff;
	background: url(../images/headers/ellu5.png) top left no-repeat;
	padding-left: 130px;
	padding-top: 16px;
	height: 26px;
}

h3.neutrals {
	color: #fff;
	background: url(../images/headers/ellu_neutrals.png) top left no-repeat;
	padding-left: 250px;
}

h3.bloom {
	color: #fff;
	background: url(../images/headers/ellu_bloom.png) top left no-repeat;
	padding-left: 198px;
}

#images {
	float: left;
	display: inline;
	width: 302px;
	margin: 0 28px 0 0;
}

#images a {
	display: block;
	margin: 0 0 10px 0;
}

#images img {
	border: solid 1px #664110;
	margin: 0;
}

#images a img {
	border: solid 1px #664110;
}

#images a:hover img {
	border: solid 1px #e8420f;
}

#images ul.alternates {
	list-style: none;
	margin: 0;
	width: 302px;
	overflow: hidden;
	white-space: nowrap;
}

#images ul.alternates li {
	float: left;
	display: inline;
	margin: 0 14px;
}

#images ul.alternates img {
	margin: 0;
}

#text {
	float: left;
	width: 310px;
}

h4 {
	font-size: 16px;
	line-height: 18px;
	color: #664110;
	margin: 0 0 10px 0;
}

h4 span {
	display: block;
	font-weight: normal;
	font-size: 12px;
}

h5 {
	font-size: 12px;
	line-height: 16px;
	color: #664110;
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
}

#ordering {
	margin: 0 40px 0 16px;
	border-bottom: dashed 1px #664110;
}

#ordering h5 {
	border-bottom: dashed 1px;
}

#ordering p.floatleft {
	margin-right: 42px;
}

#quantity {
	width: 50px;
}

input.button {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #fab033;
	padding: 3px 5px;
	color: #664110;
	font-weight: bold;
	background: #fdf8c0;
	cursor: pointer;
}

#add {
	width: 104px;
	margin-top: -4px;
}

input.button:hover {
	cursor: pointer;
	background: #ffc86d;
}

ul.product {
	list-style: none;
	margin: 0;
	text-align: center;
	float: left;
}

ul.product li {
	float: left;
	display: inline;
	margin: 0 37px 20px 0;
}

ul.product a {
	text-decoration: none;
	color: #664110;
}

ul.product a:hover {
	text-decoration: underline;
	color: #e8420f;
}

ul.product a img {
	display: block;
	border: solid 1px;
}

#subnav {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	list-style: none;
	text-align: center;
	border: 1px #ffc86d;
	border-style: none solid solid solid;
	background: #ffefd3;
	margin: 0 200px;
	padding: 1px 0 3px 0;
}

#subnav li {
	display: inline;
	margin: 0 10px;
}

#subnav a {
	padding: 0 5px;
}

#subnav li.current a {
	color: #664110;
	text-decoration: none;
}


#static {
	float: left;
	display: inline;
	margin: 40px 0 20px 95px;
	width: 686px;
}

#static.about p {
	margin-left: 222px;
}

#static.about ul {
	margin-left: 236px;
}

#static.contact p {
	margin-left: 100px;
}

#static h3 {
	width:  auto;
	height: auto;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0 222px;
	color: #ffc86c;
}

#static h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 2px 222px;
}

#static img.floatleft {
	margin: 0 20px 20px 0;
}

#static p.quote {
	background: #f5f5f5;
	padding: 8px 20px;
	margin-left: 202px;
}

div.quote {
	background: #f5f5f5;
	padding: 8px 20px 1px 20px;
	margin-bottom: 8px;
}

p.quote em {
	font-weight: bold;
}

p.quote span, p.signature {
	text-align: right;
	margin-left: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}

#static.terms {
	width: 536px;
	margin-left: 170px;
}

#static.terms p, #static.terms h3, #static.terms h4 {
	margin-left: 0;
}

#static.terms h3 {
	text-transform: capitalize;
	font-size: 14px;
	color: #e8420f;
	border-bottom: dashed 1px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

#shipping {
	list-style: none;
}

#shipping li.head {
	font-weight: bold;
	border-bottom: solid 1px;
	padding-bottom: 3px;
	width: 250px;
}

ul#shipping span {
	float: left;
	width: 150px;
}

ul.press {
	list-style: none;
	margin: 0;
}

ul.press li {
	float: left;
	width: 240px;
	margin: 10px;
}

ul.press img {
	border: solid 1px #fd8b05;
	display: block;
}

p.collections {
	margin-right: 108px;
}

p.photography {
	margin-top: 48px;
}

#static.news p, #static.news ul, #static.news h3, #static.news h2 {
	margin-left: 240px;
}

h2.news {
	margin-top: 24px;
}

#static.news ul.newsletters {
	margin-left: 256px !important;
}

h4.split {
	border-top: dashed 1px #ffc86c;
	padding-top: 12px;
	margin-top: 18px !important;
}

h4.first {
	margin-top: 8px !important;
}

div.cols2 {
	float: left;
	display: inline;
	width: 232px;
}

#static.about div.cols2 p {
	margin-left: 0;
}

#static.about div.retail h3 {
	margin: 0 20px 2px 0;
	padding: 0 0 2px 0;
	text-transform: none;
	border-bottom: dashed 1px;
}

p.green {
	margin: 10px 20px 11px 0;
	line-height: 14px;
	float: left;
	display: inline;
	color: #176e02;
}

p.green img {
	float: left;
}

p.green span {
	float: left;
	display: inline;
	margin: 14px 0 0 6px;
}

#static.about div.retail2 ul  {
	margin-left: 0;
	list-style: none;
}

#static.about div.retail2 h3 {
	margin: 4px 20px 2px 0;
	padding: 0 0 2px 0;
	text-transform: none;
	border-bottom: dashed 1px;
}

/* Shopping Cart & Checkout
--------------------------------------------------------------------------------------- */
h2 {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #ffc86c;
	letter-spacing: .1em;
	margin: 0 0 4px 0;
}

#cart {
	width: 650px;
	color: #664110;
	border-bottom: solid 1px #ffc86c;
	margin: 0 0 6px 0;
	clear: left;
}

#cart a img {
	border: solid 1px #664110;
}

#cart a:hover img {
	border: solid 1px #e8420f;
}

#cart th {
	background: #fdf8c0;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	padding: 4px 12px;
	border: 1px #ffc86c;
	border-style: solid none;
}

#cart td {
	padding: 8px 12px;
	vertical-align: middle;
	border-bottom: solid 1px #ffc86c; 
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

#cart td a {
	font-size: 10px;
}

#cart .desc {
	text-align: left;
}

#cart span {
	color: #999;
	font-size: 10px;
}

#totals {
	width: 300px;
	float: right;
	display: inline;
	margin: 0 44px 20px 0;
	text-align: right;
}

#totals p {
	float: right;
	width: 160px;
	margin: 0 26px 10px 0;
}

* html #totals p {
	margin-right: 13px;
}

#totals span {
	float: left;
	text-align: right;
	width: 80px;
	font-weight: bold;
	color: #fd8b05;
}

#checkout, #next {
	width: 175px;
	text-transform: uppercase;
}

#continue {
	font-size: 11px;
	letter-spacing: normal;
}

#terms {
	text-align: right;
	margin: 0 44px 0 0;
}

#terms p {
	font-size: 11px;
}

fieldset {
	background: #fdf8c0;
	border: solid 1px #ffc86c;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}

#billing {
	margin-right: 20px;
}

legend {
	font-weight: bold;
	font-size: 12px;
	background: #fff;
	padding: 2px 5px;
	border: solid 1px #ffc86c;
	margin: 0 0 0 10px;
	color: #664110;
}

fieldset p, #static.terms #contact p {
	margin: 0 10px 6px 10px;
}

fieldset p.required {
	font-weight: bold;
	color: #e8420f;
}

fieldset label {
	width: 70px;
	float: left;
	text-align: right;
	margin: 0 6px 0 0;
}

fieldset span {
	float: none !important;
}

fieldset span label {
	float: none;
	margin: 0 2px 0 12px;
}

fieldset p.check {
	margin: 10px 0;
	padding: 4px 10px;
	background: #ffc86c;
}

p.check label, p.cardtype label {
	width: auto;
	float: none;
	font-weight: normal;
}

p.check input, p.cardtype input {
	float: left;
	clear: left;
	margin: 2px 6px 2px 0;
}

fieldset.floatleft {
	width: 330px;
}

p.next {
	margin: 0 100px 10px 100px;
	clear: left;
	line-height: 24px;
	text-align: center;
}

#payment p {
	margin-bottom: 10px;
	float: left;
}

p.cardtype {
	font-weight: bold;
	line-height: 18px;
	width: 110px;
	float: left;
}

#payment {
	margin: 0 100px 10px 100px;
}

#payment label {
	width: 90px;
}

#bfname, #blname, #sfname, #slname, #bcity, #scity {
	width: 180px;
}

#badd1, #badd2, #sadd1, #sadd2, #email, #cardname, #realname {
	width: 220px;
}

#bstate, #sstate, #expmonth {
	width: 24px;
}

#bzip, #szip, #expyear {
	width: 40px;
}

#bphone, #sphone, #bfax, #cardnumber, #phone {
	width: 120px;
}

p.confirm {
	float: left;
	width: 340px;
}

p.final {
	clear: both;
	line-height: 16px;
}

p.final input {
	margin-top: 10px;
}

#contact {
	width: 534px;
	margin: 0 0 10px 0;
}

#MESSAGE {
	width: 510px;
}

p.spm {
	visibility: hidden;
	position: absolute;
}


/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	width: 876px;
	border-top: solid 12px #ffc86c;
	background: #fdf8c0;
	height: 64px;
	clear: both;
}

#footer p {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	margin: 26px 10px 0 0;
}

#footer p.floatleft {
	text-align: left;
	width: 590px;
	margin: 12px 0 0 10px;
}

p.belniak {
	width: 876px;
	text-align: center;
	font-size: 10px;
	margin: 0 auto;
	color: #666;
}

p.social {
	width: 876px;
	margin: 0 auto;
	text-align: right;
}	

p.social a {
	opacity: 0.7;
	margin: 0 
}

p.social img {
	margin: 0 0 0 6px;
}

p.social a:hover {
	opacity: 1.0;
}