body {
	
	/*font-family: Georgia, Verdana, Arial;*/
    font-family: sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px;
/* 	width: 100%; */
	height: 100%;
	background: #64A9D3 url("/images/cow-background.jpg") bottom center no-repeat fixed; 
}

/*
table {
position: relative;
height: 100%;
}
*/

tbody#main-body{
display: block;
background: #fff;
}

/*
tr {
position: relative;
height: 100%;
overflow:scroll;
}
*/

/*
td {
	font-size: 14px;
	font-weight: normal;
	color: #000066;
	height: 100%;
}
*/

a {
	color: #c88b11;
}

a:hover {
	color: #006;
}

img {
    border: none;
}

td.ff_header_left {
	width: 200px;
}

td.ff_header_middle {
	background: #ffffff url("../images/header_mid.gif");
	background-repeat: repeat-x;
	font-size: 13px;
	color: #ffffff;
	width: 570px;
	z-index:100;
}

td.ff_header_right {
	background: url("../images/Header_Right.png");
	width: 10px;
}

td.ff_left_menu {
	vertical-align: top; 
	margin: 0px;
	padding: 15px 10px 10px 0px;
	background: #ffffff;
	height: 1px;
	width: 190px;
}

div.ff_left_menu {
	font-size: 12px;
	font-weight: bold;
	font-color: #083f88;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div.ff_left_menu a {
	color: #083f88;
	text-decoration: none;
	line-height: 1.3em;
}

div.ff_left_menu a:hover {
	color: #999;
	text-decoration: none;
}

div.ff_left_menu ul {
	font-size: 13px;
	padding: 0 0 0 1.5em;
	margin: 0 0 0 1.5em;
	list-style-type: square;
}

#ul_level_2 {
	font-size: 12px;
	padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
}

td.ff_left_code {
	vertical-align: bottom;
	margin: 0px;
	padding: 10px 10px 10px 0px;
	background: #ffffff;
}


div.ff_left_code {
	text-align: center;
	margin:30px 0 0 10px;
	padding: 0px;
}


td.ff_main {
	vertical-align: top;
	text-align: left;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	z-index:0;
	position: relative;
	height: 1px;

	
}

div.ff_main {
	padding: -10px 8px 10px 8px;
	margin: 0px;
	z-index:0;
	position: relative;
}

td.ff_body_right {
	background: url("../images/Body_Right.png");
	position: relative;
	height: 1px;
}

td.ff_right_menu {
	width: 140px;
	text-align: center;
	background: #e4eefe url("../images/menu_right_back.jpg");
	background-repeat: repeat-y;
}

td.ff_footer_left {
	margin: 0px;
	padding: 0px;
	background: url("../images/footer_left.png");
	background-repeat: no-repeat;
}

td.ff_footer_middle {
	margin: 0px;
	padding: 0px;
	background: url("../images/footer_mid.png");
	background-repeat: repeat-x;
}

td.ff_footer_right {
	margin: 0px;
	padding: 0px;
	background: url("../images/footer_right.png");
	background-repeat: no-repeat;
}

td.ff_footer_text {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #083f88;
	/* background: #ffffff; */
}

td.ff_footer_text a {
	color: #083f88;
	text-decoration: none;
}

.ff_form {
	background-color:#ddd;
	margin: 6px;
	padding: 6px;
	border-color: #083f88;
	border-style: dashed;
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 1px;
}

.expandable {
	list-style-image: url(../menu_arrow_right.gif);
}
.leaf {
	list-style-image: url(../menu_arrow_right.gif);
	cursor: default;
}
.subList {
	display: none;
}

.white_link {
	text-decoration: none;
	color: #ffffff;
}

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

.upc {
	font-size: 8px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.news {
	font-size: 12px;
	font-weight: normal;
	color: #000066;
}
.product {
	font-size: 12px;
	font-weight: strong;
	color: #000066;
}
.comment {
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.store {
	font-size: 13px;
	font-weight: strong;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.address {
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.apply_button {
    margin: 0;
    padding: 0;
    display: block;
    width:400px;
    height:200px;
    text-decoration: none;
    background: transparent url(../images/apply-view-positions.jpg) 0px 0px no-repeat;
}

.apply_button:hover {
    background: transparent url(../images/apply-view-positions.jpg) 0px -201px no-repeat;   
}

#form-wrapper {
    width: 520px;    
    margin: 0 auto;
}

/*#username {
    position: relative;
    margin: 20px;
}

#password {
    position: relative;
    margin: 20px;
}  */

/*#form-wrapper label {
    position: absolute;
    top: 2px;
    left: 2px;
    color: #57587F;
    }     */
    
/*#form-wrapper input {
    border: 1px solid #000066;
    color: #000066;
    height: 25px;
    width: 200px;
    padding-left: 2px;
}*/

form.jqtransform {
    margin-left: 50px;
}

form.jqtransform .pass {
    margin-right: 11px;
}

form.jqtransform .login {
    margin-left: 75px;
}

.marketing-wrapper h3 {
    margin-bottom: -10px;
}

.marketing-wrapper  {
    width: 700px;
   padding: 0 20px;
}

.mkt-check {
    float: left;
    padding: 7px 0 0 5px;
    /*line-height: 28px;*/
}

.clear_div { clear: both; }

#synesis-link:hover {
	text-decoration: underline;
	color: #fff;
}

#employee-link:hover {
	color: #ffffff;
	text-decoration: underline;
}

.slideshow {
width: 550px;
height: 370px;
position: relative;
margin: -23px 0 0 10px;
overflow: hidden;
}
