body {
	background: url(http://3rdidclothing.com/images/3rdbkgrd3.png) repeat-x;
	margin-top: 18px;
}

h1 {
	text-align: right;
	margin-top: -90px;
	padding-right: 20px;
}

h1.cartfix {
	float: right;
}

td.main h1.cartfix img {
	margin-top: 0;
}

img.home {
	padding: 10px 0 0;
	width: 841px;
	margin-left: -1px;
}

p.cartfix {
	width: 840px;
}

h2 {
	color: #888;
	font: normal 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	background-position: 0 top;
	padding-left: 50px;
	padding-right: 40px;
	padding-top: 19px;
}

h2 img {
	margin: 0 0 .5em 1em;
}

h5 {
	color: #660099;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	background-position: 0 top;
	padding-right: 40px;
	padding-top: 19px;
	padding-left: 50px;
	margin-bottom: -15px;
	font: normal 18px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h5 strong { font-size: 22px; font-weight: normal; }

h6 {
	color: #888;
	font: normal 18px/1em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 1.2em 40px -1em 50px;
}

a {
	margin: 0;
	padding: 0;
}

img.products {
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

h2 a:hover {
	color: #888;
	text-decoration: none;
}

h2 a {
	color: #660099;
	text-decoration: none;
}

h2 em {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #660099;
}

img.about {
	padding: 10px 0 0;
}

p {
	text-align: left;
	vertical-align: top;
}

td.main {
	background-color: #fff;
	vertical-align: top;
	border: 1px solid #ddd;
	padding-right: 0;
	padding: 0;
	margin: 0;
}

h4 {
	color: #aaa;
	text-decoration: none;
	font: normal normal 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin: 0;
	padding-top: 2px;
	padding-left: 8px;
}

img.logo
 {
	padding-left: 25px;
	background-position: center;
	padding-top: 10px;
}

h3 {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 7px;
	padding-left: 0;
}

h3 a {
	color: #660099;
	text-decoration: none;
	font: normal normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	padding: 0;
	margin: 0;
	background-position: right;
}

/* Main Navigation
-----------------------------------*/
div#mainnav ul {
	list-style: none;
	height: 19px;
	margin: 0 0 3px 0;
	padding: 0 0 0 276px;
}

div#mainnav.cartfix ul { padding: 0 0 0 276px; }

div#mainnav ul li { display: inline; }

div#mainnav ul li a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 19px;
	text-indent: -999em;
}

div#mainnav ul li#home a {
	background-image: url(/images/btn_home.png);
	width: 49px;
}

div#mainnav ul li#about a {
	background-image: url(/images/btn_about.png);
	width: 56px;
}

div#mainnav ul li#lookbook a {
	background-image: url(/images/btn_lookbook.png);
	width: 76px;
}

div#mainnav ul li#blog a {
	background-image: url(/images/btn_blog.png);
	width: 47px;
}

div#mainnav ul li#retailers a {
	background-image: url(/images/btn_retailers.png);
	width: 78px;
}

div#mainnav ul li#downloads a {
	background-image: url(/images/btn_downloads.png);
	width: 93px;
}

div#mainnav ul li#contact a {
	background-image: url(/images/btn_contact.png);
	width: 73px;
}

div#mainnav ul li#store a {
	background-image: url(/images/btn_store.png);
	width: 48px;
}

div#mainnav ul li#cart a {
	background-image: url(/images/btn_cart.png);
	width: 44px;
}

div#mainnav ul li a:hover,
div#mainnav ul li a.current { background-position: left bottom; }

div#mainnav ul li a.current { cursor: default; }


/* Store Navigation
-----------------------------------*/
ul#store-navigation {
	background: #e8e8e8;
	font: 12px "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style: none;
	margin: 45px 40px 0 40px;
	padding: 0;
	text-align: right;
	text-transform: lowercase;
}

ul#store-navigation li {
	display: inline;
}

ul#store-navigation a {
	color: #999;
	line-height: 1.6em;
	padding: .2em .8em;
	text-decoration: none;
}

ul#store-navigation a:hover,
ul#store-navigation a.current {
	color: #8344ad;
	background: #fff;
}

ul#store-navigation a.current {
	cursor: default;
}


/* Clearfix
-----------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
