@charset "UTF-8";
/* CSS Document */
a, a:link, a:visited{
	  text-decoration:none;
	  color:#434445;
  }
  img{
  border: none;
  }
  a:hover{
	  text-decoration:underline;
  }
  h1{
	  font-weight:bold;
	  font-size:24px;
	  text-transform:uppercase;
  }
  h2{
	  font-weight:normal;
	  font-size:18px;
	  line-height:24px;
  }
  ul{
	  list-style-position:inside;
  }
  .bold{
	  font-weight:bold;
	  
  }
  
html,body{
    height:100%;
    margin:0;
    padding:0;
}
body{
    text-align:center;
    min-width:990px;
    min-height:780px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #6a6a6a;

}

#all {
    float:left;
    height:50%;
    margin-top:-390px;/* half vertical height*/
    width: 100%;
}
#container
  {
    width:990px;
    margin-left:auto;
    margin-right:auto;
    overflow:auto;/* allow content to scroll inside element */
	height:700px;
	padding:0px 20px 80px 20px;
    z-index: 1;
	text-align:left;
	clear: both;
	position: relative;
	}

  
#navcontainer {
	position:relative;
	float:left;
	width: 80px;
	margin-right:20px;
	margin-top:80px;
	font-size:14px;
	}

#navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}
		
#navcontainer li a{
	display: block;
	padding: 3px;
	width: 74px;
		}
#navlist  .active{
	display: block;
	padding: 3px;
	width: 74px;
	background-color: #d1d2d4;
	color: #6a6a6a;
	}
#navcontainer a:link, #navlist a:visited{
	color: #6a6a6a;
	text-decoration: none;
	}
		
#navcontainer a:hover{
	background-color: #d1d2d4;
	color: #fff;
	}

#subnavcontainer {
	position:relative;
	float:left;
	width: 140px;
	margin-right:20px;
	margin-top:80px;
	font-size:14px;
	}

#subnavcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}
		
#subnavlist  .active{
	display: block;
	padding: 3px;
	width: 134px;
	background-color: #d1d2d4;
	color: #6a6a6a;
	}
#subnavcontainer li a{
	display: block;
	padding: 3px;
	width: 134px;
		}
#subnavcontainer a:link, #subnavlist a:visited{
	color: #6a6a6a;
	text-decoration: none;
	}
		
#subnavcontainer a:hover{
	background-color: #d1d2d4;
	color: #fff;
	}

#subnavcontainer .orange, #subnavcontainer li .orange  a, #subnavcontainer .orange a:link, #subnavlist .orange a:visited{
	/*color:#ff5a00; */
}
	
#infocontainer {
	position:relative;
	float:left;
	width: 725px;
	height:610px;
	}
#infocontainer p {
	font-size:16px;
	display:block;
	height:80px;
	
}
#infocontainer .gallery {
	position:relative;
	display:block;
	height: 530px;
	
}

/* Horizontal Carousel */
#horizontal_carousel {
	position:relative;
  width: 726px;
  height: 510px;
  padding:0px;
  margin-top:100px;
}

#horizontal_carousel .container {
  width: 726px;
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0px;
  height: 510px;;
}                      

#horizontal_carousel ul li {
	position:relative;
	float: left;
	display:block;
	width: 222px;
	padding: 0px 20px 10px 0px;
	line-height: 16px; 
 	list-style:none;
 	
}                      
#horizontal_carousel ul li p{
  font-size: 14px;
}                     
#horizontal_carousel ul li p .bold{
  font-size: 16px;
  text-transform: uppercase;
}
#horizontal_carousel ul li img {
border: solid #e6e6e6 1px;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 725px;
	height:30px;
	border-top: dotted #999999 1px;
	text-align: right;
	padding-top: 10px;
	
}
#horizontal_carousel .buttons h1{
	font-size: 12px;
	float: right;
	padding: 0;
	margin: 0;
	padding-right: 20px;
	font-weight: normal;
}
#horizontal_carousel .previous_button {
  float:right;  
  width: 21px;
  height: 18px;
  background: url(../i/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../i/but_prev_hover.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(../i/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 21px;
  height: 18px;
  background: url(../i/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../i/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(../i/but_next_dis.png) no-repeat;
  cursor: default;
}


/* Horizontal GALLERY (Carousel version) */
#horizontal_gallery #horizontal_carousel {
	position:relative;
  width: 740px;
  height: 505px;
  padding:0px;
  margin-top:100px;
}

#horizontal_gallery #horizontal_carousel .container {
  width: 725px;
  overflow: hidden;
}

