/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:740px;
	height:263px;
	background-color: #d5dbd1;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/left-arrow.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/right-arrow.gif) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#333;
}
a {
  color: #333;
  font-family: arial, verdana, times;
  font-size: 12px;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#333;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px; }

body {
	background-color: #000;
	margin: 0 auto;
	clear: both;}
	
h2 {
	font-family: georgia, "Times New Roman", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000; }
	
h3 {
	font-family: georgia, "Times New Roman", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000; }	

.slider-bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 20px; 
	padding-left: 20px;}
	
#wrapper {
	width: 100%; 
	background: url(../images/header-bground.gif) repeat-x;
	margin: 0 auto;}
	
#banner {
	background: url(../images/banner.jpg) no-repeat;
	width: 760px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;}
	
#nav {
	width: 550px;
	top: 60px;
	left: 290px;
	vertical-align: middle; 
	position: relative;}
	
#nav li {
	width: 270px;
	height: 33px;
	list-style-type: none;
	padding: 10px 10px 0 10px;
	display: inline;
	vertical-align: middle;
	color: #FFFFFF;}
	
#nav a{
	color: #ffffff;}
	
#products {
	background-color: #d5dbd1;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 0;}


#content-container {
	background: #ffffff url(../images/shadow-top.gif) repeat-x;
	height: 350px; }
	
#content {
	margin:0 auto;
	width:740px;
	height:263px; }
	
#left .post {
	background-color: #ffffff;
	padding: 0 5px 25px 0;
	width: 60%;
	height: auto;
	float: left;
	margin-top: 20px;
	border-bottom: 1px dashed #CCCCCC; }

#left #pagecontent {
	padding: 10px 5px 25px 0;
	width: 60%; }

	
#right-content {
	width: 30%;
	height: auto;
	float: right;
	margin: 20px 0 0 0;
	padding: 10px 25px 15px 25px;
	vertical-align: top; }
		
img.home-icon {
	float:left;
	padding:0; }
	
.feature {
	margin-left:65px; }
	
.sidebar-box {
	background:#FCFCFC none repeat scroll 0 0;
	border:1px solid #E9E8E8;
	padding:15px; }
	
#right-content h3 {
	background:transparent url(../images/date.png) no-repeat scroll left 8px;
	padding-left:25px;
	border-bottom:1px dashed #CCCCCC;
	color:#555555;
	font-family:arial ,serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:35px; }
	
#right-content #events li {
	font-family: arial, verdana, times;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(../images/circle.png) scroll left 10px no-repeat;
	padding: 10px 0 0 20px;
	list-style-type: none; }
	
#right-content #events ul li .meta {
	color:#878787;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	padding: 0 0 0 2px; }
	
#social {
	display: block;}
	
	
#footer {
	border-top: 2px solid #000000;
	padding: 20px 50px 20px 50px; 
	height: 300px;}
	
#footer-left {
	width: 50%;
	display: block;
	float: left;
	}
	
#footer-right {
	width: 50%;
	float: left;
	}
			
#footer-links li {
	width: 60px;
	display: block; 
	float: left;
	padding: 5px 10px 0 5px;
	text-align: left;
	list-style-type: none;
	line-height: 24px; }
	
