/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #900; color: #fff; text-shadow: none; }
::selection { background:  #900; color: #fff; text-shadow: none; }
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}

/* clear Outlines on links and buttons */
:focus {outline:none;}
::-moz-focus-inner {border:0;}

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-weight: normal;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Manuel Castellanos And Kevin Truck
   ========================================================================== */


/*
@font-face {
    font-family: 'Tommaso;
    src: url('_/fonts/tommaso-webfont.eot');
    src: url('_/fonts/tommaso-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/fonts/tommaso-webfont.woff') format('woff'),
         url('_/fonts/tommaso-webfont.ttf') format('truetype'),
         url('_/fonts/tommaso-webfont.svgz#TommasoRegular') format('svg'),
         url('_/fonts/tommaso-webfont.svg#TommasoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

.garamond {
	font-family: garamond-premier-pro-display,serif;
	font-style:normal;
	
}
.adobe {
	font-family: adobe-garamond-pro,serif;
	
}


.redtHeadline {
	color: #960000;
}

a, a:visited, a:hover, a:active, a:focus {
	outline: none;
	color: #940000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* FIXED FOOTER STARTS */

html
{
    background: url(../img/line-bg.gif);
}

html, body {
	height: 100%;
	
}
body {
	background: 
	url(../img/bg-light.png),
	url(../img/bg-wall.png);
	/*url(../img/bg.jpg)*/
	background-position:center top, center top;
	background-repeat:no-repeat, repeat-x;

}
.centertext {
	text-align:center;
}

header {
	width:992px;
	height:571px;
	background:url(../img/header_bg.png) no-repeat;
}

blockquote p{
	quotes: "\201C" "\201D";
	font-family: adobe-garamond-pro,serif;
	font-style: italic;
	font-weight: 400;
	margin: 0px;
	padding: 10px;
}

blockquote p:before {
	font-family: adobe-garamond-pro,serif;
	font-style: normal;
	content: open-quote;
	font-weight: 600;
}

blockquote p:after {
	font-family: adobe-garamond-pro,serif;
	font-style: normal;
	content: close-quote;
	font-weight: 600;
}


div#wrapper {
	min-height: 100%;
	background:url(../img/paper_tile.png) repeat-y 89px 0px;
	/**background-color: rgb(158,158,158);**/
}

div#main {
	position:relative;
	width:993px;
	margin:auto;
	padding:0 0 135px 0px;	
}  /* must be same height as the footer */


.gohome {
	display: block;
	height:100%;
	width:240px;
	float:left;
}
.gohome a {
	display: block;
	height: 100px;
	width: 240px;
}

.nav {
	width:100%;
	color:red;
	height:138px;
	background: url(../img/nav_bg.png) no-repeat;
	float:left;
	z-index:999999;
	position:relative;
}

.nav ul {
	display: block;
	float:left;
	margin:0px;
	padding-top:37px;
	padding-left:14px;
	margin-left:30px;
	-moz-transform: scale(1) rotate(-1deg) translate(0px, 0px) skew(-1deg, -1deg);
	-webkit-transform: scale(1) rotate(-1deg) translate(0px, 0px) skew(-1deg, -1deg);
	-o-transform: scale(1) rotate(-1deg) translate(0px, 0px) skew(-1deg, -1deg);
	-ms-transform: scale(1) rotate(-1deg) translate(0px, 0px) skew(-1deg, -1deg);
	transform: scale(1) rotate(-1deg) translate(0px, 0px) skew(-1deg, -1deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ie7 .nav ul, .ie8 .nav ul {
	padding-top:20px;	
} 
div.nav ul li {
	float: left;
	font-family: 'TommasoRegular',sans-serif;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	color: rgb(230,227,224);
	font-size: 26px;
	padding: 0 22px 0 0;
	
}
div.nav ul li a {
	color: rgb(230,227,224);
	text-decoration: none;
}
div.nav ul li a:visited {
	color: rgb(230,227,224);
}
div.nav ul li.selected a {
	color: rgb(207,135,64);
}
div.nav ul li a:hover {
	color: rgb(231,152,72);
}
div.nav ul li a:active {
	color: rgb(181,119,56);
}

div.nav ul li#facebook
{
    margin-top: -10px;
}

.ie7 ul li#facebook, .ie8 ul li#facebook
{
    margin-top: 0px;
}

div.picture_frame {
	height:384px;
	width:735px;
	position:relative;
	top:-36px;
	float:left;
	z-index:1;
	background:url(../img/frame_bg.png) no-repeat 53px 0px;
}
div.cycle,
div.fixed_image {
	position:absolute;
	top:30px;
	left:76px;
	height:307px;
	width:627px;
	overflow:hidden;
	display:block;
}

div.cycle_fixed,
div.fixed_image {
	position:absolute;
	top:30px;
	left:77px;
	height:307px;
	width:627px;
	overflow:hidden;
	display:block;	
}
div.cycle img,
div.fixed_image img {
	width: 100%;
	height: auto;
}
div.picture_frame_top {
	height:384px;
	width:735px;
	position:absolute;
	top:-20px;
	left:3px;
	z-index:9998;
	background:url(../img/frame_top_bg.png) no-repeat 65px 20px;
}
div.ribbon {
	position:absolute;
	left:22px;
	top:262px;
	height:64px;
	z-index:9999;
	
}
div.ribbon span {
	height:64px;
	display:block;
	float:left;
	font-family:'TommasoRegular',sans-serif;
	font-size:20px;
	color:white;
	
}

.ie7 div.ribbon span, .ie8 div.ribbon span {
	font-size:17px !important;
}

div.ribbon .ribbon_left {width:43px;background:url(../img/ribbon_left_header.png) no-repeat;}
div.ribbon .ribbon_middle {padding:10px 45px 0 0px;background:url(../img/ribbon_middle_header.png) repeat-x;}
div.ribbon .ribbon_right {width:28px;background:url(../img/ribbon_right_header.png) no-repeat;}

div.ribbon .ribbon_middle #ribbon_info {
	/*min-width: 130px;*/
	display: block;
}

div.hours {
	float:left;
	width:183px;
	height:384px;
	padding:20px 0 0 0;
	margin: 0 50px 0 0;
	color:rgb(37,23,11);
    font-size: 12px;
}

.ie7 div.hours {
	padding-top: 40px;
}

.ie7 div.hours p, .ie8 div.hours p
{
    font-size: 11px !important;
}

div.hours h1 {
	font-family:'TommasoRegular',sans-serif;
	font-size:19px;
	letter-spacing:1px;
	border-top:1px solid rgb(37,23,11);
	border-bottom:1px solid rgb(37,23,11);
	line-height:20px;
	text-align:center;
	margin: 20px 0 10px 0;
}
div.hours h1 span {position:relative; top:1px;}
div.hours p {
	font-family: adobe-garamond-pro,serif;
	font-style:normal;
	font-weight:400;
	line-height:10px;
	margin:4px 0 4px 0;
}

div#main .ribbon {
	position:relative;
	height:70px;
	width:838px;
	top:0px;
	left:77px;
	margin-bottom:20px;
}
div#main .ribbon .ribbon_left {
	height:100%;
	width:13px;
	background:url(../img/ribbon_left_main.png) no-repeat;
}
div#main .ribbon .ribbon_middle {
	padding: 11px 0 0 24px;
	font-size:40px;
	width:727px;
	background:url(../img/ribbon_middle_main.png) repeat-x;
}
div#main .ribbon .ribbon_right {
	height:100%;
	width:74px;
	background:url(../img/ribbon_right_main.png) no-repeat;
}
div#main .about p {
	padding-left:130px;
	font-size:16px;
	color:#25170b;
	line-height:24px;
	padding-right:40px;
	font-family: adobe-garamond-pro,serif;
	font-style:normal;
	font-weight:400;
}
div#main .about p span {
	color:#960000;
}

