@charset "UTF-8";
/* CSS Document */



/********* - CLEAR BROWSER INDUCED STYLES - *********/
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, form, input, blockquote {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}


a img {
	border: none;
}

ul, ol {
	list-style: none;
}

/********* - MAIN LAYOUT STYLES - *********/

body {
	background: url(../images/page-bg.jpg) top repeat-x white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.7%;
	color: #a0410d; /* Raw Sienna */
}

#wrapper {
	width: 900px;
	margin: 0 auto 25px auto;
}

#top-nav {
	width: 100%;
	height: 129px;
	background: url(../images/nav-bg.jpg) no-repeat;
	position: relative;
	margin-bottom: 20px;
}

#top-nav #buttons {
	width: 100%;
	height: 41px;
	text-align: center;
}

#top-nav #buttons a img {
	margin-right: 50px; /* spaces out top buttons */
}

#top-nav #sub {
	width: 100%;
	height: 88px;
	text-align: center;
}

#sub span {
	width: 280px;
	padding: 38px 10px 0 10px;
}

#sub span.left {
	text-align: right;
}

#sub span.right {
	text-align: left;
}

#top-nav #logo {
	position: absolute;
	width: 257px;
	height: 66px;
	top: 52px;
	left: 320px;
}

#footer {
	width: 100%;
	background: url(../images/footer-bg.jpg) top center no-repeat;
	padding-top: 8px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

#footer > p {
	margin-bottom: 25px;
}

/********* - COMMON LAYOUT CLASSES - *********/

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#top-nav #buttons a img.no-margin {
	margin-right: 0px;
}

.box {
	padding: 20px;
	background-color: #f7f3c2; /* light yellow */
	border: 2px solid #642600; /* burnt sienna */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.bullets li {
	background: url(../images/star-bullet.png) left no-repeat;
	padding: 4px 0 0 36px;
	margin-bottom: 15px;
	height: 22px;
}

.popup {
	position: fixed;
	width: 38%;
	padding: 1%;
	text-align: center;
	background-color: #f7f3c2; /* light yellow */
	border: 2px solid #642600; /* burnt sienna */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	top: 250px;
	left: 30%;
	z-index: 20;
	visibility: hidden;
}

/********* - TYPOGRAPHY, LINKS, & IMAGES - *********/
h1 { 
	font-size: 3em;
	margin-bottom: 20px;
	text-align: center;
}

h2 {
	font-size: 2.2em;
	text-align: center;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.6em;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid;
	text-align: left;
}

p, li, td {
	font-size: 1.4em;
}

p {
	margin-bottom: 10px;
}

p.big, li.big, span.big {
	font-size: 1.6em;
	font-weight: bold;
}

p a, p a:visited {
	text-decoration: underline;
	color: #a0410d; /* Raw Sienna */
}

p a:hover {
	color: black;
}

#top-nav td, #top-nav td a, #top-nav td a:hover {
	color: white;
	font-size: 12px;
}

#top-nav td a:hover {
	color: black;
}

.img-link img, .img-link:visited img {
	border: 1px solid #642600; /* burnt sienna */
}

.img-link:hover img {
	border: 1px solid black;
}

/********* - FORMS - *********/

label {
	width: 200px;
	margin-right: 10px;
	float: left;
	text-align: right;
}

form p {
	clear: both;
}

.text-input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #a0410d; /* Raw Sienna */
	background-color: #f7f3c2; /* light yellow */
	padding: 4px;
	width: 350px;
	border: 1px solid #642600; /* burnt sienna */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.text-input:focus {
	background-color: white;
	color: black;
}

.submit {
	margin-left: 210px;
}

.status {
	background-color: #a0410d; /* Raw Sienna */
	color: white;
	padding: 5px;
	border: 1px solid black;
}

/********* - PAGE SPECIFIC STYLES - *********/

/* HOME PAGE */
#home #top-nav {
	margin-bottom: 0px;
}

#home #content {
	position: relative;
}

#full-logo {
	position: absolute;
	width: 388px;
	height: 377px;
	top: 70px;
	left: 256px;
}

#home #featured-designs {
	text-align: center;
	padding: 20px 0 20px 0;
}

