/***********************************************/
/* Culver Park Nurseries                       */
/***********************************************/

body  {
	background-color: #ebecfa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0 auto;
	width: 900px;
}

/* Globall stylings */
p {
	color: #4b4379;
	font-size: 1.3em;
}

i {
	color: #7D7BB3;
	font-style:italic;
}

b {
 	font-weight: bold;
	color: #666666;
}

em {
	font-weight: bold;
}

h1 {
	margin: 0; 
	padding: 10px 0; 
	font-size: 2.0em;
	color: #3363fe;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #3363fe;
}

a:link, a:visited{
	display: inline-block;
	color: #8173FB;
	text-decoration: none;
}

a:hover{
	color: #0033CC;
}

li {
	padding: 5px 25px;
}

#wrapper {
	float: left;
	width: 100%;
	height: 100%;
	background-color:#fff;
	color: #000066;
	margin: 0 auto; 
	text-align: left; 
} 

#header {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	background-image: url(../images/header.jpg);
	height: 160px;
} 

#title {
	float: right;
	padding: 7px 14px 0 0;
}

#title h1 {
	font-size: 3.65em;
	color: #FFF;
	text-shadow: rgba(0,0,0,0.5) 4px 4px 10px;
}

#nav {
	float:left;
	font-size: 2.0em;
	width: 100%;
	border-bottom: 2px;
	color:#0000FF;
}

#nav li {
	list-style: none;
	float: left;
	font-weight: normal;
	padding-left: 24px;
	text-transform: uppercase;
	font-family: Candara, Arial, Helvetica, sans-serif;
	text-align: center;
}

#nav li a {
	display: block;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	color: #0580C0;
}
#nav li:hover, #nav li.hover {
	position: static;
}
#nav li a:hover, #nav li.active a {
	color: #59c8ff;
	background-position: center;
}


#content {
width: 850px;
	margin: 10px 25px 25px; 
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
	padding: 0;
	float: left;
}

#content-left {
  float: left;
  width: 490px;
}

#content-right {
  float: left;
  width: 360px;
	text-align:right;
	clear: right;
}

#contact-content-left {
  float: left;
  width: 580px;
}

#contact-content-right {
  float: left;
  width: 270px;
	clear: right;
}

#content tr { 
	height: 150px;
}

table#places a {
	font-size: 1.4em;
}

table#places p {
	margin: 5px 0;
}

#content td.pad {
	width:15px;
}


#content td.td_content {
	text-align:left; 
	vertical-align:text-top;	
}

#testimonials p {
	font-size: 1.2em;
}

#gallery {
	padding-bottom: 10px;
}

#tour {
	padding-top: 10px;
	height: 390px;
	text-align:center; 
	width: 100%;
}

#tour h1 {
	text-align: left;
}

#footer {
	float: left;
	width: 100%;
	height: 80px;
	clear: both;
	text-align: center;
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
} 

#footer p {
	color: #FFF;
	margin: 0;
}

#footer h1 {
	padding: 14px 0 0 0;
	color: #fff;
	font-size:1.4em;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.5) 4px 4px 10px;
	margin: 0;
}
