@charset "utf-8";
/* CSS Document */


.sectorleft {
	float: left;
	width: 240px;
}

.sectorright {
	float: right;
	width: 240px;
}

.sectorimage {
	border: 1px solid #a13727;
	padding: 2px;
	background: #fff;
	margin: 10px 0;
}

	
		


/* Width for the bundle product boxes */

#bodycontent .bundelproducts {
	border: 1px solid red; 
	width: 485px; 
	overflow: hidden; 
	margin: 0 auto 15px auto; 
	background: #fff;
	border: 2px solid #d3cfc3;
	padding: 2px;
}


#bodycontent .bundelproducts h3 {
	margin:0 0 10px 0; 
	padding: 5px; 
	background: #a13727;
	text-align: center;
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
}

#bodycontent .bundelproducts h3 a {
	text-decoration: none;
	color: #fff;
}

#bodycontent .bundelproducts p {
	float: left;
	width: 230px; 
	margin: 0 5px 10px 10px;
}

#bodycontent .bundelproducts ul {
	float: right; 
	width: 230px; 
	margin: 0 10px 0 0;
}



#bodycontent li.swephd {
	list-style-image: url(../Images/Icons/swephd.png);
	}

#bodycontent li.primarylicences {
	list-style-image: url(../Images/Icons/primary-licenses.png);
	}

#bodycontent li.remote {
	list-style-image: url(../Images/Icons/remotetrain.png);
	}

#bodycontent li.background {
	list-style-image: url(../Images/Icons/backgroundmaker.png);
	}

#bodycontent li.sitelicences {
	list-style-image: url(../Images/Icons/sitewide-license.png);
	}

#bodycontent li.contentmanager {
	list-style-image: url(../Images/Icons/content-manager.png);
	}


#bodycontent .bundelproducts h4 {
	clear: both; 
	text-align: center;
	background: #d3cfc3;
	font-size: 0.6em;
	margin: 0; 
	border: 0px;
	overflow: hidden;
	padding: 5px 2px;
	text-decoration: none;
}



	
	
	
/* CASE STUDY BOX */

.casestudy {
	margin: 10px auto; 
	width: 240px;  
	float: right;
}
	
.casestudy p {
	font-size: 0.6em;
}

.casestudy .quote {
	border: 1px solid #c58873; 
	background: #eddbd2; 
	font-style: italic;  
	padding: 0 10px;  
	text-align: center
}
	
	
	

/*
.casestudy {
	margin: 30px auto; 
	width: 400px;  
	padding: 0 10px;
}
	
.casestudy p {
	font-size: 0.6em;
}

.casestudy .quote {
	border: 1px solid #c58873; 
	background: #eddbd2; 
	font-style: italic;  
	padding: 0 10px;  
	text-align: center
}
*/
	
	
	