div#main .left_col {
	width:40%;
	float:left;
	margin-left:50px;

}
div#main .right_col {
	width:40%;
	float:left;
	margin-left:70px;

}
div#main .left_col > ul {
	border-right: 1px solid #e8ca95;
	margin-bottom:40px;
}
div#main article#menu .left_col > ul,
div#main article#menu .right_col > ul {
	border-right:none;
	margin-bottom:40px;
}
div#main article#menu .left_col {
	/*margin-left:11%;
	margin-bottom:20px;*/	
}
div#main article#menu .right_col {
	/*margin-left:2%;
	margin-bottom:20px;*/
}

div#main .right_col > ul {
	border-right: 1px solid #e8ca95;
	margin-bottom:20px;
}
article#menu_dinner div.right_col li.title, article#menu_dinner div.left_col li.title, article#menu div.left_col li.title {
	border:none;
}

/** SPECIALS **/
div.specials {
	font-family: adobe-garamond-pro,serif;
	font-weight:400;
	width:287px;
	color:#cccccc;
	
	margin-top:-120px;
	margin-left:-23px;
	z-index:9999;
}
div.specials div.specials_footer {
	width:208px;
	background-image:url(../img/bg_specials_footer.png);
	height:41px;	
	
	padding-left:80px;
	padding-top:20px;
}
div.specials div.specials_header {
	background-image:url(../img/bg_specials_header.png);	
	width:287px;
	height:69px;
}
div.specials div.specials_main {
	background-image:url(../img/bg_specials_main.png);	
	padding:15px;
}

.specials h1, div#main .specials p {
	width:260px;
}
div.specials div.specials_main p:last-child {
	border-bottom:1px solid #c98a19;	
}

.specials h1 {

	font-style:italic;
	font-size:18px;
	letter-spacing:1px;
	border-top:1px solid #c98a19;
	padding-top:13px;
	padding-bottom:10px;
	margin:0px;

}
.specials h2 {
	
	font-size: 14px;
	color:#c98a19;	
	text-transform:uppercase;
	padding:10px 0 0 44px;
	width:210px;
	border-top:1px solid #c98a19;
	

}
.specials a {
	color:#c98a19;
	text-decoration:none;
}

.specials p {
	font-size:15px;
	margin:0px;
	padding-bottom:10px;
	line-height:16px;

}
div#main .crew {
	width:800px;
	margin-left:140px;

}
div#main .crew h1 {
	font-family:'TommasoRegular',sans-serif;
	height:40px;
	background:url(../img/crew_bar.png) no-repeat 0px 32px;
	
}
div#main .crew .meet img {
	float:left;
	padding-right:10px;
}
div#main .crew .meet h1 {
	float:left;
	border-bottom:solid thin #e3c989;
	background:transparent;
	font-family: adobe-garamond-pro,serif;
	font-size:1.2em;
	line-height:12px;
	height:18px;
	width:522px;
	
}
div#main .crew .meet h1 span {
	font-style:italic;
	font-weight:300;
}
div#main .crew .meet p {
	font-family: adobe-garamond-pro,serif;
	line-height:20px;
	color:#25170b;
	font-size:1.1em;
	
}
div#main .view_crew {
	font-family: adobe-garamond-pro,serif;
	color:#910000;
	text-transform:uppercase;
}
div#main .view_crew a {
	text-decoration:none;
	color:#910000;
}
div#main .news {
	margin-left:140px;
	width:800px;
	padding-bottom: 40px;
}
div#main .news h1 {
	font-family:'TommasoRegular',sans-serif;
	height:40px;
	background:url(../img/crew_bar.png) no-repeat 0px 32px;
}
div#main .news h2 {

	height:20px;
	display:block;
	font-family: adobe-garamond-pro,serif;
	color:#940000;
	font-size:2em;
	font-weight:200;
}

