/*
--------------------------------------------------
Main CSS file for yvod.com

Modified: 		04-23-07
Author: 			Ulan McKnight

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

/*
--------------------------------------------------
IE hacks
hide from IE
show only in IE
--------------------------------------------------
*/

/*\*/
html>body .ie-hack {
}
/**/

* html .ie-hack {
}

/*
--------------------------------------------------
main stuff
--------------------------------------------------
*/

html, body {
	height: 100%;
}

body {
  font-size: 70.0%;
  color: #505050;
	font-family: Arial, Verdana, Tahoma, "Lucida Sans", 'Trebuchet MS', xVerdana, sans-serif;
  background-color: #d2af33;
  background-repeat: no-repeat;
  width: 880px;
	margin: 20px auto 20px auto; 
	padding: 0px 0px 0px 0px;
	text-align: center; /* IE bug fix to center div */
}

/*\*/
html>body {
	text-align: left;
}
/**/

.container {
	width: 880px;
	margin: 0px auto 0px auto;
	background-color: #ede5b4;
	border: 10px solid  #523215;
	
}
	
.main-content {
	border: 0px solid #ede5b4;
	width: 856px;
	height: 100%;
	background-color:#ede5b4;
	padding: 12px;
	
}

/*
--------------------------------------------------
column definitions
float left (organize as desired on page)
float-right allows text to flow around div
10px less than column width to allow for IE bug
universal padding of 5px (adjust spacing within section a required)
--------------------------------------------------
*/

.logo-column {
	
	width: 312px;
	vertical-align: top;
	 background-color: #661013;

	  
}

.content-column {
	
	width: 532px;
	margin: 0px 0px 0px 12px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  background-color: #644122;
  
}


.one-column {
	float: left;
	width: 128px;
  padding: 5px 5px 5px 5px;
}

.one-column-right {
	float: right;
	width: 128px;
  padding: 5px 5px 5px 5px;
}

.two-column {
	float: left;
	width: 258px;
  padding: 5px 5px 5px 5px;
}

.two-column-small {
	float: left;
	width: 240px;
  padding: 5px 5px 5px 5px;
}

.two-column-right {
	float: right;
	width: 258px;
  padding: 5px 5px 5px 5px;
}

.three-column {
	float: left;
	width: 398px;
  padding: 5px 5px 5px 5px;
}

.three-column-right {
	float: right;
	width: 398px;
  padding: 5px 5px 5px 5px;
}

.four-column  {
	float: left;
	width: 528px;
  padding: 5px 5px 5px 5px;
}

.five-column  {
	width: 668px;
  padding: 5px 5px 5px 5px;
}

/*
--------------------------------------------------
content definitions
--------------------------------------------------
*/

.logo {
  margin: 0 0 0 0;
  border-bottom: 13px solid #ede5b4;
}


.centered-image {
  text-align: center;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

.quotes {
	width: 200px;
	color: #4e2201;
	line-height: 1.3em;
	text-align: justify;
	margin: 20px auto 20px auto;
}

.quotes p {
  margin: 0px 0px 25px 0px;
}

.quotes i {
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

li {
  margin: 0px 0px 5px 0px;
}
.award {
	float: right;
	margin: 5px 0px 10px 18px;
	border: 10px solid #523215;
	}

.filler {
	background-color: #ede5b4;
	height: 12px;
	width:313px;
	
	}

/*
--------------------------------------------------
navigation related
--------------------------------------------------
*/

.navigation-bar {
  background-color: #661013;
  border-bottom: 12px solid #ede5b4;
  height: 60px;
  text-align: center;
}

.navigation {
	font-size: 11px;
    color: #cba82e;
  	padding: 40px 0px 0px 0px;
	
}
#navplace {
	position: relative;
	padding-top: 30px;
	text-align: center;
	}
/*
--------------------------------------------------
main-content related
--------------------------------------------------
*/

.main-texthome {
  
  font-size: 12px;
  color: #d2c8a5;
  line-height: 1.5em;
  text-align: justify;
  background-color: #644122;
  padding: 35px 45px 10px 45px;
  min-height: 326px;
  background-image:url(../img/twig_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.main-text {
  
  font-size: 12px;
  color: #d2c8a5;
  line-height: 18px;
  text-align: justify;
  background-color: #644122;
  padding: 35px 45px 10px 45px;
  min-height: 326px;
   
}




.text-right {
  text-align: right;
  margin: 0px 0px 0px 0px;
}

.lower-right {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

/*
--------------------------------------------------
links
--------------------------------------------------
*/

a:link,
	a:visited {
		color: #c5a224;
		text-decoration: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
}

a:hover,
	a:active {
		color: #edd88d;
}

.book-online a:link,
  .book-online a:visited {
    
    width: 400px;
    font-size: 12px;
    font-weight: bold;
    color: #c5a224;
    text-align: right;
    margin: 10px 0px 20px auto;	
}

.book-online a:hover,
  .book-online a:active {
    color: #edd88d;
}


a.nav-link:link,
  a.nav-link:visited {
    color: #d2af33;
    text-decoration: none;
}

a.nav-link:hover,
  a.nav-link:active {
    color: #f5dbcd;
}


a.active-link:link,
  a.active-link:visited,
  a.active-link:hover,
  a.active-link:active {
    color: #f5dbcd;
}

.faq {
  float: right;
  margin: 0px 0px 0px 0px;
}

a.faq:link,
  a.faq:visited {
    text-align: right;
    font-weight: bold;
    color: #ffcc66;
}

a.faq:hover,
  a.faq:active {
    color: #f5dbcd;
    /*color: #4e2201;*/
}

 /*
--------------------------------------------------
copy related
--------------------------------------------------
*/

p { 
	font-size: 1.0em;
}

.copy   {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 5px 20px 0px 0px;
	padding: 0px 0px 3px 0px;
}

.copy:first-line  {
	margin: 0px 20px 12px 0px;
	padding: 0px 0px 0px 0px;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

.yellowtext {
	color: #ffcc66;
}


	
/*
--------------------------------------------------
spacing related
--------------------------------------------------
*/

.vertical-20 {
	width: 100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-40 {
	width: 100%;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.spacer {
	line-height:10px;}
	
.productlist {
	line-height: 24px;
	text-align: left;
	}	

/*
--------------------------------------------
cleaner
--------------------------------------------
*/

.cleaner {
	clear: both;
}

/*
--------------------------------------------------
headers
--------------------------------------------------
*/

h1  {
	color: #999999;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #505050;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h3    {
	color: #ceb662;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

h4  {
	color: #999999;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

h5  {
	color: #999999;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
footer
--------------------------------------------------
*/

#footer {
	margin: 3px 0px 0px 10px;
  color: #644122;
}

.footer p {
  margin: 0px 0px 0px 0px;
}

#footer a:link,
	#footer a:visited {
	 color: #644122;
}

#footer a:hover,
	#footer a:active {
		color: #661013;;
}

a.pH7:link,
	a.pH7:visited {
		color: #661013;
}

a.pH7:hover,
	a.pH7:active {
		color: #644122;
}
.pH7 {
	
  color: #661013;
}