* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}

body, html {
	color: #665540; 
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #665540; 
	text-align: center;
}

body {font-size: 76%;}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {border: none;} 

a {color: #3e3326;}

td a, li a {text-decoration: none;}

td a:hover, li a:hover {text-decoration: underline;}

a:hover {color: #808060;}

a.button {
	background: #A08060;
	color: white;
	border: 1px dotted #3E3326;
	padding: 3px;
	text-decoration: none;
}

a.button:hover {
	color: #3E3326;
	text-decoration: none;
}

p {margin: 10px 0px;}

h1, h2, h3 {
	font-weight: bold;
	/*padding-bottom: 5px;*/
}

h1 {font-size: 2em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}

input, select, textarea {
	border: 1px solid gray;
	color: #3E3326;
}

option {padding: 0px 3px;}

label {
	display: block;
	float: left;
	margin-right: 5px;
	text-align: right;
	width: 50px;
}

.clear {clear: both;}

#mainContainer {
	width: 760px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	background: url(images/content_bg.gif) repeat-y;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

/* header */
* html #header {
	margin: 0 0 -5px 0;
	
}

/* content & columns */
.outer {
	padding-left: 165px;  
}

.inner {
	width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}



/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 760px;
	margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}

* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}

#content {
	float: right;
	padding-bottom: 10px;
	width: 620px;
	background: #fff;
}

* html #content {
	position: relative;  /*** IE needs this  ***/
}

.contentWrap {
	padding: 10px 10px 30px 10px;
}

.contentWrap ul {
	list-style-type: disc;
	margin: 10px 20px;
}

.contentWrap ul li {
	padding: 5px 0;
}

.contentWrap table {
	margin: 20px 0;
}

.contentWrap table td {
	padding: 2px 0;
}

.contentWrap h1 a {
	text-decoration: none;
}

/* left column */
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	display: inline; /* IE Hack */
	float: left;
	width: 140px;
	background: #665540; 
	min-height: 250px;
}

* html #left {
	position: relative;  /*** IE needs this  ***/
	height: 250px;
}

/* right column */
#right {
	margin: -120px 0 0 -760px; /*** Moves the right column to the top of the page. This is now our top menu above the header ***/
	float: left;
	width: 750px;
	padding: 5px;
	height: 40px;
}

* html #right {
	position: relative; /*** IE needs this. ***/
	margin-top: -125px; /***Since IE is threating padding different than other browsers we need to move it a little bit more ***/
}

/* footer */
#footer {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	background-color: #665540;
	color: #c0a080;
	padding: 10px;
}

#footer a {
	color: #c0a080;
}

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


/* leftColumn Nav Menu */
#navMenu {
	width: 140px;
	/*margin: 10px;
	border-style: none solid none solid;
	border-color: #300;
	border-size: 1px;
	border-width: 0px;*/
}
	
#navMenu li a {
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	text-decoration: none;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 28px;
}	
	
#navMenu li a:link, #navMenu li a:visited {
	color: #3e3326;
	display: block;
	background:  url(images/leftNav.gif);
	padding: 8px 0 0 30px;
}
	
#navMenu li a:hover {
	color: #3e3326;
	background:  url(images/leftNav.gif) 0 -36px;
}

#navMenu li.tall a {
	font-size: 14px;
	font-weight: bold;
	height: 46px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 38px;
}	
	
#navMenu li.tall a:link, #navMenu li.tall a:visited {
	color: #3e3326;
	display: block;
	background:  url(images/leftNav_lg.gif);
	padding: 8px 0 0 30px;
}
	
#navMenu li.tall a:hover {
	color: #3e3326;
	background:  url(images/leftNav_lg.gif) 0 -46px;
}

#navMenu li#special.tall a:link, #navMenu li#special.tall a:visited {
	color: #ebebeb;
	background:  url(images/special/leftNav_lg.gif);
}
	
#navMenu li#special.tall a:hover {
	color: #ebebeb;
	background:  url(images/special/leftNav_lg.gif) 0 -46px;
}


#navMenu li#bottom a {
	border-bottom: 1px solid #bdae9e;
}
/* end leftColumn Nav Menu */

/* index.php */
img#homeMain {
	float: left;
	margin-right: 10px;
	/*width: 300px;*/
}

div#homeText1 {
	/*height: 150px;*/
}

div#homeText1 h1 {
	/*color: #CD9C8E;*/
}

div#homeText1 p {
	font-size: 1.2em;
}

div#homeThumbs {
	border: 0px solid blue;
	text-align: center;
}

div#homeText2 {
	margin: 0 0 -25px 0;
	padding: 20px 0 0 0;
	text-align: center;
}

div#homeText2 p {
	font-size: 1.2em;
}

