
/* CSS RESET */
/* ---------------------------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, form, table, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	list-style-type: none;
}

/* GENERAL */
/* ---------------------------------------------------------------------------------------------------*/
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: url(../images/bg.jpg) repeat;	
}

a{	color: #8f1222;}

a:hover{color: #000}

#container{
	width:1157px;
	overflow: hidden;
	margin: 40px  auto;
	background:url(../images/shadow.png) repeat-y;

}

#header{
	background: #FFF;
	width: 853px;
	height: 80px;
}
.float-right{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.float-right-border{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	border:1px solid #8f1222;
}

.float-left{
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
}

.float-left-last{
	float: left;
	margin-bottom: 10px;
}

#video{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background:url(../images/home/video.jpg);
	width: 270px;
	height: 180px;
}

iframe{
	border: 5px solid #8f1222;
}

#contents{
	width: 853px;
	margin: 10px auto;
	background: url(../images/bg-content.jpg) repeat-y;
	overflow: hidden;
}

.logo{
	float: left;
	margin-left: 20px;
	margin-bottom:10px;
}

.slogan{
	font-size: 24px;
	text-align:right;
	padding-top:5px;
	margin-right: 20px;
}

#box-contact{
	width: 530px;
	padding: 10px;
	background: #DDD;
	-moz-border-radius: 10px;
  border-radius: 10px;
}

.available{
	margin-left: 10px;
	margin-top:10px;
}

p{margin-bottom:10px}

#column-right ul{
	margin-bottom:20px;
}

#column-right li{
	margin-bottom:10px;
	padding-left: 20px;
	background: url(../images/bullet.jpg) no-repeat top left;
}

#column-left{
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-top:10px;
	padding: 5px;
}

#menu{
	list-style-type: none;
}

#column-left li{
	margin-bottom:5px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#column-left a{
	color: #8f1222;
	text-decoration: none;
	font-weight: bold;
}

#column-left a:hover{
	color: #000;
}

#column-right{
	float: left;
	width: 540px;
	margin-left: 10px;
	margin-top:10px;
}

#flvplayer{
	text-align: center;
	
}
/* HEADERS */
/* ---------------------------------------------------------------------------------------------------*/
h1{
	font-size: 20px;
	border-bottom: 1px solid #000;
	padding-bottom: 7px;
	margin-bottom:10px;
	color: #000;
}
#gallery{
	margin-bottom: 20px;
}

h2{
	font-size: 18px;
	margin-bottom:10px;
}

h3{
	font-size: 17px;
	margin-bottom:10px;
	color: #8f1222;
	margin-top:20px;
}

/* PHONE BACK */
/* ---------------------------------------------------------------------------------------------------*/


#callback{
	background: #490a15;
	overflow: hidden;
	width: 180px;
	margin-top:10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #000;
	padding-bottom: 50px;
	color: #FFF;
}

label {
	font-size:90%;
	display:block;
	float:left;
	color:#FFF;
	font-weight:bold;
	padding:5px 0px;
}

.text-input {
	width: 183px;
	height: 20px;
	margin-bottom: 10px;
	margin-left: -2px;
	border: 1px solid #000;
}

#submitinput {
	padding:3px 6px;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	background:#1e0005;
	border: none;
	float: left;
	margin-left: 55px;
	margin-top: 5px;
	border: 1px solid #000;
}

#submitinput:hover {
	background:#490a15;
	cursor: pointer;
}

#error, #badserver,#success{
	display:none;
	font-weight:bold;
}