div#main .news .news_text {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px; 
}

div#main .news .news_text p {
	font-family: adobe-garamond-pro,serif;
	font-size:1.2em;		
}
div#main .news .news_text p span {
	color:#940000;
}

footer {
	position: relative;
	margin: 0 auto;
	margin-top: -135px; /* negative value of footer height */
	height: 216px;
	clear:both;
	overflow: hidden;
	width: 992px;
} 

footer div#footer {
	background: url(../img/footer_bg.png) no-repeat scroll 0 0 transparent;
    height: 216px;
    padding: 15px 0 0 0 !important;
}
footer div#footer div {
	float:left;

}
footer .site_map {
	width:200px;
	height:110px;
	margin-left:46px;
	padding-top: 17px;
}

footer .site_map ul {
	float:left;
	font-size:1.1em;
	margin:0;
	padding:0px 0 4px 24px;
	list-style-type:none;
	font-family: adobe-garamond-pro,serif;
	color:#b48f72;
}
footer .site_map ul li a {
	color: #B48F72;
	text-decoration: none;
}
footer .site_map ul li a:visited {
	color: #B48F72;
}
footer .site_map ul li a:hover {
	color: #9c7b62;
}
footer .site_map ul li a:active {
	color: #826752;
}
footer p.copywrite {
	color: #B48F72;
	font-family: adobe-garamond-pro,serif;
    font-size: 12px;
	text-indent: 0px;
}
footer div.goGull p {
	padding: 0px;
	margin: 0px;
	color: #B48F72;
	font-family: adobe-garamond-pro,serif;
    font-size: 14px;
	text-indent: 24px;
}
footer div.goGull a {
	color: #B48F72;
	text-decoration: none;
}
footer div.goGull a:visited {
	color: #B48F72;
}
footer div.goGull a:hover {
	color: #9c7b62;
}
footer div.goGull a:active {
	color: #826752;
}

footer .footer_info {
	width:490px;
	height:110px;
	
	margin-left:14px;
	margin-top:40px;
}
footer .footer_info h1 {
    text-align: center;
	font-family:'TommasoRegular',sans-serif;
	color:#b48f72;
	margin:0;
	padding:0;
	float:left;
	margin-left:12px;
    font-size: 40px;
    width: 100%;
	
}
footer .footer_info span {
    text-align: center;
	font-size:18px;
	font-family: adobe-garamond-pro,serif;
	font-style:italic;
	color:white;
	font-weight:200;
	margin-right:10px;
	margin:0;padding:12px 23px 0 0;
    width:100%;
    float: left;
}
footer #signup_message {
	display:none;
	float: left;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    width: 210px;
}
footer .success {
	color:green;
}
footer .error {
	color:red;
}
footer .mailing_list .separate {
	width:350px;
	height:200px;
	position: relative;
}
footer .mailing_list input:focus {
	color:white;
}
footer .mailing_list .placeholder {
	color:#27180c;
}


footer .mailing_list input {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#f2f2f2;
	width:159px;
	height:26px;
	background:#646464;
	border:1px solid black;
	float:left;
	margin:0 0 8px 10px;
	padding:0 0 0 2px;
	font-family: adobe-garamond-pro,serif;
	resize:none;
}
footer .mailing_list select{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width:161px;
	height:28px;	
	margin:0 0 8px 10px;
	padding:0;
	float:left;	
}
footer .mailing_list .sign_me_up {
	background:transparent;
	height:72px;
	width:120px;
	float:left;
	text-indent:-9999em;
	border:0px;
}
footer .mailing_list #fix {

}

footer .social {
	margin-left:10px;
	width:130px;
	height:110px;
	background:url(../img/btn_social.png) no-repeat;
}
footer .social .facebook {
	height:40px;
	width:34px;
	display:block;
	margin-left:5px;
	margin-top:4px;
	float:left;
	text-indent: -9999em;
}
footer .social .twitter {
	height:40px;
	width:34px;
	display:block;
	float:left;
	margin-top:20px;
	margin-left:4px;
	text-indent: -9999em;
	margin-right:30px;
}
footer .social .spaniard {
	font-family: adobe-garamond-pro,serif;
	font-size:12px;
	text-decoration:none;
	color:#b48f72;
	margin:15px 0 2px 0;
	float:left;
}


/******** NEWS PAGE **********
I am going to use content to create space on the left of the div
*/
#content {
	margin:0 0 0 140px;
	width:716px;
}

#content .entry {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

#content .entry img {
	padding-bottom: 15px;
}

.ie7 #content .entry img,
.ie8 #content .entry img  {
	padding-bottom: 15px;
	float: left;
	margin-right: 20px;
}

