/* -----------------------------Typo --------------------------------------------- */

body {
	color: #006299;
	background: #fff;
	/*font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Tahoma;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	margin: 0;
}

img {border: 0px;}

p {text-indent: 30px; text-align: justify; padding: 20px; line-height: 20px;}

textarea, input, select { background: transparent; font-family: Tahoma; color: gray; }

#agreement { font-family: Tahoma; font-size: 10px;}



/* -----------------------------end of Typo --------------------------------------------- */

#top {
	width: 980px;
	height: 34px;
	margin: 0 auto;
	border: 0px solid red;
}

#top #topLeft {
	width: 84px;
	height: 34px;
	float: left;
	background-image: url(../images/tl.gif);
	border: 0px solid green;
}

#top #topCenter {
	width: 100px;
	height: 34px;
	float: left;
	background-color: #fff;
	border: 0px solid green;
}

#top #topPageLanguages {
	width: 197px;
	height: 24px;
	float: left;
	background-color: #fff;
	padding-top: 10px;
	margin-left: -9px;
	color: #006299;
	font-family: Tahoma;
	font-size: 10px;
	border: 0px solid green;
}

#top #topPageLanguages a {
 font-size: 11px;
}

#top #topRight {
	width: 708px;
	height: 34px;
	float: left;
	background-image: url(../images/tr.gif);
	border: 0px solid green;
}

#header {
	width: 980px;
	height: 242px;
	margin: 0 auto;
	border: 0px solid red;

}

#wrapper {
	margin: 0 auto;
	width: 980px;
	background: url(../images/bck_wrapper.gif) repeat-y;
	border: 0px solid pink;
}

#wrapper #menu {
	float: left;
	width: 180px;
	padding-left: 20px;
	border: 0px solid pink;
}

#wrapper #content {
	float: right;
	padding: 20px;
	width: 740px;
	border: 0px solid pink;
}

#wrapper #clearBoth {
	clear: both;
	height: 20px;
}

#contact {
	width: 738px;
	height: 698px;
	/*background-image: url(../images/mapOstrow.png);	*/
	border: 0px solid pink;
	font-size: 17px;
	text-align: center;
}

#footer {
	width: 980px;
	height: 73px;
	margin: 0 auto;
	background-image: url(../images/footer.gif);
}

/* -------------------------- menu ----------------------------------*/

#menuList {
	position: relative;
	top: 70px;
	width: 150px;
	float: right;
	font-family: Tahoma;
	border: 0px solid pink;
}

#menuList ul
{
	list-style-image: url('../images/menuItem.png');
	margin: 0;
	padding: 0;
}

#menuList a
{
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding: 8px;
	width: 125px;
	background-color: #ffffff;
	color: #006299;
	border-bottom: 1px solid #eee;
}

#menuList a:hover
{
	background-color: #006299;
	color: #fff;
}

#menuList #current
{
	/* border-bottom: 3px solid #ffac4a; */
	background: #87bf3b;
}

/* -------------------------- sells department table ----------------------------------*/

#sellsDpt
{
	font-size: 15px;
	width: 90%;
	padding: 20px;
	vertical-align: top;
	border: 0px solid black;
}

#sellsDpt a
{
	text-decoration: none;
	color: #006299;
}

#sellsDpt a:hover
{
	text-decoration: underline;
	color: #006299;
}

/* ----------------------- show photos -------------------*/

.photo
{
	text-align: center;
    float: left;
    display: inline;
    width: 210px;
    height: 198px;
    padding: 0px 0px 0px 0px;
    margin: 10px 10px 30px 10px;
    border: 0px solid red;
    overflow: hidden;
}

.photo div
{
    height: 150px;
    border: 1px solid #f1f1f1;
}

.photo div:hover
{
    border: 1px solid #f1f1f1;
    background-color: #006299;
}

.photo div a
{
    display: block;
    text-align: center;
    height: 100px;
    padding: 16px 0px 4px 0px;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}

/* ----------------------- maps -------------------*/
#mapsButtons
{
	width: 200px;
	float: right;
}

#mapsButtons a
{
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	display: block;
	padding: 8px;
	width: 184px;
	background-color: #d1e3f2;
	color: #fff;
	border-bottom: 1px solid #eee;
}

#mapsButtons a:hover
{
	background-color: #dc342f;
	font-weight: bold;
	color: #fff;
}

#mapsButtons #current
{
	/* border-bottom: 3px solid #ffac4a; */
	background: #87bf3b;
}

/*----------------------- CAPTCHA ----------------------------------*/
.captchaInput
{
	width: 69px;
	height: 30px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 10px;
	font-family: CooperBlackStd;
}

#captchaStatementSuccess
{
	color: #009900;
}
#captchaStatementError
{
	color: #b02329;
}

#info_tresc {
  background-color: rgba(255, 255, 255, 0.55);
  color: #3A73CD;
  padding: 24px;
  text-align: justify;
  margin: 40px auto;
  font-size: 12px;
  width: 696px;
}
#info_tresc h2 {
  font-size: 14px;
  text-align: right;
  margin: 0px;
  padding: 2px;
}

#info_tresc p {
  margin: 0px;
  padding: 2px;
}

#p_logo {
  text-align: right;
}

#p_logo h1 {
  font-size: 12px;
  margin: 4px 10px -16px 0px;
  padding: 0px;
  color: #b7bFE2;
}
