/*-------------

Highway 137
dull
	#333311
	#555533
	#555533
	#999966
	#aaaa88
	
vibrant
	#333300
	#666611
	#667700
	#cccc44
	#ddcc77
	

Plumerias
dull
	#333311
	#aa6611
	#cc9911
	#bb9955
	#bbaa99
	
vibrant
	#443300
	#dd3300
	#ff8800
	#eeaa00
	#eecc88
-------------*/


body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #ff8800;
}

a:hover {
	text-decoration: none;
}

img { border: none; }


#outer
{
}


#container
{
	background: #eeeeee;
	margin: 0px auto;
	width: 960px;
}


/* Header */
#header {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat;
}

/* Logo */
#logo {
	height: 170px;
}

#logo h1 
{
	color: #ffffff;
	float: left;
	font-size: 48px;
	letter-spacing: -2px;
	padding: 40px 40px 0 50px;
}

#logo h2 
{
	color: #000000;
	float: left;
	font-size: 24px;
	padding: 68px 0px 0 50px;
	
}

#logo a {
	color: #ffffff;
	text-decoration: none;
}


/* Content */
#content
{
	width: 960px;
}

/* Menu */
#menu {
	width: 960px;
	height: 43px;
	background: url(../images/menu.jpg) no-repeat;
}

#menu ul.tabNavigation 
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul.tabNavigation li 
{
	/*display: inline;*/
	float: left;
}

#menu .tabNavigation a {
	display: block;
	float: left;
	width: 166px;
	height: 43px;
	line-height: 24px;
	padding-top: 10px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	color: #000000;
}

#menu .tabNavigation a:hover {
	background: url(../images/tab.jpg) no-repeat;
	color: #ffffff;
}

#menu .active a {
	background: url(../images/tab.jpg) no-repeat;
	color: #ffffff;
}

/* Page */
#pages {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
}

.product 
{
	/*border: 1px solid black;*/
	padding: 0 0 20px 0;
	/*height: 300px;*/
}

.title {
	margin: 0;
	border-bottom: 2px solid #ff8800;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
	font-weight: bold;
}


div.productimage 
{
	display: inline;
	float: left;
}

img.productimage
{
	border: 0;
	/*height: auto;
	width: 180px;*/
}

div.productdescription
{
	display: inline;
	float: left;
	margin-left: 18px;
}

div.prints
{
	display: inline;
	float: left;
	margin-right: 9px;
	width: 208px;
	/*width: 328px;*/
}

div.canvas
{
	display: inline;
	float: left;
	margin: 0px 9px;
	width: 208px;
}

div.greetingcards
{
	display: inline;
	float: left;
	margin-left: 9px;
	/*width: 208px;*/
	/*width: 328px;*/
	width: 574px;
}

span.outofstock
{
	color: #dd0000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
}

span.producttype
{
	font-size: 1.2em;
	font-weight: bold;
}

span.price
{
	font-size: 1.2em;
	font-weight: bold;
}

/* Footer */
#footer 
{
	clear: both;
	padding: 20px 0;
	background: #eeaa00;
	border-top: 3px solid #ff8800;
	text-align: center;
	/*font-size: smaller;*/
	color: #000000;
}

#footer a 
{
	color: #ffffff;
}
