body {
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;	
}

p {
	line-height: 160%;
	margin: 0 0 10px 0;	
}

a { color: #999; }

a:hover { color: #666; }






#wrapper {
	width: 860px;
	padding: 20px 50px;
	margin: 0 auto;
	background: url("images/shadow.png") center top repeat-y;	
}

#header {
	border-bottom: 4px solid #000;
	padding: 10px 0 10px 0;	
}

#header ul {
	width: 500px;
	float: right;
	list-style: none;
	margin: 30px 110px 0 0;
	padding: 0;
	position: relative;
}

#header ul li {
	display: inline-block;
	margin:	0 30px 10px 0;
	padding: 0;
}

#header ul li a.current { 
	font-weight: bold; 
	color: #000;
}

#header ul li a {
	text-transform: capitalize;
	text-decoration: none;
	color: #979595;	
	font-size: 11px;
	height: 35px;
	display: block;
}

#header ul li a:hover { color: #000; }

#header ul li ul {
	list-style: none;
	position: absolute;	
	top: 15px;
	left: 95px;
	display: none;
	width: 130px;
	margin-top: 14px;
	z-index: 100;
}

#header ul li ul li {
	display: block;
	margin: 0;
}

#header ul li ul li a {
	padding: 5px;
	display: block;
	font-size: 11px;
	background: #FFF;
	height: 15px;
	border-bottom: 1px solid #333;
}

#header ul li ul li a:hover {
	background: #EEE;
	border-bottom: 2px solid #333;
	color: #000;
}

#content { 
	margin-top: 25px;
	min-height: 800px;
}

#content .product {
	padding: 10px 0;
	border-bottom: 1px solid #000;
	position: relative;
}

#content .product a.popup-link {
	position: absolute;
	top: 10px;
	right: 0;
}

#content .description, #content .description-longer {
	width: 400px;
	float: right;
	margin-top: 140px;	
}

#content .description-longer { width: 500px; }

#content .product .controls {
	width: 110px;
	float: right;
	margin-left: 20px;
	text-align: left;
	padding-top: 7px;
}

#content .product a.card { 
	display: block;
	width: 110px;
	height: 83px;
	margin: 0 auto;
	padding-bottom: 10px; 
	background: url("images/card.gif") top left no-repeat #FFF;
}

#content .product a.card:hover { background: url("images/card-over.gif") top left no-repeat #FFF; }

#content .product a.t-shirt { 
	display: block;
	width: 110px;
	height: 83px;
	margin: 0 auto;
	padding-bottom: 10px; 
	background: url("images/t-shirt.gif") top left no-repeat #FFF;
}

#content .product a.t-shirt:hover { background: url("images/t-shirt-over.gif") top left no-repeat #FFF; }

#content .product a.a1-print { 
	display: block;
	width: 110px;
	height: 74px;
	margin: 0 auto;
	padding-bottom: 10px; 
	background: url("images/a1-print.gif") top left no-repeat #FFF;
}

#content .product a.a1-print:hover { background: url("images/a1-print-over.gif") top left no-repeat #FFF; }

#content .product a.a2-print { 
	display: block;
	width: 110px;
	height: 74px;
	margin: 0 auto;
	padding-bottom: 10px; 
	background: url("images/a2-print.gif") top left no-repeat #FFF;
}

#content .product a.a2-print:hover { background: url("images/a2-print-over.gif") top left no-repeat #FFF; }

	
#content .product .controls span.price { 
	font-size: 18px;
	font-weight: bold;
}

#content .product .controls span.inc { font-size: 11px; }

#content .product .controls p.quantity { margin-top: 10px; }

#content .product .controls input.quantity {
	width: 20px;
	height: 10px;
	padding: 3px 5px;	
	border: 1px solid #666;
	background: #FFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#content .product .controls input.add-to-cart {
	width: 110px;
	height: 27px;
	padding: 2px 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: none;
	border-right: none;
	background: #FFF;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	cursor: pointer;
}

#content .product .controls input.add-to-cart:hover {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-weight: bold;
	height: 27px;
}

