/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0; 
	font-family: Tahoma, arial;   
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #f9f0c8;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

#container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#header-cap-container{
	background: url(../images/header-cap-repeat.jpg) repeat-x;
	clear: both;
	float: left;
	height: 69px;
	width: 100%;
}

#header-cap{
	background: url(../images/header-cap.jpg) no-repeat;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 69px;
	width: 970px;
}
	
#motion-container {
	background: url(../images/motion-bg-repeat.jpg) repeat-x;
	clear: both;
	float: left;
	height: 473px;
	width: 100%;
}

.slideshow {
	background: url(../images/motion-bg.jpg) no-repeat;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 473px;
	width: 970px;
}

#top-divider {
	background: #420701;
	clear: both;
	height: 10px;
	width: 100%;
}

#main-content-container {
	background: #480801;
	clear: both;
	float: left;
	min-height: 300px;
	width: 100%;
}

#main-content {
	background: #480801;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	width: 850px;
}
	
#main-nav {
	border-right: solid 1px #CCCCCC;
	margin-right: 30px;
	float: left;
	width: 230px;
}

#home-placks {
	margin-right: 5px;
	float: left;
	width: 230px;
}

#home-placks img{
	margin: 5px;
	float: left;
	width: 230px;
}

#page-content{
	float: left;
	text-align: left;
	width: 550px;
}

#logo-container {
	background: url(../images/logos-bg-repeat.jpg) repeat-x;
	clear: both;
	float: left;
	height: 142px;
	width: 100%;
}

#logos {
	background: url(../images/logos-bg.jpg) no-repeat;
	clear: both;	
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	height: 72px;
}

#logos-row2 {
	background: url(../images/logos-bg3.jpg) repeat-y;
	clear: both;	
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 970px;
	margin-top: -1px;
	}
	
#footer {
	background: url(../images/footer-bg-repeat.jpg) repeat-y;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	height: 80px;
	width: 970px;
}

#footer-cap {
	background: url(../images/footer-cap.jpg) no-repeat;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 41px;
	width: 970px;
}
	
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color: #fbe273;
	font-size: 1.2em;
	margin: 7px auto 6px auto;
}

h2 {
	margin: 15px auto auto auto;
	font-size: .95em;
	color: #FFF;
}

h3 {
	margin: 7px auto 6px auto;
}

p {
	color:#FFFFFF;
	font-size: .85em;

}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

#page-content ul{
	float: left;
	margin: 10px 10px 10px 25px;
	color:#FFFFFF;
	font-size: .9em;
	width: 550px;
}

#page-content li {
	color: #fbe273;
	margin: 0 30px 7px 0;
	float: left;
	width: 225px;
}

#three-cols li {
	color: #fbe273;
	margin: 0 30px 7px 0;
	float: left;
	width: 180px;
}

#short-list ul{
	float: left;
	margin: 10px 10px 10px 25px;
	color:#FFFFFF;
	font-size: .9em;
	width: 550px;
}

#short-list li {
	margin: 0 30px 7px 0;
	float: left;
	width: 150px;
}

a:link, a:visited {
}
	 
a:hover {
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}


/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/
#main-nav ul{

}

#main-nav li { 
	list-style: none;
	text-align: left;
}

#main-nav a:link,
#main-nav a:visited{
	text-decoration: none;
	padding-left: 11px;
	color: #FFFFFF;
}

#main-nav a:hover,
#main-nav a:active{
	background: url(../images/arrow.jpg) no-repeat;
	text-decoration: underline;
	padding-left: 11px;
	color: #f8e17d;
}

#main-nav a.down,
#main-nav a.down{
	background: url(../images/arrow.jpg) no-repeat;
	text-decoration: underline;
	padding-left: 11px;
	color: #f8e17d;
}

#logos img {
	margin: 0;
	padding: 0;
}

#footer p{
	color: #FFFFFF;
	font-size: 11px;
}

#footer a:link,
#footer a:visited{
	color: #FFFFFF;
	font-size: 11px;
}

#footer a:hover,
#footer a:active{
	color: #79c471;
	font-size: 11px;
}

#header-cap p{
	color: #FFFFFF;
	padding-right: 80px;
	padding-top: 30px;
}	

#page-content p{
	color: #FFFFFF;
	margin-bottom: 7px;
	margin-top: 7px;
}

#page-content a:link,
#page-content a:visited{
	color: #f8e17d;
	text-decoration: underline;
}

#page-content a:hover,
#page-content a:active{
	color: #f8e17d;
	text-decoration: none;
}

.white-text{
	color: #FFFFFF;
}

.highlight {
	margin: 25px auto auto auto;
	color: #f8e17d;
	font-weight: bold;
}

hr {
	border: 0;
	background: #f8e17d;
	width: 98%;
	height: 2px;
}

.testimonial{
/*	border: solid 1px #f8e17d;*/
	border: solid 1px #fdeda8;
	background: url(../images/quote.png) right bottom no-repeat;
	float: left;
	padding: 10px;
	margin: 5px 0 5px 0;
	width: 530px;
	height: 100%;
	clear: none;
}

.testimonial p{
	text-indent: 0;
}


/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	text-align: left;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #f8e17d;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}
