﻿/************** Global *****************/

body {
	 margin-top: 0px;
	 background: #f0e8e7 url(images/bodyback.jpg) repeat-x top;
	 
}

#xpagesetup {
     position: relative;
     width: 1000px;
     margin: 0 auto 0 auto;
}


#xheader {
     position: relative;
     width: 1000px;
     height: 101px;
     background-image:url(images/headerback.jpg);
     background-repeat:no-repeat;
	 color:#5a5a5a;
	 z-index:50;
}

.headingtext {position:absolute;top:120px;left:590px;}
.headingtext h1 { font-family: 'Crimson Text', serif; font-weight:600;font-style:italic;font-size:46px;padding-bottom:10px;line-height:1; color:#b96e6e;}
.headingtext p { font-family: 'Crimson Text', serif; font-weight:800;font-style:italic;font-size:26px; color:#c88b8b;  line-height: 1.2;}

#xprintheader {
     display:none;
}

#xheaderadmin {
     position: relative;
     width: 1000px;
     height: 140px;
     background-image:url(images/back_admin.jpg);
     background-repeat:no-repeat;
	 z-index:100;
}

#xlogo{
	position:absolute; 
	left:0; 
	top:0;
}

#xnav
{
 position: absolute;
 top:0px;
 right:0px;
}

#xnavadmin
{
 position: absolute;
 top:50px;
 right:0;
}


#xnav li
{
	padding:0;
	margin:0;
}

#xnav ul
{
	padding:0;
	margin:0;
}


#xloginbox{
	position:absolute; 
	left:260px; 
	top:15px;
}

#smallbasket{
	position:absolute; 
	right:25px; 
	bottom:10px;
	text-align:right;
}


#xcontentback {
	position:relative;
	background-image:url(images/pageback.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:1000px;
	margin: 0 auto 0 auto;
	float:left;
}


#xcontent{
background: url(images/contentbacktop.png);
float:left;
width:100%;
margin-top:239px;
}




#xfooter {
 position:relative;
 background-image:url(images/footerback.jpg);
 background-repeat:repeat-x;
 background-position:top;
 width:1000px;
 height:68px;
 color:#ffffff;
}

#xfooter a{
	color:#ffffff;

}

#xfooter a:hover{
	text-decoration:underline;

}




/*/////////// START PAGE SETUP STYLES//////////////////////////////////////////////////////////////////////////////////////*/

/* PAGE SETUP 0 */
#xPageSetup0Casing{
	position:relative;
	float:left; /* LEAVE - allows <div style="clear:both;"> to take effect and expand this casing div to height of page*/
	width:100%;/* LEAVE */
	background:none;
	
}

#xMainContent0{
	
	
	
}


/* PAGE SETUP 1 */
#xPageSetup1Casing{
	position:relative;
	float:left; /* LEAVE - allows <div style="clear:both;"> to take effect and expand this casing div to height of page*/
	width:100%;/* LEAVE */
	background:none;
}




#xMainContent1{

	position:relative;
    padding:40px;

}

/* PAGE SETUP 2 */
#xPageSetup2Casing{
	position:relative;
	float:left; /* LEAVE - allows <div style="clear:both;"> to take effect and expand this casing div to height of page*/
	width:100%; /* LEAVE */
	background:#0099FF;
}


#xMainContent2{

	position:relative;
	background-color:#CC6600;
	margin-right:200px;
}

#xRightContent2{
	position:relative;
	float:right;
	background-color:#6600FF;
	width:200px;
}

/* PAGE SETUP 3 */

#xPageSetup3Casing{
	position:relative;
	float:left; /* LEAVE - allows <div style="clear:both;"> to take effect and expand this casing div to height of page*/
	width:100%; /* LEAVE */
	background:#0099FF;
}


#xLeftContent3{
	position:relative;
	float:left;
	width:200px;
	background-color:#6600FF;
}

#xMainContent3{

	position:relative;
	background-color:#CC6600;
	margin-left:200px;
	margin-right:200px;
}

#xRightContent3{
	position:relative;
	float:right;
	background-color:#6600FF;
	width:200px;
}

/* PAGE SETUP 4 */
#xPageSetup4Casing{
	position:relative;
	float:left; /* LEAVE - allows <div style="clear:both;"> to take effect and expand this casing div to height of page*/
	width:100%;/* LEAVE */
	background:none;
	padding-top:25px;

}


#xMainContent4{

	position:relative;
	margin-left:40px;
	margin-right:355px;
}

#xRightContent4{
	position:relative;
	float:right;
	width:294px;
}


/*/////END PAGE SETUP STYLES//////////////////////////////////////////////////////////////////////////////////////////*/


