body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html {
  background-color: #3c232d;
  background-color: rgba(60,35,45,1);
}

body {
  width:960px;
  margin: 0 auto;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 2px 3px black;
  }

.boxt 
{ width: 700px; height: 25px; border: 1px solid #999999; padding: 5px; }


.boxc 
{ width: 700px; height: 75px; border: 1px solid #999999; padding: 5px; }



.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar {
  margin-bottom: 0px;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 960px;
}

footer {
	background-color: rgba(55,55,63,1);
	background-image: url(../img/linen.png);
	color: white;
	-moz-box-shadow: inset 0 4px 9px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 4px 9px rgba(0,0,0,.4);
	box-shadow: inset 0 4px 9px rgba(0,0,0,.4);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


.right.carousel-control {
  width: 38px;
  height: 79px;
  border: none;
  background: url(../img/paddle_next.png);
  color: transparent;
  opacity: 1;
  border-radius: 4px;
  background-color: rgba(55,55,63,.35);
}

.left.carousel-control {
  width: 38px;
  height: 79px;
  border: none;
  background: url(../img/paddle_prev.png);
  opacity: 1;
  border-radius: 4px;
  background-color: rgba(55,55,63,.35);
}


.carousel-control:hover {
color: transparent;
text-decoration: none;
	padding-left: 24px;
}

.carousel-control.right {
left: auto;
right: 15px;
}


.carousel {
position: relative;
margin-bottom: 0;
line-height: 1;
}

.carousel-control {
  top: 54%;
}
/*
.right.carousel-control {
  width: 38px;
  height: 79px;
  border: none;
  background: url(../img/paddle_next.png);
  color: transparent;
  opacity: 1;
  border-radius: 0px;
}

.left.carousel-control {
  width: 38px;
  height: 79px;
  border: none;
  color: transparent;
  opacity: 1;
  border-radius: 0px;
}

.contacttitle

.carousel-control:hover {
color: transparent;
text-decoration: none;
}

.carousel-control.right {
left: auto;
right: 15px;
}
*/

.carousel {
position: relative;
margin-bottom: 0px;
line-height: 1;
}

/* custom navbar */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #dfacae;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(223, 172, 174)), to(rgb(169, 131, 132)));
  background-image: -webkit-linear-gradient(top, rgb(223, 172, 174), rgb(169, 131, 132));
  background-image: -moz-linear-gradient(top, rgb(223, 172, 174), rgb(169, 131, 132));
  background-image: -ms-linear-gradient(top, rgb(223, 172, 174), rgb(169, 131, 132));
  background-image: linear-gradient(top, rgb(223, 172, 174), rgb(169, 131, 132));
  background-repeat: repeat-x;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *zoom: 1;
}

.navbar {
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.65) !important;
}

.navbar .nav > li > a {
float: none;
padding: 10px 15px 10px;
color: #333;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0,0,0, .35);
font-weight: bold;
}


.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: rgba(0,0,0, .26);
  color: red;
  text-shadow: 0 1px 0 black;
}

.navbar {
  box-shadow: 0 3px 9px rgba(0, 0, 0, .75) !important;
  position: absolute;
  z-index: 2000000;
  width: 960px;
}


.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: transparent;
}

.box {
	background: #e9e9e9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	
}

footer a:hover,
footer a,
foot a:link {
color: white;
text-decoration: underline;
text-shadow: 0 1px 0 black;
}

header {
  background-image: url(../img/header.png);
  height: 104px;
}

header div.row {
  padding-top: 30px;
}

header div.offset2 {
  margin-right: 70px;
}

.timebox {
	margin-right: 300px;
	width: 180px;
	float: right;
	color: white;
	text-shadow: 0 -1px 1px rgba(93,16,16,1);
	line-height: 15px;
	text-align: right;
}

.timebox time {
}
