body {
     background-image: url(images/bg.jpg);
     color: #c69c6d;
}

a {
  color: #c69c6d;
  text-decoration: none;
}

#menu-text {
            font-family: Arial;
            font-size: 18px;
            color: #c69c6d;
            text-align: center;
            padding-bottom: 10px;
}

#menu {
      padding-left: 20px;      
      padding-right: 20px;
}

div.title {
          font-family: Arial;
          color: #c69c6d;
          font-weight: bold;
          text-align: right;
}

div.menu-left{
            margin-top: 10px;
            font-family: Arial;
            color: #c69c6d;
            text-align: right;
            margin-bottom: 30px;
}

div.menu-left a{
            font-family: Arial;
            color: #c69c6d;
            text-align: right;
            text-decoration: none;
}

div.menu-left img{
            border: 3px solid #c69c6d;
}

table.header {
           background:url(images/header.png) no-repeat;
           height:242px;
           width:1024px;
}

div.content {
            background-repeat: repeat;
            background:url(images/content-background.png);
            width:1024px;
            padding-bottom: 50px;
            padding-top: 10px;
}

div.nTitle {
           padding: 5px;
           margin-left: 15px;
           color: #cccccc;
           font-weight: bold;
           font-family: Arial;
           font-size: 20px;
}

div.fiveNewCaps img{
                border: 3px solid #c69c6d;
}

button.yesno {
             font-size: 10px;
             border: 0px;
             background: #c69c6d;
}

.fields {
        background-color: #c69c6d;
        padding: 3px;
        border: 1px solid #666666;
        overflow-y: hidden;
}

.submit {
        border: 0px;
        background: #c69c6d;
}

.upper_panel {
             margin-left: 740px; 
             margin-top: 45px; 
             color:#5e5555;
}

.upper_panel a {
             color: #333333;
}

/* Paggination */

.pg-normal {
           color: #c69c6d;
           cursor: pointer;
}
.pg-selected {
             color: #c1c1c1;
}

.cap_image {
   position: relative;
   width: 100px;
   height: 100px;
   text-align: right;
	margin-bottom: 4px;
}

span {
	color: white;
	font: 20px Arial;
	letter-spacing: 0px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 5px;
	top: -27px;
	left: 4px;
	position: relative;
}

/****** Collection *******/

#countries {
	float: left;
	display: inline-block;
	width: 80%;
}

#maps {
	float: left;
	display: inline-block;
}

.fiveNewCaps {
	float: left;
    width: 100%;
	margin-left: 75px;
}

.cap {
	float: left;
	margin-right: 5px;
}

#site-map {
	margin-top: 10px;
	margin-bottom: 10px;
}

/***** image */
.image-box {
	position: fixed;
	top: 4%;
	background: #ffffff;
	z-index: 1002;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #444444;
	-webkit-box-shadow: 0px 0px 5px #444444;
	box-shadow: 0px 0px 5px #444444;
	display: none;
}

.image-box.content {
	float: left;
}

.close {
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.backdrop {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
