
/* * * * * * *
 * TYPE      *
 * * * * * * */
body { 
	font-family: Arial,Helvetica,Garuda,sans-serif; 
	line-height: 1;
	background-repeat: repeat-x;
        text-align: center;
	/*background-image: url('gfx/site_top_bg_01.png');*/
}
h1	{ line-height: 1.1; margin: 0; }
h2	{ line-height: 1.1; margin: 10px 0 5px 0; }
h3, h4, h5, h6	{ line-height: 1.1; margin: 0.5em 0; }
h4, h5, h6 { font-weight: bold; }
b, strong, caption, th, thead, dt, legend { font-weight: bold; }
cite, dfn, em, i { font-style: italic; }
code, kbd, samp, pre, tt, var { font-family: mono-space, monospace; }
p { line-height:1.5;word-spacing: 0.125em; hyphenate: auto; hyphenate-lines: 3; margin: 0; }
p+p	{ margin: 0.5em 0; }
p+p.no-indent	{ text-indent: 0; }
pre { white-space: pre; }
del { text-decoration: line-through; }
mark	{ background: rgba(255, 255, 0, 0.4); padding: 0 .25em; }
ins	{ color: #f00; }
small, sup, sub { font-size: 80%; }
big { font-size: 125%; line-height: 80%; }
abbr, acronym { font-size: 85%; text-transform: uppercase; letter-spacing: .1em; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px dotted black; cursor: help; }
sup, sub { line-height: 0; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
blockquote { padding: 1.5em; }
hr { border: none; background: #ddd; width: 100%; }
ul, ol { margin: 0.5em; padding-left: 0.75em; }
li { margin: 0.35em 0; }
ul { list-style: none; }
ol { list-style: decimal outside; }
input, select, button { cursor: pointer; margin: 0.15em 0; }
input, textarea { background: #fff; border: solid 1px #ccc; }
table { font: inherit; width: 100%; }
th,td {padding: 0.05em; vertical-align: top;}
fieldset { margin: 0.5em 0; }
a { text-decoration: none; font-weight: bold; }

#site_page p.important { 
	color: #ac0000; 
	font-size: 90%;
	font-weight: bold;
}


#home { font-size: 86%; }
#home li { 
	background: url('gfx/bullet-green.png') 0 7px no-repeat; 
	padding-left: 12px;
	list-style: none;
}



/* * * * * * *
 * NAVIGATION  *
 * * * * * * */


#nav_top {
	width: 900px;
	display: block;
        margin:0 auto;
        border-bottom: 5px solid #1b5797;
        float:left;
}
#nav_top li {
	margin: 0 5px;
        display:block;
}
#nav_top li.navpage {
        background:#1b5797;
        border-raidus:5px;
	padding: 3px 0;
}
#nav_top li.onthis {
	border-bottom: solid 4px #f00;
}
#nav_top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav_top ul li { float: left; }
#nav_top a {
	font-weight: bold;
	text-decoration: none;
	padding: 2px 15px;
	display: block;
	font-size: 14px;
        
}

#nav_top a { 			color: #FFF; 		}
#nav_sub_top a { 		color: #ccc; 		}
#nav_top a:hover, 
#nav_sub_top a:hover {		color: #aaf; 		}


#nav_sub_top { margin: 15px 0; float: left; }
#nav_sub_top a { font-size: 12px}
#nav_sub_top li { clear: both; }


/***********/

#nav_left {
	float: left;
	display: inline-block;
	width: 170px;
	min-height: 250px;
}
#nav_left ul, #nav_left li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_left li {
	width: 140px;
	border-bottom: dotted 1px #aaa;
	padding: 0 0 0 10px;
}
#nav_left a {
	width: 100%;
	display: block;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
	height: 25px;
	line-height: 25px;
}
#nav_left a.onthis {
	color: #b55;
}
#nav_left li:hover {
	background: #ddf;
}
#nav_sub_left li { padding: 0; margin: 0; border: none; }
#nav_sub_left a { color: #d69200; }


/***********/

#nav_foot {
	text-align: right;
	width: 100%;
	bottom: 0px;
	margin-top: 5px;
}
#nav_foot ul {
	width: auto;
	float: right;
}
#nav_foot li {
	padding: 0 0 0 10px;
	float: left;
}
#nav_foot li a {
	text-decoration: none;
	line-height: 20px;
}
#nav_foot li a:hover {
	text-decoration: underline;
}
#nav_foot ul, #nav_foot li {
	margin: 0;
	list-style: none;
}
#evergreen_logo {
	clear: both;
}





/**********
 * DROPDOWN EXTRAS
 * ********/
#nav_top {
	z-index: 30;
}
#nav_top ul div {
	position: absolute;
	visibility: hidden;
}
#nav_top ul div.nojs {
	visibility:visible;
}

#nav_top ul div a {
	position: relative;
}

/* * * * * * *
 * STYLES     *
 * * * * * * */

body {
	margin: 0;
	padding: 0;
}

a img { border: none; }

.wrapper {
	clear:both;
}

.container {
	margin:0 auto;
}


/*************************/
/*** OVERALL PAGE DIMS ***/
/*************************/
#site_page {
	width:900px;
	margin: 20px auto 0 auto;
	background: #FFF;
	padding: 0 10px;
        box-shadow: 0 0 20px #888;
        text-align:left;
}
#site_top,
#site_main,
#site_bottom {
	padding: 0;
}
/*************************/
/*** BASIC STYLES	  ****/
/*************************/
#site_top {
	margin-bottom: 10px;
	background: #FFF right top no-repeat;
        background-image:url('gfx/dogs.jpg');
}
#site_main {
	width: 900px;
	background: #FFF;
        padding-bottom:10px;
}

