@charset "utf-8";
/* CSS Document */

.clear {clear: both;}

body {
    margin: 13px 0 0 0;
	padding: 0;
	background-color: #DAEABD;
	font-family: Arial, Verdana, Helvetica ;
	font-size: 10pt;
	background-image: url(/images/ttcssimg/top_border.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#headerFull, #contentFull, #footerFull {
	width: 100%;
	background-color: #FFFFFF;
}

#headerFull {padding: 30px 0 0 0;}
#contentFull {padding: 20px 0 70px 0;}
#footerFull {background-color: #DAEABD;}

#header {
	position: relative;
	width: 917px;
	margin: 0 auto;	
	background-image: url(/images/ttcssimg/header_separator.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#header #logo {
	float: left;
	height: 102px;
	width: 221px;
	background-image: url(/images/ttcssimg/logo.jpg);
	background-repeat: no-repeat;			
	background-position: left center;
}

#header #catCartSummary {
	position: absolute;
    top: 10px;
    right: 15px;
    width: 300px;
   	background-image: url("/images/ttcssimg/cart.jpg");
	background-repeat: no-repeat; 
	background-position: right;
    text-align: right;
}

#header #catCartSummary table {
	text-align: right;
    width: 100%;
}

#header #catCartSummary table tr td {
	padding: 0 30px 0 0;
    text-align: right;
}

#header #catCartSummary table tr td a {
	color: #9F6D56;
	text-decoration: none;
}

#header ul#topNav {
	float: right;
	padding: 65px 25px 0 0;
}

#header ul#topNav li {
	float: left;
    list-style-type: none;
    position: relative;
    text-transform: lowercase;
    padding: 0 20px 0 20px ;
    display: block;
    font-size: 12px;
    border-right: solid #E1A6A2 1px;
}

#header ul#topNav li.last {
	padding: 0 0 0 20px;
	border: 0;
/*
	background-image: url(/images/ttcssimg/cart.jpg);
	background-repeat: no-repeat; 
	background-position: right;
*/
}

#header ul#topNav li a:link, 
#header ul#topNav li a:visited, 
#header ul#topNav li a:hover,
#header ul#topNav li a:active {
	color: #9F6D56;
	text-decoration: none;
}
#header ul#topNav li a:hover {
	color: #9F6D56;
    text-decoration: underline;
}


#content {
	width: 917px;
	margin: 0 auto;
}

#content #leftCol {
	float: left;
	width: 223px;
}

#content #leftCol div#sideNavTop {
	background-image: url(/images/ttcssimg/leftcol_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 20px;
}

#content #leftCol div#sideNavMiddle {
	background-image: url(/images/ttcssimg/leftcol_middle.jpg);
	background-repeat: repeat;
	background-position: top center;
}

.sideNavItem,
.sideNavItem_hover,
.sideNavItem_selected {
    display: block;
	text-decoration: none;
	color: #E6D2BA;
	font-size: 14px;
	padding: 5px 5px 5px 20px;
	width: 200px;
    cursor: pointer;
}

.sideNavItem_hover,
.sideNavItem_selected {
	font-weight: bold;
    color: #FFFFFF;
}


#content #leftCol div#sideNavBottom {
	background-image: url(/images/ttcssimg/leftcol_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;	
	height: 271px;
}

div#sideNavBottom .newsletter-form {
	width: 200px;
    padding: 30px 10px 10px 10px;
    vertical-align: bottom;
	background-image:url("/Images/ttcssimg/leftcol_separator.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

div#sideNavBottom .newsletter-form h3 {
	padding: 10px;
    color: #673319;
    background: #DAEABD;
    font-size: 15px;
    font-weight: bold;
}

div#sideNavBottom div.newsletter-form form label {
	font-size: 14px;
	color: #E6D2BA;
}

div#sideNavBottom div.newsletter-form form input.cat_textbox_small {
	width: 190px;
	margin: 0;
}

div#sideNavBottom div.newsletter-form div.item {
	padding: 0;
	margin: 0 0 10px 0;
}





#content #rightCol {
	float: right;
	width: 650px;
	padding: 20px 0 50px 0;
	background-image: url(/images/ttcssimg/footer_separator.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content #rightCol h1 {
	font-size: 22px;
	padding: 0;
	margin: 0 0 20px 0;
    color: #D83E72;
    font-weight: normal;
}

#content #rightCol #homeLeft {
	width: 320px;
	float: left;
	height: 500px;
}

#content #rightCol #homeRight {
	width: 320px;
	float: right;
	height: 500px;
	padding: 0 20px 0 0;
}

#content #rightCol form.frmClubSubscribe {
         float: left;
         margin: 10px;
         text-align: center;
}

#content #rightCol form.frmClubSubscribe img {
         text-align: center;
}

#content #rightCol form.frmClubSubscribe p.title {
         font-size: 24px;
         font-weight: bold;
         color: #D83E72;
}

#content #rightCol form.frmClubSubscribe p.amount {
         font-size: 20px;
         padding: 5px 0 5px 0;
         color: #D83E72;
}

#footer {
	width: 917px;
	margin: 0 auto;
	font-size: 11px;
	color: #9F6D56;
}

#footer #copyright {
	float: left;
}

#footer #validation {
	float: right;
}

#footer #validation span {
	margin: 0 20px 0 20px;
}

#footer #validation a:link,
#footer #validation a:hover,
#footer #validation a:active,
#footer #validation a:visited {
	color: #9F6D56;
	text-decoration: underline;
}