/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	height:100%;
	background-image: url(images/body-bg-dkgreen.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
	background-color: #3a4b40;
	margin: 0px;
}
/*
html,body {
	margin:0;
	padding:0;
	height:100%;
	
	background:#363;
	background-image: url(/shop/images/bg-wide-site.png);
	background-repeat: repeat-y;
	background-position: center;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}
*/

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: large;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
h1 a {
color: #F60;
text-decoration:none;
}

/*
h1 span {
  background: url(/shop/images/gradient-white2.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}
*/

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 10px;
}
h2 a {
color:#6C3;
text-decoration:none;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 960px;
	background-color:#FFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
 color: #333;
 width: 100%;
 float: left;
 height: 70px;
}

#navigation {
	width: 100%;
}

#middle {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}

#centercolumn {
	float: left;
	color: #333;
	background-color:#FFF;
	min-height: 100%;
	width: 580px;
	display: inline;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#leftcolumn { 
 color: #333;
 min-height: 100%;
 width: 165px;
 float: left;
  padding:5px;
   text-align:center;
}

#rightcolumn { 
 color: #333;
 height: 100%;
 width: 165px;
 float: left;
 padding:5px;
  text-align:center;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

#timing {
color: #333;
 float: right;
 margin-right:10px;
}





#doublecolumn {
	float: left;
	color: #333;
	min-height: 100%;
	width: 755px;
	display: inline;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

















/* MENU */
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	width:960px;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	background: url(images/menu/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li a span{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a{
	color: #fff;
	background: url(images/menu/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li a:hover{
	color: #000;
	background: url(images/menu/menug_hover_left2.gif) no-repeat; /*left tab image path*/
	background-position: left;
}


.glossymenu li.current a span{
	color: #030;
	background: url(images/menu/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}
 .glossymenu li a:hover span{
	color: #000;
	background: url(images/menu/menug_hover_right2.gif) no-repeat right top; /*right tab image path*/
}

/* END MENU */









#leftnav
{
	width: 150px;
	vertical-align: top;
	font-size: 12;
}

ul, ol {
	font-family: Arial, Helvetica, sans-serif;
}

#leftnav a
{
	/*/*/
	padding: 5px 1px 5px 1px;
	display: block;
	text-decoration: none;
	line-height: 1em;
	/* */
	width: 150px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	background-color: #EFE;
	font-weight: bold;
}

#leftnavnew a
{
	/*/*/
	padding: 5px 1px 5px 1px;
	display: block;
	text-decoration: none;
	line-height: 1em;
	/* */
	width: 150px;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	background-image: url(/shop/images/lime_bg.jpg);
	background-repeat: repeat-y;
}

#leftnav a:link, #leftnav a:visited { color: #363; }

#leftnav a:hover, #leftnav a:active
{
	color: #030;
	background-color: #FC0;
	border: 1px solid #000;
}

#leftnav ul {
	/*/*/padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-type: none; /* */
}

#leftnav li {
	/*/*/margin: 0px 0px 1px 0px; /* */
}

#firstlevelcurrent a
{
	color: #FFFFFF !important;
	/*/*/
	background-color: #669933!important;
	/* */
	border-color: #363;
	border-width: 1px;
	border-style: solid;
	padding: 5 1 5 1;
}

#secondlevel a
{
	/*/*/
	display: block;
	text-decoration: none;
	line-height: 1em;
	/* */
	width: 150px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
	padding: 1 1 1 1;
	font-weight: normal;

}

#secondlevelcurrent a
{
	color: #FFFFFF !important;
	/*/*/
	background-color: #669933!important;
	/* */
	border-color: #363;
	border-width: 1px;
	border-style: solid;
	padding: 1 1 1 1;
	font-weight: normal;
}




.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #336699;
	background-color: #9F0;
	margin:3px;
}

.addToCartButton_disabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
	font-weight:bold;
	border: 1px solid #CCCCCC;
	background-color:#EEEEEE;
	margin:3px;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}




/*============== PROD LIST ================*/
.listheader1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #030;
	font-size: 14;
	text-indent: 15;
	background-image: url(images/title_bg_01c.gif);
	height: 27;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}
.listheader1 a
{
	color: #030;
	text-decoration: none;
}
.listheader2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12;
	text-indent: 20;
	background-image: url(images/title_bg_02c.gif);
	height: 27;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
}
.listheader2 a
{
	color: #FFF;
	text-decoration: none;
}
.listheader3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #633;
	font-size: 14;
	text-indent: 15;
	background-image: url(images/title_bg_03.gif);
	width: 420;
	height: 27;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.listid
{
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
	font-size: 9;
	text-decoration: none;
	font-weight: bold;
}