#site_bottom {
	text-align: right;
	font-size: 12px;
	height: 110px;
	margin-top: 20px;
        padding:5px;
        width:900px;
        margin:0 auto;
}
.clearfloat {
        clear:both;
}
/*************************/

#logo {
	float: left;
	width: 200px;
	margin: 8px 0;
	display: block;
}
#logo a img {
	padding: 5px 0;
}

#content_single_column {
	min-height: 300px;
	float: left;
}
#content_two_column {
	min-height: 250px;
	float: right;
	width: 720px;
}

#copyright {
	width: 100%;
	float: right;
	text-align: right;
	clear: both;
	font-size: 11px;
	margin-top: 50px;
}
#login_info {
	float: right;
	clear: right;
	margin: 5px 0;
	padding: 0;
	width: auto;
	font-size: 12px;
}

/**************/



#fadingimages {
	float: left;
	clear: left; 
	width: 160px;
	height:250px;
	position: relative;
}

#fadingimages div {
	float: left;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 160px;
	height: 250px;
	display: none;
	text-align: center;
}

#fadingimages div img {
	margin-top: 10px;
}


/****************/


#contact_form {
	margin-bottom: 20px;
	clear: none;
	float: left;
}
#contact_form thead th {
	margin: 0;
	padding: 0;
	text-align: left;
}
#contact_details {
	float: left;
		line-height: 22px;
}
#contact_details a {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	background: #5F388A;
	color: #fff;
	padding: 2px 20px;
}
#contact_form,
#contact_details {
	margin: 10px 10px 0 0;
	width: auto;
	font-size: 12px;
}
#contact_form tbody th, 
#contact_details tbody th,
#gmap_details tbody th {
	text-align: right;
	padding-right: 20px;
}
#gmap_details {
	width: auto;
	font-size: 11px;
	margin: 15px 5px 5px 5px;
}
#googlemap { 
	width: 100%;
	height: 450px;
	float: right;
	border-top: solid 4px #5a4472;
	border-bottom: solid 4px #5a4472;
	margin: 10px 0 20px 0;
}


/***********************/
/***********************/


.stretch {
	width: 100%;
	clear: both;
	height: 2px;
}


/* ## 
 * PAGINATOR
 * ## */

#paginator {
	padding: 0;
	margin: 10px 0 5px 0;
	width: auto;
	border-collapse: collapse;
}

#paginator td {
	width: 80px;
	height: 28px;
	line-height:32px;
	text-align:center;
	background: url('gfx/tab_off.png') 0 0 no-repeat;
	padding: 0;
	border-bottom: solid 2px #aaa;
}

#paginator td a{
	font-weight: bold;
	color: #888;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma,helvetica,arial;
}

#paginator td:active {
	background: url('gfx/tab_on.png') 0 0 no-repeat;
}

#paginator td:hover {
}
#paginator td a:hover {
	color:#252;
}

/* ************
 * CATALOGUE
 * ***********/

#list_catalogue td {
	min-width: 100px;
	padding: 5px 10px;
}





h3.exp-heading {
	cursor: pointer;
	/* background-color: #4278b9; */
	background-image: url('gfx/icon_plus_sm.png'); 
	background-position: 4px 4px ;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: 2px 0;
	height: 25px;
	line-height: 23px;
	color: #408043;
	/* text-shadow: 1px 1px 1px #000; */
	font-size: 14px;
}
div.exp-content {
	padding: 0 0 10px 25px;
}


/***************/

#success_message {
	background: #cdffc0;
	border: solid 1px #2dd400;
}
	
#fail_message {
	background: #ffd1d1;
	border: solid 1px #ff4e4e;
}
#fail_message,                                      
#success_message {
	font-weight: bold;
	padding: 0;
	text-align: center;
	width: 90%;
	margin: 5px auto;
}

#fail_message p,
#success_message p {
	padding-left: 30px;
	margin: 10px 10px 0 10px;
	color: #333;
	height: 30px;
	display: inline-block;
	text-decoration: none;
}

/***************/

#evergreen {
	clear: both;
	padding: 2px 0 0 0;
	margin: 0;
	color: #777;
	font-size: 11px;
}
#evergreen a#eglink {
	font-weight: bold;
	color: #666;
}

/***************/

#featured_products span.thumbnail {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: solid 2px #fff;
	display: inline;
	float: left;
	margin: 15px 10px 5px 0;
}
#featured_products ul li {
	width: 100%;
	height: 100px;
	clear: both;
	background: none;
	list-style: none;
}

/***************/
/*styles*/
h1 {
        color:#1b5797;
        padding:5px 0 ;
}
h2 {
        color:#1b5797;
        padding: 2px 0;
}
h3 {
        color:#666;
        padding: 1px 0;
        font-weight:normal;
}
p {
        padding: 1px 0;
}
.twoThirds{
        width:66%;
        float:left;
}
.oneThird{
        margin-left:1%;
        width:33%;
        float:left;
}
.newsItem{
        border-bottom:2px dashed #1b5797;
        padding:5px;
}
.dateBox{
        width:50px;
        height:60px;
        background: #EEE;
        float:left;
}
.dateBox .month {
       font-size:20px;
       font-weight:bold;
       text-align: center;
       padding:5px 0;
}
.dateBox .day {
       font-size:28px;
       font-weight:bold;
       text-align: center;
}
.newsInfo{
        float:left;
        padding:0 5px;
}
.newsInfo h3 {
        color:#4e8bec;
        padding:0;
        margin:0;
        font-weight:normal;
}
