/* -------------------------------------------------------------- 
   Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { background: #fff; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }


.hidden {
	display: none;
	height: 0px;
	width: 0px;
}

/* -------------------------------------------------------------- 
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }


/* Default fonts and colors. */
body,input,textarea { font-family:  Helvetica Neue, Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: Georgia, Times, Times New Roman, serif; }
p,ul,ol,dl { font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; }


/* Headings
-------------------------------------------------------------- */

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

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 2em; line-height: 1.3; margin-bottom: .5em; color: #500000; }
h4 { font-size: 1.3em; line-height: 1.25; margin-bottom: 0em; color:  #3d2d1c;}
#side-bar h4 { font-size: .9em; line-height: 1.25; margin-bottom: .5em; font-weight: bold; text-transform: uppercase; color: #434500; font-family:  Helvetica Neue, Arial, Helvetica, sans-serif; letter-spacing: .1em;}
h5 { font-size: 1.3em; margin-bottom: 1.2em; text-transform: uppercase; color: #434500; font-family:  Helvetica Neue, Arial, Helvetica, sans-serif;}
h6 { font-size: 1.5em; margin-bottom: 1em; color: #4a3a28; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; line-height: 1.5; color:  #3d2d1c; /*text-align: justify;*/}

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #2c2114; text-decoration: none; font-weight: bold;}
a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }




/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }





body {
	background: #2a0000 url(images/bg-tile.png) repeat top center;
}

img.fl {
	float: left;
	margin: 0 1.5em 1.5em 0;
	
}

img.fr {
	float: right;
	margin: 0 0 1.5em 1.5em;
	
}
p.allergies {
	clear: both;
	color: #434500;
	margin: 0;
}

/* @group Header */

#header {
	width: 950px;
	height: 64px;
	margin: 0 auto;
	background: transparent url(images/header-bg.jpg) no-repeat top left;
}

/* @end */

/* @group Logo */
#branding{
	width: 950px;
	position: relative;
	margin: 0 auto;
}
h1#logo {
background: transparent url(images/gurman-logo-trans.png) no-repeat top center;
	display: block;
	height: 159px;
	margin: 0 0 0 320px;
	position: absolute;
	width: 360px;
	z-index: 100;
}
h1#logo a {
	display: block;
	height: 200px;
	margin: 0px auto;
	text-indent: -9999px;
	width: 360px;
}

/* @group Main Nav - Blog */

a#blog:link,#blog:visited {
    display: block;
    height: 38px;
    width: 110px;
    background: transparent url(images/nav-sprite.png) no-repeat -660px 0;
    text-indent: -9999px;
}
a#blog:hover {
    background: transparent url(images/nav-sprite.png) no-repeat -660px -38px;
}
a#blog:active,#blog:active.active {
    background: transparent url(images/nav-sprite.png) no-repeat -660px -38px;
}
a#blog.active {
    background: transparent url(images/nav-sprite.png) no-repeat -660px -38px;
}
li#blog-a:hover a.top {
    background: transparent url(images/nav-sprite.png) no-repeat -660px -38px;
}

/* @end */


/* @group Content */

#content {
	width: 880px;
/*	height: 600px;*/
	margin: 0 auto;
	padding: 0 35px;
	background: #ebe3cc url(images/content-tile.jpg) repeat-y top center;
}
#content_nav {
	width: 880px;
/*	height: 600px;*/
	margin: 0 auto;
	padding: 0 35px;
	background: #ebe3cc url(images/nav_lang_bg.jpg) repeat-y top center;
}
#content img {
	margin-bottom: 15px;
}
#main-menu {
	padding-top: 20px;
	width: 880px;
	float: left;
	margin: 0;
}
#main-column {
	padding-top: 20px;
	width: 640px;
	float: left;
	margin: 0;
}

#main-column-2 {
	padding-top: 0;
	width: 640px;
	float: left;
	margin: 0;
}
#main-gallery {
	display: block;
	padding-top: 20px;
	width: 886px;
	float: left;
	margin: 0;
}
#main-column p, #main-column p {
	font-size:  1.2em;
}
#main-column hr, #main-column-2 hr {
	background: transparent url(images/main-column-hr-bg.gif) no-repeat top center;
	border:  0;
	margin: 0 0 2em 0;
	/*margin: 1em 0;*/
	display: block;
	height:  2px;
}
#main-column #subcolumn-1 hr {
	background: transparent url(images/subcolumn-1-hr-bg.gif) no-repeat top center;
	border:  0;
	margin: 0 0 2em 0;
	/*margin: 1em 0;*/
	display: block;
	height:  2px;	
}
#main-column #subcolumn-2 hr {
	background: transparent url(images/subcolumn-2-hr-bg.gif) no-repeat top center;
	border:  0;
	margin: 0 0 1em 0;
	/*margin: 1em 0;*/
	display: block;
	height:  2px;
	clear: left;
}