#horizontal_gallery #horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0px;
  height: 505px;;
}                      

#horizontal_gallery #horizontal_carousel ul li {
	position:relative;
	float: left;
	width: 705px;
 	list-style:none;
 	
}  
#horizontal_carousel ul li a, #horizontal_carousel ul li a:link{       
 margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; 
 display: block;
 top: -20px;
}             
#horizontal_gallery #horizontal_carousel .buttons{
	display:block;
 	clear:both;
	position: absolute;
	bottom: -40px;
	left: 0px;
	width: 725px;
	height:30px;
	text-align: right;
	padding-top: 10px;
	border: none;
	
}
#horizontal_gallery #horizontal_carousel .buttons h1{
	font-size: 12px;
	float: right;
	padding: 0;
	margin: 0;
	padding-right: 20px;
	font-weight: normal;
}
#horizontal_gallery #horizontal_carousel .previous_button {
  float:right;  
  width: 21px;
  height: 18px;
  background: url(../i/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_gallery #horizontal_carousel .previous_button_over {
  background: url(../i/but_prev_hover.png) no-repeat;}

#horizontal_gallery #horizontal_carousel .previous_button_disabled {
  background: url(../i/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_gallery #horizontal_carousel .next_button {
  float:right;  
  width: 21px;
  height: 18px;
  background: url(../i/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_gallery #horizontal_carousel .next_button_over {
  background: url(../i/but_next_hover.png) no-repeat;
}

#horizontal_gallery #horizontal_carousel .next_button_disabled {
  background: url(../i/but_next_dis.png) no-repeat;
  cursor: default;
}


#twitter{
	position:absolute;
	width:975px;
	height:85px;
	left: 31px;
	top: 680px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../i/twitter_container.png) bottom right no-repeat;
}

#twitter_comment{
	text-align:left;
	vertical-align: middle;
	position:absolute;
	width:893px;
	height:23px;
	left: 74px;
	top: 49px;
	color:#939598;
	padding-top:4px;
	
}


#twitter_comment a, #twitter_comment a:link, #twitter_comment a:visited, #twitter_comment a:hover{
	color:#ff5a00;
}


.clear{
	clear:both;
}
.floatleft{
	position:relative;
	float:left;
}

#forms{
	position:relative;
	float:left;
	padding:0px 0px 0px 40px;
}
/*********FORMS***************/
input, textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#838383;
    padding:0px;
    border:solid 1px #d1d2d4;
    width:380px;
    margin:5px 0 5px 0px;
	background-color:#d1d2d4;
}

select
{
    font-size:12px;
    width:250px;
	color:#838383;
}


textarea
{ 
    height:125px;
}

.send{
	position:relative;
	float:left;
	display: block;
	text-align:right;
	padding-right:35px;
}
#facebook_like{
	float:right;
	position:relative;
	width:700px;
	padding:20px 0px 0px 0px;
	height: 45px;
	background:url(../i/top_bg.png) bottom right no-repeat;
	margin-bottom: 10px;
	text-align: right;
	
	
}

.orange_link{
	font-size: .8em;
	color:#ff5a00;
}

.orange_link a, .orange_link a:link, .orange_link a:visited, orange_link a:hover{
	  text-decoration:none;
	  color:#ff5a00;
  }