/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';
@import 'lib/suckerfish.css';
@import 'lib/lightbox.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */

#header {
	background: #f9f9f9 url(../img/header.gif) repeat-x top center;
	min-height:150px;
	height:100%;
}

#headerHome {
	background: #fff url(../img/home-header.gif) repeat-x top center;
	height:566px;
}

#headerInside {
	position:absolute;
	 left: 50%; 
     width: 1000px;
     margin-left: -500px; /* half of the width */
}

#logo {
	float:left;
}

#nav {
	background: 
	/*transparent url(../img/nav-bkg.png) repeat-x top center;*/
	padding:6px 0px 0px 10px;
	height:35px;
}

#nav a {
	color:#555;
	font-size:1.2em;
	font-family:"Century Gothic",Arial,Helvetica,Verdana,sans-serif;
	font-weight:normal;
}

#title {
	width:445px;
	padding:30px 20px;
	clear:both;	
}

#content {
	background:#ebebeb url(../img/content-bkg.gif) repeat-x top center;
}

#contentInside {
	width:1000px;
	margin:0 auto;
	padding:0px 5px;
}

#home {
	font-size:1.43em;
	padding: 11px 0px;	
}

#home p {
	letter-spacing:-1px;
	margin-bottom:0px;
}


#buybutton {
padding-top: 30px;
}

.homeButton {
	float:left;
	background: #ececec url('../img/home-button.gif') no-repeat top center;
	width:276px;
	height:205px;
	margin-right:26px;
	padding:20px 20px 0px 20px;
}

.homeButton_2 {
	background: #ececec url('../img/home-button2.png') no-repeat top center;
	float:left;
	height:220px;
	margin-right:10px !important;
	margin-top:16px;
	padding:20px 20px 0;
	width:150px;
}

.homeButton_2 p {
	line-height:1.33em;
	font-size:.857em;
}

.homeButton p {
	line-height:1.33em;
	font-size:.857em;
}

.homeButton_3 {
	float:left;
	background: #ececec url('../img/pasta_joe_quick.png') no-repeat top center;
	height:223px;
	padding:20px 20px 0;
	width:155px;
}

#chefbutton {
	margin-top:49px;
}

#joebutton {
	margin-top:192px;
}


#guestchefleftcolumn {
	float: left;
	text-align: right;
	width:155px;
}

#guestchefleftcolumn p {
margin:3px 0 0 !important;
padding:0 !important;
}


#guestchefrightcolumn {
float:left;
margin-left:10px;
text-align:left;
width:350px;
}

#guestchefwrapper {
height:200px;
margin-bottom:55px;
margin-top:50px;
}


.sidebar {
	padding-right:10px;
}

.sidebar p, #sidebarContent p {
	font-size:.857em;
	line-height:1.33em;
	color:#868686;
}

.rightCol img {
	border: 1px solid #adadad;
	padding:5px;
	background-color:#fff;
}

#footer {
	background: #ededed url(../img/footer-bkg.gif) repeat-x;
	padding:10px 0px;
	clear:both;
}


#footerInside {
	width: 1000px;
	margin: 0 auto;
	text-align:right;
	font-size:0.86em;
}

#footer p {
	line-height:1.2em;	
}

#footer a {
	text-decoration: none;
	font-weight:normal;
}


#productImage {
    width:1024px;
    margin:0 auto;
    height:379px;
}

#pageImage {
    width:1024px;
    margin:0 auto;
    height:149px;
    background:url(../img/blanktop.jpg) top center;
}

#productLinks {
	width:1024px;
	margin:0 auto;
	top:293px;
	padding-top:290px;
}

#buyNow {
	width:200px;
	float:left;
	padding-left:20px;
}


#slideshow {
	width:86px;
	float:right;
	/*background: url(../img/slideshowCamera_slammed.png) no-repeat top left;*/
}

#rollover {
	float:right;
	padding-top:15px;
	}
	

.thumbs img {
	border: solid 1px #ccc;
	height: 100px;
	padding: 4px;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.thumbs img:hover {
	border-color: #FF9900;
}

#largeImg {
border:1px solid #CCCCCC;
padding:5px;
}


#hiddenModalContent {
	padding:0 10px 10px 10px;
	text-align:center;
}


#form p {

line-height: 13px;
}


#topOptions {
margin-bottom: 20px;
}

#pastajoewrapper {
	position: absolute;
	height: 100px;
}

#pastajoetext {
top:50px;
position:relative;
}

#pastajoe {
left:50px;
position:relative;
top:-140px;
}

#pastajoebutton {
margin-top:175px;
}

#contentcontactbutton {
margin-top: -35px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:10px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#EDEDED;
	height:34px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	_margin-bottom:1px;
}

#TB_ajaxContent input, #TB_iframeContent input, #hiddenModalContent input{
    background-color: yellow;
    border: none;
    width: 50px;
    float: right;
    text-align: center;
    font-size: 11px;
}

#TB_ajaxContent h4 {
font-size: 1em;
margin: 0;
padding: 0;
}


#flashMessage {
	background-color:#E7FB5E;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #008FE1;
}

.propertyImage {
	float:left;
	width:170px;
	margin-bottom:10px;
}

.propertyImage img{
	margin:0px;
	background-color:#FFFFFF;
	border:1px solid #DFDFDF;
}


.propertyDescription {
	float:left;
	width:500px;
}

.propertyDescription h4 {
padding-top:0px;
margin-bottom:0px;
}

.propertyDescription strong {
	font-size: 18px;
	font-family: georgia, times, "times new roman", serif;
	font-weight: normal !important;
}
	
.bg1, .bg2 {
	clear:both;
}

#footer p {
color: #BBB;
}

#carouselwrapper {
height:170px;
left:-28px;
position:relative;
}

.infiniteCarousel {
	position:absolute;
	width:720px;
}

.infiniteCarousel .wrapper {
	width:632px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	margin:0 40px;
	min-height:10em;
	overflow:auto;
	position:relative;
/*position: absolute;*/
  /*top: 0;*/
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  /* width: 9999px; */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
  overflow:hidden;
}

.infiniteCarousel ul li a img {
  display:block;
  height:85px;
  width:85px;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../../../img/arrowcopy.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}