html { overflow-y: scroll; 
	min-height: 100%;
	margin-bottom: 1px;

}
body, td, th {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ---------------------------------------------------*/
/* -------------------- STRUCTURE --------------------*/
/* ---------------------------------------------------*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

a {
	font-size: 13px;
	color: #006600;
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #363540;
}
a:active {
	text-decoration: none;
	color: #006600;
}


#wrapper {
	text-align: left;
	width: 840px;
	margin: 0px auto; /* Change here for the height that's at the top of the website*/
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 840px;
	height: 0px;
	float: left;
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	/*background-color: #FFFFFF;*/
}
#body {
	float: left;
	width: 840px;
	background: #FBFDDB;
	background-image: url(../images/body.png);
	background-repeat: no-repeat;
	min-height: 500px;
}
#main_pic {
	background-image: url(../images/animatedheader.gif);
	float: left;
	height: 120px;
	width: 840px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #13518a;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #13518a;
}

#main_pic2 {
	background-image: url(../images/main_pic.jpg);
	float: left;
	height: 200px;
	width: 840px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006600;
}



#text_picture {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111;
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 40px;
}
#main_content {
	float: left;
	width: 520px;
	text-align: left;
	margin-left: 40px !important;
	margin-left: 20px;
	margin-top: 20px;
}

#main_pink {
	color:#666666;
	background-color:#FFFFFF;
	float: left;
	width: 518px;
	text-align: left;
	margin-top: 0px;
	border: 1px solid #689641;
	
}

#main_pink p {
padding: 5px;
font-size:11px;
}

#main_pink a {
font-size:11px;
}


#main_content_second {
	float: right;
	width: 500px;
	text-align: left;
	margin-top: 10px;
	margin-left: 40px !important;
	margin-left: 20px;
	color: #666666;
}
#sidebar {
	float: left;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
}
#left_cont {
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 50px;
	width: 840px;
	font-size: 10px;
	color: #fff;
	line-height: 45px;
	/*background-color: #376c31;*/
	background-image: url(../images/round_footer.png);
	text-align: center;
	border-top: 0px solid #689641;
	border-bottom: 0px solid #333;
	float: left;
	clear: both;
}

#bef_footr {
	width: 840px;
	font-size: 10px;
	color: #999999;
	line-height: 20px;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 0px solid #689641;
	border-bottom: 0px solid #333;
	float: left;
	clear: both;
}

#bef_footr a {
	font-size: 10px;
	color: #666666;
}

#bef_footr a:hover {
	text-decoration: none;
	color: #A10F4C;
}

#pink a {
	color:#A10F4C;
}



#footer a {
	font-size: 10px;
	color: #ccc;
}

#prices {
	height: 222px;
	width: 840px;
	font-size: 10px;
	color: #221E1F;
	line-height: 20px;
	/*background-color: #376c31;*/
	background-image: url(../images/prices.png);
	text-align: right;
	border-top: 0px solid #689641;
	border-bottom: 0px solid #333;
	float: left;
	clear: both;
}



/* ---------------TABLES--------------- */
table {
	padding: 3px;
	background: #FBFDDB;
	border: 0px solid #ccc;
	text-align: left;
}
th {
	text-align: left;
	/*height: 30px;*/
	background: #dcdbcb;
	padding: 4px;
}
.table_heading {
	background: #D3D3D3;
}
td {
	padding: 3px;
	background: #FBFDDB;
	border: 0px solid #ccc;
}
#login {
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-right: 4px;
	margin-left: 4px;
}



/* -------------------- 
RIGHT PANELS (HOME PAGE)
 --------------------*/

#left_content {
	float: left;
	width: 250px;
	margin-right: 0px!important;
	margin-right: 0px;
	margin-top: 1px;
}
.right_panel {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #AA9B7C;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AA9B7C;
	border-bottom-color: #AA9B7C;
	border-left-color: #AA9B7C;
	margin-bottom: 0px;
	margin-top: 10px;
}

.right_panel a {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.right_panel a:hover {
	color: #659741;
}
#left_content .right_panel {
	color: #000;
	font-size: 12px;
	width: 250px;
	float: left;
}
.right_panel_heading {
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	padding-left: 15px;
	background-color:#dedede;
}
.right_panel_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 12px;
}
.right_panel_copy a {
	font-size: 11px;
	font-weight: bold;
	color: #006600;
}
.right_panel_copy a:hover {
	color: #999999;
}


