@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:#c2a288 url(../../public/images/bg.gif) repeat-x top;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	}
#big_body{
	width:1100px;
	margin:0px auto 0px auto;
}
#big_container,#container,#top,#top_menu,#top_menu_left,#top_menu_right,#top_name,#top_name_left,#top_name_right,
#top_menu_right ul,#top_menu_right ul li,#splash,#footer,#space,#header,.content,.content_left,.content_top,
.content_bottom,.content_bottom_left,.content_bottom_right,img#logo,#photo_container{
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
}
#big_container{
	background:url(../../public/images/flower.gif) no-repeat top left;
}
#container{
	margin-left:90px;
	width:920px;
}
#top{
	width:100%;
	height:104px;
}
#top_name{
	float:right;
	width:184px;
	margin-top:68px;
}
#top_name_left,#top_name_right{
	width:100%;
}
#top_name{
	background:url(../../public/images/top_name_bg.gif) repeat-x top;
	}
#top_name_left{
	background:url(../../public/images/top_name_left.gif) no-repeat top left;
	}
#top_name_right{
	background:url(../../public/images/top_name_right.gif) no-repeat top right;
	height:22px;
	text-align:center;
	color:#00394f;
	padding-top:5px;
	}
#top_menu,#top_menu_left,#top_menu_right{
	width:100%;
	
}
#top_menu{
	background: url(../../public/images/top_menu_bg.gif) repeat-x top;
}
#top_menu_left{
	background:url(../../public/images/top_menu_left.gif) no-repeat top left;
	}
#top_menu_right{
	background:url(../../public/images/top_menu_right.gif) no-repeat top right;
	height:44px;
	}
#top_menu_right ul{
	list-style:none;
	margin:8px 0px 0px 10px;
	}
#top_menu_right ul li{
	list-style:none;
	background:url(../../public/images/top_menu_separator.gif) repeat-y right;
	padding:0px 10px 0px 10px;
	}
#top_menu_right ul li#last{
	background:none;
}	
	
#top_menu_right a{
	float:left;
	display:inline;
	color:#00394f;
	font-size:14px;
	text-decoration:none;
	padding:2px 5px 1px 5px;
	height:20px;
}	
#top_menu_right a:hover{
	background:#f8daa8;
	border:1px solid #cda957;
	height:20px;
	padding:1px 4px 0px 4px;
	text-decoration:none;
}
#splash{
	width:100%;
	height:542px;
	background:url(../../public/images/splash_bg.jpg) no-repeat top left;
}
#splash p{
	clear:both;
	color:#d1492b;
	padding:0px 18px 10px 18px;
	margin:0px;
}
#splash p em{
	text-decoration:underline;
}
#footer{
	width:505px;
	background:url(../../public/images/footer_bg.gif) no-repeat top left;
	height:46px;
	margin:32px 0px 0px 207px;
	text-align:center;
	color:#00394f;
	padding-top:15px;
}
#space{
	width:100%;
	height:50px;
}
.content_left{
	width:100%;
	background:#e9d9d0 url(../../public/images/content_left.gif) repeat-y left;

	}
.content{
	width:100%;
	background:url(../../public/images/content_right.gif) repeat-y right;
}

.content_top{
	width:100%;
	height:10px;
	line-height:0px;
	font-size:0px;
	background:url(../../public/images/content_top_bg.gif) no-repeat top left;
	margin-top:1px;
}


.content_bottom{
	width:100%;
	height:11px;
	line-height:0px;
	font-size:0px;
	background:url(../../public/images/content_bottom_bg.gif) repeat-x top;
}
img#logo{
	margin-top:33px;
}

h1{
	color:#e74e35;
	font-weight:normal;
	font-size:20px;
	margin:0px;
	padding:5px 0px 0px 15px;
}
#photo_container{
	background: url(../../public/images/tzija.gif) no-repeat top left;
	width:895px;
	min-height: 400px;
	margin:15px 0px 0px 13px;
	padding-bottom:40px;
	padding-top: 20px;
	padding-left: 10px;
}
p.category_description{
	clear:both;
	color:#00394f;
	margin:0px;
	padding:15px 20px 0px 20px;
}

td.thumb_holder{
	height:170px;
	text-align:center;
	vertical-align:middle;
}
td.thumb_holder h3{
	font-size: 12px;
	text-align:center;
	color:#00394f;     
}

div.thumb{
	border:1px solid #d1492b;
	background:#FFFFFF;
	padding: 0px;
	margin: 0px;
}
td.thumb_holder img{
	border:1px solid #d1492b;
	background:#FFFFFF;
	padding: 5px;
	margin: 0px;

}
td.label{
	text-align:right;
	padding-right:10px;
	width:150px;
	font-weight:bold;
	color:#856344;
}
td.label_long{
	text-align:left;
	padding-left:95px;
	font-weight:bold;
	color:#856344;
}
input.text,textarea.text{
   border:1px solid #856344;
   color:#856344;
   background:#e3ceb6;
   font:11px "Trebuchet MS", Arial, Helvetica, sans-serif ;
}

div.error { margin-bottom: 10px; }
div.error div.bubble {
	text-align: left;
	padding: 3px 7px;
	color: #D9531E;
	font-size: 12px;
	font-weight: bold;
}

/* success messages */
div.success { margin-bottom: 10px; }
div.success div.bubble {
    text-align: left;
    padding: 3px 7px;
    color: #5D9732;
	font-size: 12px;
    font-weight: bold;
}
/* end error messages */  



	
