@charset "utf-8";
/* CSS Document */

@import url("navigation.css");

body, html{
	margin: 0px;
	height: 100%;
}
/*frame*/
.leftFrame{ /*heading*/
	width: 200px;
	background-color: #423a2e; /*dark brown*/
	background-image: url(/images/wood.jpg);
	background-position: center;
	background-repeat: repeat;
}
	.platiniLogo{/*logo (flaoting)*/
		width: 158px;
		height: 151px;
		behavior:url(/includes/iepngfix.htc);
		background-image: url(/images/cougar-logo.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		top: 290px;
		left: 60px;
		z-index: 1;
	}
		.topNav1{/*shopping cart navigation*/
			width: 400px;
			height: 38px;
			position: absolute;
			left: 325px;
			top: 0px;
		}
		.myBag{
			width: 215px;
			background-image: url(/images/shopping-tab.gif);
			background-position: top;
			background-repeat: no-repeat;
		}
		.myLogin{
			width: 185px;
			background-image: url(/images/login-tab.gif);
			background-position: top;
			background-repeat: no-repeat;
		}
.centerFrame{/*copyright (cougar)*/
	width: 295px;
	background-color: #b8a46a; /*Mustard*/
	background-image: url(/images/center-tile-home.gif);
	background-position: top;
	background-repeat: repeat-y;
}
	.cougar{
	width:295px;
	height:670px;
	background-image: url(/images/cougar-home.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
.rightFrame{/*body content*/
	width: auto;
	background-color: white;
	background-image: url(/images/forest.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 30px;
}
/*text styles*/
.smallgrayText{
	color: #838383; /*gray*/
	font-size: 11px;
	font-family: Arial;
	line-height: 1em;
}
.smallgreenText{
	color: #87a434; /*green*/
	font-size: 11px;
	font-family: Arial;
	line-height: 1em;
}
.smallText{
	color: #423a2e; /*dark brown*/
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	line-height: 1em;
}
/*links styles*/
a.enfuseLink{
	color: #423a2e; /*dark brown*/
	text-decoration: none;
}
a.enfuseLink:hover{
	color: #87a434; /*green*/
	text-decoration: none;
}
a.smallLink{
	color: #838383; /*gray*/
	font-size: 11px;
	font-family: Arial;
	line-height: 1em;
	text-decoration: none;
}
a.smallLink:hover{
	color: white;
	font-size: 11px;
	font-family: Arial;
	line-height: 1em;
	text-decoration: none;
}