#left_content ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	background-color: #FBFDDB;
	color: #ddd;
	line-height: 15px;
}
#left_content li {
	margin: 0px 0 0;
	padding: 0px;
	list-style-type: none;
	
}
#left_content li a:link, #left_content li a:visited {
	font-weight:normal;
	display: block;
	width: 200px;
	padding: 10px;
	background-color: #FBFDDB;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 13px;

}
#left_content li a:hover, #left_content li a:active {
	display: block;
	padding: 10px;
	background-color: #FBFDDB;
	color: #006600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#left_content ul ul li a:link, #left_content ul ul li a:visited {
	display: block;
	width: 200px;
	padding: 10px;
	background-color: #888888;
	color: #cccccc;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#left_content ul ul li a:hover, #left_content ul ul li a:active {
	display: block;
	padding: 10px;
	background-color: #fff;
	color: #9A8C71;
	text-decoration: none;

} 

/* ---------------------------------------------------*/
/* -------------------- NAVIGATION --------------------*/
/* ---------------------------------------------------*/
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 840px;
	float: left;
	background-color: #396B31;
	font-weight: bold;
	background-image: url(../images/nav.png);
	height: 30px;
	line-height: 30px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffd200;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#nav li {
	list-style: none;
	float: left;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	/*background-image: url(../images/nav_backgruond.png);*/
}
#nav a {
	height: 50px;
	font-weight: normal;
	margin-left: 17px;
	display: block;
	padding: 2px 2px ;
	/*	width: 66px;*/	
	font-size: 1.15em;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #fff;
	color: #fff;
	/*background-color: #3D6D33;*/
	text-align: center;
	/*background-image: url(../images/nav_grey.png);*/
}
#nav a:hover {
	color: #000;	/*background-color: #AA9B7C;*/
	/*background-color: #999;*/
	/*background-image: url(../images/nav_orange.png);*/
}


/* ---------------------------------------------------*/
/* -------------------- TOP NAVIGATION --------------------*/
/* ---------------------------------------------------*/
#navtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 840px;
	float: right;
	background-color: #FBFDDB;
	font-weight: bold;
	/*background-image: url(../images/topnav.jpg);*/
	height: 20px;
	line-height: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #fff;
}
#navtop ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navtop li {
	list-style: none;
	float: right;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	/*background-image: url(../images/navtop_backgruond.png);*/
}
#navtop a {
	height: 50px;
	font-weight: bold;
	margin-right: 10px;
	display: block;
	padding: 2px 2px ;
	/*	width: 66px;*/	
	font-size: 1.15em;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #fff;
	color: #006600;
	/*background-color: #3D6D33;*/
	text-align: center;
	/*background-image: url(../images/navtop_grey.png);*/
}
#navtop a:hover {
	color: #006600;	/*background-color: #AA9B7C;*/
	/*background-color: #999;*/
	/*background-image: url(../images/navtop_orange.png);*/
}




/* Sidebar */

#sidebar {
	float: left;
	width: 145px;
	padding-top: 24px;
	padding-left: 40px;
	padding-right: 15px;
	padding-bottom: 5px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar li {
	margin: 3px 0 0;
	padding: 0;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	width: 150px;
	padding: 4px 0 4px 5px;
	background-color: #fff;
	color: #ff8100;
	text-decoration: none;
}
#sidebar li a:hover, #sidebar li a:active {
	display: block;
	padding: 4px 0 4px 5px;
	background-color: #fff;
	color: #808080;
	text-decoration: none;
}
#sidebar ul ul li a:link, #sidebar ul ul li a:visited {
	display: block;
	width: 150px;
	padding: 4px 0 4px 5px;
	background-color: #FFFFFF;
	color: #CEBA95;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sidebar ul ul li a:hover, #sidebar ul ul li a:active {
	display: block;
	padding: 4px 0 4px 5px;
	background-color: #FFFFFF;
	color: #9A8C71;
	text-decoration: none;
}
#flash_clients {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* ---------------------------------------------------*/
/* -------------------- MAIN CONTENT --------------*/
/* ---------------------------------------------------*/
#main_content, #main_content_second p {
	line-height: 15px;
	color: #666;
}
#main_content, #main_content_second a {
	color: #ff6600;
}
#main_content, #main_content_second ul {
	line-height: 20px;
	color: #666;
}
#main_content, #main_content_second a:hover {
	color: #333333;
}
/* ---------------------------------------------------*/
/* -------------------- LINKS --------------------*/
/* ---------------------------------------------------*/