.listid a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
	text-decoration: none;
}
.listprod {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 10;
}
.listprod a
{
	color: #363;
	text-decoration: none;
	font-size: 10;
}
.listsize a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
	font-size: 12;
	text-decoration: none;
}
.listmsrp
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #333;
}
.listprodprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #FF3300;
	font-weight: bold;
}
.listprodoos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
}
.listprodclosed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #333333;
	border: 1px solid #333333;
	background-color: #ffffcc;
	padding: 2px 6px 2px 6px;
}
.listcat {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12;
	text-decoration: none;
	font-weight: bold;
}
.listcat a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12;
	text-decoration: none;
	font-weight: bold;
}
.listcatimagearea
{
	padding: 0 0 18 0;
}

/*============== Buttons =================*/
            .button{
                padding:4px 15px 4px 15px;
                text-decoration: none;
                display: inline-block;
                -moz-border-radius: 10px;
                -webkit-border-radius: 15px;
                -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
                -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
                border-bottom: 1px solid rgba(0,0,0,0.25);
                font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
                outline:none;
                position:relative;
                font-size: 14px;
                margin:6px;
                background:transparent url(images/buttonover.png) repeat-x top left;
                white-space:nowrap;
            }
            .button:hover{
				background-color: #777;
            }
            .button:active{
                top: 1px;
                left:1px;
            }
            .olive{
                background-color: #CF0;
                border: 1px outset #D0E000;
                color: #030;
                text-shadow: 0 2px 1px rgba(0,0,0,0.2);
            }
            .olive:hover{
                background-color: #F30;
				color: #FFF;
            }



/*============== PROD DETAILS ================*/
.detailname
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F30;
	padding: 0 0 0 14;
	font-weight: bold;
}

.detail_listprice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

.detailprice
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #F30;
	font-weight: bold;
}

.detailqty
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #36C;
	font-weight: bold;
}

.detaildescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 15 0 15;
	text-align: justify;
	width:100%;
	float:left;
	border: 2px solid #FFF;
}

.detail_title
{
	background-color: #EAECDF;
	font-size: 12px;
	font-style:italic;
	text-align:right;
	width:100px;
	padding: 0 10 0 10;
	float:left;
	border: 2px solid #FFF;
}
.detail
{
	font-size: 12px;
	background-color: #F3F4EC;
	width:150px;
	float:left;
	border: 2px solid #FFF;
	padding-left: 10px;
}

.pricing_container
{
	width:100%;
	float:left;
}

.pricing_cell
{
	text-align:center;
	background-color: #FFF;
	border: 2px solid  #F90;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	float:left;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin:5px;
}

/*==============================*/


.centercol {
	padding: 15 15 0 15;
}

.rightcol { padding: 15 5 0 5;
	border-left-style:solid;
	border-left-color:#cccccc;
	border-left-width:1;
	background-color: #eeeeee;
	vertical-align: top;
}

.leftcol { padding: 15 5 0 5;
	border-right-style:solid;
	border-right-color:#cccccc;
	border-right-width:1;
	background-color: #eeeeee;
	vertical-align: top;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #669933;
	text-indent: 5pt;
}

.clock
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #FFF;
	padding: 5 0 0 7;
	background-image: url(images/header_22.gif);
}

.cell
{
	padding: 6 2 10 2;
}

.pricelistsize
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	color: #360;
}

.pricelistname a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	text-decoration: none;
}

.pricelistname a:hover
{
	background-color: #CF0;
}

.pricelistid
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	color: #333;
}

.pricelistprice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
}

.pricelistavail
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
}

.pricelistoos
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
}

.tablerows
{
	border-bottom: #360;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	background-color: #FFF;
}

.paginglink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #CCC;
}

.paginglink a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #960;
	font-weight: normal;
}
.paginglink a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #FFF;
	font-weight: normal;
	background-color: #900;
}

/*============== MINI CART ================*/

#minicart {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.minicartrow
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #9C9;
	border-width: 0 0 1 0;
	border-style: none none solid none;
}

.minicartrow a
{
	text-decoration: none;
	color: #C00;
}