#main-column div.first-things hr, #main-column div.second-things hr {
	background: transparent url(images/menu-hr-bg.gif) no-repeat top center;
	border:  0;
	margin: 0 0 2em 0;
	/*margin: 1em 0;*/
	display: block;
	height:  2px;
}

div#content div#main-column div.wine-left ul,
div#content div#main-column div.wine-right ul {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
	color: #3D2D1C;
}

.origin {
	text-align: left;
	color: #434500;
}
.naslov {
	text-align: left;
	color: #3d2d1c;
	text-transform: uppercase;
	margin: 0px;
}
#side-bar {
	padding-top: 10px;
	width: 205px;
	float: right;
}

#side-bar hr {
	background: transparent url(images/side-bar-hr-bg.gif) no-repeat top center;
	border:  0;
	margin: 1em 0;
	height: 2px;	
}

#side-bar ul.sub-nav {
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 1.5em 0;
	color: #3d2d1c;
	margin-left: 0;
}
#side-bar ul.sub-nav li{
	background:  transparent url(images/bullet.gif) no-repeat 0 50%;
	padding-left: 10px;
	line-height: 1.5em;
}
.wine-right ul.sub-nav, .wine-left ul.sub-nav  {
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 1.5em 0;
	color: #3d2d1c;
	margin-left: 0;
}
.wine-right ul.sub-nav li, .wine-left ul.sub-nav li {
	background:  transparent url(images/bullet.gif) no-repeat 0 50%;
	padding-left: 10px;
	line-height: 1.5em;
}
#side-bar ul.sub-nav li a {
	font-weight: normal;
	font-size:  1em;
	color: #392714;
	text-decoration: underline;
}

div#subcolumn-1 {
	width: 350px;
	float: left;
	margin: 0 16px 0 0;
}
div#subcolumn-2 {
	width: 274px;
	float: left;
}
div#subcolumn-1 div.event p {
	font-size: 1em;
}

div#subcolumn-1 div.event h6 {
	color: #090805;
}

div.first-things {
	float:  left;
	width: 310px;
}

div.second-things {
	float:  right;
	width: 310px;
}

div#main-column div.menu-item p,
div#main-column div.wine-left p,
div#main-column div.wine-right p {
	font-size: 1em;
}


div#main-column div.wine-left {
	width: 300px;
	clear: left;
	float: left;
}

div#main-column div.wine-right {
	width: 300px;
	clear: right;
	float: right;
}


div#events-header {
	background:  transparent url(images/subhead-events.jpg) no-repeat top left;
	width: 640px;
	height: 190px;
	margin-top: -20px;
	margin-bottom: 1.5em;
}
#calendar {
	float: right;
	font-size: .8em;
	width: 274px;
	height: 190px;
}
#calendar table {
	border:  0;
	margin: 20px auto 0;
}
#calendar table td {
	padding: 3px 3px 3px 0;
	/*border: 1px solid #ddd;*/
	border: 0;
	text-align: right;
	color: #251200;
}
#calendar table th {
	text-align: left;
	border: 0;
	vertical-align: baseline;
	padding: 0;
}
div#calendar table tr td.calendarToday {
	background-color: #7b7d47;
	color: #ffffff;
}
td.cell-active {
	background-color: #f1e9db;
}
div#calendar table div.calendar-header ul {
	list-style-type: none;
	margin: 0 0 9px 0;
	padding: 0;
	height: 16px;
}

div#calendar table div.calendar-header ul li.right p {
	display: inline;
	font-size: 21px;
	line-height: 18px;
	margin: 0;
	text-transform: uppercase;
	font-family: Helvetica, Arial Sans-Serif;
	letter-spacing: -0.9px;
}
div#calendar table div.calendar-header ul li {
	line-height: 18px;
}
div#calendar table div.calendar-header ul li.left {
	float: left;
}

div#calendar table div.calendar-header ul li.right {
	float: right;
}

div#calendar table div.calendar-header ul li a {
	/*display: inline;*/
}
div#calendar table div.calendar-header ul li img {
	display: inline;
	margin: 0;
}
/* @group Section Sub Headings */

h3#heading-history {
	background:  transparent url(images/heading-history.jpg) no-repeat top left;
	width:  640px;
	height: 190px;
	text-indent: -9999px;
}

