/*----------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Neon Sky Creative Media Styles
Version: 2.00
Last Modified: 10.08.2009 by Jpg

------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------- */



/*----------------------------------------------------------
=Reset Margins
------------------------------------------------------------*/
html, body { width:100%; height:100%; border:0; margin:0; padding:0; }

/*----------------------------------------------------------
=Background Images
------------------------------------------------------------*/
body {
	background-color: #efefef;
	background-image: url(../media/images/layout/bg_newtest.png);
	background-position: top left;
	background-repeat: repeat-x;
}

/*----------------------------------------------------------
=Clearing
------------------------------------------------------------*/
.clearfix {
    height: 0;
    clear: both;
    visibility: hidden;
	}

/*----------------------------------------------------------
=Footer Stick
http://www.themaninblue.com/writing/perspective/2005/08/29/
------------------------------------------------------------*/
#nonFooter{
	position: relative;
	min-height: 100%;
	background: url(../media/images/layout/bg_header.png) repeat-x 0 top;
}

* html #nonFooter{
height: 100%;
}

/*----------------------------------------------------------
=Layout
------------------------------------------------------------*/
body {
	text-align:center;
}
	
#wrapper {
	height:auto;
	margin: 0; padding:0;
	position: relative;
	}
	
#header {
	width:100%; /* 1000px; */
	height: 100px;
	overflow:visible;
	margin:0 auto;
	padding: 0;
	position: relative;
	/* border: 1px solid maroon; */
	
	}
		
#logo {
	margin:0; 
	padding:0; border:0;
	width:383px;
	height:151px;
	overflow:hidden;
	position: absolute;
	display: block;
	margin-left:50px; 
	/* border: 1px solid aqua; float: left;*/
	background: url(../media/images/layout/neon-sky-logo.png) no-repeat;
}
	
#logo p {
	display: none;
	}	
	
#content {
	width:1030px;
	margin:0 auto 50px auto;
	position:relative;
	overflow: visible;
	/*border: 1px solid #999;*/
	}	
	
#layout{
	width:1030px;
	position:static;
	margin:0;
	padding:0;
	text-align: center;
	overflow: visible;
	/* border: 1px solid yellow; */
	}
	
.column{
	margin: 0;
	padding: 0;
	float: left;
	position:relative;
	text-align: left;
	/* border: 1px solid black;	*/
	}

#footer {
	position: relative;
	margin:0;/*-10px 0 0 */
	padding:10px 0 0 0;
	background: #515151;
}

.wrapper_footer {
	width:1030px;
	margin:0 auto 0 auto;
	position:relative; 
}	


.sitemap{
	margin: 0; 
	padding:0; 
	float: left;
}
.sitemap ul {
	margin:5px 0 0 0;
	padding:0;
	width: 175px;
	float: left;
}
.sitemap li, .sitemap li ul {
	margin: 0;padding:0;
}
.sitemap li a{
	margin: 0; padding:0; 
	font-size: 10px; font-weight: normal;
	color: #ffffff;
}
.sitemap li a:hover{
	color: #cccccc;
}

/*
--------------------------------------
CUSTOMIZE THE CAROUSEL
--------------------------------------
*/

/* Carousel base class */
.testimonials-slider {
  margin: 20px 0 45px 0;
 height: 225px;
}

.testimonials-slider.hidden .item{
    display: none;
}

.testimonials-slider .item {
  /* having padding here throws off position */	
  height: 240px;
  position:relative;
}

.testimonials-slider .item .inner-holder{
  font-size:36px;
  /* line-height:225px; */
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin: auto;
  padding:0;
  position:absolute;
  text-align:center;
  color:#c8c8c8; 
  display: table;
  height: 100%;
  width: 100%;
  /* transform: translate(0, -50%); */
  /* border: 1px dashed green; */
}

.testimonials-slider .item .inner{ 
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  margin: auto;
  padding:0 5px;
  /* transform: translate(0, -50%); */
  /* border: 1px dashed green; */
}

.testimonials-slider .item h2{
  margin: 0;
  line-height: 1.25;
  color: #fff;
  font-weight: normal;
  font-size: 23px;
  color:#c8c8c8;
  font-style: italic; 
}

.testimonials-slider .item p.signature{
    color:#c8c8c8;
    font-size: 16px;
}

.testimonials-slider .item .siglink a{
    color: #a93b3c;
    font-size: 16px;
}

.testimonials-slider .item .siglink a:hover{
    color:#6d2f2c;
    font-size: 16px;
}