.minicartbotrow
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.tctop_green {
	background-image:   url(images/tctop_green.gif);
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	vertical-align: middle;
	padding: 4 4 3 8;
	background-repeat: no-repeat;
	background-position: left top;
}


.tcbottom {
	background-image:   url(images/tcbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
}


.tcmiddle
{
	background-image: url(images/tcmiddle.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	vertical-align: middle;
	background-repeat: repeat-y;
	background-position: left center;
	padding: 2 3 0 11;
	text-align: center;
}
.tcmiddle a { text-decoration: none; }

.tcmiddle_on {
	background-image:   url(images/tcmiddle_on.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333366;
	vertical-align: middle;
	padding-left: 15px;
	margin-left: 15px;
	font-style: italic;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ------------------- Best Sellers Block Section ------------------- */
#featured {
    background-image:url('images/menu_bottom.gif');
    padding-bottom:7px;
    background-repeat:no-repeat;
    background-position:bottom;
}
#featured .menu_links{
    background:none;
}
.featured_menu {
   border-left:4px solid #638289;
    border-right:4px solid #638289;
    background-color:#f7f7f7;
    padding-bottom:7px;
}
.featured_screen {
	padding: 5px 3px 3px 3px;
	text-align:center;
}
.featured_links
{
	padding: 0px 0 8px;
	text-align: center;
	font-weight: bold;
	color: #363;
	font-size: 10;
}
.featured_links a{
	color:#333366;
	text-decoration: none;
	padding-bottom: 8px;
}
.featured_links .dots{
 border-left:2px solid white;
}
.featured_image {
}
.dots {
	width:1px;
	margin:0 12px;
	height:14px;
    border-left:2px solid #39B54A;
}
.link_more_templates{
    padding-left:24px;
    padding-top:16px;
}

/* ------------------- PREVIEW ITEM start ----------------------------*/
#interface1 {
	z-index:1;
}
#loader_container {text-align:center;position:absolute;top:40%;width:100%}
#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}
#loader_bg {
	background-color:#EBEBE4;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px
}
.title_h2 {
 color:#000;
 width:300px;
 padding:12px 0 0 18px;
 margin:0;
 font-size:14px;
}
.border_preview {
	z-index:100;
	position:absolute;
	background: #fff;
	border: 1px solid #444;
}
.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img {
	vertical-align:middle;
	text-align:center;
}
/* ------------------- PREVIEW TEMPLATE end ------------------------------*/
#boundry a
{
	background-color: #FFF;
	border-width: 1;
	border-color: #FFF;
	text-align: center;
	width: 110;
}
#boundry a:hover
{
	background-color: #FFF;
	border-width: 1;
	border-color: #FC0;
}


.bottomlinks
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0 0 20 0;
	font-size: 12;
}
.bottomlinks a
{
	text-decoration: none;
	color: #363;
}
.bottomlinks a:hover { color: #F60; }


.terms, .privacy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #363;
	margin: 0 15 0 15;
	text-align: justify;
}
.terms_title, .privacy_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #F14901;
	font-weight: bold;
	margin: 0 30 0 15;
}
/* ---------- HELP -----------*/
	.help
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #006;
		font-size: 12;
	}

	.help_title
	{
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14;
		font-variant: small-caps;
		font-weight: bold;
		background-color: #009;
	}

	.help_question
	{
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14;
		font-variant: small-caps;
		font-weight: bold;
		background-color: #EEE;
	}

	.help_subtitle
	{
		color: #003;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13;
		font-weight: bold;
	}
/* ---------- FOOTER -----------*/

.footertop{
	width: 960px;
	padding: 0px;
	height:20px;
	vertical-align: middle;
	background-color: #030;
	background-image: url(images/menu/menug_bottom.gif);
	background-repeat: repeat-x;
}

.copyright
{
	float:left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	color: #030;
	font-size: 10;
	text-align: right;
	vertical-align: middle;
	margin-right:15px;
}

.credentials
{
	float:left;
	width: 330px;
	font-family: Arial, Helvetica, sans-serif;
	color: #030;
	font-size: 10;
	text-align: left;
	vertical-align: middle;
	margin-left:15px;
}

.credentials a
{
	text-decoration: none;
	color: #030;
}
.credentials a:hover { color: #FFF; }





/* ---------- left navigation -----------*/
td.callout
{
	background-color: #FFFFFF;
	height:20;
	font-weight: bold;
}

a.callout:link, a.callout:visited
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: Black;
}