h3#subhead-feedback {
	background:  transparent url(images/subhead-feedback.gif) no-repeat top left;
	width:  185px;
	height: 16px;
	text-indent: -9999px;
	margin-bottom: 1em;
}

div#main-column div.first-things p.wine-pairing,div#main-column div.second-things p.wine-pairing, div#main-column p.wine-pairing a {
	font-size: .9em;
	font-family:  Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #434500;
}


/* @end */

/* @group Subnav Heading */

h4#subnav-about-capers {
	background:  transparent url(images/subnav-about-capers.gif) no-repeat top left;
	width:  146px;
	height: 16px;
	text-indent: -9999px;
	margin-bottom: 1.5em;
}

h4#subnav-capers-blog {
	background:  transparent url(images/subnav-capers-blog.gif) no-repeat top left;
	width:  130px;
	height: 16px;
	text-indent: -9999px;
	margin-bottom: 1.5em;
}

h4#subnav-menu {
	background:  transparent url(images/subnav-menu.gif) no-repeat top left;
	width:  134px;
	height: 16px;
	text-indent: -9999px;
	margin-bottom: 1.5em;
}


h4#subnav-facilities {
	background:  transparent url(images/subnav-facilities.gif) no-repeat top left;
	width:  98px;
	height: 16px;
	text-indent: -9999px;
	margin-bottom: 1.5em;
}

h4#subnav-wine {
	background:  transparent url(images/subnav-wine.gif) no-repeat top left;
	width:  50px;
	height: 16px;
	text-indent: -9999px;
	margin-bottom: 1.5em;
}

h4#subnav-events {
	background:  transparent url(images/subnav-events.gif) no-repeat top left;
	width:  189px;
	height: 16px;
	text-indent: -9999px;
	margin-bottom: 1.5em;
}

/* @end */

/* @group Subnav */

ul#subnav {
	list-style-type: none;
    font-size: 13px;
    list-style-type: none;
    margin: 0 0 36px 0;
    padding: 0;
	width:  195px;
}

ul#subnav li {
	width:  205px;
	margin: 0;
    padding: 0;
    line-height: 0;
    /*background-color: #d2c3aa;*/
}

ul#subnav li a {
	font-family:  Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .85em;
	color: #4a3a28;
    width: 195px;
    line-height: 18px;
    display: block;
    padding: 5px 0 3px 10px;
    margin: 0;
}
ul#subnav li a:hover {
	color: #ffffff;
	background-color: #2f3000;
	text-decoration: none;
}
ul#subnav li a.subnav-active {
    background: #434500 url(images/subnav-hover.png) no-repeat center right !important;
    color: #fff !important;
    text-decoration: none;
	font-weight: bold;
}

/* @end */

.category-image {
	margin-top:  -20px;
}
/* @end */

/* @group Email Signup */

#email-signup {
	width: 205px;
	height: 155px;
	background: transparent url(images/email-signup-bg.gif) no-repeat top left;	
	float: left;
	margin-right: 20px;
}

#side-bar #email-signup {
	margin: 0 0 9px 0 !important;
}

#email-signup input {
	width: 158px;
	font-size: 11px;
	padding: 3px;
	position: relative;
	top: 83px;
	left: 15px;
	border-width: 1px;
}

a#btn-subscribe:link, a#btn-subscribe:visited {
	display: block;
	width: 160px;
	height: 30px;
	background: transparent url(images/btn-subscribe.gif) no-repeat 0 0;	
	text-indent: -9999px;
	position: relative;
	top: 94px;
	left: 15px;
}

a#btn-subscribe:hover, a#btn-subscribe:active {
	background: transparent url(images/btn-subscribe.gif) no-repeat 0 -30px;	
}

.subscribe {
	margin-top: 8px;
}

/* @end */

/* @group Invite Friend */

#invite-friend {
	width: 205px;
	height: 155px;
	background: transparent url(images/invite-friend-bg.gif) no-repeat top left;	
	float: left;	
}
a#btn-invite-friend:link, a#btn-invite-friend:visited {
	display: block;
	width: 160px;
	height: 30px;
	background: transparent url(images/btn-invite-friend.gif) no-repeat 0 0;	
	text-indent: -9999px;
	position: relative;
	top: 113px;
	left: 15px;
}

a#btn-invite-friend:hover, a#btn-invite-friend:active {
	background: transparent url(images/btn-invite-friend.gif) no-repeat 0 -30px;	
}

#invite-friend-popup {
	background-color: #bca577;
}
/* @end */

