/* CSS Document */
/**************************************************/
/******************* POSITION     *****************/
/**************************************************/
* {
	/* border: 1px solid black !important; */
	
}
body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#824921;
	margin:1px;
}

#main {
	width:980px;
	margin:auto;
	position:relative;
}

#logo {
	margin-left:47px;
	padding-top:25px;
}

#capPhoto {
	width:258px;
	height:240px;
	position:absolute;
	left:314px;
	top:-1px;
}

#menu {
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	background-color:#f5eee9;
	width:216px;
	position:absolute;
	top:173px;
	left:31px;
	padding-top:5px;
	border-bottom:12px solid #dccec5;
	display:block;
}

.menu-item {
	height:24px;
	padding-top:2px;
	border-bottom:1px solid #f0e8e3;
	padding-left:18px;
}

#centerWraper {
	width:701px;
	position:absolute;
	margin-left:247px;
	margin-top:150px;
}

#center {
	background-color:#f6efea;
	background-image:url(../images/center_bg1.jpg);
	background-repeat:no-repeat;
	border:1px solid #f6efea;

}

#centerInside {
	background-image:url(../images/center_bg2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:30px;
	padding-right:20px;
	display:block;
}

#iso {
	position:absolute;
	top:157px;
	right:307px;
}

#gazela {
	position:absolute;
	top:156px;
	right:43px;
}

#slogan {
	position:absolute;
	top:178px;
	right:135px;
}

#language {
	position:absolute;
	left:50px;
	top:141px;
}
#contactGoogleMaps {
	float:right;
	width:480px;
	height:560px;
	background-color: #e9e2dd;
	border:1px solid #E9E2DD;
	margin-left:10px;
}
/********* SEARCH ********/

#topSearch {
	position:absolute;
	top:30px;
	right:50px;
}

/********* NEWS ********/
#news {
	width:199px;
	position:absolute;
	top:450px;
	left:31px;
}
#newsTitle {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:17px;
}

#footer {
	margin-top:10px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:15px;
}


/********* COLS ********/
.colA {
	width:410px;
	float:left;
}
.colB {
	width:215px;
	float:right;
}


/**************************************************/
/******************* TEXT CONTENT *****************/
/**************************************************/


/*********** STANDARD CONTENT **********/
h1, h2, h3, h4, h5, p, li, label {
	font-family:Arial, Helvetica, sans-serif;
}
label, p, li, input {
	font-size:11px;
}
.left {
	float:left;
}

