@import 'reset.css';
@import '960.css';
@import 'selectors.css';

@font-face {
  font-family: 'GSM';
  src: url('GSM.ttf') format('truetype');
}
body {
	background-color: #392511
	}
#bd {
	padding-top: 2px;
	height: 520px;
  background: url(../img/bg-splash3.jpg) repeat-x
}
#loading {
  margin-left: 15px	
}
.level1 {
  background: url(../img/ref10_01.jpg) no-repeat;
  height: 203px
}
.level2 {
	background: url(../img/ref10_02.jpg) no-repeat;
  height: 146px
}
a.contact-form {
	display: block;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}
.level3 {
  background: url(../img/ref10_03.jpg) no-repeat;
  height: 172px
}
.level3 h2 {
  font-family: 'GSM';
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
  padding-left: 36px;
  color: #F5B151	
}
h2.tours {
  background: url(../img/tours.png) no-repeat
}
h2.incentives {
  background: url(../img/incentives.png) no-repeat
}
h2.cruises {
  background: url(../img/cruises.png) no-repeat
}
h2.fits {
  background: url(../img/fits.png) no-repeat
}
h2.groups {
  background: url(../img/groups.png) no-repeat
}
.container_text h2.tours {
  background: url(../img/icon-tours.png) no-repeat
}
.container_text h2.incentives {
  background: url(../img/icon-incentive.png) no-repeat
}
.container_text h2.cruises {
  background: url(../img/icon-cruise.png) no-repeat
}
.container_text h2.fits {
  background: url(../img/icon-fits.png) no-repeat
}
.container_text h2.groups {
  background: url(../img/icon-groups.png) no-repeat
}
.level3 p {
  	line-height: 16px
}
.container_12 .grid_2-2 {
  width: 180px;
  margin-left: 10px
}
.container_12 .grid_2-2 a {
  color: #fff;
  display: block;
  text-align: right;
  padding-right: 15px;
  text-decoration: none
}
.container_12 .grid_2-2 a:hover {
  color: #F5B151
}
.topspace {
  height: 55px
}
.contact {
	height: 120px;
	color: #fff;
	margin-left: 30px;
	margin-top: 5px;
	font-size: 11px;
  background: transparent url(../img/contact-1b.png) no-repeat
}
.container_12 .contact {
	width: 349px;
}
.contact p {
	font-family: helvetica, arial, sans-serif;
	line-height: 12px;
	text-align: center;
	margin: 20px 10px 10px 5px;
}
.contact p:first-child {
	width: 290px;
	padding-left: 22px;
	padding-bottom: 6px;
	padding-top: 6px;
  line-height: 14px
}
.contact em {
  color: #EFD471;
  font-size: 10px;
  font-style: normal
}
.small-swiss {
  height: 80px;
  background: url(../img/small-swiss.jpg) no-repeat
}
.small-swiss p {
	padding-left: 80px;
	font-size: 10px;
	color: #D06F1A;
	line-height: 15px
}
.conducta {
  height: 80px;
  background: url(../img/conducta.jpg) no-repeat
}
.tourism {
	height: 80px;
  background: url(../img/tourism.jpg) no-repeat
}
#dialogContent {
  background: url(../img/form1_01a.png) no-repeat;
  height: 414px
}
#dialogContent #form-top {
	height: 140px
}
#dialogContent .form1 .content {
	height: 260px;
	padding-left: 25px
}
#dialogContent .bottom {
	height: 53px;
  background: url(../img/form1_02a.png) no-repeat
}
.content {
  padding-left: 15px
}
.content p {
  padding: 0px;
  margin: 0px
}
.content label {
	color: #fff;
	line-height: 10px;
	text-transform: capitalize
}
.content input {
	border: none;
	padding: 2px;
	width: 225px;
	height: 22px;
	background: none;
  background: url(../img/bg-input.jpg) no-repeat
}
.content textarea {
  border: none;
  padding: 2px;
  background: none;
  background: url(../img/bg-textarea.jpg) no-repeat;
  width: 230px
}
button.btn-send {
  font-size: 13px;
  border: none;
  color: #fff;
  width: 66px;
  height: 24px;
  margin-left: 90px;
  font-weight: bold;
  background: url('../img/btn-send.png') no-repeat
}
a.btn-close {
	display: block;
  color: #FCED11;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  padding-right: 28px;
  padding-top: 10px
}
a.btn-close:hover {
  text-decoration: underline;
}
/* =status messages */
div.flash {
  color: #fff;
  padding: 10px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  display: none
  /*width: 712px;*/
}
div.show {
  color: #fff;
  padding: 1px;
  margin: 1px;
  margin-left: 17px;
  margin-bottom: 4px;
  width: 220px
}
div.error {
  background: #c00c25;
}
div.error * {
  color: #c00c25;
  float: none
}
div.error div,
div.error li,
div.error p,
div.error ul {
  color: #fff;
  margin: 0px;
}
div.error ul li {
  background: url('body-section-form-error-li.png') no-repeat 0 50%;
  padding-left: 15px
}
div.notice {
  background: #ffbc02
}
div.success {
  background: #43b921
}
.error, .success, .notice {
  margin: 4px 0px 10px 0px
}
.error {
  color: #C00C25
}
.notice {
  color: #4e4b4b
}
.success {
  color: #77aa08
}
input.error-input {
  border: none;
  padding: 2px;
  width: 225px;
  height: 22px;
  background: none;
  background: url(../img/bg-input-invalid.png) no-repeat
}
textarea.error-input {
  border: none;
  padding: 2px;
  background: none;
  background: url(../img/bg-textarea-invalid.png) no-repeat
}
#dialogContentForm2 #form-top, #dialogContentForm3 #form-top, #dialogContentForm4 #form-top, #dialogContentForm5 #form-top {
  height: 60px
}
.topspace2 {
  height: 175px
}
.container_text, .container_form {
  display: inline;
  float: left;
}
.container_text {
	height: 374px;
	width: 303px;
  background: url(../img/swiss-form-b_01.png) no-repeat
}
.container_form {
  height: 374px;
  width: 305px;
  background: url(../img/swiss-form-b_02.png) no-repeat
}
.container_text p {
  color: #fff;
  width: 280px;
  margin-left: 20px
}
.container_text h2 {
  font-family: 'GSM';
  font-style: italic;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  padding-left: 52px;
  margin-left: 26px;
  color: #954B36  
}
.top-report {
  width: 40%;
  padding: 3px 8px 10px 8px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: -5px; 
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: center
}
.top-report label {
  font-size: 12px; 
  color: #000
}