html, body {
	margin: 0 auto;
	background: #f4efe3 url('../images/grad.jpg') repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333333;
	height: 100%;
	
	font-size:100%;
    line-height:1.125em;

}

html>body { height: 100%; }

#outter {
	min-height: 100%;
	margin: auto;
	background: transparent url('../images/background.jpg') repeat-y center;
}


#container {
	margin:auto;
	min-width: 1000px;
	min-height: 380px;
	background: transparent url('../images/header.jpg') no-repeat top center;
}

#head {
	margin:auto;
	height: 205px;
	width: 1000px;
}

#head h1 {
	margin: 0;
	padding: 105px 0 0 300px;
	font-size: 0.90em;
	font-weight: normal;
	color: #fff;
	
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	font-weight: normal;
}

#main {
	margin:auto;
	width: 950px;
	padding: 40px 25px 0 25px;
	clear: left;
}

.content-block {
	min-height: 280px;
	padding-left: 20px;
	background: transparent url('../images/interface_shadow.jpg') no-repeat left bottom;
	padding-bottom: 28px;
	overflow:auto;
}

.content-block-lrg {
	min-height: 300px;
	padding:0 20px;
	background: transparent url('../images/interface_shadow_lrg.jpg') no-repeat left bottom;
	padding-bottom: 28px;
	overflow:auto;
}

/* #### START: content-block specific styles */
.content-block h2, .content-block-lrg h2 {
	margin: 0;
	padding: 70px 15px 0 15px;
	font-size: 1.35em;
}

.content-block h3, .content-block-lrg h3, .content-block h4, .content-block-lrg h4 {
	margin: 0;
	padding: 20px 15px 5px 15px;
	font-size: 0.95em;
}

.content-block p, .content-block-lrg p {
	margin: 0;
	padding: 5px 15px;
}

.content-block ul, .content-block-lrg ul {
	margin: 0;
	padding: 0 15px 15px 35px;
}

.content-block li, .content-block-lrg li {
	margin: 0;
	padding: 0;
	list-style: circle;
}

li.list-title {
	font-weight: bold;
	/*font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	color: #333;*/
	list-style: none;
	margin-left: -20px;
	padding: 5px 0;
}

ul.prod-size-list {
	padding: 0 0 0 15px;
}
li.prod-size {
	/*font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	font-size: 1em;*/
	float: left;
	margin: 0;
	list-style: none;
}

.size {
	color: #6E3F79;
	font-weight: bold;
}


/* #### END: content-block specific styles */

.content-block-inner {
	float:left;
	width: 624px;
	padding: 15px;
	height:inherit;
	min-height: 300px;
	background: #fff url('../images/interface_grad_lrg.png') no-repeat left top;
}

.content-block-inner-lrg {
	width: 880px;
	padding: 15px;
	height:inherit;
	min-height: 300px;
	background: #fff url('../images/interface_grad_lrg.png') no-repeat left top;
}

.content-block-heading {
	height: 140px;
	background: transparent url() no-repeat left top;
}

#sidebar {
	float:left;
	width: 256px;
	font-size: 0.9em;
}

#sidebar h4 {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 0.95em;
}

#sidebar p {
	margin: 0;
	padding: 5px 0 10px 0;
	color: #666;
}

.sidebar-item {
	padding: 0 0 15px 30px;
	border-bottom: 1px solid #a2bb91;
}

.last {
	border: 0;
}



#footer {
	background: transparent url('../images/grass.png') repeat-x;
	height: 190px;
	clear: left;
}

#footer-links {
	margin:auto;
	width: 900px;
	text-align: center;
	padding-top: 135px;
	color: #f6f3eb;
}

#copyright {
	padding-top: 10px;
	font-size: 0.65em;
	}
	

/* footer-nav Pseudo-class / footer-nav-active class */
a.footer-nav, a.footer-nav:link, .footer-nav-active {
	font-size: 0.75em;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	color: #A18B63;
	text-decoration: none;
} /* unvisited link */

a.footer-nav:visited {
	color: #A18B63;
} /* visited link */

a.footer-nav:hover, .footer-nav-active {
	color: #f6f3eb;
} /* mouse over link */

a.footer-nav:active {
	color: #A18B63;
} /* selected link */



/* ########################################### MISC LINK STYLES ##################################*/

a.learn-more, a.learn-more:link {
	display:block;
	width: 166px;
	height: 55px;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url('../images/learn_more.png') no-repeat left top;
} 

a.learn-more:hover {
	background: transparent url('../images/learn_more_over.png') no-repeat left top;
} /* mouse over link */


a.learn, a.learn:link {
	display:block;
	width:97px;
	height:21px;
	text-indent: -2000px;
	
	/*font-size: 0.75em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;*/
	
	overflow: hidden;
	background: transparent url('../images/learn.jpg') no-repeat left top;
} 

a.learn:visited {
	color: #fff;
} /* visited link */


a.learn:hover {
	color: #f4ead4;
	background: transparent url('../images/learn_over.jpg') no-repeat left top;
} /* mouse over link */

a.learn:active {
	color: #fff;
} /* selected link */




/* 
	* Default catch all styles 
*/

.list-title {
	font-weight: bold;
	list-style: none;
	padding-left: -15px;
}

.emphasize {
	font-weight: bold;
	}

p, .default-text {
	font-size: 0.8em;
	line-height: 1.55em;
	color: #1e512b;
}

.thumbnail {
	border: 1px solid #1e512b;
	width:60px;
	height:60px;
	margin-right:10px;
}

.heading {
	color: #528449;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 1.45em;
}

.heading-sidebar {
	color: #6e3f79;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

a, a:link {
	color: #6e3f79;
	text-decoration: none;
}

a:visited {
	color: #6e3f79;
} /* visited link */

a:hover {
	color: #528449;
} /* mouse over link */

a:active {
	color: #6e3f79;
} /* selected link */