﻿/******************
HTML Tags
******************/
body {
	margin: 0px;
	padding: 0px;
	font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
}

/******************
HEADINGS
******************/

h1, h2, h3, h4, h5, h6 {color: #648409;}

h1 {
	margin: 0 0 0 -1em;
	font-size: 2.0em;
	font-family: "Antique Olive Compact",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}
h2 {
	clear: both;
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.7em;
	font-family: "Antique Olive Compact",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}
h3 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.4em;
	font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:bold;
}
h4 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.2em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:bold;
}
h5 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.0em;
	font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:bold;
}
h6 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 0.8em;
	font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:bold;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}

/******************
LAYOUT DIVS
******************/

#Content{
    position:absolute;
	left:50%;
	width: 784px;
	margin-top:15px;
	padding:0px;
	margin-left:-391px;
}

#headerSideBorder {
	width: 784px;
	background-repeat: repeat-y;
	background-image: url(images/borders/header_sborder.gif);
}
#headerTopBorder {
	height: auto;
	background-image: url(images/borders/header_tborder.gif);
	background-repeat: no-repeat;
}

#headerBottomBorder {
    clear:both;
    height:20px;
    background-image: url(images/borders/header_bborder.gif);
    background-repeat: no-repeat;
    background-position:bottom;
}

#headerBottomNav {
 position:absolute;
 top:55px;
 left:290px;
 width: 492px;  
 margin:0px;
 padding:0px;
}

#header {
    position: relative;
	height: auto;
	margin:-4px 0px -11px 11px;
}

#footerSideBorder {
	clear:both;
	width: 784px;
	background-repeat: repeat-y;
	background-image: url(images/borders/header_sborder.gif);
}
#footerTopBorder {
	height: auto;
	background-image: url(images/borders/header_tborder.gif);
	background-repeat: no-repeat;
}

#footerBottomBorder {
    height:20px;
    background-image: url(images/borders/header_bborder.gif);
    background-repeat: no-repeat;
    background-position:bottom;
}

#footer {
    position: relative;
	height: auto;
	margin:-4px 0px -11px 0px;
	padding:0px 2px 0px 2px;
	font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:100;
    text-align:center;
}

#PosterSideBorder {
	float:left;
	width:560px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(Images/borders/leftcontent_sborder.gif);
}

#PosterTopBorder {
    height:auto;
	background-image: url(Images/borders/leftcontent_tborder.gif);
	background-repeat: no-repeat;
}

#PosterBottomBorder {
    clear:both;
    height:auto;
    background-image: url(Images/borders/leftcontent_bborder.gif);
    background-repeat: no-repeat;
    background-position:bottom;
}

#PosterContent {
   height: auto;
   margin:-4px 0px -13px 11px;
}

#PosterImage {
   width:auto;
}

#PosterText {
	position:absolute;	
	margin: 0;
	padding: 0;
}

#PosterTitle {
    color:#648409;
	margin: 0px;
	font-size: 1.6em;
	font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight:bold;
}

#PosterFont {
    color:#000000;
	margin: 0px;
	font-size: 0.9em;
	font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight:bold;
}
	
#ProductListSideBorder {
    float:right;
    width:224px;
    background-repeat: repeat-y;
	background-image: url(Images/borders/rightcontent_sborder.gif);
}

#ProductListTopBorder {
	height: auto;
	background-image: url(Images/borders/rightcontent_tborder.gif);
	background-repeat: no-repeat;
}

#ProductListBottomBorder 
{
    clear:both;
    height:auto;
    background-image: url(Images/borders/rightcontent_bborder.gif);
    background-repeat: no-repeat;
    background-position:bottom;
}

#ProductListContent {
    position: relative;
	height: 330px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 35px;
}

#ProductListContent {
    position: relative;
	height: 330px;
	padding-left: 13px;
	padding-right: 19px;
	padding-bottom: 10px;
	padding-top: 35px;
}

#ProductListTitle-container {
 text-align:Right;
 width:100%;
 padding-bottom:6px;
}

#ProductListTitle {
 color: #648409;
 font-size: 1.2em;
 font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
 font-weight:bold;
 padding-right:10px;
}

#ProductListContainer-left {
	float:left;
	height:264px;
	width:96px;
    margin-left:0px;
    padding: 0;
	background-image: url(Images/common/ProductListBG_left.gif);
	background-repeat:repeat-y;
	color: #BD2810;
	font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:100;
    line-height:22px;
}