article#content section h1 {
	font-family:'TommasoRegular',sans-serif;
	height:40px;
	font-size:2em;
	width:100%;
	background:url(../img/crew_bar.png) no-repeat 0px 32px;
	color:#940000;
}
article#content section span {
	float:right;
}
article#content section div.entry {
	-webkit-column-count: 2;
	font-family: adobe-garamond-pro,serif;
	font-size:1.2em;		
}
article#content section p span {
	color:#940000;
}
article#content section  {
	padding:0 0 40px 0;
}
div.navigation div.next-posts { 
	margin-top:30px;
	float:right;
}
div.navigation div.next-posts a {
	width:72px;
	height:24px;
	background:url(../img/btn_next.png) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
div.navigation div.prev-posts {
	margin-top:30px;
	float:left;
}
div.navigation div.prev-posts a {
	width:72px;
	height:24px;
	background:url(../img/btn_prev.png) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	overflow:hidden;	
}

/******** LOCATION **********/
article#location {
	margin:0 0 0 140px;
	width:716px;
	float:left;
	padding-bottom: 70px;
}
article#location div.map_frame {
	width:358px;
	height:422px;
	background:url(../img/img_map_frame.png) no-repeat 0 0;
	position:relative;
	float:left;
}
article#location div#map_canvas_large {
	width:332px;
	height:396px;
	background:url(../img/img_temp_map.jpg) no-repeat 0 0;
	position:absolute;
	top:10px;
	left:12px;
}
article#location div.map_text {
	float:left;
	width:338px;
	font-family: adobe-garamond-pro,serif;
	font-size:1.2em;
	padding: 0 0 0 20px;
}
article#location div.map_text p {
	margin-bottom: 8px;
}
article#location div.map_text h1 {
	float:left;
	font-size:14px;
	text-align: center;
	width:100%;
	margin-bottom:0;
	border-left:solid thin #e3c989;
	border-right:solid thin #e3c989;
}
article#location div.address {
	float:left;
	width:100%;
	border-left:solid thin #e3c989;
	border-right:solid thin #e3c989;
	border-top:solid thin #e3c989;
	padding:10px 0 0 0;
	
}
article#location div.address label {
	width:20%;
	font-family: adobe-garamond-pro,serif;
	color:#25170b;
	margin-left:4px;
}
article#location div.address input#fromWhere {
	width:82%;
	border:0px;
	color: #8b0000;
	background:transparent;
	font-family: adobe-garamond-pro,serif;
	border-bottom:1px solid #e3c989; 
}

article#location div.address button#getRoute {
	width:139px;
	height:24px;
	background:url(../img/btn_directions.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0px;
	float:right;
	margin-right:10px;
	margin-bottom:-5px;
	margin-top:10px;
	padding-bottom: 40px;
}
article#location div.address button#undo {
	display:none;
}
section#directions  {
	float:left;
	background:url(../img/img_bar.png) repeat-x top;
	width:100%;
	margin:0px;
	padding:0px;
	border-left: 1px solid #f0caa5;
	border-right: 1px solid #f0caa5;
}

section#directions #directions_panel {
}

article#location section#directions ul {
	list-style-type:none;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
article#location section#directions ul li {
	border-right:1px solid #f0caa5;
	border-bottom:1px solid #f0caa5;
	font-family: adobe-garamond-pro,serif;
	margin:0;
	padding:10px;
	font-weight:bold;
	font-size:12px;
	
}
section#directions ul li.steps {
	width:50px;
	float:left;
	
}
article#location section#directions ul .description {
	width:521px;
	float:left;
}
article#location section#directions ul .description span {
	float:right;
}
article#location section#directions ul li.dist {
	width:83px;
	float:right;
	text-align:center;
	border-right:none;
}

article#location section#directions ol {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	width:100%;
}
article#location div#directions_panel ol li.bottom_bar {
	float:left;
	border-bottom:1px solid #f0caa5;
	
	width:100%;
	
}
article#location section#directions ol li ol li {
	float:left;
	height:auto;
	font-family: adobe-garamond-pro,serif;
	padding:10px 0 0 10px;
}
article#location section#directions ol li ol li.o_steps {
	width:60px;
	float:left;
	height:40px;
	border-right:1px solid #f0caa5;

}
article#location section#directions ol li ol li.o_description {
	width:531px;
	float:left;
	height:40px;
	border-right:1px solid #f0caa5;
	vertical-align:middle;
}
article#location section#directions ol li ol li.o_dist {
	width:90px;
	float:right;
}

/**** ABOUT  ****/
article#about {
	margin:0 0 0 140px;
	width:716px;
	float:left;
	padding-bottom: 70px;
}

article#about section {
	font-family: adobe-garamond-pro,serif;
	font-size:16px;	
	line-height:24px;
}

article#about section.grid10 {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px; 
}

article#about section img {
	padding:10px 0 10px 0;
	width:330px;
	height:auto;
}

.ie7 article#about section img,
.ie8 article#about section img {
	float: left;
	margin-right: 20px;
}

article#about section span {
	position:relative;
	top:16px;
	font-size:48px;
	line-height:16px;
	font-weight:900;
}
article#about h1 {
	font-family:'TommasoRegular',sans-serif;
	font-size:2em;
	padding-bottom:2px;
	background:url(../img/img_bar.png) no-repeat 0 30px;
}
article#about section.staff {
	width:23%;
	margin:0 1% 0 1%;
	float:left;
	padding-bottom: 20px;
}
article#about section.staff img {
	padding:10px 0 10px 0;
	width:100%;
	height:auto;
}
article#about section.staff h1 {
	font-family: adobe-garamond-pro,serif;
	font-size:18px;
	padding:0;
	margin:0;
}
article#about section.staff h2 {
	font-family: adobe-garamond-pro,serif;
	font-size:18px;
	font-style:italic;
	font-weight:200;	
	color:#960000;
	margin:0;
	padding:0;
}
article#about section.staff p {
	margin:0; padding:10px 0 0 0;
}

/***** TERMS OF USE *****/
article#terms {
	margin:0 0 0 140px;
	width:716px;
	float:left;
}
article#terms section, article#terms h1, article#terms p {
	font-family: adobe-garamond-pro,serif;	
	padding:0;
	margin:0;
}
article#terms section h1 {
	font-size: 24px;
	color: #940000;
	padding: 10px 0px 8px 0;
}