.left-clear {
	clear:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

p {
	color:#3e352f;
	line-height:20px;
	margin-bottom:10px;
	
}
p.summary {
	color:#f07004;
	font-weight:bold;
	margin-bottom:15px;
}

p img {
	background-color:#ece3dc;
	padding:5px;
	vertical-align:middle;
}

p img.right {
  margin-left:10px;
  margin-bottom:10px;
}

p img.left {
  margin-right:10px;
  margin-bottom:10px;
}
ul {
	list-style:disc;
	margin-left:25px;
	margin-bottom:15px;
}
li {
	padding-left:5px;
	line-height:18px;
}
h1 {
	color:#3e352f;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:22px;
}
h2 {
	color:#3e352f;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:18px;
}
h3 {
	color: #3e352f;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:18px;
}

h4 {
	color: #3e352f;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:18px;
}


.spacer {
	height:1px;
	width:100%;
	float:none;
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0px;
	padding:0px;
	
}

.bold {
	font-weight:bold;
}

.line {
	border-top:1px solid #e9e2dd;
}

.margin-none {
	margin:0px;
}

.margin-small {
	margin-bottom:10px;
}

.margin-medium {
	margin-bottom:15px;
}

.margin-large {
	margin-bottom:20px;
}

.margin-left  {
	margin-left:20px;
}
.clear-bg {
	background-color:transparent !important;
	background-image:none;
}
a.up {
	padding-left:15px;
	background-image:url(../images/up1.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

a, a:visited {
	color:#f07004;
	font-size:11px;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color: #f7882b;
}
.input-text {
	padding:3px;
	font-size:11px;
	letter-spacing:1px;
}
.date {
    color: #9f795e;
}

a.external {
   background-image:url(../images/external.gif);
   background-repeat:no-repeat;
   background-position:right;
   padding-right: 15px;
}

/*********** SPECIAL CONTENT **********/

a.light, a.light:visited {
	color:#f07004;
	font-size:11px;
	text-decoration:none;
}
a.light:hover {
	text-decoration:underline;
	color: #fd9035;
}
a.light2, a.light2:visited {
	color:#bd9171;
	font-size:11px;
	text-decoration:none;
}
a.light2:hover {
	text-decoration:underline;
	color: #FFF;
}
.dark-input {
	border: 1px solid #4b3528;
	background-image:url(../images/input_bg.png);
	background-repeat:repeat-x;
	color:#846856;

}

.light-input {
	border: 1px solid #4b3528;
	background-color:#FFF;
	color:#000;
}
label.light {
	padding-top:6px;
	color:#8e6d57;
	padding-right:5px;
}
label.light2 {
	padding-top:6px;
	color:#CCCCCC;
	padding-right:5px;
}
.button2text {
	background-color:transparent;
	border:0;
	cursor:pointer;
}
.mild {
	color:#857971;
}

.light {
	color:#f07004;
}

p.light {
	color:#ddcbbf;
}

.midlight {
	color:#ad866b;
}
.sitemap {
	background-image:url(../images/sitemap.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:15px;
}
.map {
	color:#9F795E;
	background-color:#ECE3DC;
	padding:4px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:8px;
}
.map a {
	color:#9F795E;
	text-decoration:none;
	font-weight:normal;
}
.map a:hover {
	text-decoration:underline;
}

.map .slash {
	color:#333333;
	margin-left:3px;
	margin-right:3px;
}
/***** PRODUCT LIST ON INDEX *****/
.prod-box {
	border-right:1px solid #DCCEC5;/*#e9e2dd;*/
	border-bottom:1px solid #DCCEC5;
	width:200px;
	float:left;
	margin-right:2px;
}

/***** PRODUCT LIST *****/
.prod-list-box {
	border-bottom:1px solid #e9e2dd;
	width:100%;
	margin-bottom:20px;
}
.prod-box p {
	margin-right:5px;
	margin-bottom:0px !important;
}
.prod-box h3 {
	margin-right:5px;
}
.prod-img {
	background-color: #e9e2dd;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	padding:5px;
}
.prod-desc {
	height:190px;
}
.prod-more {
	text-align:right;
}


/********* NEWS ********/

.full-news-item {
	border-bottom:1px solid #8c5731;
	padding-left:17px;
	margin-bottom:5px;
}
h5.news-title {
	margin-bottom:5px;
}
h5.news-title a, h5.news-title a:visited {
	color:#FFF;
	font-size:12px;
	font-weight:bold;	
	line-height:14px;
	text-decoration:none;
}
h5.news-title a:hover {
	text-decoration:underline;
}
p.news-date {
	color: #9f795e;
	font-size:11px;
	margin-bottom:8px;
}
p.news-text {
	color:#d9c2b1;
	font-size:11px;
	line-height:18px;
	margin-bottom:5px;
}
p.news-more {
	margin-bottom:15px;
}

ul.news-items {
	margin-bottom:10px;
	list-style:none;
	margin-left:0px;
}

ul.news-items li {
	padding-top:5px;
	padding-bottom:7px;	
	padding-left:26px;
	border-bottom:1px solid #8c5731;
	background-image:url(../images/li1.png);
	background-repeat:no-repeat;
	background-position:17px 8px;
	line-height:12px;

}

ul.news-items li a, ul.news-items li a:visited {
	color:#d9c2b1;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

ul.news-items li a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

p.news-archive {
	margin-bottom:15px;
	text-align:right;
}
/********* LANG ********/
.language {
	color:#8e6d57;
	font-size:11px;
}
.language img {
	vertical-align:middle;
	padding:0px;
	margin:0px;
	margin-left:5px;
	border:0;
}
/********* SEARCH ********/
.top-search {
	color:#8e6d57;
	font-size:11px;
}
/********* FOOTER ********/
.footer-menu {
	margin-bottom:10px;
	text-align:center;
}

.footer-menu a {
	margin-left:10px;
	margin-right:10px;
}

/********* SHORT MENU ********/
ul.short-menu  {
	background-image:url(../images/shortmenu_bg.jpg);
	background-repeat:no-repeat;
	background-color:#e9e2dd;
	list-style:none;
	margin-bottom:0px;
	margin-left:0px;
}

ul.short-sub-menu {
	margin:0px;
	list-style:none;
}

ul.short-menu li, ul.short-sub-menu li {
    padding:0px;
	margin:0px !important;
}


ul.short-menu li a, ul.short-menu li a:visited {
    margin:0px !important;
	padding-top:8px;
	padding-bottom:5px;
	background-image:url(../images/li2.png);
	background-repeat:no-repeat;
	background-position:10px 14px;
	display: block;
	padding-left:20px;
	color:#3e352f;
	text-decoration:none;
	padding-right: 5px;
	overflow: auto; /*force hasLayout in IE7 */
	border-bottom:1px solid #d2cbc5;
}

ul.short-menu li a:hover {
	text-decoration:none;
	background-color:#FFFFFF;
	color:#f07004;
	background-position:12px 14px;
}


ul.short-sub-menu li a, ul.short-sub-menu li a:visited {
	margin:0px !important;
	padding-top:8px;
	padding-bottom:5px;
	background-image:url(../images/li2.png);
	background-repeat:no-repeat;
	background-position:22px 14px;
	overflow: auto; /*force hasLayout in IE7 */
	display: block;
	padding-left:32px;
	padding-right: 5px;
	color:#3e352f;
	text-decoration:none;
}

/* Holly Hack for IE \*/
* html ul.short-menu li a, ul.short-menu li a:visited { height: 1%; }
/* End */

ul.short-sub-menu li a:hover {
  background-position:24px 14px;  
}

ul.short-menu li a.active, ul.short-menu li.active a {
	background-color:#FFFFFF;
}

ul.short-menu li.up a{
	background-image:url(../images/up.gif) !important;
	background-repeat:no-repeat;
	background-position:5px 11px !important;
	font-weight:bold;
}



/********************* TABLE *****************/
table {
	border:1px solid #d9ccc2;
	border-collapse:collapse;
	margin-bottom:15px;
	width:310px;
	float:left;
	margin-right:10px;
}
td, th {
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #d9ccc2;
}
td {
	color:#786a61;
	font-weight:bold;
}

th {
	color:#3e352f;
}
/***************** USER EDIT *********************/
.user-edit p.pleft img {
    margin-right:10px !important;
    margin-bottom:5px !important;
    float: left;
}

.user-edit p.pright img {
    margin-right:10px !important;
    margin-bottom:5px !important;
    float: right;
}

.user-edit li {
    font-family: Arial;
    color:#3e352f;
	line-height:20px;
}

.user-edit li strong {
    font-weight: bold;
    
}

.user-edit ul {
	
}

/**************** PAGER *****************/

.page {
    font-size: 11px;
    font-family: Arial;
    color:#ABABAB;
    text-align:center;
}

.page img {
    
}

.page a {
	padding:0px;
    color:#3E352F;
	text-decoration:none;
	
}


.page-info {
    font-size: 11px;
    font-family: Arial;
    color:#898989;
    text-align:center;
	margin-top:7px;
}

.page-item {
	width:20px;
	height:16px;
	text-align:center;
	display:block;
	float:left;
	border:1px solid #F6EFEA;
	vertical-align:middle;
	padding-top:3px !important;
}

span.page-item, .page a:hover {
	border:1px solid #ECE3DC;
	background-color: #FFFFFF;
}

.box-ok {
    margin-bottom: 5px;
    background-color: #D9CCC2;
    color: #3D1700;
    padding:10px;
    font-weight:bold;
    border:1px solid #3D1700;
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

.box-error {
    margin-bottom: 5px;
    background-color: #FFF;
    color: red;
    padding:10px;
    font-weight:bold;
    border:1px solid red;
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}


/************************************************/
.partner {
    width:620px;
    background-color:#FFF;
    margin-bottom: 10px;
    padding:10px;
    overflow:hidden;
    border:1px solid #DCCEC5;
}
.partner p {
    float:left;
    width:460px;
    padding:0px;
    font-weight:bold;
}
.partner .imag {
    width:150px;
    text-align:center;
    float:left;
    margin-right:10px;
}

.partner2 {
    width:180px;
    height:100px;
    background-color:#FFF;
    margin-bottom:10px;
    margin-right:10px;
    padding:10px;
    overflow:hidden;
    border:1px solid #DCCEC5;  
    float:left;
    text-align:center;
}

.partner2 p {
    font-weight:bold;
    margin-top:10px;
}

