@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
body {
	background: url("/images/layout/background.png");
	padding: 0px;
	margin: 0px;
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px 0px;
}
a {
	color: #FFCC33;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

hr {
	border: none;
	border-bottom: 1px dashed #FFE2C6;
	display: block;
	clear: both;
}

/*********************************************/
/* Heading and Title styles
/*********************************************/

.ContentHeader, h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EEC76C;
	padding: 3px 0px;
	border-bottom: 1px dashed #FFE2C6;
	display: block;
}
.SubTitle, h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF66;
	line-height: 1.5em;
	padding: 3px 0px;
}
.LineTitle, h3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFCC;
	line-height: 1.5em;
}
	
li {
	list-style-image: url("/images/icons/arrow2.gif");
	list-style-type: none;
	line-height: 1.65em;
	font-size: 12px;
}

	
/*************** MAIN LAYOUT TABLE **************/

.MainTable {
	background: url("/images/layout/repeatbar.png") top left repeat-y;
	width: 928px;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.MainTable_HeaderCol1 {
	background: url("/images/layout/logoie.png") top left no-repeat;
	width: 232px;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
	vertical-align: top;
}
.MainTable_HeaderCol2 {
	background: url("/images/layout/contentheader.png") bottom left no-repeat;
	width: 696px;
	height: 105px;
	max-height: 105px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.HeaderBox {
	background: url("/images/layout/contentheader.png") top left no-repeat;
	width: 696px;
	height: 105px;
	max-height: 105px;
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
}
.HeaderTitle {
	font-family: Verdana, Geneva, sans-serif;
	color: #e38e32;
	width: auto;
	float: right;
	padding-right: 80px;
	padding-top: 50px;
	font-size: 22px;
	position: relative;
}
	
.MainTable_MenuCol {
	background: url("/images/layout/repeatbar.png") top left repeat-y;
	width: 232px;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
}
	
.MainTable_MenuColImg {
	background: url("/images/layout/barbottom.png") bottom left no-repeat;
	width: 232px;
	height: 231px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.MainTable_ContentCol {
	background: url("/images/layout/bodyback.png") top left repeat-y;
	width: 696px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.ContentBox {
	width: 550px;
	padding: 0px 0px 0px 42px;
	margin: 0px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.45em;
	text-align: left;
	float: left;
	position: relative;
}
.MainTable_FooterCol1 {
	background: url("/images/layout/barfooterie.png") top left no-repeat;
	width: 232px;
	height: 71px;
	padding: 0px;
	margin: 0px;
}

.MainTable_FooterCol2 {
	background: url("/images/layout/contentfooter.png") top left no-repeat;
	width: 696px;
	height: 71px;
	padding: 0px;
	margin: 0px;
}	

.SideBarSubscribe {
	padding-left: 35px;
	text-align: center;
}
.SideBarSubscribe a {
	color: #600;
}
.MenuTitle {
	font-size: 12px;
	color: #300;
	font-weight: bold;
}
/*************** MENU **************************/
.MenuBox {
	height: 24px;
	width: 232px;
	position: relative;
	display: block;
}

#lnkHome {  background: url("/images/menu/1home.png"); }
#lnkHome:hover {	background: url("/images/menu/1homeover.png");	}

#lnkAboutUs {  background: url("/images/menu/2aboutus.png"); }
#lnkAboutUs:hover {	background: url("/images/menu/2aboutusover.png");	}

#lnkProducts {  background: url("/images/menu/3products.png"); }
#lnkProducts:hover {	background: url("/images/menu/3productsover.png");	}

#lnkGarden {  background: url("/images/menu/4garden.png"); }
#lnkGarden:hover {	background: url("/images/menu/4gardenover.png");	}

#lnkSpecials {  background: url("/images/menu/5special.png"); }
#lnkSpecials:hover {	background: url("/images/menu/5specialover.png");	}

#lnkFaq {  background: url("/images/menu/6faqup.png"); }
#lnkFaq:hover {	background: url("/images/menu/6faqdown.png");	}

#lnkHistory {  background: url("/images/menu/7historyup.png"); }
#lnkHistory:hover {	background: url("/images/menu/7historyover.png");	}

#lnkContactUs {  background: url("/images/menu/8contact.png"); }
#lnkContactUs:hover {	background: url("/images/menu/8contactover.png");	}


.FooterText {
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	background: none;
	font-size: 8pt;
	padding: 0px;
	text-align: center;
	vertical-align: text-top;
	white-space: nowrap;
	color: #3e0c0b;
}
.FooterText a {
	color: #6F0000;
	text-decoration: none;
}
.FooterText a:hover {
	color: #FF3300;
}

/********************************************/
/** FAQs
/********************************************/

.FaqAnswer {
	background: url("/images/shade1.png");
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 0px 5px 0px 15px;
	margin: 2px 0px;
	border: 1px solid #B99797;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
}
.FaqQuestion {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px;
}
/*********************************************/
/*  BUTTONS */
/*********************************************/
.boxAdminMenu {
	background: url("/images/shade1.png");
	float: left;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	border: 1px solid #DDD;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 81px;
	height: 60px;
	margin: 0px 7px 10px;
	line-height: 1.25em;
}
.boxAdminMenu:hover {
	border: 1px solid #AAA;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
}

.boxButton {
	width: auto;
	background: url("/images/shade1.png");
	text-align: center;
	font-size: 11px;
	padding: 2px 6px;
	margin: 1px 4px 1px;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #660000;
}


.boxClear {
	width: 545px;
	height: 1px;
	clear: both;
	display: block;
}
/*********************************************/
/* Data and error boxes 
/*********************************************/

.boxError {
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFCCCC;
	text-align: center;
	padding: 5px;
	border: 1px solid #990000;
	color: #990000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxNote {
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #0000FF;
}
.boxNote {
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333333;
}
.boxData {
	background: url("/images/shade1.png");
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #B99797;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
}
.boxData2 {
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #BDBDEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
}
.boxNews1 {
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	color: #000000;
	background: #d8e7ea url("/themes/theme1/newstop2.png") bottom right no-repeat;
	width: 700px;
	font-size: 8pt;
	margin: 5px 0px;
}
.boxNews2 {
	color: #000000;
	background: url("/themes/theme1/newstop.png");
	background-repeat: no-repeat;
	width: 700px;
	padding: 10px 0px;
}
.boxNews3 {
	text-align: left;
	width: 670px;
}
.boxBorder {
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	color: #000000;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.boxClient {
 width: 100%; 
 display: block; 
 height: auto;
 border-top: 2px groove #663300;
}
.boxClientImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxClientText {
  float: left; 
	width: 510px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}


.boxBook {
 width: 650px; 
 display: block; 
 height: auto;
 border-top: 2px groove #663300;
}
.boxBookImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxBookText {
  float: left; 
	width: 430px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}
/*********************************************/
/* Data Table styles
/*********************************************/
.tableClear
{
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear2
{
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableSurvey {
	width: 600px; 
	height: auto; 
	background-color: #DDDDFF;
	border: solid 1px #000; 
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px; 
	padding: 5px;
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 8pt;
}

#rowPart:hover {
	background: url("/images/shade1.png");
}

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	background-image: url("/themes/theme1/buttonback.gif");
}

/*********************************************/
/* Search Box Styles
/*********************************************/
.boxSearch {
	position: relative;
	height: auto;
	top: 140px;
	left: 600px;
}
.textboxBack {
	background: url("/themes/theme1/back3_sm.png");
	border: solid 1px #000;
	height: 25px;
	width: 160px;
	float: right;
	position: relative;
	margin-right: 30px;
}
.textboxCenter {
	display: table-cell;
	height: 25px;
	width: 160px;
	font-size: 8pt;
	color: #000;
	text-align: center;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	_position: relative;
	_top: 0px;
	_margin_top: auto;
	_vertical-align: top;
	border: none;
	background: none;
}
.textboxCenter a:link {
	font-family: Tahoma, "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}



/**************************************/
/** Input Boxes
/**************************************/

input, select {
	font-family:"DejaVu Sans", Verdana, Geneva, sans-serif;
}
/***************************************/
/* Divider styles
/***************************************/
div.hr {
  height: 15px;
  background: url("/images/icons/paw_sm5.gif") no-repeat scroll center;
}
div.hr hr {
  display: none;
}

/***************************************/
/* Other Text Styles
/***************************************/
.NoteStar {
	font-size: 8pt;
	color: #B00;
}


/***************************************/
/* Floating Div Styles */
/***************************************/
.PriceBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 200px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.NewsBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.EditBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 550px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.CalBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.PhoneBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 250px;
	background-color:#FFCCCC;
	padding:5px;
	position: absolute;
}

/******* Input Form Styles **************/

.DropSmall {
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border: solid 1px black;
}

/************ ADMIN EDIT CONTENT *********************/

.RTEditBox {
	width: 700px; 
	height: auto; 
	background: #FFF; 
	color: #000;
}

.RTEditArea {
	width: 700px; 
	height: 400px;
	background: #FFF; 
	color: #000;
}

#FloatSaveBox {
	position: fixed;
	_position: absolute; 
	top: 0; 
	right: 0; 
	padding: 5px; 
	background: #FFFFCC; 
	border: solid 1px black; 
	text-align: center; 
	width: 125px;
}
.EditContactForm {
	position: absolute;
	top: 80px;
	left: 140px;
	width: 350px;
	background-color: #886262;
	padding: 10px;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none;
}

/***************************************/
/* CALENDAR STYLES                     */
/***************************************/
.calendarframe {
	text-align: center;
	position: relative;
}
.calendarnavsm {
	cursor: pointer;
}
.calendarnavlg {
	cursor: pointer;
}
.editcalevent {
	cursor: pointer;
}
#calendarform {
	display: none;
}
.showcalevent {
	padding: 1px; 
	font-size: 9px; 
	line-height: 14px; 
	text-align: center;
	border: 1px solid #999; 
	color: #333333;
	cursor: pointer;
}
#EventFrame {
	background: #999 url("/images/calendar/back.png");
	width: 450px;
	height: auto;
	position: absolute;
	top: 10px;
	left: 40px;
	border: 2px solid #666;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	display: none;
	z-index: 1000;
}

.SubmitContact {
	cursor: pointer;
	font-size: 12px;
}