article#terms section p,
article#terms section ol li,
article#terms section ul li {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
}

/******* FAQ *******/
article#faq {
	margin:0 0 0 140px;
	width:833px;
	float:left;
}
article#faq section, article#faq h1, article#faq p {
	font-family: adobe-garamond-pro,sans-serif;	
	padding:0 0 10px 0;
	margin:0;
}
article#faq h1 {
	font-size: 24px;
	color: #940000;
}

article#faq section {
	padding-bottom:30px;
}

article#faq section p {
	font-size:16px;
	font-weight:200;
	line-height:20px;
	width:716px;
}

article#faq aside {
	float:right;
	height:310px;
	width:380px;
	background:url(../img/bg_aside_faq.png) no-repeat 0 0;
	padding:20px 20px 20px 30px;
	margin:0;
}
article#faq aside h2 {
	margin:0;
	padding:6px 0 0 6px;
	line-height:18px;
	font-size: 16px;
}
article#faq aside h2 a {
	text-decoration:none;
	color:#960000;
}
article#faq aside h2 a:hover {
	color:white;
}


/********** MENUS  ************/

/*** WINE MENU ****/

article#menu_list_links {
	margin-left: 145px;
	padding-bottom: 140px;
}

article#menu_list_links ul {
	margin: 0px;
	padding: 0 0 40px 0;
	list-style-type: none;
}

article#menu_list_links ul li {
	width: 200px;
	margin-right: 53px;
	float: left;
}

article#menu_list_links ul li a {
	font-family:'TommasoRegular',sans-serif;	
	font-size:24px;
}

article#menu_list_links ul li img {
	border: 1px solid #000;
	width: 190px;
	margin: 10px 0;
	height: auto;
}

article#menu ul {
	margin:0; padding:0px;
}
article#menu > ul {
	padding:0 0 30px 30px; margin:0;
	display:block;
	width:40%;
	float:left;
}

article#menu ul li ul {
	border-bottom:1px solid #e8ca95;
	border-right:1px solid #e8ca95;
	background: url(../img/bg_v_spacer.jpg) repeat-y scroll 272px top;
}
article#menu ul li ul.title {
	background-image:url(../img/img_bar.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	border-bottom: none;
}
article#menu ul li ul li {
	width:50px;
	text-align:center;
	border-right:1px solid #e8ca95;
}
article#menu ul li ul li.last {
	border: none;
}
article#menu ul li:first-child ul li {
	border-bottom:none;
	padding-bottom: 8px;
}

article#menu ul li ul li:first-child {
	width:215px;
	text-align:left;
	padding-left:6px;
}
article#menu ul li ul li.no_glass {
	background-image:url(../img/bg_menu_nobottle.png);
	min-height: 50px;
}
article#menu ul.title p {
	font-size:14px;
	font-family: adobe-garamond-pro,serif;	
	color:#910000;
	font-style:italic;
	vertical-align:center;
	padding-right:20px;
	margin:0;padding:5px 0 0 0;
}
article#menu ul.title span {
	font-family:'TommasoRegular',sans-serif;	
	font-size:24px;
	
}
article#menu ul.title li:first-child p {
	padding:0;
	
}

article#menu ul li {
	list-style-type:none;
}
article#menu ul li {
	font-family: adobe-garamond-pro,serif;	
	font-weight:bold;
}
article#menu ul li span {
	font-weight:normal;
	font-style:italic;
}
article#menu ul li ul li {
	float:left;
}
article#menu > ul.wine_special {
	border-left:1px solid #e8ca95;
	border-bottom:1px solid #e8ca95;
	border-right:1px solid #e8ca95;
	margin-left:30px;
	margin-bottom:30px;
	width:357px;
	padding:0px;
}
article#menu ul.wine_special li {
	border:none;
}
article#menu ul.wine_special li {
	height:auto;
}
article#menu ul.wine_special li ul li {
	width:352px;
}
article#menu .right, article#menu_dinner .right {
	float:right;
	padding-right:20px;
	font-weight:bold;
	font-style:normal;
}
article#menu_drinks > p, article#menu_drinks > p {
	font-family: adobe-garamond-pro,serif;	
	font-weight:normal;
	float:left;
	margin-left:38px;
	width:750px;
}

article#menu,
article#menu_drinks,
article#menu_dinner {
	width:82%;
	margin-left:9%;
	margin-right:9%;
	
	font-family: adobe-garamond-pro,serif;	
	color:#25170b;
	font-weight:bold;
	line-height:30px;
	margin-top: 40px;
	margin-bottom: 70px;
}
article#menu_dinner {
	
}
article#menu *, article#menu_drinks *, article#menu_dinner * {
	margin:0;padding:0;background-repeat:no-repeat;
}

article#menu > ul,
article#menu_drinks > ul,
article#menu_dinner > ul  {
	width:39%;
	margin-right:5%;
	margin-left:5%;
	float:left;
	border-bottom:1px solid #e8ca95;
	border-right:1px solid #e8ca95;
	margin-bottom:30px;
}


article#menu_drinks ul li, article#menu_dinner ul li {
	list-style-type:none;
	width:100%;
}

article#menu_drinks ul li.title, article#menu_dinner ul li.title {
	font-family:'TommasoRegular',sans-serif;
	font-size:24px;
	font-style: normal;
	font-weight: normal;
	color:#910000;
		background-image:url(../img/img_bar.png);
		background-position:left bottom;
	
}
article#menu_drinks ul li.title p,  article#menu_dinner ul li.title p{
	text-indent:0px;
}
article#menu_drinks span.price {
	min-width:50px;
	float:right;
	border-left:1px solid #e8ca95;
	height:30px;
	text-align:right;
}
article#menu_drinks li.subtitle span.price {
	background-color:#efd9b2;
	
}
article#menu_drinks li p span.price {
	text-align:center;
}
article#menu_drinks li.subtitle {
		border-bottom:1px solid #e8ca95;
		border-top:1px solid #e8ca95;
}
article#menu_drinks li:nth-child(2) {
	border-top:0px;
}


