/***** Rich Dairy CSS *****

Created 3.26.07 by NR

--- Color Pallette ---
Dark blue: #00347f
Medium blue: #00589c
Light Neutral: #e4e0cc
Medium Neutral: #d7d2b9
Dark Neutral: #b6b2a0

generic font color: #34322a
----------------------

designed for 1024x768
content area width: 600px, height: viewport

Header image: 600px X 240px 

**************************/


/**** Top-level Styles ****/

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #00589c url(../_images/gradient_background.jpg) top left repeat-x;
	font-family: Verdana, Arial, sans-serif;
	color: #34322a;
	font-size: 11pt;
}


#main_block {
	position: relative;
	min-height: 100%;
	background:#FFF url(../_images/content_background.jpg) top left repeat-y;
	width: 600px;
	margin: 0 auto;
	
}

* html #main_block {
	height: 100%;
	background:#FFF url(../_images/content_background.jpg) top left repeat-y;
}



/***********************/


/**** Generic Styles ****/
.hidden {
	display: none;
}

.float_right {
	float: right;
}

.img {
	border:0px;
}

.float_left {
	float: left;
}

img.float_left {
	padding: 15px 15px 15px 0;
}

.clear_right {
	clear: right;
}

.clear_left {
	clear: left;
}

.clear_both {
	clear: both;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.extra_pad {
	margin-bottom: 2em;
}


/***********************/

#main_block #header {
	
	width: 600px;
	height: 240px;
}

#main_block div.home {
	background: #FFF url(../_images/header_7.jpg) top left no-repeat;
}

#main_block div.products {
	background: #FFF url(../_images/header_3.jpg) top left no-repeat;
}

#main_block div.about {
	background: #FFF url(../_images/header_6.jpg) top left no-repeat;
}

#main_block div.contact {
	background: #FFF url(../_images/header_1.jpg) top left no-repeat;
}

#main_block #header #logo {
	background: transparent url(../_images/logo.png) top left no-repeat;
	width: 380px;
	height:100px;
	float: right;
	margin-top: 95px;
}

#main_block #header ul#utilities {
	font-size: .7em;
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 0;
}

#main_block #header ul#utilities li {
	display: inline;
	padding: 2px 10px;
}

#main_block #header ul#utilities li a {
	color: #b6b2a0;
	text-decoration: none;
}


#main_block #header ul#utilities li a:hover {
	color: #d7d2b9;
	text-decoration: underline;
}


/**** Left Navigation Styles ****/
#main_block ul#left_nav {	
	width: 150px;
	float:left;
	list-style-type: none;
	background: none;
}

#main_block ul#left_nav li {
	background: none;
	padding: 9px 10px;
	font-size: .75em;
	font-weight:bold;
}

#main_block ul#left_nav li.current {
	background: #d7d2b9 url(../_images/current_nav_bottom.jpg) bottom left no-repeat;
	padding: 9px 10px 16px 10px;
	font-size: .75em;
	font-weight:bold;
}

#main_block ul#left_nav li a {
	color: #34322a;
	text-decoration: none;
}


#main_block ul#left_nav li a:hover {
	color: #b6b2a0;
	text-decoration: underline;
}


/**** Main Content Styles ****/
#main_block #content {
	background: none;
	margin: 15px;
	margin-left:165px;

}

#main_block #image {
	margin: -15px;
	padding: 0px;
}

#main_block #content h1 {
	font-size: 1.2em;
	font-weight: bold;
}

#main_block #content h2 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2.5em;
}

#main_block #content p {
	font-size: .9em;
	margin: 1em 1em 1em 0;
	line-height: 1.5em;
	text-align: justify;
}

#main_block #content p.caption {
	font-style:italic;
	font-size: .8em;
	margin: 0 10px 0 0;
	padding: 0;
}

#main_block #content p span.emphasized {
	font-size: 1em;
	font-weight: bold;
}

#main_block #content ul {
	list-style-type: none;
	margin-left: 25px;
	
}

#main_block #content ul li{
	font-size: .9em;
}


#main_block #content .pull {
	background: #ccc;
	width: 350px;
	margin: 1em auto;
}

#main_block #content .pull img {
	float: left;
	margin: 10px 10px 10px 10px;
}

#main_block #content .pull p {
	font-size: .75em;
	padding: 1em .2em;
}




/**** Footer Styles ****/

#footer {
	position: relative;
	background: #d7d2b9 url(../_images/footer_top.jpg) top left no-repeat;
	width: 600px;
	margin: 0 auto;
	margin-top: -2em; /* This value will change depending on the footer content */
	height: 2.2em;

	
}

#footer div.content {
	padding: 10px;
	font-size: .7em;
}

