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

html {
font-size: 100%;
height: 101%;
margin-bottom: 1px;
}
body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	height:100%;
	color:#5B5B5B;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
/*html #white {
	width:50%;
	min-width:512px;
	height:101%;
	margin:0px;
	background-image:url(http://sinnersandsaintsdesserts.com/_css/images/tile.jpg);
	background-repeat: repeat;
	position:fixed;
	top:0;
	z-index:-10000;
}*/

#white {
    background-color: #000000;
    background-repeat: repeat;
    height: 101%;
    margin: 0;
    min-width: 512px;
    position: fixed;
    top: 0;
    width: 50%;
    z-index: -10000;
}

#wrap{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/pieces/faux_columns2.png);
	background-repeat: repeat-y;
	min-height:99%;
}
#mid_container{
	width:745px;
	float:left;
	margin-left:140px;
	height:100%;
}
#nav{
	margin-top:-45px;
}
#navUnder{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
	margin-bottom:0px;
}
#navUnder #buttons{
	float:right;
	margin-top:-50px;
}
#navUnder img {
	margin-left:8px;
}
.product_box{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(images/pieces/product-bg-long.png);
	background-repeat: repeat-x;
}
.product_box_title{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}


.product_box_left{
	width:350px;
	float:left;
	color:#CCCCCC;
}
.product_box_left img{
	margin-left:25px;
	margin-right:25px;
	margin-top:20px;
	border:none;
	/*float:right;*/
}
.product_box_right{
	width:350px;
	float:left;
	color:#000000;
}
.product_box_right img{
	margin-left:25px;
	margin-right:25px;
	margin-top:20px;
	border:none;
	/*float:left;*/
}
.product_box_text{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	font-size:0.8em;
}
.product_box_left_title{
	width:330px;
	height:230px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	color:#CCCCCC;
	background-image: url(images/pieces/product-bg-long.png);
	background-repeat: repeat-x;
	text-align: center;
}

.button {
    background-color: #FFFFFF;
    border: thick solid red;
    color: red;
    font-weight: bold;
    margin: 15px;
    padding: 15px;
}

.specials {
    background-color: #000000;
    color: #FFFFFF;
    padding: 25px;
}

.product_box_left_title img{
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	border:none;
	/*float:right;*/
}
.product_box_right_title{
	width:330px;
	height:230px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	color:#000000;
	background-image: url(images/pieces/product-bg-long.png);
	background-repeat: repeat-x;
	text-align: center;
}

.outer-specials_box{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	overflow: hidden;
	background: none repeat scroll 0 0;
}

.specials_box{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	background:none repeat scroll 0 0;
	overflow: hidden;
	font-size: 14px;
}


.sinner_specials {/*
    background-image: url("images/pieces/product-bg-long.png");
    background-repeat: repeat-x;*/
	background-color:#171717;
    color: #CCCCCC;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding-left: 15px;
    padding-top: 10px;
    width: 300px;
    padding-right: 15px;
}

.saints_specials{
	background-color:#e8e8e8;
	margin-left:10px;
	margin-right:10px;
	float:left;
	color:#000000;/*
	background-image: url(images/pieces/product-bg-long.png);
	background-repeat: repeat-x;*/
	padding-top: 10px;
	overflow: hidden;
    padding-left: 15px;
    width: 300px;
    padding-right: 15px;
}

.product_box_right_title img{
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	border:none;
	/*float:left;*/
}
#welcome_text{
	width:100%;
	text-align:center;
}
.small{
	font-size:0.8em;
}
#content_text{
	width:650px;
	background-image:url(images/pieces/product-bg-long.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:25px;
	padding:15px;
}
h1{
	font-size:20px;
	text-align:center;
}
h2{
	font-size:16px;
	text-align:center;
}
#contact_table #name,#phone,#email {
	border: thin solid #000000;
	width: 250px;
	height:20px;
}
#contact_table textarea {
	height: 80px;
	border: thin solid #000000;
	width: 250px;
}
#contact_table #cookie{
	margin-left: 0px;
	margin-top: 10px;
}
#contact_table th {
	text-align:left;
}
#contact_table {
	color:#000000;
	margin-left:30px;
}
#footer {
	font-size:0.7em;
	margin-top:25px;
}
#footer #links{
	margin-left:auto;
	margin-right:auto;
	letter-spacing:2px;
}
#footer #links a:link,a:visited{
	color:#666666;
	text-decoration:none;
}
#footer #links a:hover, a:active{
	color:#666666;
	text-decoration:underline;
}

 a:link,a:visited{
	color:#666666;
	text-decoration:none;
}
a:hover, a:active{
	color:#666666;
	text-decoration:underline;
}
#footer #footer_under{
	margin-top:5px;
	padding-top:5px;
	padding-bottom:15px;
	text-align:center;
	font-size:0.9em;
	background-image: url(images/pieces/footer_line.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer #footer_under a:link,a:visited{
	text-decoration:none;
}
#footer #footer_under a:hover, a:active{
	text-decoration:underline;
}

#hours {
	float: left;
    margin-left: 30px;
    padding: 0 0 0 50px;
    width: 280px;
	margin-top: 15px;
	font-size: 13px;
	color: #000000;
	
	}
	
#announce {
	float: left;
    padding-left: 30px;
    text-align: right;
    width: 250px;
	font-size: 13px;
	margin-top: 15px;
	color: #ffffff;
		}
		
.clear {
  	clear: both;
  }
  
#loc-hours {
    float: right;
    font-size: 85%;
    margin-right: 25px;
}
.specials p{
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}
.specials img{
	margin-left:0px;
	margin-right:0px;
}