article#menu_drinks ul li p {
	text-indent:10px;
}
article#menu_drinks li.subtitle {
	color:#630000;
}
/*** DINNER MENU SPECIFICS ***/

article#menu_dinner ul.innerItem li.left {
	float: left;
	width:260px;
	padding-right:10px;
	border-right: 1px solid #e8ca95;
}

article#menu_dinner ul.innerItem li.right {
	float:right;
	border: none;
	width:46px;
	position:relative;
	top:0px;	
	padding-right:0px;
	text-align:center;
}

.ie7 article#menu_dinner ul.innerItem li.right, .ie8 article#menu_dinner ul.innerItem li.right
{
    font-size: 12px !important;
}
article#menu_dinner ul li.title p {
	margin-bottom: 8px;
	line-height: 20px;
}

article#menu ul li p,
article#menu_dinner ul li p {
	padding-top: 10px;
	line-height: 13px;
}
article#menu_dinner ul li.title {
	height:auto;
	
}
article#menu ul li p.desc,
article#menu_dinner ul li p.desc {
	font-weight:normal;
	font-style:italic;	
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
}
article#menu_dinner ul li ul li {
	float:left;
	border-top:1px solid #e8ca95;
}
article#menu_dinner ul li ul li:last-child {
	border-bottom: 1px solid #e8ca95;
}
article#menu_dinner ul li:first-child {
	border:none;
}

article#menu_dinner ul p.subnote {
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	font-family: adobe-garamond-pro,serif;	
	color:#25170b;
	padding-bottom:6px;
	padding-top:10px;
	padding-right:6px;
	background-image:url(../img/img_bar.png);
	background-position:top left;
	
}

article#map {
	width:75%;
	margin-left:15%;
	margin-right:15%;
	font-family: adobe-garamond-pro,serif;	
	color:#25170b;
	font-weight:bold;
	line-height:30px;
	margin-top: 40px;
	margin-bottom: 70px;
}

article#map h1 {
    border-bottom: 1px solid #25170B;
    border-top: 1px solid #25170B;
    font-family: 'TommasoRegular',sans-serif;
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 34px;
    margin: 20px 0 10px;
    text-align: center;
}

article#map p
{
    font-family: adobe-garamond-pro,serif;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    margin: 4px 0;
    text-align: center;
}
article#map #google_map
{
    float: left;
}

/** DROP DOWN ITEMS **/
#drop_down_holder {
	z-index:2;
}


/*******************************
************ CONTACT FORM *******
********************************/
#inside {
	position:absolute;
	top:0px;
	left:205px;
	width:576px;
	height:0px;

}
#contact_form {
	overflow: hidden;
	position:absolute;
	top:-339px;
	width:576px;
	height:319px;
	background-image:url(../img/bg_contact_form.jpg);
	-webkit-box-shadow: 0px 0px 45px 70px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 45px 70px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 45px 70px rgba(0, 0, 0, 0.4); 
}
#contact_form ul li {
	float:left;
}
#contact_form div.form input {
	background:none;
	border:none;
	border-bottom:black;
	border-bottom:1px solid rgba(37,23,11,.3);
	font-family: adobe-garamond-pro,serif;
	font-style: normal;
	font-weight: 400;
	color: #940000;
	padding: 0px;
	margin: 0 0 5px 0;
}

#contact_form div.form textarea {
	font-family: adobe-garamond-pro,serif;
	font-style: normal;
	font-weight: 400;
	color: #940000;
}

#contact_form div.form input#repeat_name {
	color: #25170B;
	width: 95%;
}

#contact_form div.address {
	width:234px;
	height:319px;
	padding-left:15px;
	position: absolute;
	left: 305px;
}

#contact_form div#contact_form_nojs {
	display: block;
}

#contact_form div#contact_form_fields {
	display: none;
}

#contact_form div#contact_form_fields p.close_button {
	text-align: center;
	position: relative;
	top: -10px;
	font-weight: 800;
	text-transform: uppercase;
}

#contact_form div#contact_form_success {
	background: url(../img/img_sent_stamp.png) no-repeat scroll center center;
	width: 300px;
	height: 315px;
	display: none; 
}

#contact_form div#contact_form_error {
	background: url(../img/img_error_stamp.png) no-repeat scroll center center;
	width: 300px;
	height: 315px;
	display: none;
}

#contact_form div.address p {
	font-family: adobe-garamond-pro,serif;	
	font-size:14px;
	width:170px;
	margin:130px auto 0 50px;
}
#contact_form div.form {
	font-family: adobe-garamond-pro,serif;	
	margin:0; 
	float:left;
	color:#25170b;
	width:292px;
	height:319px;
	float:left;
	margin: 15px 0px 0px 15px;
}

.ie7 #contact_form div.form {
	margin-top: 25px;
}

#contact_form div#contact_form_nojs h2,
#contact_form div#contact_form_success h2,
#contact_form div#contact_form_error h2 {
	padding: 20px 10px 20px 35px;
}


