@charset "utf-8";
html, body {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#header {
	background-color: #FFF;
	background-image: url('/images/website-design-scarborough/logo_bg.gif');
	/* background-image: url('/images/website-design-scarborough/website-design-and-marketing-bg.jpg'); 
	background-image: url(images/website-design-scarborough/scarborough-website-design-bg.jpg); */
	background-repeat: repeat-x;
	background-position: top;
	height: 150px;
	width: 100%;
}
#header-website-design {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 40px;
	width: 100%;
	background-color: #000;
	background-image: url('/images/website-design-scarborough/web-design-menu.png');
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#menu-business-website-design {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
#container-outer {
	width: 100%;
	background-image: url('/images/website-design-scarborough/design-bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
}
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.7em;
	color: #333;
	padding-top: 20px;
	
}
#footer {
	width: 100%;
	/* height: 45px; */
	/* background-image: url('/images/website-design-scarborough/website-design-and-marketing-bg.jpg');
	background-image: url(images/website-design-scarborough/scarborough-website-design-bg.jpg); */
	background-image: url(/images/website-design-scarborough/logo_bg.gif);
	/* background-image: url('/images/website-design-scarborough/website-design-and-marketing-bg.jpg'); 
	background-image: url(images/website-design-scarborough/scarborough-website-design-bg.jpg); */
	background-repeat: repeat-x;
	background-position: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	position: relative;
}
#banner {
	height: 230px;
	width: 940px;
	margin-bottom: 25px;
}
#footer-inner {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	padding-top: 15px;
}
#scarborough-website-design-logo {
	position:relative;
	z-index:1;
	left: 10px;
	top: 40px;
	width: 221px;
	float: left;
	background-image: url(/images/website-design-scarborough/e-dev-website-design-logo.png);
	background-repeat: no-repeat;
	height: 59px;
	text-indent: -1000px;
}
#scarborough-website-marketing-contact {
	position:relative;
	z-index:1;
	left: 500px;
	top: 60px;
	width: 184px;
	float: left;
	height: 46px;
	background-image: url(/images/website-design-scarborough/scarborough-website-marketing-contact.png);
	background-repeat: no-repeat;
	text-indent: -1500px;
}
#login {
	position:relative;
	z-index:1;
	left: 370px;
	top: 30px;
	width: 120px;
	float: left;
	height: 90px;
	color: #FFFFFF;
	font-size: 11px;
}
#left {
	width: 710px;
	float: left;
}
#right {
	/* background-image: url('/images/website-design-scarborough/design-menu-bg.jpg'); */
	background-image: url('/images/website-design-scarborough/webpage-divider.jpg');
	background-repeat: no-repeat;
	background-position: left;
	width: 230px;
	float: left;
}
.block-content {
	margin-top: 18px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.right-content {
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 38px;
}
#left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #195E95;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 8px;
	padding-left: 0pt;
}
#left h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C60;
	font-weight: bold;
}
#right h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* color: #C60; */
	color: #195e95;
	font-weight: bold;
}
/* Footer */

#footer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFDB9;
}
#footer img {
	border: none;
	padding-top: 6px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	margin: 0px;
}
#footer li a {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4889BD;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	font-size: 11px;
	display: block;
	color: #fff;
	margin: 0px;
}
#footer li a:hover {
	color: #fff;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #195E95;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footer, .push {
	height: 4em;
	}
	
	
	
#gradient-style

{

font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;

font-size: 11px;

width: 100%;

text-align: left;

border-collapse: collapse;

margin-top: 20px;

margin-bottom: 20px;

}
	
#gradient-style td

{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	color: #53567B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-color: #e8edff;
	background-image: url(images/web-hosting/web-hosting-comparison.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#gradient-style tbody tr:hover td

{
	background-color: #d0dafd;
	background-image: url(images/web-hosting/web-hosting-comparison-hover.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #000;
}

#gradient-style .price td

{
	color:#333;
	font-weight: bold;
	background-image: url(../images/web-hosting/web-hosting-comparison-hover.png);
	background-repeat: repeat-x;
}

#gradient-style th

{
	font-weight: normal;
	background-color: #333;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d3ddff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/website-design-scarborough/web-design-menu.png);
}