/* 
	Resets defualt browser settings
	reset.css
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/*{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; 
}*/  	/* i am using the "index style sheet" format instead of the "testimonial style sheet "which is above this & below "html" to keep that format instead. 
       if I use this code between the comment quote, it changes the format */

:focus { outline:0; 
}
a:active { 
	outline:none; }


body { line-height:1; color:black; background:white; }

	ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
	
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page Style
*/


body 	
	{
	background: white; /*changes background of webpage*/
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}



#container 

{
	width:477px;
 /*moves frame and content; lower number moves it to right and higher number moves it left*/	
	padding:10px;
	
	margin:0 auto;
	
	position:relative;
	
	z-index:0;
}



#frame {
	position:absolute;

		z-index:0;
	
		width:621px;/*resize width of testimonial frame*/
	
		height:187px;
  /*resize height of testimonial frame*/	
		top:-3px;
	
		left:-80px;
}


#example {
	width:550px;
	height:170px;
	position:relative;
}

/*
	Slideshow style
*/



#slides {
	position:absolute;
	
		top:1.5px;
   /*set where text starts in frame; higer number lowers text and lower number raise text*/	
		left:-7px;
/*move next arrow and text left or right; lower number moves it to left and higher number moves it to right*/	
		z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/




.slides_container {
	width:452px;
	/*resize width of text; higher number gives longer text body before it breaks to the next line*/
			height:162px;
  /*increase or decrease text spacing within frame; higher number makes wider spacing and vice versa*/	
			overflow:hidden;
	
			position:relative;
	
			display:none;}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/


#slides .slide {
	padding:10px;
	/*raise the text higher by reducing number and vice versa*/
			width:535px;
	
			height:230px;
	
			display:block;
}

/*
	Next/prev buttons
*/


#slides .next,#slides .prev {
	position:absolute;
	
			top:65px;
 /*position next and previous images; lower number raises them up and higher number lowers them*/	
			left:-39px;
	
			width:24px;
	
			height:43px;
	
			display:block;
	
			z-index:101;
}



#slides .next {
	left:488px;
}

/*
	Pagination
- position previous image to right or left; lower number moves it to left and higher number moves to right*/


.pagination {
	margin:5px auto 0;
/*raises or lowers pagination; hiher number lowers it and lower number raises it*/	width:100px;
}


.pagination li {
float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a 

			{
display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}


.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/



/*#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}


#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Type and anchors
*/


	a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

	
a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}


	h1 {
	font-size:2em;
}

p {
	font-size:1.3em;
}*/ 

/*original footer for testimonials above. However it will distort the copy right message in the footer*/   
  
#footer {
	font: 11px arial, sans-serif;
	color: #4E4A3A;
	text-align: right;
	padding-right: 47px;
}
#footer p {
	margin-top: 0.5em;
}
  
#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}