/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Courier New", Courier, monospace;
	fon-size: 10px;
	color: #361a07;
	background-color:#FFFFFF;
	text-align: center;
}

a {
	color: #ee7f01;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: 0px;
}

#container {
	width: 997px;
	margin: auto;
	text-align: left;
}

#container #inline-container {
	width: 997px;
	padding-left: 27px;
	background-image: url(../img/bg-content.jpg);
	background-repeat: repeat-y;
	background-color: #feeddc;
	float: left;
	border: 1px solid #361a07;
	border-bottom-width: 0px;
}

#container #header,
#container #footer {
	width: 997px;
	float: left;
}

#container #header {
	height: 214px;
}

#container #navigation {
	background-color: #ee7f01;
	width: 954px;
	float: left;
	height: 22px;
	padding-top: 7px;
	padding-left: 43px;
}

#container #navigation img {
	margin-right: 14px;
}

#container #content-area {
	width: 997px;
	float: left;
}

#container #content-area #main-content-area {
	width: 600px;
	float: right;
	margin-top: 50px;
	margin-right: 93px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 60px;
}

#container #content-area #main-content-area h1 { 
	font-size: 13px;
	font-weight: bold;
	color: #ee7f01;
	margin-bottom: 12px;
}


#container #content-area #main-content-area h2 { 
	font-size: 12px;
	font-weight: bold;
	color: #ee7f01;
	margin-bottom: 12px;
}

#container #content-area #main-navigation {
	width: 200px;
	float: left;
	margin-left: 43px;
	margin-top: 50px;
}

#container #content-area #main-navigation span {
	width: 200px;
	float: left;
	margin-bottom: 32px;
}

#container #footer {
	height: 100px;
	background-image: url(../img/bg-footer.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#container #footer #footer-navigation {
	margin-left: 43px;
	margin-right: 43px;
	
	width: 911px;
	float: left;
	border-top: 2px solid #ee7f01;
	padding-top: 22px;
}

#container #footer #footer-navigation img {
	margin-bottom: 5px;
}

.csc-frame-frame1 {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.csc-frame-frame2 {
	float: left;
	width: 290px;
}

.div-33 {
	width: 33%;
	float: left;
	margin-right: 9px;
}

.div-50 {
	width: 50%;
	float: left;
	margin-right: 9px;
}

.tx-locator-pi1.selectCategory {
  display: none;
}
.tx-locator-pi1.selectCountry {
  display: none;
}