/* @group Footer */

#footer {
	clear:  left;
	width: 950px;
	margin: 0 auto;
	background: transparent url(images/footer-bg.jpg) no-repeat top center;	
	padding-top: 45px;
}

#footer p {
	font-family:  Helvetica Neue, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	font-size: 11px;
}

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	text-decoration: underline;
}
/* @end */


div#main-column div#subcolumn-1 div.event h3 {
	margin: 0 0 .2em 0;	
}

div#main-column div#subcolumn-1 div.event h6 {
	font-size: 1.2em;
	margin: 0 0 1em 0;	
}

div.sub-event {
	width: 274px;
	float: left;
	padding: 0 0 1em 0;
}
div.sub-event h4 {
	font-size: 1.5em;
	margin: 0 0 .3em 0;
}
div.sub-event p {
	margin: 0;
}

div.sub-event p a:link,
div.sub-event p a:link {
	font-size: .85em;
	
}

div#categories {
	margin: 0 0 1.5em 0;
}



div.paginate-left {
	float: left;
	margin: 10px 0 0 0;
}

div.paginate-left a:link,
div.paginate-right a:link,
div.paginate-left a:visited,
div.paginate-right a:visited {
	/*color: #555;*/
	font-weight: bold;
	/*padding-bottom: 3px;*/
}

div.paginate-left a:hover,
div.paginate-right a:hover,
div.paginate-left a:active,
div.paginate-right a:active {
	/*color: #555;*/
	/*border-bottom: 1px solid #777;*/
	/*padding-bottom: 3px;*/
	font-weight: bold;

}

div.paginate-right {
	margin: 10px 0 0 0;
	float: right;
}

div#subcolumn-1 p.paginate {
	margin: 0;
	text-transform: uppercase;
	font-family:  Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

div#subcolumn-1 p.paginate strong {
	border: 1px solid #3D2D1C;
	padding: 2px 8px;
	background-color: #bbac9c;
}	

div#subcolumn-1 p.paginate a:link,
div#subcolumn-1 p.paginate a:visited {
	padding: 2px 8px;
	border: 1px solid #3D2D1C;
}

div#subcolumn-1 p.paginate a:hover,
div#subcolumn-1 p.paginate a:active {
	color: #ffffff;
	border: 1px solid #3D2D1C;
	background-color: #3D2D1C;
	text-decoration: none;
}

table#invite-friend-form {
	float: left;
	margin: 20px 0 0 10px;
}

form#freeform table#invite-friend-form th,
form#freeform table#invite-friend-form td {
	border: 0;
}

form#freeform table#invite-friend-form td input.text {
	font-family:  Helvetica Neue, Arial, Helvetica, sans-serif;
	width: 215px;
	font-size: 1em;
}

form#freeform table#invite-friend-form td textarea.text {
	font-size: 1em;
	font-family:  Helvetica Neue, Arial, Helvetica, sans-serif;
	width: 210px;
	height: 75px;
	margin: 0;
	padding: 5px;	
}

form#freeform table#invite-friend-form td label {
	font-family: Georgia, Times, Times New Roman, serif;	
}
div#invite-friend-popup h3 {
	margin: 10px 0 0 0;
	color: #362617;
}

div#mapDetails {
	font-size: .8em;
}

p.continue {
	clear: left;
}

dl.testimonial {
	margin: 0 0 1.5em 0;
}

dl.testimonial dt {
	font-size: 1.5em;	
	font-family: Georgia, Times, Times New Roman, serif;	
	margin: 0;
	color: #7b7d47;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	background: transparent url(images/testimonial-quote.gif) no-repeat top left;
	padding: 0 0 0 50px;
}

dl.testimonial dd {
	font-size: 0.9em;
	font-family:  Helvetica Neue, Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	color: #352517;
}
/* Hacks */
.radno {
	font-size: 1.1em; 
	text-transform: uppercase; 
	color: #434500;
	font-family:  Helvetica Neue, Arial, Helvetica, sans-serif;
	width: 100%
	line-height: 15px;
	text-align: center;
}

