/* @override http://localhost:8888/css/style.css */

body {
	margin: 0;
	padding: 0;
	color: #3f3f3f;
	text-align: center;
	background-color: #7f7f7f;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body, a, td, div, p, h1, h2 {
	
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

img a {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	color: #3f3f3f;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	border-style: none;
}

a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

.col {
	float: left;
}

.row {
	clear: both;
}

.container {
	width: 800px;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	margin-top: 0px;
	position: relative;
}

h1 {
	color: #B8860B;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #B8860B;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

h3 {
	color: #B8860B;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 15px 0 0;
}

p {
	margin: 0;
	padding: 1px 0;
	color: #333333;
}

input {
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

.splash {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* @group header */

#header {
	height: 81px;
	position: relative;
}

#header .logo {
	float: left;
	margin-left: 12px;
	margin-top: 11px;
}

#header .contact_info {
	float: right;
	margin-top: 11px;
	margin-right: 12px;
	color: #8C8C8C;
	font-size: 12px;
}

#header .contact_info a {
	color: #8C8C8C;
	text-decoration: none;
}

#header .contact_info a:hover {
	text-decoration: underline;
}

#header .tag_line {
	position: absolute;
	left: 215px;
	top: 34px;
}

/* @end */

/* @group nav */

#nav {
	height: 38px;
	background-color: #666666;
	clear: both;
}

#nav .item {
	float: left;
	margin-left: 55px;
	display: inline;
}

#nav .item a {
	float: left;
}

#secondary_nav {
	height: 25px;
	background: url(../images/nav/secondary.gif) repeat-x;
	clear: both;
}

#secondary_nav .item {
	float: left;
	margin-left: 16px;
	position: relative;
	z-index: 2;
	display: inline;
}

#secondary_nav .item.first {
	margin-left: 32px;
}

#secondary_nav .item a {
	float: left;
}

#secondary_nav .item .rollover {
	width: 170px;
	height: 170px;
	position: absolute;
	background-image: url(../images/nav/secondary/rollover.gif);
	z-index: 99;
	top: 20px;
	cursor: pointer;
}

#secondary_nav .item .rollover img {
	position: absolute;
	top: 17px;
	left: 4px;
}

#secondary_nav #black_white.item .rollover {
	left: -42px;
}

#secondary_nav #contemporary_chic.item .rollover {
	left: -33px;
}

#secondary_nav #classic_elegance.item .rollover {
	left: -39px;
}

#secondary_nav #ribbons_buckles_bows.item .rollover {
	left: -17px;
}

#secondary_nav #boxes_sleeves_tubes.item .rollover {
	left: -20px;
}

#secondary_nav #stationery_table.item .rollover {
	left: -42px;
}

/* @end */

/* @group content */

#content {
	margin: 20px 40px 40px;
}

/* @end */

/* @group footer */

#footer {
	height: 30px;
	margin-left: 18px;
	margin-right: 18px;
	border-top: 1px solid #CCCCCC;
	color: #808080;
	font-size: 11px;
}

#footer a {
	color: #808080;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .item {
	float: left;
	margin-top: 4px;
	margin-right: 50px;
}

#footer .contact_info {
	float: right;
	margin-top: 4px;
	text-align: right;
}

/* @end */

/* @group gallery */

.gallery {
	text-align: left;
	margin-top: 20px;
	margin-bottom: -30px;
}

.gallery .item {
	width: 217px;
	height: 209px;
	display: inline-block;
	float: left;
	background-image: url(../images/our_collections/frame.gif);
	position: relative;
	margin-bottom: 25px;
	z-index: 1;
}

.gallery.category .item {
	width: 245px;
	background-image: url(../images/our_collections/collections/frame.gif);
	display: inline;
}

.gallery .item.left {
	margin-left: 96px;
	margin-right: 0px;
}

.gallery .item.right {
	margin-left: 27px;
	margin-right: 34px;
}

.gallery .item.middle {
	margin-left: 34px;
	margin-right: 34px;
}

.gallery .item a {
	color: #fff;
	text-decoration: none;
}

.gallery .item a:hover {
	color: #fff;
	text-decoration: underline;
}

.gallery .item .image {
	position: absolute;
	top: 4px;
	left: 4px;
}

.gallery .item .text {
	position: absolute;
	top: 175px;
	left: 12px;
	width: 193px;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}

.gallery.category .item .text {
	width: 223px;
}

.gallery .item .text span.description{
	font-weight: normal;
	font-style: normal;
}

.gallery .item .click {
	text-align: right;
	position: absolute;
	top: 193px;
	right: 5px;
	width: 193px;
	font-size: 11px;

}

/* @end */

/* @group contact us */

.contact_details {
	margin-top: 20px;
	width: 720px;
	height: 160px;
}

.contact_col {
	margin-left: 40px;
	width: 200px;
}

/* @end */

.coming_soon {
	font-size: 14px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 20px;
}