/* Garment Info Page */
#garment-info #content img {
	display: block;
	border: 1px solid;
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 30px;
}

#garment-info #content h2 {
	text-align: left;
	clear: both;
	margin-bottom: 5px;
}

#garment-info ul {
	margin-left: 20px;
	list-style: inside;
}

#garment-info #content li {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Mens/Ladies Design Pages */
#gallery-sub-nav {
	padding: 0 0 20px 0;
}

#gallery-sub-nav p {
	color: black;
	font-size: 1.8em;
	font-weight: bold;
}

#gallery-sub-nav p a, #gallery-sub-nav p a:visited {
	color: #666666;
	text-decoration: none;
}

#gallery-sub-nav p a:hover {
	color: black;
}

#mens h2, #ladies h2 {
	text-align: left;
	border-bottom: 1px solid;
	margin-bottom: 5px;
	margin-top: 20px;
}

.gallery-item {
	height: 351px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.gallery-item .main-display {
	position: absolute;
	width: 856px;
	height: 351px;
	padding: 20px;
	top: 0;
	left: 0;
	z-index: 2;
}

.main-display .gallery-img {
	position: relative;
	width: 272px;
	height: 351px;
	z-index: 3;
	overflow: hidden;
}

.main-display .img-viewer {
	position: absolute;
	background: url(../images/img-viewer-background.png);
	width: 212px;
	height: 25px;
	padding: 15px 0 0 60px;
	top: 311px;
	left: 0px;
	z-index: 4;
}

.main-display .img-viewer p a, .main-display .img-viewer p a:visited {
	color: white;
}

.main-display .img-viewer p a:hover {
	color: black;
}

.main-display .gallery-img img {
	position: absolute;
	width: 270px;
	height: 319px;
	top: 320px;
	left: 0px;
	z-index: 3;
}

.gallery-item a {
	cursor: pointer;
}

.gallery-item .garment-item {
	position: absolute;
	width: 856px;
	height: 351px;
	padding: 20px;
	top: 0;
	left: 0;
	background-color: white;
	z-index: 10;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#mens .gallery-item td, #ladies .gallery-item td {
	font-size: 1.4em;
}

.gallery-img {
	width: 272px;
	margin-right: 20px;
	position: relative;
}

.gallery-img img {
	width: 270px;
	border: 1px solid;
}

#ladies ul, #mens ul {
	list-style: inside;
}

#ladies li, #mens li {
	font-weight: bold;
	margin-bottom: 10px;
}

.gallery-description {
	width: 272px;
	margin-right: 20px;
}

.gallery-info {
	width: 272px;
}

.swatch {
	width: 30px;
	height: 30px;
	display: block;
	border: 1px solid;
}

/* Order Form Display Styles */
#order-table td {
	text-align: center;
	vertical-align: middle;
}

#order-table input {
	width: 31px;
}

tr.heading {
	background-color:  #a0410d; /* Raw Sienna */
	color: white;
}

tr.heading td { 
	border-right: 1px solid black;
}

td.tbl-brd-br {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

td.tbl-brd-b {
	border-bottom: 1px solid black;
}

/* Order Confirm display styles */
#order-confirm #content td {
	text-align: center;
}

#order-confirm .label {
	font-weight: bold;
}

#order-confirm input {
	width: 38px;
}

#order-confirm .tr-bb td {
	border-bottom: 1px solid;
}

#order-confirm #content .sub-total td {
	background-color: #a0410d; /* Raw Sienna */
	color: white;
	font-weight: bold;
	text-align: right;
}

#order-confirm #content a {
	cursor: pointer;
}

/* Order History Pages */
#order-history #content td a, #order-history #content td a:visited {
	color: #a0410d; /* Raw Sienna */
	text-decoration: underline; 
}

#order-history #content td a:hover {
	color: black;
}

#order-history .tr-bb td {
	border-bottom: 1px solid;
}

#order-history #content .sub-total td {
	background-color: #a0410d; /* Raw Sienna */
	color: white;
	font-weight: bold;
	text-align: right;
}

#order-history #content td {
	text-align: center;
}

#order-history .label {
	font-weight: bold;
}