@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #27417a;
	background-attachment: fixed;
}
div#holder {
	background-image: url(../images/holder-bg.jpg);
	background-repeat: repeat-y;
	width: 969px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 92px;
}
#header p#phone {
	color: #FFF;
	text-align: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
}
h2#slogan {
	font-size: 19px;
	font-weight: bold;
	color: #000;
	margin-left: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
}
div#content-holder {
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	min-height: 391px;
}
div#content {
	width: 740px;
	margin-top: 0px;
	padding: 0px;
	float: right;
	margin-right: 25px;
}
#content h1 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}
div#menu {
	width: 150px;
	margin-left: 37px;
		position:relative;
	z-index:150;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 103px;
	clear: both;
}
#menu li {
	display: block;
	margin-bottom: 5px;
}
#menu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	padding-left: 15px;
	width: 135px;
	display: block;
	position:relative;
}
#menu ul li a:hover {
	color: #122453;
	background-color: #51C1C8;
}
#menu ul li {float:left; margin-right:1px; position:relative;}
#menu ul li ul {display: none;}
#menu ul li:hover ul {
display:block; position:absolute; top:0;
left:150px; width:200px; border: solid 1px #036; z-index: 1000;background: #699; padding-top:0;
}
#menu ul li:hover ul li a.hide {
background:#fff; color:#444;
}
#menu ul li:hover ul li:hover a.hide {width:200px;}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a {
display:block; color:#000; width:192px; border-bottom: 1px dashed #6f6f6f; padding-left: 8px; font-size: 12px; line-height:18px; margin-bottom:0;padding-bottom:0;text-transform: capitalize; font-weight: normal;
}
#menu ul li:hover ul li a:hover {	color: #036;
	border-bottom: 1px dashed #036;
	background: #6CC;}
#menu ul li:hover ul li:hover ul {
display:block; position:absolute; left:151px; top:0; color:#000;
}
#menu ul li:hover ul li:hover ul li a {
display:block; width:200px; background:#dfc184; color:#000;
}
#menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e;
color:#fff;
}
#address {
	color: #FFF;
	font-size: 12px;
	text-align: left;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	padding-top: 0px;
	padding-left: 25px;
}
#footer ul {
	float: right;
	width: 300px;
	padding:50px 25px 0 0;
}

#footer ul li {
	float: left;
	list-style-type: none;
}
#footer ul li a {
	display: block;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
}
#address a {
	color: #FFF;
	text-decoration: none;
}
img.rightpic {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
#content p {
	font-size: 14px;
}
#content table tr td {
	font-size: 12px;
	vertical-align: top;
	padding: 9px;
}
.clear {
	clear: both;
}
.idTabs li {
	font-size: 12px;
	float: left;
	list-style-type: none;
}
.idTabs li a {
	color: #000;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	width: 120px;
	text-align: center;
	background-color: #699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	margin-right: 2px;
	margin-left: 2px;
}
table.tabcontent {
	clear: both;
	border: 1px solid #72ABAB;
}
.idTabs li a.selected{
	color: #182F61;
	background-color: #3CC;
}
#carcasses tr td img {
	width: 160px;
}
#compounds tr td div img {
	text-align: center;
}
.data-layout td {
	padding: 2px;
	border: 1px solid #CCC;
}
div#column {
	float: left;
	width: 47%;
	margin-right: 3%;
}
h2 {
	font-size: 16px;
	color: #1B9FAE;
}
h1 {
	font-size: 30px;
}
img.leftpic {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
div#hometop {
	font-size: 15px;
	border: 1px solid #5B7D7C;
	background-color: #B4E0E0;
	background-image: url(../images/home-top-bg.jpg);
	background-position: right bottom;
}
#hometop p {
	font-size: 14px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 9px;
}

div#homecolumn {
	width: 48%;
	margin-right: 2%;
	background-image: url(../images/homebox-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	border: 1px solid #D3E1E1;
}
div#homecolumn-right {
	float: left;
	width: 48%;
	margin-left: 1%;
	background-image: url(../images/homebox-bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #D3E1E1;
}
#homecolumn h2, #homecolumn-right h2 {
	text-align: center;
	margin: 0px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #3C8E96;
	color: #000;
}
#homecolumn ul li, #homecolumn-right ul li {
	font-size: 14px;
}
.red {
	color: #F00;
	font-size: larger;
}
#gallery a img {
	border: 1px solid #607B78;
	margin-right: 2px;
	margin-bottom: 2px;
}
#gallery a:hover img {
	border: 1px solid #3CC;
	margin-right: 2px;
	margin-bottom: 2px;
}
#hometop h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: 17px;
}
#menu input {
	width: 90%;
	margin-left: 5%;
}
#menu label {
	text-indent: 8px;
}
