@charset "utf-8";

/* some utility classes */

.float_l {
	float: left;
	display:inline;
}

.float_r {
	float: right;
	display:inline;
}

.clear { 
	clear: both; 
	height: 0; 
}

h1, h2, h3 {
	color: #c1282d;
}

label {
  color: #000;
}

html {
	background-color:#CACBCD;
	/*background: #fff url(../images/bg_body.jpg) 0 0 repeat-x;*/
}

body {
  margin: 0;
  padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #CACBCD url(../images/bg.jpg);
	/*background: #fff url(../images/bg_body.jpg) 0 0 repeat-x;*/
	font-size: 12px;
}

#container {
	border: 0 none;
	margin-top: 0; /* per Karen */
  	background: #fff url(../images/cont_bck.jpg) 0 0 repeat;
}

#header {
	width: 950px;
	height: 87px;
	background: transparent url(../images/header.jpg) 0 0 no-repeat;
}

#fb_like {
	position:relative;
}

#splashLink {	
	width: 236px;
	height: 50px;
	display: block;
	padding:30px 0px 0px 20px;
	position:relative;
	z-index:10;
}

#nav {
	background: transparent 0 0 repeat-x;
	height: 28px;
	width: 950px;
}

#pagebody {
  background-color: transparent;
}

.staff {
	height: 175px;	
}

#footer {

  margin: 0 auto;

  width: 950px;

  height: 35px;

	font-size: 11px;

	background: transparent url(../images/bg_footer.jpg) 0 0 repeat-x;	

}



#footer a {

	color: #ccc;

}



#footer a:hover {

	color: #FF0000;

}



.footerleft {

  padding: 0 0 0 20px;

  width: 60%;

}

.footerright {

	 padding: 0 20px 0 0;

	 margin: 0;

}



#image_containercustomcontent{

	width: 700px;

	height: 600px;

	position: relative;

	margin: 10px;

	text-align: center;

	float: left;

}

#thumb_containercustomcontent{

	width: 160px;

	height: 600px;

	border: solid 1px #1961b5;

	margin: 10px;

	overflow: scroll;

	float: left;

	text-align: center;

}

#next_buttoncustomcontent{

	width: 90px;

	height: 30px;

	margin: 0px;

	background-image: url(../images/next.jpg);

	background-repeat: no-repeat;

	cursor: pointer;

	position: absolute;

	bottom: 0px;

	right: 0px;

}

#prev_buttoncustomcontent{

	width: 90px;

	height: 30px;

	margin: 0px;

	background-image: url(../images/prev.jpg);

	background-repeat: no-repeat;

	cursor: pointer;

	position: absolute;

	bottom: 0px;

	left: 0px;

}

#customcontent .main_img{

	margin: 15px auto;

}

#customcontent .thumb_img{

	margin: 3px auto;

	padding: 3px;

	cursor: pointer;

}

#customcontent .thumb_img:hover{

	background-color: #1961b5;

}

#customcontent .alt_text{

	width: 440px;

	height: 120px;

	font-weight: 300;

	text-align: center;

	position: absolute;

	bottom: 0px;

	left: 130px;

	background-color: #EEEEEE;

	overflow: scroll;

	display: none;

}

.connect_widget td.connect_widget_vertical_center {
	font-size:10px !important;
}

#new_specials {
	display:none;
}