#ProductListContainer-right
{
    float:right;
    height:264px;
    width:96px;
    margin-right:0px;
    padding:0;
    background-image: url(Images/common/ProductListBG_right.gif);
    background-repeat: repeat-y;
    color: #BD2810;
    font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:100;
    line-height:22px;
}

#ProductListImageContainer{
    float:right;		
    text-align:left;
    width:20%;
    margin: -95px 0px 0px 0px;
	padding: 0;
}
	
#leftContentSideBorder {
	float:left;
	width:560px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(Images/borders/leftcontent_sborder.gif);
}

#leftContentTopBorder {
	height: auto;
	background-image: url(Images/borders/leftcontent_tborder.gif);
	background-repeat: no-repeat;
}

#leftContentBottomBorder 
{
    clear:both;
    height:auto;
    background-image: url(Images/borders/leftcontent_bborder.gif);
    background-repeat: no-repeat;
    background-position:bottom;
}

#leftContent {
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#leftContent-left {
    float:left;
    width: 60%;
    padding:0px 2px 0px 4px;
}

#leftContent-right {
    float:right;
    width: 38%;
}

#rightContentSideBorder {
    float:right;
	width:224px;
    background-repeat: repeat-y;
	background-image: url(Images/borders/rightcontent_sborder.gif);
}

#rightContentTopBorder {
	height: auto;
	background-image: url(Images/borders/rightcontent_tborder.gif);
	background-repeat: no-repeat;
}

#rightContentBottomBorder {
    height: auto;
    background-image: url(Images/borders/rightcontent_bborder.gif);
    background-repeat: no-repeat;
    background-position:bottom;
}

#rightContent {
    position: relative;
	height: auto;
	padding: 0px 2px 0px 2px;
	text-align:center;
}

#rightContentTitle {
 color: #648409;
 font-size: 1.0em;
 font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
 font-weight:bold;
 padding-right:25px;
}

#newsContainer1 {		
	text-align:left;
	width:98%;
	margin-top:0;
}

#newsMainContainerTitle-container {
    text-align:center;
    width:98%;
    background-color: #E7EFB8;
}

#newsMainContainerTitle {
 color: #BD2810;
 text-align:center;
 font-size: 0.95em;
 font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
}

#newsContainer1Title-container {
    text-align:left;
    width:100%;
    margin: 6px 0px 6px 0px;
}

#newsContainer1Title {
 color: #648409;
 font-size: 0.8em;
 font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
 font-weight:bold;
}

#newsContainer1Text {	
	text-align:left;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}

#newsContainer1Link {
    color: #BD2810;
    float:right;
    text-align:right;
    margin: 0px 8px 0px 0px;
    padding: 0;
    font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}

#newsContainer2 {		
	text-align:left;
	width:98%;
	margin: 0;
	padding: 0;
}

#newsContainer2Title-container {
    text-align:left;
    width:100%;
    margin: 6px 0px 6px 0px;
}

#newsContainer2Title {
 color: #648409;
 font-size: 0.8em;
 font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
 font-weight:bold;
}

#newsContainer2Text {	
	text-align:left;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}

#newsContainer2Link {
    color: #BD2810;
    float:right;
    text-align:right;
    margin: 0px 8px 0px 0px;
    padding: 0;
    font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}

#newsContainer3 {		
	text-align:left;
	width:98%;
	margin: 0;
	padding: 0;
}

#newsContainer3Title-container {
    text-align:left;
    width:100%;
    margin: 6px 0px 6px 0px;
}

#newsContainer3Title {
 color: #648409;
 font-size: 0.8em;
 font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
 font-weight:bold;
}

#newsContainer3Text {	
	text-align:left;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}

#newsContainer3Link {
    color: #BD2810;
    float:right;
    text-align:right;
    margin: 0px 8px 0px 0px;
    padding: 0;
    font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}

#newsContainer4 {		
	text-align:left;
	width:98%;
	margin: 0;
	padding: 0;
}

#newsContainer4Title-container {
    text-align:left;
    width:100%;
    margin: 6px 0px 6px 0px;
}

#newsContainer4Title {
 color: #648409;
 font-size: 0.8em;
 font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
 font-weight:bold;
}

#newsContainer4Text {	
	text-align:left;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}

#newsContainer4Link {
    color: #BD2810;
    float:right;
    text-align:right;
    margin: 0px 8px 0px 0px;
    padding: 0;
    font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}

#FFContainer {		
	text-align:left;
	width:100%;
	margin-top:0;
}

#FFContainerTitle-container {
    width:100%;
    background-color: #E7EFB8;
    margin:0;
    text-align:center;
}

