@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: rgb(0, 39, 76);
	background-image: url(../images_/PMS-background-dblue.gif);
	background-repeat: repeat;
	min-width: 740px;
	line-height: 1.75em;
}
a {
	text-decoration: none;
}
a:link {
	color: rgb(103, 98, 0);
}
a:visited {
	color: rgb(103, 98, 0);
}
a:hover {
	color: rgb(255, 207, 1);
}
a:active {
	color: rgb(103, 98, 0);
}
img {
	margin: 0px;
}
#nolink {
	text-decoration: none;
	list-style: none;
}
#wrapper {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 740px;
}
#header {
	background-image: url(../images_/header.jpg);
	background-repeat: no-repeat;
	color: rgb(59, 110, 143);
	height: 140px;
}
#navigation {
	clear: both;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}
#navigation ul {
	margin: 0;
	padding: 10px 0px 10px 0px;
	height: 18px;
	line-height: 18px;
	background-image: url(../images_/navigation.jpg);
	background-repeat: repeat-x;
	font-family: "Gotham Medium", Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
	color: #FFFFFF;
}
#navigation li {
	display: inline;
	color: #FFFFFF;
}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 1.25em 1em 1.25em 1em;
}
#navigation a:hover {
	color: rgb(255, 207, 1);
}
#mainleft {
	float: left;
	width: 460px;
	padding: 0px;
	margin: 0px;
}	
#mainright {
	float: right;
	width: 280px;
	padding: 0px;
	margin: 0px;
}
#description {
	margin: 0;
}
#footer {
	clear: both;
	margin: 0;
	background-image: url(../images_/footer.jpg);
	background-repeat: repeat-x;
	font-family: "Gotham Medium", Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	border-top: 4px solid #FFFFFF;
}
#subfooter {
	margin: 0;
	color: rgb(0, 39, 76);
	text-align: center;
	font-family: "Gotham Medium", Helvetica, sans-serif;
	font-size: 9px;
}
#subfooter ul {
	margin: 0;
	padding: 0;
}
#subfooter li {
	display: inline;
}
#subfooter a:link, #subfooter a:visited {
	text-decoration: none;
	color: rgb(0, 39, 76);
}
#subfooter a:hover {
	color: #FFCF01;
}
table {
	width: 100%;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 7px;
	font-family: "Gotham Medium", Helvetica, sans-serif;
	font-size: 9px;
}
table a:link, table a:visited, table a:active {
	color: #FFFFFF;
}
table a:hover {
	color: #FFCF01;
}
#picwrap {
	margin: 0;
	padding: 0;
	display: inline;
}
.special {
	margin: 0px 5px 0px 5px;
}
.special2 {
	margin: 5px 0px 5px 0px;
}
.special3 {
	margin: 0px 0px 5px 0px;
}
ul {
	list-style-image: url(../images_/arrows.png);
}
h3 {
	font-size: 14px;
	font-family: "Gotham Medium", Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.125em;
}
#meat {
	margin: 0;
	padding: 0;
	background-image: url(../images_/gradientbg.jpg);
	background-repeat: repeat;
}
/* Easy Slider */
	#slider {
		margin: 0 0 8px 0;
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		border: 0;
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:455px;
		height:273px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
/* // Easy Slider */