#content .product .controls p { 
	margin: 0;
	font-size: 12px;
}

#content .product .text {
	width: 390px;
	margin-right: 20px;
	position: absolute;
	bottom: 10px;
	left: 340px;
}

#content .product .text-smaller {
	width: 270px;
	margin-right: 20px;
	position: absolute;
	bottom: 10px;
	left: 460px;
}

#content .product h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#content .product h1 span { color: #666; }

#content .product h1.red { color: #EC1E24; }
#content .product h1.red2 { color: #7B1217; }
#content .product h1.beige { color: #CCAB73; }
#content .product h1.blue { color: #447BBD; }
#content .product h1.blue2 { color: #292D63; }
#content .product h1.blue3 { color: #3D4FC1; }
#content .product h1.blue4 { color: #078FDD; }
#content .product h1.green { color: #324D3C; }
#content .product h1.green2 { color: #264636; }
#content .product h1.purple { color: #2D2193; }
#content .product h1.yellow { color: #FDBB14; }

#content .product img.prod-image { 
	border: 1px solid #ABABAB; 
	padding: 5px;
}

#biog-images {
	width: 470px;
	margin: 0 0 30px 40px;
	float: right;
	font-size: 11px;
}

#biog-images .clear { margin-bottom: 15px; }

#biog-images img { border: 1px solid #666; }

#biog-images a.hidden { display: none; }

#biog-images .text {
	position: absolute;
	bottom: 0;
}

#biog-images .square {
	width: 210px;
	height: 230px;
	position: relative;	
}

#biog-images .large {
	width: 300px;
	height: 220px;
	position: relative;
}

#biog-images .small {
	width: 130px;
	height: 220px;
	position: relative;
}

#biog-images .right { float: right; }

h1.biog {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #000;
	width: 370px;
	font-size: 24px;
	color: #000;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

h1.biog span { color: #666; }

.biog-text img { 
	float: left;
	margin: 0 15px 15px 0;
}

.biog-text p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 140%;	
}

#footer {
	border-top: 4px solid #000;
	padding: 10px 0 0 0;
	margin-top: 20px;	
	font-weight: bold;
	text-align: right;
}

#canvas-prints a.MagicZoom {
	float: left;
	margin-right: 20px;
	padding: 0;
}

#canvas-prints #canvas-text {
	float: left;
	width: 200px;
	margin-top: 120px;
}

#canvas-prints #canvas-text h1, #commissions-prints #commissions-text h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}

#commissions-prints img { float: right; }

#commissions-prints #commissions-text {
	float: left;
	width: 230px;
}

#canvas-prints #canvas-text {
	float: left;
	width: 200px;
	margin-top: 120px;
}

#contact-details {
	float: right;
	width: 350px;
}

#contact-form { 
	width: 490px; 
	float: left;
}

#contact-form h1, #contact-details h1 {
	font-size: 14px;
	margin: 0 0 10px 0;	
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

#contact-form input, #contact-form textarea {
	width: 400px;
	height: 15px;
	padding: 5px;
	border: 1px solid #999;
	margin: 0 0 5px 0;
	float: right;
}

#contact-form input:focus, #contact-form textarea:focus { border: 1px solid #090; }

#contact-form textarea { height: 80px; }

#contact-form label {
	display: block;
	width: 60px;
	font-weight: bold;
	padding-top: 5px;	
}

#contact-form #contact-button {
	width: 100px;
	height: 30px;
	margin-right: 312px;
	cursor: pointer;
}

.link-box {
	width: 270px;
	float: left;
	margin: 0 5px;	
	padding: 10px 0;
	text-align: center;
}

.link-box p { margin-bottom: 15px; }

.success { color: #090; }
.error { color: #F00; }










.popup {
	font-size: 12px;
	width: 300px;
	height: 302px;
	padding: 25px 35px 25px 25px;
	background: url("images/popup.png") top right no-repeat;
	display: none;
	position: absolute;
	bottom: 0;
	right: 90px;
	z-index: 150;	
	color: #FFF;
}

.popup img { margin-bottom: 5px; }




.clear { clear: both; }