#FFContainerTitle {
 color: #BD2810;
 text-align:center;
 font-size: 0.95em;
 font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
 font-weight:normal;
}

#FFContainerText {	
	text-align:justify;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}

#FFContainerLink {
    color: #BD2810;
    float:right;
    text-align:right;
    margin: 2px 0px 0px 0px;
    padding: 0;
    font-size: 0.7em;
    font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight:normal;
}

#PrivacyPolicyContent{
    position:absolute;
	left:50%;
	width: 560px;
	margin-top:15px;
	padding:0px;
	margin-left:-279px;
}

#ppSideBorder {
	width: 560px;
	background-repeat: repeat-y;
	background-image: url(Images/borders/leftcontent_sborder.gif);
}
#ppTopBorder {
	height: auto;
	background-image: url(images/borders/leftcontent_tborder.gif);
	background-repeat: no-repeat;
}

#ppBottomBorder {
    height:20px;
    background-image: url(images/borders/leftcontent_bborder.gif);
    background-repeat: no-repeat;
    background-position:bottom;
}

#ppHeader {
    position: relative;
	height: auto;
	margin:-6px 0px -6px 16px;
	padding-right:8px;
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link{
	color:#BD2810;
	text-decoration:none;
	}

a:visited{
	color:#6D3906;
	text-decoration:none;
	}

a:hover{
	color:#E53E23;
	text-decoration:underline;
	}

a:active{
	color:#B70000;
	}
	
/******************
CLASSES & TABLE STYLES
******************/

.button-big{
	margin-top:8px;
	}

img.photobig,img.photosmall{
	border:1px solid #E7EFB8;
	padding: 0;
	}

img.photosmall{
	margin:2px 2px 0px 2px;
	float:right;
	}
	
img.photobullet{
    padding: 0px 2px 0px 1px;
    float:left;
    margin: 6px 0px 2px 0px;
}

.hyperlink.productlist{
    margin: 0px 0px 8px 0px;
    line-height:22px;
}

.categoryHyperlink 
{
	margin: 0px 0px 0px 0px;	
}
.button-login
{
    margin-left:4px;
    padding:0px 20px 0px 2px;
    font:normal 12px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    border:0px solid #747EA2;
    text-align:right;
}

.button-search{
	height:17px;
	margin:0px;
	padding:0px 1px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	font:normal 10px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
	background:#648409;
	}

.login-title{
    color: #648409;
    font:bold 1.6em "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    padding-bottom:10px;
    text-align:right;
}

.detail-view
{
    margin-left:4px;
    padding:0px 1px 0px 2px;
    font:normal 12px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    border:0px solid #747EA2;
    text-align:left;
}

.cart-catalog{
    margin-left:4px;
    padding:0px 1px 0px 2px;
    font:normal 14px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    border:0px solid #747EA2;
    text-align:left;
}

.pp-title{
    color:White;
    background-color:#648409;
    font:normal 14px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    border:0px solid #747EA2;
    text-align:center;
}

.pp-body{
    font:normal 11px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    text-align:left;
}

.cart-title{
    color:White;
    background-color:#648409;
    font:normal 14px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    border:0px solid #747EA2;
    text-align:center;
}
.cart-body{
    background-color:White;
    font:normal 12px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    border:0px solid #747EA2;
    text-align:center;
    width:60%;
}

.cart-footer{
    background-color:White;
    font:normal 14px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    border:0px solid #747EA2;
    text-align:center;
}

table.Checkout
{
	border: #E7EFB8 3px solid;
	padding-right: 5px;
	padding-left: 5px;
	font:normal 14px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
	padding-bottom: 5px;
	width: 60%;
	padding-top: 5px;
	position: static;
	border-collapse: collapse;
}

.checkout-body{
    background-color:White;
    font:normal 12px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
    border:0px solid #E7EFB8;
    text-align:left;
    width:60%;
}

.checkout-footer {
	color: Black;
	font:normal 12px "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
	background-color: White;
	text-align: center;
}

.category-style
{
	text-align:center;
	float:left;	
	margin: 10px 40px 8px 8px;
	width:120px;
}
.category-items
{
	text-align:center;
	float:left;	
	margin: 0px 5px 8px 8px;
	width:120px;
}

.nursery-poster
{
	position:relative;
	left:5px;	
}

.nursery-labelposter
{
	color:#648409;
	margin: 0px 0px 0px 65px;
	font-size: 1.6em;
	font-family: "Antique Olive (W1)",Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight:bold;
}