#breadcrumb a {
	font-size: 10px;
	text-decoration: underline;
	color: #113541;
}
#breadcrumb a:hover {
	color: #113541
}
#left_panel a:hover {
	color: #113541;
}

/* ---------------------------------------------------*/
/* -------------------- PACKAGE BUTTONS --------------------*/
/* ---------------------------------------------------*/

.webbutton a {
	background-image: url(../images/webbar.png);
}
.webbutton a:hover {
	background-image: url(../images/nav_grey.jpg);
}





/* ---------------------------------------------------*/
/* -------------------- HEADINGS --------------------*/
/* ---------------------------------------------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #006600;
	padding-bottom: 0px;
	line-height: 26px;
	font-weight: lighter;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #006600;
	border-bottom: 0px solid #ffffff;
	padding-bottom: 3px;
	line-height: 20px;
	font-weight: lighter;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #006600;
	border-bottom: 0px solid #ffffff;
	padding-bottom: 0px;
	line-height: 14px;
	font-weight: lighter;
}
h4 {
	font-size: 130%;
	color: #FFFFFF;
	border-bottom: 0px dotted #fff;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	
	
}

h5 {
	font-size: 16px;
	line-height: 2px;
	font-weight: normal;
	color: #666666;
	padding-left: 0px;
	border-bottom: 0px dotted #666666;
	border-top: 0px dotted #B30000;
}

h5 a {
	color: #000;
	font-size: 16px;
}

.clear {
	clear: both;
}
img {
	border: 10px solid #FFFFFF;
}
#imgnoborder {
	border: 0px solid #FFFFFF;
}


#text_picture .picture {
	border: 1px solid #999999;
}

.pink {
	color:#A10F4C;
}
.required {
color:#A10F4C;	
}

.title {
	font-weight:bold;
	color:#396B33;
	font-size:14px;
}

.big {
	color:#A10F4C;
	font-size:16px;
	font-weight: bold;
}

.small {
	font-size:9px;
	font-weight: lighter;
	line-height: 12px;
}

.smallpk {
	font-size:9px;
	font-weight: lighter;
	line-height: 12px;
	color: #A10F4C;
	
}


.contact {
	color:#666;
	font-size:12px;
	
}

.contact a {
	font-size:12px;
	
}

#photo {
	float: left;
	height: 155px;
	width: 840px;
	/*background-image: url(../images/15661WBF.jpg);*/
	background-color: #FFFFFF;
	border-top: 5px solid #A61550;
}

li {
	margin-bottom: 0.6em;
	/*line-height: 1.5em;*/
	margin-left: 6px;
}
ul {
	margin-top: 10px;
}

.searchBtn {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	color: #666;
	background-color: #fff;
	background: #fff url(../images/form_back.gif) no-repeat 0 0;
	border: 0px solid #ccc;
	padding: 5px;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	text-decoration: none;
}

.searchBox{

border: 1px solid #ccc;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 4px ;
	/*background-color: #FFFFFF;*/
	background: #fff url(../images/form_back.gif) no-repeat 0 0;
	font-size: 12px;
	width: 200px;
	height: 22px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #777;
}

textarea {
	border: 1px solid #ccc;
	padding: 1px 4px ;
	font-size: 12px;
	color: #777;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #fff url(../images/form_back.gif) no-repeat 0 0;
}

.btn {
	float: left;
	clear: both;
	background: url(../images/btn_left2.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
	
}
.btn a{
	float: left;
	height: 26px;
	background: url(../images/btn_stretch2.png) repeat-x left top;
	line-height: 26px;
	padding: 0 10px;
	color: #666;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(../images/btn_right2.png) no-repeat;
	float: left;
	width: 10px;
	height: 26px;
}
.btn_addtocart { background-color: #fff; }
.btn_checkout { background-color: red; }
.btn_learnmore { background-color: orange; }
.btn_try { background-color: #002c85; }
.clear {
	clear: both;
}

.red{
	color: #CC0101;
}

.blue{
	color: #0070C0;
}

.homecopy {
color:#000000;
font-size:24px;
line-height: 34px;
font-family:Arial, Helvetica, sans-serif;
}

.fontmedium {
font-size:32px;
}

.fontbig {
font-size:40px;
}


.noshow {
visibility: hidden;
} 


