body, ul, li, h1, h2, span{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
body{
	background-image:url("../background.png");
	background-attachment:fixed;
	background-repeat: repeat-y;

}

a.header {
	display: block;
    float: top;
    width: 900px;
    height: 172px;
	margin:0;
	padding:0;
    background: url("../header.png");
	position: absolute;
	background-repeat: no-repeat;
}

a.cs {
	display: block;
    float: left;
    width: 730px;
    height: 1040px;
	margin-top: 40px;
	margin-left: 130px;
	margin-bottom: 40px;
    background: url("../cs.png");
	background-repeat: no-repeat;
}

a.navtxt {
	display: block;
    float: left;
    width: 1000px;
    height: 292px;
	margin-top: 217px;
	margin-left: 130px;
	margin-bottom: 4px;
    background: url("../navtxt.png");
	background-repeat: no-repeat;
}
	
a.mcgrath {
	display: block;
    float: left;
    width: 730px;
    height: 468px;
	margin-top: 40px;
	margin-left: 130px;
    background: url("../mcgrath.png");
	background-repeat: no-repeat;
}


a.mcgrathtxt {
	display: block;
    float: left;
    width: 730px;
    height: 350px;
	margin-top: 40px;
	margin-left: 130px;
	margin-bottom: 40px;
    background: url("../mcgrathtxt.png");
	background-repeat: no-repeat;
}

a.james {
	display: block;
    float: left;
    width: 730px;
    height: 510px;
	margin-top: 40px;
	margin-left: 130px;
    background: url("../james.png");
	background-repeat: no-repeat;
}

a.jamestxt {
	display: block;
    float: left;
    width: 730px;
    height: 300px;
	margin-top: 40px;
	margin-left: 130px;
	margin-bottom: 40px;
    background: url("../jamestxt.png");
	background-repeat: no-repeat;
}

a.yeh {
	display: block;
    float: left;
    width: 730px;
    height: 1097px;
	margin-top: 40px;
	margin-left: 130px;
    background: url("../yeh.png");
	background-repeat: no-repeat;
}

a.yehtxt {
	display: block;
    float: left;
    width: 730px;
    height: 350px;
	margin-top: 40px;
	margin-left: 130px;
	margin-bottom: 40px;
    background: url("../yehtxt.png");
	background-repeat: no-repeat;
}

a.lima {
	display: block;
    float: left;
    width: 730px;
    height: 498px;
	margin-top: 40px;
	margin-left: 130px;
    background: url("../lima.png");
	background-repeat: no-repeat;
}

a.limatxt {
	display: block;
    float: left;
    width: 730px;
    height: 350px;
	margin-top: 40px;
	margin-left: 130px;
	margin-bottom: 40px;
    background: url("../limatxt.png");
	background-repeat: no-repeat;
}
a.polli {
	display: block;
    float: left;
    width: 730px;
    height: 407px;
	margin-top: 40px;
	margin-left: 130px;
    background: url("../polli.jpg");
	background-repeat: no-repeat;
}

a.pollitxt {
	display: block;
    float: left;
    width: 730px;
    height: 425px;
	margin-top: 40px;
	margin-left: 130px;
	margin-bottom: 40px;
    background: url("../pollitxt.png");
	background-repeat: no-repeat;
}
a.sosolimited {
	display: block;
    float: left;
    width: 730px;
    height: 399px;
	margin-top: 40px;
	margin-left: 130px;
    background: url("../sosolimited.png");
	background-repeat: no-repeat;
}

a.sosolimitedtxt {
	display: block;
    float: left;
    width: 730px;
    height: 425px;
	margin-top: 40px;
	margin-left: 130px;
	margin-bottom: 40px;
    background: url("../sosolimitedtxt.png");
	background-repeat: no-repeat;
}


.slidingMenu {
	position: absolute;
	height:410px;
	width: 410px;
	top:217px;
	overflow:hidden;
	right:0px;
	font-family: Arial, Helvetica, sans-serif;
}
.slidingMenu li {
	display:block;
	float:right;
	clear:both;
	position:relative;
	overflow:hidden;
}
.slidingMenu li.move {
	width: 9px;
	height: 34px;
	right:0px;
	padding-right:10px;
	margin-top:0px;
	z-index: 8;
	position: absolute;    
	background: #2183c4;     
	background: 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(#0771b8), 
			to(#2183c4)
		);     
	background: 
		-moz-linear-gradient(
			top, 
			#0771b8, 
			#2183c4
		);     
	/*-moz-border-radius: 8px 0px 0px 8px;  
	-webkit-border-top-left-radius: 8px;     	
	-webkit-border-bottom-left-radius: 8px; 
	border-top-left-radius: 8px;  
	border-bottom-left-radius: 8px;        
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;	*/
	}
.slidingMenu li a {
	font-size:22px;
	text-transform: none;
	text-decoration: none;
	color: #ddd;
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: block;
	float: right;
	height: 42px;
	line-height: 37px;
	position: relative;
	overflow: hidden;
	padding-right:10px;
	
	
}
/* Descriptions */
.slidingMenuDesc{
	margin-top:0px;
	position:relative;
}
.slidingMenuDesc div{
	background: #2183c4;    
	background: 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(#0771b8), 
			to(#2183c4)
		);     
	background: 
		-moz-linear-gradient(
			top, 
			#0771b8, 
			#2183c4
		);   	
	height: 34px;
	padding-right:5px;
	left:-5px;
	width:0px;
	margin-top:217px;
	overflow:hidden;
	position:absolute;
	/*-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	-moz-border-radius: 0px 8px 8px 0px;  
	-webkit-border-top-right-radius: 8px;     	
	-webkit-border-bottom-right-radius: 8px; 
	border-top-right-radius: 8px;  
	border-bottom-right-radius: 8px; */
}
.slidingMenuDesc div span {
	font-size:18px;
	color: #f0f0f0;
	text-indent:5px;
	z-index: 10;
	display: block;
	height: 66px;
	line-height: 42px;
	position:absolute;
	right:10px;
	margin-left:5px;
	top:-3px;
}

#container1 {
	width:1130px; 
	height:relative;
	background-color:none;
	border:none;
	margin-top:0px;
	margin-left:0px;
	position:relative;
	}
#container2 {
	background-color:none;
	border:none;
	margin-top:0px;
	margin-left:0px;
	position:relative;
	}