﻿/************** Global *****************/

body {
	 margin:0 0 0 0;
	 background-color:#ee1c23;
	 background-image:url(images_layout/background.jpg);
	 background-repeat:repeat-x;
	
 
}

#outerbody {
background-image:url(images_layout/middle_repeat_y.jpg);
background-position:top;
background-repeat:repeat-y;
}

#topbody {
background-image:url(images_layout/TopHeader.jpg);
background-position:top;
background-repeat:no-repeat;
}

#xpagesetup {
     position: relative;
     width: 900px;
     margin: 0 auto 0 auto;
	 z-index:5;
}

/*/////////// 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;
}


#xLeftContent1{
	position:relative;
	float:left;
	width:0px;
	padding-left:0px;
	background-position:top;

}

#xMainContent1{

	position:relative;
	margin-left:20px;
	display:inline-block;


}

/* 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:20px;
}

#xPageSetup4topimage{
	position:relative;
	background-image:url(images/2colbgtop.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:24px;
}

#xPageSetup4middleimage{
	position:relative;
	background-image:url(images/2colbgmiddle.jpg);
	background-repeat:repeat-y;
	width:100%;
}

#xPageSetup4bottomimage{
	position:relative;
	background-image:url(images/2colbgbottom.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:24px;

}


#xMainContent4{

	position:relative;
	float:right;
	right:20px;
	width:620px;

}

#xLeftContent4{
position:relative;
	float:left;
	width:200px;
	left:20px;
}

/*
html>body div#xMainContent4{
	margin-left:223px; /*add 3px to Firefox/netscape*/
/*}*/

/*/////END PAGE SETUP STYLES//////////////////////////////////////////////////////////////////////////////////////////*/

#xheader {
     position: relative;
     width: 900px;
     height: 200px;
	 z-index:100;

}

#xprintheader {
     display:none;
}

#xheaderadmin {
    position: relative;
     width: 900px;
     height: 200px;
}



#xnav
{

 position: absolute;
 top:160px;
 right:-10px;
z-index:100;

}

#xnav li
{
	padding:0;
	margin:0;
}

#xnav ul
{
	padding:0;
	margin:0;
}

#adimiselogin{
position:absolute;
float:right;
width:500px;
top:-40px;
text-align:right;
right:16px;
}

#adimiselogin a{
color:#CCCCCC;
text-decoration:none;
}

#adimiselogin a:hover{
color:#bd132e;
text-decoration:underline;
}



#xcontentback {
	position:relative;
	width:900px;
	margin: 0 auto 0 auto;
	float:left;
}

#xcontent
{
 margin:0 0px 0 0px;
 
}

#xfooter {
 position:relative;
 background-image:url(images_layout/footer_bg.jpg);
 background-repeat:no-repeat;
 background-position:top;
 width:100%;
 height:146px;
 color:#555555;
 font-size:10px;
 z-index:0;
}

#xfootercontent 
{
    font-family:Tahoma, Arial, Helvetica, sans-serif;
padding-top:64px;
position:relative;
margin: 0 auto 0 auto;
width:900px;
color:#FFFFFF;
font-size:10px;
}

#xfooter a{
	color:#FFFFFF;
	font-size:11px;

}

#xfooter a:hover{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;

}

#adimisefooter {
position:absolute;
right:0px;
text-align:right;
top:60px;
}




