/*
 *  @author: Joseph Thibeault
 *  @copy: ITema, Inc. 2008
 *  Contact: jthibeault@itema.com
 *  Created: 4/24/2008
 */
 
body {
	background: url(http://toddscanopies.com/assets/images/niceblue.jpg);
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 0.95em;
}

div.clear {
	clear: both;
}

div.container {
	width: 967px;
}

div.top {
	width: 967px;
	background: url(/assets/images/niceblue.jpg);
	padding-bottom: 0;
}

div.picture {
	background: url(/assets/images/niceblue.jpg) ; 
	float: right;
	width: 750px;
        padding: 0 15px 0 0;
}

div.navColumn {
	float:left;
	background: #0000ff;
padding: 31px 0 260px 10px;
}

div.logo {
	width: 295px;
	height: 40px;
        color: white;
	background: url(/assets/templates/template1/images/logoback.jpg) top left no-repeat;
}

div.logo img {
	margin: 60px 0 0 22px;
}

div.nav {
	width: 160px;
}

div.nav ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

div.nav ul li {
	display: inline;

}

div.nav ul li a {
	background: url(http://toddscanopies.com/assets/images/NavBtn.jpg) top left no-repeat;
	display: block;
	height: 29px;
	overflow: hidden;
	line-height: 1.1em;
	padding: 0 21px 0 5px;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}

div.nav ul li a:hover {
	background: url(http://toddscanopies.com/assets/images/NavBtnHover.jpg) top left no-repeat;
}

div.picture img {
	margin: 5px 0 0 2px;
}

/* BEGIN LAYOUT STYLES */

div.featured {
        background:#cbc0b5 none repeat scroll 0%;
    
	float: right;
	width: 633px;
	margin: 0px 18px 0px 0px;
	font-size: 0.7em;
	color: #373737;
	line-height: 1.8em;
	padding: 10px;
}

div.featured img {
	float: left;
	margin: 0 10px 10px 0;
}

div.featured p {
	margin: 0;
}

div.featured h2 {
	margin: 5px 0;
	padding: 0;
	font-size: 15px;
}

div.featured h2 a {
	color: #0066FF;
	margin: 0;
}

div.featured h2 a:hover {
	color: #0099FF;
}

div.content {
	background: url(/assets/images/niceblue.jpg) ;
	font-size: 0.7em;
	color: #373737;
	line-height: 1.8em;
	padding: 15px;
	margin: 0 0 0 0;
	width: 887px !important; /* Tell real browsers to use this width */
	width: 917px;
}

div.column  {
	width: 30%;
	margin: 0 1.5%;
	float: left;
	display: inline;
}

div.column h1 {
	color: #862f2f;
	border-bottom: 4px solid #d5d5d5;
	padding: 0 0 5px 0;
	margin-top: 0;
	font-size: 1.6em;
	text-transform: uppercase;
}

/* END LAYOUT STYLES */

div.footer {
	background: white;
	width: 916px;
	margin: 0 0 25px 32px;
	font-size: 0.8em;
}

div.copyright {
	padding: 5px 15px;
	text-align: center;
	color: #999;
	border-top: 1px solid #d5d5d5;
}

div.copyright p {
	margin: 5px;
}

div.footerNav {
	text-align: center;
	font-size: 0.9em;
}

div.footerNav ul {
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
}

div.footerNav ul li {
	display: inline;
}

div.footerNav ul li a {
	padding: 10px;
	color: #373737;
}

div.footerNav ul li a:hover {
	color: #0066FF;
}