/* SUB PAGE GLOBAL STYLES */
body {
	background-image:		url(../images/page-bkg.png);
	background-repeat:		repeat;
	margin:					0;
	height:					100%;
	color:					#6c1446;
	font-family: 			Trebuchet MS, Arial, Verdana, Tahoma, Times;
	font-size: 				11px;
}

body,td,th {
	font-family: 			Trebuchet MS, Arial, Verdana, Tahoma, Times;
	font-size: 				11px;
}

/*WRAPPERS*/
#wrapper {
	position:				relative;
	z-index:				2;
	background-image: 		url(../images/newimages/text-bkg-yrepeat.gif);
	background-repeat:		repeat-y;
	margin:					0 auto;
	width:					922px;
	left:					35px;
	top:					50px;
}

#bodywrapper {
	
}

font {
left:0px;
}
strong {
left:0px;
}

/*HEADER*/
#header {
	position:				relative;
	z-index:				3;
	width:					990px;
	left:					-35px;
	top:					-50px;
	background-image:		url(../images/newimages/header-bkg.png);
	background-repeat:		no-repeat;
	margin:					0 auto;
}

#logo {
	top:					10px;
	position:				relative;
	z-index:				10;
	float:					left;
}

#menu {
	font-size:				14px;
	position: 				relative;
	top:					60px;
	z-index:				4;
}

/*LEFT COLUMN*/
#leftcol {
	width:					245px;
	position:				relative;
	z-index:				4;
	left:					35px;
	top:					-75px;
	background-image:		url(../images/newimages/content-bkg.png);
	border:					solid 1px #ffb3c2;
	border-bottom:			none;
	padding-bottom:			20px;
}

/*RIGHT COLUMN*/
#rightcol {
	position:				absolute;
	z-index:				5;
	background-image:		url(../images/newimages/content-bkg.png);
	width:					660px;
	border:					solid 1px #ffb3c2;
	left:					291px;
	top:					132px;
	padding-left:			5px;
	padding-bottom:			20px;
}

/* CART IN NAV */

#cart {
	position:relative;
	top:5;
	left:400px;
	font-size:14px;
	width:600px;
}


/* FOOTER */

#footer {
	width:922px;
	margin:0 auto;
	margin-top:-95px;
	margin-left:40px;
	position:relative;
	z-index:9;
	font-size:10px;
}

#footercolLeft {
    position:relative;
	width:245px;
	float:left;
	left:60px;
}

#footercolRight {
	width:325px;
	margin-right:10px;
	float:right;
	position:relative;
	text-align:right;
}

#copyright {
	width:200px;
	float:left;
	}