td.calloutSelected, td.calloutSelected:hover, td.callout:hover
{
	background-color: #FFFFFF;
	height:20;
	font-weight: bold;
}
a.calloutSelected:link, a.calloutSelected:visited
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: Black;
}









td.navItem
{
	background-color: #FFFFFF;
	width: 150px;
	margin: 0px;
}

a.navItem:link, a.navItem:visited
{
	font-family: Arial;
	font-size: 10px;
	color: #545454;
	text-decoration: none;
}

a.navItem:hover
{
	color: #f4781e;
}

a.navItemSelected:link, a.navItemSelected:visited
{
	font-family: Arial;
	font-size: 11px;
	color: #f4781e;
	text-decoration: none;
}



/* ---------- scroller -----------*/
a.scroller:link, a.scroller:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #363;
}

a.scroller:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #F00;
}







/* ---------- NEW MENU BUTTONS -----------*/
.btn-bg{
  	background-image: url(images/btn-bg.gif);
  	padding: 0 7 0 7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #FFF;
}



.btn-left{
  	background-image: url(images/btn-left.gif);
	border-bottom-style:solid;
	border-bottom-color:#006300;
	border-bottom-width:1;
}

td.btn-center {
  	background-image: url(images/btn-center.gif);
  	padding: 0 5 0 5;
	border-bottom-style:solid;
	border-bottom-color:#006300;
	border-bottom-width:1;
}

a.btn-center {
  	font-family: Arial, Helvetica, sans-serif;
	color: #004000;
	font-size: 11;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.btn-center:hover{
	color: #008080;
}

.btn-right
{
  	background-image: url(images/btn-right.gif);
	border-bottom-style:solid;
	border-bottom-color:#006300;
	border-bottom-width:1;
}


/* ---------- NEW MENU WHITE BUTTONS -----------*/
.btn-left-w{
  	background-image: url(images/btn-left-w.gif);
}

td.btn-center-w {
  	background-image: url(images/btn-center-w.gif);
  	padding: 0 5 0 5;
}

a.btn-center-w {
  	font-family: Arial, Helvetica, sans-serif;
	color: #EF770A;
	font-size: 11;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.btn-center-w:hover{
	color: #008080;
}


.btn-right-w
{
  	background-image: url(images/btn-right-w.gif);
}


/* ---------- Grey Header -----------*/
.hdr_bg_left{
  	background-image: url(images/hdr_bg_left.gif);
  	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1;
}

.hdr_bg_center {
  	background-image: url(images/hdr_bg_center.gif);
  	padding: 2 3 0 3;
  	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12;
	font-weight: bold;
  	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1;
}

.hdr_bg_right
{
  	background-image: url(images/hdr_bg_right.gif);
  	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1;
}
/* ---------- Green Header -----------*/
.hdr_bg_gr_left{
  	background-image: url(images/hdr_bg_gr_left.gif);
  	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1;
}

.hdr_bg_gr_center {
  	background-image: url(images/hdr_bg_gr_center.gif);
  	padding: 2 3 0 3;
  	font-family: Arial, Helvetica, sans-serif;
	color: #004000;
	font-size: 11;
	font-weight: bold;
  	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1;
	text-align: center;
}


a.hdr_nodeco {
text-decoration: none;
color: #000000;
}

.hdr_bg_gr_right
{
  	background-image: url(images/hdr_bg_gr_right.gif);
  	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1;
}


.hdr_left{
  	background-image: url(images/hdr_left.gif);
}

.hdr_bottom_left{
  	background-image: url(images/hdr_bottom_left.gif);
}

.hdr_bottom {
  	background-image: url(images/hdr_bottom.gif);
}

.hdr_bottom_right{
  	background-image: url(images/hdr_bottom_right.gif);
}

.hdr_right
{
  	background-image: url(images/hdr_right.gif);
}

.hdr_middle {
  	padding: 5 0 0 0;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	color: #333333;
	text-align: justify;
	background-color: #ffffff;
}
.title_header{
  padding: 0 0 0 10;
  font-family: Times;
	font-size: 30;
	color: #448844;
	background-image: url(images/header/title_underline.gif);
	background-repeat: no-repeat;
}

a.title_header{
  text-decoration: none;
  color: #448844;
}



.hspacer{
	height: 100%;	
	}

.website_height{
	height: 100%;	
	}
	
	
	
#SimpleContainer{
	width: 90%;
	padding-left:5%;
	padding-right: 5%;
}