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

html {overflow-y:scroll;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#cccccc;
	background-image:url(../images/structure/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#72100d;
}

a:hover {
	color:#f71f24;
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#cccccc;	
}

.menuItem, .subheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f71f24;
}

.galleryThumb {
	border:1px solid #582326;
	padding:2px;
}

.topContainer {
	width:162px;
	height:33px;
	background-image:url(../images/structure/top.jpg);
}

.contentLeft {
	padding-top:40px;
	padding-left:14px;
	padding-bottom:35px;
}

.contentRight {
	margin-right:14px;
	padding-bottom:35px;
}

.menuContent {
	padding-left:15px;
	border-left:1px solid #582326;
	
}

.breaklineLeft {
    height:1px;
	width:531px;
	border-top:1px solid #582326;
	margin:0px;
	padding-bottom:15px;
	line-height:0;
}

.breaklineRight {
    height:1px;
	width:300px;
	border-top:1px solid #582326;
	margin:0px;
	padding-top:15px;
	padding-bottom:15px;
	line-height:0;
}

.menubreak {
    height:1px;
	width:365px;
	border-top:1px solid #582326;
	margin:0px;	
	line-height:0;
}

.menutd {
    border-bottom:1px solid #582326;	
	padding-bottom:15px;
	padding-top:15px;
}

.menutdBottom {    
	padding-top:15px;
}

.menuDisplayImage {
	float:left;
	margin-right:15px;
}

.menutdDisplay {
    border-bottom:1px solid #582326;
	border-left:1px solid #582326;
	border-right:1px solid #582326;	
	padding:15px;
	background-color:#360A07;
}

.menutdDisplayLeft {    
	border-left:1px solid #582326;	
	padding:15px;
	background-color:#360A07;
}

.menutdDisplayright {	
	border-right:1px solid #582326;	
	padding:15px;
	background-color:#360A07;
}

.menuSteaksauce {
	border-left:1px solid #582326;
	border-right:1px solid #582326;
}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
}

.footerlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
	text-decoration:none;
}

.footerlink:hover {
	color:#cccccc;
	text-decoration:underline;
}

.smalltext {
	font-size:12px;
}

.fineprint {
	font-size:10px;
}

/* BLOG STYLES **************************************************************/

.blogLeft {
	padding-top:40px;
	padding-left:14px;
	padding-bottom:35px;
}

.blogRight {
	padding-top:40px;
	margin-right:14px;
	padding-bottom:35px;
}

.bloglineLeft {
    height:1px;
	width:531px;
	border-top:1px solid #582326;
	margin:0px;
	padding-bottom:15px;
	line-height:0;
}

.bloglineRight {
    height:1px;
	width:300px;
	border-top:1px solid #582326;
	margin:0px;
	padding-bottom:15px;
	line-height:0;
}

/* MENU PAGINATION STYLES ********************************************************/

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}

.formfield {
	width:300px;
}

.fineprint {
	font-size:10px;
}

.largeprint {
	font-size:22px;	
	color:#f71f24;
}
