

hr{
	height: 5px;
	background: #67951A;
}

a
{
        color: #67951A;
        text-decoration: none;
}

img{
	border: 0px;
}

a:hover
{
        color: #000000;
        text-decoration: underline;
}

h3 a
{
        color: black;
        text-decoration: none;
}

h3 a:hover
{
        color: black;
        text-decoration: none;
}

/* The border surrounding the entire page contents */
div.page_layout
{
        width: 810px;
        margin: 0 auto;
        text-align: left;
        padding: 0px 0px;
}

div.page_container
{
        background: url(../../../images/global/fish/right_side.gif) repeat-y #ffffff right;
        padding: 0px 2px;
        border-left: 0px solid #dadada;
}

body
{
        font-family: arial, helvetica, sans-serif;
        margin: 0px;
        color: #252D30;
        text-align: center;
        background: url(../../../images/global/fish) repeat-x #ececec center;

}

td, th, body {
        font-size: 10pt;
}

/* The common page banner */

div.header_0
{
        width: 810px;
        background: url(../../../images/global/fish/header_0.jpg) no-repeat;
        height: 155px;
}

div.header_1
{
        width: 810px;
        background: url(../../../images/global/fish/header_1.jpg) no-repeat;
        height: 155px;
}

div.header_2
{
        width: 810px;
        background: url(../../../images/global/fish/header_2.jpg) no-repeat;
        height: 155px;
}

div.header_3
{
        width: 810px;
        background: url(../../../images/global/fish/header_3.jpg) no-repeat;
        height: 155px;
}

div.header_4
{
        width: 810px;
        background: url(../../../images/global/fish/header_4.jpg) no-repeat;
        height: 155px;
}


.right_page_container
{
	float: left;
	width: 634px;
}

.page_content
{
        width: 634px;
        border: 1px solid #dadada;
	background: url(../../../images/global/fish/menu_bg.gif) repeat-x;
	float: left;
}

.page_content_inner
{
        padding: 15px 10px;
	float: left;
}

.footer{
        float: left;
        width: 810px;
        margin-left: 0px;
        height: 17px;
        position: relative;
        left: -3px;
        text-align: right;
}

.footer_left
{
	background: url(../../../images/global/fish/footer_left.gif) no-repeat;
	height: 17px;
	width: 11px;
	float: left;
}

.footer_right
{
	background: url(../../../images/global/fish/footer_right.gif) no-repeat;
	height: 17px;
	width: 13px;
        # width: 11px;
	float: left;
	margin-left: 0px;

}

.footer_repeat
{
	float: left;
        background: url(../../../images/global/fish/footer_repeat.gif) repeat-x;
	height: 17px;
	width: 785px;
	#width: 788px;
}

.designed{
        text-decoration: none;
}

.designed:hover{
        color: #ffffff;
}

/* Main Menu style */
.main_menu
{
        width: 160px;
        padding-right: 5px;
        float: left;
}

.main_menu ul
{
        list-style: none;
        padding: 0px;
        padding-right: 2px;
        margin: 0px;
}

.main_menu li
{
        display: block;
        padding-top: 1px;
        padding-bottom: 1px;
        background: #ffffff;
        border-top: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
}

.main_menu li a.menu_link
{
	height: 25px;
	display: block;
	padding: 9px 9px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	background: url(../../../images/global/fish/menu_bg.gif) repeat-x;
	text-decoration: none;
	text-align: left;
	color: #252D30;
	font-size: 12pt;
}

.main_menu li a:hover
{
	background: url(../../../images/global/fish/menu_select.gif) repeat-x;
	font-color: #000000;
}

/* Hide from IE5-Mac \*/
.main_menu li a
{
        float: none;
}
/* End hide */

.main_menu li a.menu_link_s
{
        height: 25px;
        text-align: left;
        display: block;
        padding: 0px 9px;
        padding-top: 4px;
        padding-bottom: 3px;
        background: url(../../../images/global/fish/menu_select.gif) repeat-x;
        text-decoration: none;
        text-align: left;
        color: #000000;
        font-size: 12pt;

}



/* End Main Menu Style */



/* Font colors */

.white
{
    color: #FFFFFF;
}

.black
{
    color: #000000;
}

.grey{
   color: #F6F6F6
}

.green
{
   color: #67951A
}

/* End Font Colors */

/* Font Styles */

.large
{
   font-size: 12pt;
}

.small
{
    font-size: 9pt;
}

.smaller
{
    font-size: 8pt;
}

.really_small
{
    font-size: 7pt;
}

.italic
{
    font-style: italic;
}

.underline
{
   text-decoration: underline;
}

.bold
{
   font-weight: bold;
}

/* End Font Styles */

/*
 *  Floats
 */

.left
{
   float: left;
}

.right
{
   float: right;
}

.clear
{
   clear: both;
}

.cleft
{
   clear: left;
}

.cright
{
   clear: right;
}


/******* End floats ********/



/**** errors ******/

.error
{
  color: #ff0000;
  font-size: 10pt;
}

.system_error
{
    color: #ff0000;
    padding: 5px;
    background: #FFFFC0;
    border: 2px solid #dadada;
}

.general_error
{
    background: #FFFFC0;
    color: #ff0000;
    padding: 3px;
    border: 1px solid #dadada;
}

span.module_error
{
    color: #ff0000;
}


.op_links
{
    float: right
}


/*** Move to Prices *****/


.prices{
	border: 1px solid #dadada;
	margin: 3px;
	background: #ffffff;
	padding: 4px;
}

.price_title
{
	float: left;
}

/**** Move to article css ****/

.article{
	float: left;
	clear: both;
	background: #ffffff;
	border: 1px solid #dadada;
	padding: 5px;
	margin-bottom: 5px;
	width: 600px;
}

.article #article_title
{
	font-weight:bold;
	/*width: 100px;*/
}

.article #article_body
{
	width: 300px;
}

div.species_groups
{
	width:621px;
}

ul.species_groups {
	margin:0; padding:0;
}
ul.species_groups li {
	list-style-type: none;
	display: block;
	border-top: #dadada solid 1px;
	margin: 10px 0;
	padding: 5px 0;
}

ul.species_groups li h4 {
padding:0; margin:0;
}

.species_image
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}



/***** Testimonial *******/

.testimonial
{
	padding: 5px;
	border: 1px solid #dadada;
	background: #ffffff;
	margin: 5px;
	width: 580px;
	float: left;
}

blockquote
{
	font-size: 12pt;
	font-style: italic;
	float: left;
}

.testimonial_body
{
	float: left;
	width: 430px;
}

.testimonial_gallery{
	width: 100px;
	float: left;
	border: 1px solid #dadada;
	margin: 5px;
	padding: 5px;
	background: #ffffff;
}


/**** need ot move to gallery.css    ****/


.gallery_container
{
	width: 155px;
	height: 190px;
	float: left;
	padding: 5px;
}

.gallery_header
{
	padding: 0px;
	padding-left: 5px;
	background: #ffffff;
	height: 30px;
	background: url(../../../images/global/gallery_header.gif) repeat-x;
}

.gallery_img_container
{
	padding:10px;
	background: url(../../../images/global/gallery_bg.gif) repeat-x;
}

.gallery_image_view {
	height: 120px;
	width: 120px;
	padding: 2px;
	border: 1px solid #dadada;
}

.admin-interface h3 {
	text-align: center;
}