#contact_form ul {
	padding:10px 0 0 20px; 
	margin:0;
	list-style-type:none;
}
#contact_form ul:first-child {
	padding-top:20px;
}
#contact_form li.name label,  #contact_form li.name input, #contact_form li.name p {
	float:left;
}
#contact_form li.name input {
	width:133px;
}
#contact_form li.name p {
	margin:0; padding:0;
}
#contact_form li.know_more p, #contact_form li.know_more select, #contact_form li.know_more {
	float:left;
	padding:0px 0 0px 0;
	margin:0;
}
#contact_form li.know_more select, #contact_form li.know_more span {
	width:184px;
	
}
#contact_form li.know_more span.select {
	background-image:url(../img/contact_subject.png);
	width:160px;
	font-family: adobe-garamond-pro,serif;	
	color:#25180b;
	font-size:12px;
	text-transform:none;
	padding:3px;
	left: 100px;
}

#contact_form li.know_more {
	position:relative;
	padding-top:2px;
}
#contact_form select.styled {
	position:absolute;
	top:4px; left:100px;
	width:160px;
	float:left;
	
}
#contact_form .message {
	float:left;
	background-position:top left;
	background:transparent;
	border:none;
	background-image:url(../img/bg_textarea.png);
	width:100%;
	height:80px; 
	line-height:18px;
	resize:none;
	overflow:hidden;
}
#contact_form li.phone label {
	width:135px;
	float:left;
} 
#contact_form li.phone input {
	width:136px;
	float:left;
	color:#940000;
	text-indent:4px;
} 
#contact_form li.email label {
	width:60px;
	float:left;
} 
#contact_form li.email input {
	width:210px;
	float:left;
	text-indent:4px;
} 
#contact_form input.error {
	background-color: rgb(255, 50, 0) !important;
	background-color: rgba(255, 50, 0, 0.5) !important;
}
div#contact_form input.btn_submit {
	background-image:url(../img/btn_sendmail.png);
	width:83px;
	height:24px;
	text-indent:9999px;
	float:right;
	overflow: hidden;
}
input.btn_submit[disabled=disabled] {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}
div#contact_form .sincerely p {
	padding:0;
	margin:0;
}
div#contact_form .sincerely {
	width: 188px;
}
div#contact_form #repeat_name {
	border:none;
}
/**** MENU DROP ****/ 
 
div#menu_drop {
	position:absolute;
	height:0px;
	top:0px;
	left: 205px;
	width:691px;
	display:block;
}

div#menu_drop div#food_preview_pic {
	position: absolute;
    right: 75px;
    top: 120px;
    z-index: 5;
	width: 287px;
	height: 175px;
	overflow: hidden;
	border: 1px solid #000;
}

div#menu_drop div#food_preview_pic img {
	width: auto;
	height: 175px;
}

div#menu_drop div#container {
	position:absolute;
	top:-367px;
	height:190px;
	width:88%;
	padding:140px 30px 40px 60px;
	
	background-image:url(../img/bg_menu_drop.png);
	background-position: 0 0;
	background-repeat:no-repeat;
}
	div#menu_drop div#container ul {
		padding:0;margin:0;
		
		
	}
		div#menu_drop div#container ul li {
			border-top:thin dotted black;
			list-style-type:none;
			width:46%;
		}
		div#menu_drop div#container ul li:last-child {
			border-bottom:thin dotted black;
			
		}
			div#menu_drop div#container ul li ul li {
				border:none;
				float:left;
				font-family:"TommasoRegular";
				font-size:22px;
				letter-spacing:1px;
				width:50%;
			}
			div#menu_drop div#container ul li ul li:last-child {
				border:none;
			}
				div#menu_drop div#container ul li ul li a { 
					text-decoration:none;
					line-height:28px;
					padding-right:10px;
					padding-left:20px;
					padding-top:3px;
					padding-bottom:8px;
					color:black;
					background-image:url(../img/bg_star.png);
					background-repeat:no-repeat;
					background-position: 0px 0px;
				}
				div#menu_drop div#container ul li ul li a:hover { 
					background-image:url(../img/bg_menu_drop_li.png);
					background-repeat:no-repeat;
				
				}

/****** OPEN TABLE ********/

div#open_table {
	position:absolute;
	left:551px;
	height:0px;
	width:354px;
	display:none;
	top: 70px;
}
div#table_content {
	position: absolute;
	top: -668px;
	height:400px;
	width:400px;
	padding-top:40px;
	padding-left:2px;
	background-image:url(../img/bg_open_table.png);
	background-repeat:no-repeat;
	background-position: 0 0;
}
div#table_content #OT_form {
	position: relative;
	margin-left: 38px;
}

div#open_table h1.OT_title {
	font-family: adobe-garamond-pro,serif;
	font-weight:bold;
	font-size:17px;
}
div#open_table h2.OT_subtitle {
	font-family: adobe-garamond-pro,serif;
	font-size:11px;
	letter-spacing:0px;
}
div#open_table div.OT_wrapper {
	background-color:transparent;
	-webkit-border-radius:0px;
	border:2px solid #cf975d;
	border-color:rgb(216,158,96);
	border-color:rgba(216,158,96,.8);
	margin-left:15px;
	
	width:244px;
}
div#open_table ul.OT_list {
	width:244px;
}
div#open_table ul.OT_list li {
	width:86%;
}
div#open_table ul.OT_list li.ot_Day {
	border-top: 2px solid #cf975d;
	border-top-color:rgba(216,158,96,.8);
	border-bottom: 2px solid #cf975d;
	border-bottom-color:rgba(216,158,96,.8);
}
div#open_table ul.OT_list li.OT_time {
	border-bottom: 2px solid #cf975d;
	border-bottom-color:rgba(216,158,96,.8);
}
div#open_table ul.OT_list li.OT_party {
	border-bottom: 2px solid #cf975d;
	border-bottom-color:rgba(216,158,96,.8);
}

