/* GLOBALS */

* {
    margin: 0;
    padding: 0;
    color: #480c18;
    font-family: Georgia, Times, Times New Roman, Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
}

body {
    background: #717275;
    text-align: center;
}

a, img {
border:none;
}

a:hover {
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
}


/* ID: CONTAINER */

#container {
    width: 990px;
    margin: 0 auto 0 auto;
    text-align: left;
}

/* ID: FLAGS */

#flags {
    height: 18px;
    margin: 3px 0 2px 0;
    text-align: right;
}

#flags a {
    margin: 0 10px 0 0;
}


/* ID: PAGE */

#page {
    background: #ffffff no-repeat url('../img/bg-page.gif') left top;
    width: 990px;
    min-height: 770px;
}


/* ID: HEADER */

#header {
    height: 192px;
    background: #ffffff no-repeat url('../img/bg-page.gif') left top;
    width: 990px;
}

#header .inbox {
    padding: 30px 70px;
}

#header .logo {
    background: no-repeat url('../img/logo.gif') left top;
    display: block;
    width: 360px;
    height: 129px;
    float: left;
}

#header .special_offer {
    border-left: 2px solid #4f0320;
    margin-left: 650px;
    padding: 20px;
    height: 100px;
}

#header .special_offer h2 {
    margin: 0 0 15px 0;
    font-size: 14px;
}

#header .special_offer p {
    font-weight: bold;
    line-height: 150%;
}


/* ID: MENU */

#menu {
    border-top: 2px solid #4f0320;
    border-bottom: 2px solid #4f0320;
    height: 42px;
    background: no-repeat url('../img/flower.gif') 85px 5px;
    padding: 0 0 0 127px;
}

#header_right {
    width: 623px;
    height: 146px;
    overflow: hidden;
    margin-left: 150px;
}

#menu img {
    float: left;
}

#menu ul {
    height: 42px;
    background: no-repeat url('../img/flower.gif') right 5px;
    width: 770px;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    /*padding: 13px 35px 11px 35px;*/
    padding: 0px 35px 0px 35px;
    line-height: 42px;
}

#menu a:hover {
    color: #fefefe;
    background: #6D474B;
}

#menu li.selected a {
    color: #fefefe;
    background: #4f0320;
}

#menu li.krajni a {
    /*padding: 13px 35px 11px 35px;*/
    padding: 0px 35px 0px 35px;
    line-height: 42px;
}

/* ID: CONTENT */

#content {
    position: relative;
}

#content-in {
}

#leftcol {
    background: no-repeat url('../img/house.gif') center bottom;
    float: left;
    height: 500px;
    overflow: auto;
    padding: 0 0 0 40px;
    width: 260px;
}

#leftcol h2 {
    font-size: 45px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 0 0;
}

#leftcol p {
    width: 150px;
    margin: 40px auto;
}

#rightcol {
    margin: 0 0 0 300px;
}

#rightcol .in {
    padding:30px 00px 40px 40px;
    margin: 0 10px 0 0;
}

#rightcol p {
    line-height: 175%;
    font-weight: bold;
    text-align: justify;
}


/* ID: HOMEPAGE */

#homepage {
    margin: 0 50px 0 0;
}


/* ID: CONTACT */

#contact {
    margin: 0 0 0 50px;
    line-height:100%;
}

#contact table {
    margin: 0px 0px 20px 0;
}

#contact table td {
    padding: 2px 5px 2px 0;
}

#contact table td.firstcol {
    padding-right: 100px;
}

#contact table * {
    font-size: 14px;
}

#contact form {
}

#contact textarea {
    width: 450px;
    border: 2px solid #4f0320;
    margin: 15px 0;
    height: 5em;
    padding: 2px;
}

#contact input.text {
    width: 285px;
    border: 2px solid #4f0320;
    padding: 2px;
}

#contact input.submit {
    padding: 3px 10px;
    margin: 0 0 0 50px;
    color: #fefefe;
    background:  #4f0320;
    font-weight: bold;
}