/* end index.php */

/* artists.php */
table.artists {
	float: left;
	width: 32%;
}

table.leftTable {
	margin-right: 10px;
}

table.artists td {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

table.artists td.image {
	padding: 0 0 10px 0;
}

table.artists td.australia {background-image:url(images/flags/australia.gif);}
table.artists td.austria {background-image:url(images/flags/austria.gif);}
table.artists td.belgium {background-image:url(images/flags/belgium.gif);}
table.artists td.canada {background-image:url(images/flags/canada.gif);}
table.artists td.france {background-image:url(images/flags/france.gif);}
table.artists td.germany {background-image:url(images/flags/germany.gif);}
table.artists td.japan {background-image:url(images/flags/japan.gif);}
table.artists td.jamaica {background-image:url(images/flags/jamaica.gif);}
table.artists td.netherlands {background-image:url(images/flags/netherlands.gif);}
table.artists td.newzealand {background-image:url(images/flags/newzealand.gif);}
table.artists td.singapore {background-image:url(images/flags/singapore.gif);}
table.artists td.southafrica {background-image:url(images/flags/southafrica.gif);}
table.artists td.southkorea {background-image:url(images/flags/southkorea.gif);}
table.artists td.sweden {background-image:url(images/flags/sweden.gif);}
table.artists td.switzerland {background-image:url(images/flags/switzerland.gif);}
table.artists td.unitedkingdom {background-image:url(images/flags/unitedkingdom.gif);}
table.artists td.usa {background-image:url(images/flags/usa.gif);}
table.artists td.denmark {background-image:url(images/flags/denmark.gif);}

/* end artists.php */

/* detail.php */
div#images {
	float: left;
}

div#images div#thumbs img {
	margin-right: 5px;
	width: 75px;
}

img#full {
	margin: 0px 5px 10px 0px;
}

span#detail_adopted {
	color: red;
	font-weight: bold;
}
/* end detail.php */

/* gallery.php */

table#gallery td {
	padding: 5px;
	text-align: center;
	vertical-align: top;
	width: 196px;
}

span.prodName {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 3px;
}

span.gallery_adopted {
	color: red;
	font-weight: bold;
	display: block;
	line-height: 2em;
	text-align: center;
}

#pagination {
	background: #A08060;
	border: 1px solid #665540;
	font-size: 1.6em;
	margin: 0 auto;
	padding: 5px 0 8px 0;
	width: 550px;
}

#pagination a, #curPage {
	margin: 0px 3px;
}

#pagination a:hover {
	color: #3e3326;
}

a#fallshow {
	background: #D88A14;
	font-size: 16px;
	margin: 0 0 0 30px;
	padding: 5px;
	text-decoration: none;
}

a#fallshow:hover {
	color: #3e3326;
	text-decoration: underline;
}

/* end gallery.php */

/* static pages */
div.static img.left {
	float: left;
	margin: 0 10px 10px 0;
}

div.static img.right {
	float: right;
	margin: 10px 0 0 10px;
}

div.static p, div.static li {
	font-size: 1.2em;
}
/* end static pages */

/* search page */
a#searchback {
	line-height: 4em;
}
/* end search page */

/* plum club page */
div#ccForm {
	background: #A08060;
	border: 1px solid #4A3326;
	color: #4A3326;
	margin: 20px auto;
	padding: 10px 0;
	text-align: center;
	width: 400px;
}

div#ccForm table {
	width: 100%;
}

div#ccForm table table {
	margin: 0 auto;
	width: auto;
}

div#ccForm input {
	height: 20px;
}

div#ccForm input.submit {
	height: 22px;
}

a#sendpage {
	background: #fff url(images/bg_li_off.gif) no-repeat 5px 5px;
	font-size: 1.3em;
	padding: 5px 0 5px 45px;
}
/* end plum club page */

/* gifts/antiques page */
ul#cats {
	font-size: 1.6em;
	list-style: none;
}

ul#cats li {
	height: 25px;
}

ul#cats li a {
	background: #fff url(images/bg_li_off.gif) no-repeat 5px 5px;
	border: 1px solid #fff;
	display: block;
	padding: 0 0 3px 45px;
}

ul#cats li a:hover {
	background: #808060 url(images/bg_li_on.gif) no-repeat 5px 5px;;
	border: 1px solid #c0a080;
	color: #c0c0a0;
	text-decoration: none;
}

h1#catName {
	float: left;
}

h1#catName a {
	text-decoration: none;
}

div#catChange {
	float: right;
}

table#gallery {
	clear: both;
}

p#noresults {
	clear: both;
	font-size: 1.4em;
	margin: 75px 0 20px 0;
}

/* end gifts/antiques page */