div#open_table input.OT_searchTimeField,div#open_table input.OT_searchDateField,div#open_table input.OT_searchPartyField {
	font-family: adobe-garamond-pro,serif;
	background: #e7ce97 url(../img/downarrow_gray.png) no-repeat right 0;
	background-color:rgba(216,158,96,.7);
	color: #42382C;
	font-weight: bold;
	margin: 0;
	border: none;
	width: 185px;
	height: 22px;
	font-size: 14px;
	font-style: normal;
	padding: 0px 3px 0px 5px;

	cursor: pointer;
	border-image: initial;
}
div#open_table input.OT_searchTimeField, div#open_table input.OT_searchDateField, div#open_table input.OT_searchPartyField {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
div#open_table a.OT_Find_a_Table:link,
div#open_table a.OT_Find_a_Table:visited,
div#open_table a.OT_Find_a_Table:hover,
div#open_table a.OT_Find_a_Table:active {
	background-image:url(../img/btn_find_table.png);
	background-position: 0 0 !important;
	width:139px;
	height:24px;
	color:transparent;
	text-shadow:none;
	overflow: hidden;
	text-indent: -999999px;
}

div#additional_reservation {
	bottom: 35px;
    left: 60px;
    position: absolute;
    width: 250px;
	font-family: adobe-garamond-pro,serif;
}

div#additional_reservation h2 {
	color: #940000;
	font-size: 16px;
}

div#additional_reservation p {
	font-size: 14px;
    font-weight: 800;
    text-align: left;
    text-indent: 45px;
    text-transform: uppercase;
}



div#additional_reservation p a {
	text-decoration: none;
}

div#additional_reservation p a:visited {
}

div#additional_reservation p a:hover {
}

div#additional_reservation p a:active {
}


/********** GIFT CARDS ***********/

article#gc {
	margin:0 0 0 140px;
	width:716px;
	float:left;
	
	font-family: adobe-garamond-pro,serif;
	color:#25170b;
}

article#gc section.info div.giftCards_post_content {
	float:left;
	width:60%;
	font-size:16px;
	padding-right:5%;
	margin-top:0px;
}

.ie7 article#gc section.info div.giftCards_post_content {
	padding-right:2%;
}

article#gc section.info div.options {
	width:35%;
	background-image:url(../img/img_payment_options.png);
	float:left;
	height:140px;
	background-repeat:no-repeat;	
}

article#gc section.purchase ul {
	list-style-type:none;
	padding:0;margin:0;
}

article#gc section.purchase > ul {
	height:330px;
	border-right:1px solid #e8ca95;
	background-image:url(../img/img_bar.png),url(../img/img_bar.png);
	background-repeat:repeat-x,repeat-x;
	background-position:top, bottom;
}

.ie7 article#gc section.purchase > ul,
.ie8 article#gc section.purchase > ul {
	height:330px;
	border-right:1px solid #e8ca95;
	background-image:url(../img/img_bar.png);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom:1px solid #e8ca95;
}

article#gc section.purchase ul {
	border-top:1px solid #e8ca95;
}
article#gc section.purchase ul:first-child {
	border-top:none;
}
article#gc section.purchase ul li {
	float:left;
}

article#gc .column1 {
	width:470px;
}
article#gc ul.column1 li {
	border-top:1px solid #e8ca95;
}

article#gc .column2 {
	width:62px;
}
article#gc .column2 ul {
}

article#gc ul.column2 li.plus a {
	background-image:url(../img/img_plus.png);
	background-repeat:no-repeat;
	background-position:center;
}
article#gc ul.column2 li.minus a {
	background-image:url(../img/img_minus.png);
	background-repeat:no-repeat;
	background-position:center;	
}
article#gc ul.column2 li.plus a, article#gc ul.column2 li.minus a{
	text-indent:-9999px;
	display: block;
	border-left:1px solid #e8ca95;
	border-right:1px solid #e8ca95;
	cursor:pointer;
	height:40px;
	width:60px;
}
article#gc ul.column2 li.plus a {
	border-bottom:1px solid #e8ca95;
	border-top:1px solid #e8ca95;
}

article#gc .column3 {
	width:183px;
}

article#gc ul.column1 li,
article#gc ul.column3 li {
	height:82px;
}

article#gc ul.column2 li ul {
	height: 83px;
}

article#gc .column3 li p {
	width:181px;
	padding-top:18px;
	text-align:center;
}
article#gc .column1 li {
	padding-right:20px;

	padding-left:140px;
	height:82px;
	background-repeat:no-repeat;
	background-image:url(../img/img_gc.png);
	background-position:left center;
}
article#gc .column3 li:first-child {
	border-top:none;
}
article#gc .column3 li {
	border-top:1px solid #e8ca95;
}
article#gc .column1 li:first-child {
	height:82px;
	background-position:0 10px;
	
}

.ie7 article#gc .column1 li:first-child p {
	padding-top: 10px;
}

article#gc ul.column1 li.first, article#gc ul.column2 li.first, article#gc ul.column3 {
	border-top:none;
	
}
article#gc .right {
	float:right;
	width:183px;
}
article#gc p.right {
	margin:0;
	padding:20px 0 0 0;
	text-align:center;
	border-left:1px solid #e8ca95;
	border-right:1px solid #e8ca95;
	height:63px;
	font-weight:bold;
	padding-bottom:20px;
}

article#gc form input {
	float:right;
	background-image:url(../img/img_buynow.png);
	height:24px;
	width:139px;
	position:relative;
	left:163px;
	top:45px;
}

/* 404 Page */

article#error_page {
	margin:0 0 0 140px;
	width:716px;
	float:left;
	padding-bottom: 140px;
}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}






/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}