.sidebarhead {
	width: 100%;
	height: 195px;
	background: url(images/sidebar-head.jpg) top right no-repeat;
}
.jelek {
	width: 100%;
	height: 60px;
	background: url(images/sidebar-head.jpg) bottom right no-repeat;
}
.maps {
	width: 205px;
	height: 163px;
	background: url(images/maps.gif) top center no-repeat;
}
.radnovreme {
	width: 205px;
	height: 163px;
	background: url(images/radnovreme.gif) top center no-repeat;
}
.radnovreme-h {
	width: 205px;
	height: 163px;
	background: url(images/radnovreme-h.gif) top center no-repeat;
}
.radnovreme-e {
	width: 205px;
	height: 163px;
	background: url(images/radnovreme-e.gif) top center no-repeat;
}
.radnovreme-d {
	width: 205px;
	height: 163px;
	background: url(images/radnovreme-d.gif) top center no-repeat;
}
.radnovreme-i {
	width: 205px;
	height: 163px;
	background: url(images/radnovreme-i.gif) top center no-repeat;
}
.radnovreme h4 { 
	text-align: center; 
	margin-bottom: 0;
}
.radnovreme h3 { 
	text-align: center; 
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0px 0px 20px 0px;
	}
.radnovreme h3.small { 
	font-size: 1.0em;
	}
#flash_head {
	width: 880px;
	height: 387px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.clear { clear: both;}
/*******************************************
begin content/contact
*******************************************/
#contact ol, ul {
	list-style: none;
}
#contact #contact_details {
	float: left;
	font: normal  Georgia, "Times New Roman", times;
	margin: -20px 20px 0 0;
	width: 640px;
}
#contact #contact_details #message_box {
	display: none;
	font: bold 1em Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	text-align: center;
}
#contact #contact_details h3 {
	display: none;
}
#contact #contact_details h4 {
	border-top: 1px solid color: #434500;
	font: bold 1.1em Georgia, "Times New Roman", times;
	margin: 20px 0 20px 0;
	padding: 20px 0 0 0;
	text-transform: uppercase;
}

#contact #contact_details p strong, #contact #sidebar p strong {
	font-weight: bold;
}
#contact #contact_details form {
	margin: 0 0 20px 0
}
#contact #contact_details form p {
	border-bottom: 1px solid #D6CFBD;
	font: normal 1em Georgia, "Times New Roman", times;
	padding: 0 0 5px 0;
}
#contact #contact_details form ul li {
	margin: 20px 0 0 0;
}
#contact #contact_details form ul li.right_side {
	float: right;
	margin: 0;
}
#contact #contact_details form ul li.right_side label {
	vertical-align: top;
	width: 60px;
}
#contact #contact_details form label {
	display: inline-block;
	width: 70px;
}
#contact #contact_details form input {
	background: transparent;
	border: 1px solid #D6CFBD;
	color: #3d2d1c;
	font: normal 1em Georgia, "Times New Roman", times;
	padding: 3px;
	width: 220px;
}
#contact #contact_details form ul li select {
	background: transparent;
	border: 1px solid #D6CFBD;
	padding: 3px;
}
#contact #contact_details form textarea {
	background: transparent;
	border: 1px solid #D6CFBD;
	color: #3d2d1c;
	font: normal 1em Georgia, "Times New Roman", times;
	height: 110px;
	padding: 3px;
	width: 219px;
}
#contact #contact_details form #submit_message {
	background: #760000;
	bottom: 24px;
	color: #fff;
	position: relative;
	width: 80px;
}

/* Images */
#main-column img {
	display: block;
	width: 190px;
	height: 107px;
	background: #fff;
	margin: 5px 11px 5px 0px;
	padding: 0px;
	border: 6px solid #fff;
	float: left;
}
#main-gallery img {
	display: block;
	width: 190px;
	height: 107px;
	background: #fff;
	margin: 5px 11px 7px 8px;
	padding: 0px;
	border: 6px solid #fff;
	float: left;
}
#main-gallery a:hover img {
	border: 6px solid #480000;

}
#main-column .wine-left img {
	display: block;
	width: 300px;
	height: 256px;
	background: transparent;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#main-column #jelovnik {
	width: 640px;
	height: 111px;
	padding-top: 20px;
	background: url(images/jelovnik-bg.jpg) top left no-repeat;
	position: relative;
}
#main-column #jelovnik ul {
	padding-left: 150px;
}
#main-column #jelovnik ul li a {
	color: #480000;
	text-decoration: none;
	line-height: 18px;
}
#main-column #jelovnik ul li a:hover {
	text-decoration: underline;
}
#camera {
	width: 640px;
	height: 103px;
	background: url(images/camera.jpg) top left no-repeat;
	border-bottom: 1px solid  #D6CFBD;
	border-top: 1px solid  #D6CFBD;
	position: relative;
}
#camera a  {
	display: block;
	position: absolute;
	left: 170px;
	top: 40px;
	font-size: 1.5em;
	line-height: 1.3;
	margin-bottom: .5em;
	font-weight: normal;
	color: #500000;
}