/* ID: GALLERY */

#gallery {
    padding: 0;
    width: 560px;
    _width: 550px;
    xmargin: 0 auto;
    padding: 0 0 0 30px;
    _padding: 0 0 0 10px;
    text-align:center;
    overflow:hidden;
}

#gallery .image {
}

#gallery .paginator {
    /*background: green;*/
    text-align: left;
}

#gallery .picturecontainer {
    height: 400px;
}

#gallery .thumbscontainer {
    /*height: 138px;*/
}
#gallery .thumbscontainer ul.thumbs {
    list-style: none;
}

#gallery .thumbscontainer ul.thumbs li {
    display: inline;
    margin: 0 1px;
    padding: 0;
}

#gallery .gallery_thumbnail {
}

#gallery img {
margin: 0;
padding: 0;
}

#gallery .pagenumbers {
    text-align: center;
}


/* ID: PRICES */

#prices {
    padding: 0 0 0 0;
}

#prices p {
    text-align: left;
    font-weight: bold;
}

#prices table {
    border: 2px solid #713245;
    width: 622px;
    _width: 560px;
    border-collapse: collapse;
    margin: 20px 0 0 0;
}

#prices td {
    padding: 5px;
    border-collapse: collapse;
    border: 1px solid #c8a9ae;
    border: 1px solid #713245;
}

#prices th {
    padding: 5px;
    border-collapse: collapse;
    border: 1px solid #c8a9ae;
    border: 1px solid #713245;
    border-bottom: 2px solid #713245;
    text-align: center;
}

/* ID: INFO */

#info {
    margin: 27px 0 0 0;
    padding: 0 0 0 13px;
    min-height: 500px;
    background: #f3efec;
}

#info table {
    border: 0;
    border-collapse: collapse;
}

#info table * {
    line-height: 150%;
}

#info table .inbox {
    padding: 20px;
}

#info tr {
    border-collapse: collapse;
}

#info td {
    border: 1px solid #abadb0;
    border-bottom: 0;
    border-collapse: collapse;
    vertical-align: top;
    background: #fdfcfc;
}

#info td.firstcol {
    width: 188px;
    border-left: 0;
}

#info td.secondcol {
    width: 545px;
}

#info td.thirdcol {
    width: 242px;
    border-right: 0;
}

#info .firstcol ul {
    margin-left: 0px;
    padding:0;
    list-style: circle;
}

#info .firstcol li ul{
		margin-left:12px;
}

.topoffer h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #444;
	font-variant: small-caps;
}

.breadcrumbs, .topoffer {
	padding: 2px 0.5em;
}
.breadcrumbs span {
	color: #444;
}
.breadcrumbs a {
	color: #444;
}
.littleblog {
	margin: 0;
	padding: 8px 12px;
	background-color: #f3efec;
}
.littlepost {
	margin: 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #666;
	overflow: auto;
}
.littlepost h4 {
	margin: 8px 0 0 0;
	padding: 0;
	line-height: 100%;
}
.littlepost h4 a {
	color: #333;
	text-decoration: none;
}
.littlepost p {
	margin: 0;
	padding: 0;
	color: #333;
  font-size:12px;
}
.littlepost img {
	float: left;
	margin: 0 10px 0 0;
	border:1px solid gray;
}

/* ID: FOOTER */

#footer {
}

#footer p {
    text-align: left;
    margin: 16px;
    color: #e2e3e3;
}


/* CLASSES: COMMON */

.cleaner {
    clear: both;
    visibility: hidden;
    font-weight: 0px;
}

.uppercase {
    text-transform: uppercase;
}

.left {
    float: left;
}

.right {
    float: right;
}

.warn {
    color: red;
}

p.error {
		margin-top:10px;
    color: red;
}

.requiredValue{
		color:red;
}

.invalidValue{
		color:red;
		background:rgb(255,204,153);
}

.hidden {
    display: none;
    visibility: hidden;
}
