/*  This CSS file is strictly for the skinned template */

/*
	peach colour: ffeaf4
	dark colour: dfb6df
	grey background: e0e0e0
*/
html
{
	height: 100%;
}

body
{
	height: 100%;
}


body
{	
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_texture.jpg);
	font-size: 10pt;
}

#screen, #page, #wrapper
{
	margin-left: auto; margin-right: auto; 
	width: 770px; /*height: 100%;*/
	background-color: #ffeaf4;
	text-align: center;
}
	
#screen
{
	border: 1px solid #e0e0e0; border-top: none; border-bottom: none; 
	height: 100%;
}

#headerBar
{
	margin-left: auto; 	margin-right: auto;
	padding-top: 3px; 
	background:url(../images/header_bg.gif) repeat-x 0 3px; 
	width: 95%;
	text-align: center;
}
#headerLogo
{
	margin-left: auto; margin-right: auto;
	height: 67px; width: 288px;
	background: url(../images/header.gif) no-repeat 0 0;
}

.noCSS
{
	display: none;
}
/**** Menu Bar *****/
#mainmenu
{
	line-height: 17px;
}
a.menu
{
	font-size: 90%;
	color: #460c4c;
	text-decoration: none;
	padding:  3px 5px 3px 5px;
}
a.menu:hover
{
	background-color: #dfb6df;
}

/**** Login Bar *****/
#loginBar
{
	float: right;
}
#login
{
	float: right;
	background-color: #e0e0e0;
	margin: 15px 5px 5px 5px;
	padding: 3px 5px 3px 5px;

	font-size: 90%;
	text-align: right; 
}

/**** Main Contents Skinning *****/
#mainBar
{
 	margin-left: auto;	margin-right: auto;
	text-align: left;
	padding-left: 10px;
}

.sideNav
{
	width: 170px; 	/* 770 max width of window */
	padding-top: 10px; padding-bottom: 10px; padding-right: 10px;
	border-right: 1px solid #808080;
	float: left;
	text-align: right;
}
#sideNavWide
{
	display: none;
}

.contentWindow
{
	width: 555px; 	/* 770 - 200 = 570 */
	margin-left: 10px;  margin-bottom: 20px;
	float: left;
	background-color: #dfb6df;
}
.contentCorners
{
	clear: both;
}


#contentWindowWide
{
	width: 730px; 	/* 770 - 200 = 570 */
}

#contentTL, #contentTR, #contentBL, #contentBR
{
	height: 10px; width: 10px;
	background-image: url(../images/corners.gif); background-repeat: no-repeat;
	font-size: 1px;	/* hack to let IE create small DIVs */
}
#contentTL
{	float: left; 	background-position: 0 0; 	}
#contentTR
{	float: right; 	background-position: -10px 0; 	}
#contentBL
{	float: left; 	background-position: 0 -10px; 	}
#contentBR
{	float: right; 	background-position: -10px -10px; 	}

#contentHead
{
	padding: 0 0; margin: 0 0;
	position: relative; top: -4px;	float: right; 
	color: #ffffff;
	font-size: 22px; font-weight: 900; font-style: italic;
}
#content
{
	clear: both;
	height: 100%; 
	font-size: 100%;
	padding-left: 10px; padding-right: 10px;
}

/**** Legal Bar *****/
#legalBar
{
	clear: both;
	width: 98%;
	margin: 20px auto 0 auto;
	font-size: 90%;	 font-style: italic;
	color: #460c4c;
	background: url(../images/details_bg.gif) repeat-x;
}
#legal
{
	clear: both;
	font-size: 80%;
	position: relative;
	top: -6px;
}
#legalImg
{
	float: right;
	height: 22px; width: 215px;
	background: url(../images/details.gif) no-repeat;
}

/*
#mainTable
{
	border: 1px solid #e0e0e0;
}

a.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #460c4c;
	text-decoration: none;
	padding:  3px 10px 3px 10px;
}
a.menu:hover
{
	background-color: #e1bee0;
}
#login
{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	background-color: #e0e0e0;
	padding: 3px 5px 3px 5px;
	position: relative;
	top: -5px;
}
.cart			
{
	padding: 1px 2px 1px 2px;
	color: #460c4c;
	text-decoration: none;
}
a.cart:hover	
{
	color: #9d0000;
}

.login
{
	padding: 1px 2px 1px 2px;
	text-decoration: none;
	color: #460c4c;
}
a.login:hover
{
	color: #9d0000;
}

#sideMenu
{
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #460c4c;
	padding-top: 10px;
}
a.sideMenu
{
	text-decoration: none;
	border: none;
}
a.sideMenu:hover
{
	color: #9d0000;
}
.sideMenuLiner
{
	border-right: 1px solid #9b9b9b;
}

hr
{
	color: #75007d;
	height: 1px;
	border: 0px;
	background-color: #75007d;
}
DIV.horzLine
{
	margin: 30px;
	padding: 0px;
	height: 1px;
	width: 80%;
}
DIV.horzLineShort
{
	margin: 10px 3px 10px 3px;
	padding: 0px;
	height: 1px;
	width: 80%;
}
.sectional
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	position: relative;
	top: -5px;
}

.backtotop
{
	text-align: right;
}
a.backtotop
{
	text-decoration: none;
}
*/