/* CSS Document */


/* HTML elements ----------------------------------------------------------------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-color:#f5f1e6;
}


h1 {
	color:#f26522;
	font-family: Georgia, Palatino, Palatino Linotype, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:1.9em
}



h2 {
	font-size:1.3em;
	margin-bottom: 0.5em;
}

h3 {

}

p {
	line-height:1.8em;
	margin-bottom: 1.5em;

}


a {
	color:#f26522;
}

a:hover {
}

a:focus {
}





/* Page elements ----------------------------------------------------------------------------------------------------------------------------------*/

div#container {
	background: url(/sites/www.theorangegrove.net/images/container_bgr.png) repeat-y;
}

div#banner {
	background: url(/sites/www.theorangegrove.net/images/banner.png) no-repeat;
}


div#main_content{
	background: url(/sites/www.theorangegrove.net/images/) no-repeat;
	border-left: 1px #bdbdbd solid;
	color:#676767;
}

div#main_content h3{
	color:#f26522;
}

div#main_content ul{
}

div#main_content ul li{
	background: url(/sites/www.theorangegrove.net/images/bullett.gif) no-repeat left center;
}

/*div#main_content table#promo {
}

div#main_content table#promo h2{
	color:#4dc5e2;
}

div#main_content table#promo h4{
	color:#b60065;
}

div#main_content table#promo h5{
	color:#f26522;
}*/



/******* navigation**********/

	
ul#primary_navigation{
}
	
	
ul#primary_navigation li a{
	color:#464646;
}

ul#primary_navigation li a.active_page{
	color:#f26522;
	background: url(/themes/theme_012/images/nav_icon.png) no-repeat left center;
}
	
ul#primary_navigation li a:hover{
	color:#f26522;
	background: url(/themes/theme_012/images/nav_icon.png) no-repeat left center;
}
	
	
/************* secondary_navigation *****************/
/*	
	ul#menu {
		margin: 2em 0 0 10px;
		width: 170px;
		float: left;
	}
	
	ul#menu li{
		list-style: none;
		line-height: 2.5em;
		border-bottom:1px #ffc541 solid;
	}
	
	ul#menu li a{
		color:#492887;
	
	}
	
	ul#menu li a: hover{
		color:#fe9c16;
	
	}

*/
/************* footer_navigation *****************/
	
	ul#footer_navigation{
		background: url(/themes/theme_012/images/footer.png) no-repeat;
	}

	

	
	
/************* footer_navigation *****************/



/* Custom elements ----------------------------------------------------------------------------------------------------------------------------------*/



div#testimonial blockquote{
	color:#676767;
}


ul#company_details li {
	color:#f26522;
}

ul#company_details li a{
	color:#f26522;
}
	
table {
	border-collapse:collapse;
}

/*Table h4 {
	color:#f26522;
	font-family: Georgia, Palatino, Palatino Linotype, "Times New Roman", Times, serif;
	font-style:italic;
	
}*/

table th, table td {
	text-align:left;
}

table th {
}

div#main_content table.price th {
	text-align:left;
}

div#main_copy table.price h3 {
	padding-top:20px;
}