﻿/* The Following is the CSS specifically for the different Services pages */
/* Code specifically for CMS.html */ 
#CMSmain {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#CMSpic {
	float: left;
	width: 250px;
	height: 250px;
	border-color: #EBDA06;
	border-style: solid;
	margin: 15px;
}
/* End of Code specifically for CMS.html */ 

/* Code specifically for seo_services.html */
#seomain {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height:256px;
	width: 55%;
}
#seoright {
	width: 90%; 
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#seopic {
	float: left;
	width: 305px;
	height: 256px;
	border-color: #EBDA06;
	border-style: solid;
	margin: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* End of Code specifically for seoservices.html */

/* Code specifically for ecommerce.html */
#ecommercemain {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#ecommercepic {
	float: left;
	width: 250px;
	height: 250px;
	border-color: #EBDA06;
	border-style: solid;
	margin: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* End of Code specifically for ecommerce.html */

/* Code specifically for brochure_websites.html */
#brochureleft {
	float: left;
	width: 45%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#brochureright {
	float: left;
	width: 45%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* End of Code specifically for brochure_websites.html */
/* End */
