@charset "utf-8";
.highlight-quote {
	padding-left: 25px;
	font: lighter 20px "Arial Narrow", Arial, Verdana, "Times New Roman";
	padding-bottom: 35px;
	padding-top: 15px;
}
.content-box-1 p {
	font-size: 12px;
	color: #666;
}


body  {
	margin: 0px;
	padding: 0px;
	background: #f0f0f0 url(images/background-strip.jpg) repeat-x scroll;
	font: 12px Verdana, Geneva, sans-serif;
}
#container {
	float: none;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 900px;
}
.img-content-right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #DDD;
	position: relative;
	clear: both;
	margin-left: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p {
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #666;

}
#banner h1 {
	text-indent: -9999px;
	background-image: url(images/flamex-banner-4.jpg);
	height: 125px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #e05b50;
	font-weight: normal;
}
.sub-heading {
	font: 17px Arial, Helvetica, sans-serif;
	color: #e05b50;
	margin: 0px;
	padding: 0px;
}


h1 {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
h2 {
	font-size: large;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	margin: 0px;
}
table {
	text-align: left;
	background: #F0F0F0;
}
td {
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
}


strong {
	font-weight: 300;
	height: auto;
}

ul {
	font-weight: normal;
}
li {
	padding-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #e05b50;
}

a:visited img {
	border:none;
}

#salesbox {
	float:right;
	margin: 0px;
	padding: 0px;
	height: 370px;
}


#salesbox a:visited a:hover img {
	text-decoration: none;
	border: none;
	padding: 0px;
}

a:hover {
	color: #C00;
}


img {
	border:none;

}

.boldtext {
	font-weight: bold;
}
.whitetextbold {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}

.twoColFixRtHdr #container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	 /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Online Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.navpadding {
	padding-top: 18px;
	display: block;
}

.serviceheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	text-align: left;
}
.servicelisttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 18px;
	text-align: left;
	color: #FFF;
	list-style: square url(none) inside;
}
.rightobject {
	margin-left: auto;
	margin-right: 1%;
	float: right;
}
.nav-style-heading {
	background-image: url(images/manchester-flamex-design-nav-bg.jpg);
	height: 35px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
}
.movetoleft {
	float: left;
}
.portfolio-image-sapcing {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.align-right {
	float: right;
	margin-left: 20px;
}
.main-email-tel-highlight {
	font-size: 12px;
	color: #C00;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}


.navlinkpadding {
	font-size: 13px;
	letter-spacing: 0em;
	display: inline;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 15px;
}

.navlinkpadding-home {
	font-size: 13px;
	letter-spacing: 0em;
	display: inline;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 0px;
}
.navlinkpadding a {
	color: #ee4023;
}

.testalignright {
	font-weight: bold;
	text-align: right;
	font-family: "Arial Narrow", Arial, Verdana, "Times New Roman";
	font-size: 14px;
	color: #FFF;
}

.blacktext {
	color: #333;
	padding: 0px;
}
.porfoliolayout {
	margin-bottom: 25px;
}
.portfolioimage {
	float: left;
	width: 250px;
	clear: none;
}
.portfoliobrief {
	float: right;
	width: 345px;
	margin: 0px;
	padding: 0px;
}
.portfoliobrieftext {
	padding: 5px;
}
.servicelisttext li {
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 1px;
	color: #000;
	display: block;
	list-style: square url(none) inside;
}
.redtext {
	color: #ee4023;
}

.orange-page-header {
	background-image: url(images/orange-page-intro-bg.png);
	border-bottom: 10px solid #FFC591;
}
.standard-page-header {
	background: #000;
}

.green-page-header {
	background-image: url(images/green-page-intro-bg.png);
	border-bottom: 10px solid #D2FF91;
}
.blue-page-header {
	background-image: url(images/blue-page-intro-bg-2.png);
	border-bottom: 10px solid #BBD7FF;
}
.purple-page-header {
	background-image: url(images/purple-page-intro-bg.png);
}

.mega-heading {
	color: #333;
	text-align: centre;
	margin: 0px;
	padding: 0px;
	font: bold normal 28px Arial, Helvetica, sans-serif;
}

.table-headers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.home-page-img-right {
	clear: left;
	float: right;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 25px;
}
.home-page-img-left {
	clear: right;
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 8px;
}

#form1, quickformmessage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#logo-table th {
	color: #FFF;
	background-color: #EE4023;
	font-family: Verdana, Geneva, sans-serif;
}
#logo-table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: #F0F0F0;
}



#content-area-container {
	background-color: #FFF;
}
#banner {
	width: auto;
	padding: 0px;
	margin: 0px;
	background-color: #000;
}
#services {
	background-color:#FFF;
	margin-bottom: 0px;
	margin-top: 0px;
}

#serviceone {
	float: left;
	width: 230px;
	background-color: #FFF;
	margin-bottom: 30px;
	clear: right;
}


#serviceoneheading {
	background-image: url(images/home-service-back-blue.png);
	margin-top: 10px;
}

#serviceonelist {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	color: #000;
	height: 130px;
	background-color: #000;
}

#serviceinbetween {
	width: 230px;
	float: left;
}
#serviceinbetweenheading {
	background-image: url(images/home-service-back-green.png);
	margin-top: 10px;
}
#serviceinbetweenlist {
	margin: 0px;
	background-color: #000;
	padding: 10px 10px 5px;
	height: 130px;
}
#servicetwo {
	width: 230px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 190px;
	background: #000;
}
#servicetwoheading {
	background-image: url(images/home-service-back-orange.png);
}

.home-service-heading {
	height: 20px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
	text-align: left;
	background-repeat: repeat-x;
}

.callback-service-heading {
	height: 25px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
	text-align: left;
	background-repeat: repeat-x;
	color: #CCC;
}

#servicetwolist {
	background-color: #000;
	padding: 10px 10px 5px;
	height: 130px;
}
#mainmav h1 {
	font-size: 14px;
	color: #CCC;
	font-weight: normal;
	margin: 0px;
}



#mainmav {
	background-color: #000;
	margin: 0px;
	background-repeat: repeat-x;
	height: 45px;
	font: 14px "Arial Narrow", Arial, Verdana, "Times New Roman";
	padding: 0px 10px 1px 0px;
}

#mainmav a:hover {
	padding-right: 14px;
	padding-left: 14px;
}
#mainmav a {
	padding-right: 14px;
	padding-left: 14px;
}

#mainContent {
	float: left;
	width: 900px;
	height: auto;
	background-color: #F0F0F0;
}


#contentarea {
	margin: 0px;
	padding: 15px 25px 40px;
	background-color: #F0F0F0;
	height: auto;
	background-repeat: repeat-x;
}
#contentarea h1 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: normal;
}

#contact-side-form {
	background-color: #000;
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.right-padding-15px {
	padding-right: 15px;
}
#contact-side-form-head {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #F0F0F0;
	height: 40px;
	width: auto;
}
#contact-side-form-content {
	background-color: #FFF;
	float: left;
	width: 188px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-top-style: none;
	padding: 5px 15px 10px 25px;
}
#contact-side {
	background-color: #DDD;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact-side tr td {
	background-color: #E4E4E4;
}


#pageintro {
	color: #FFF;
	height:25px;
	padding: 30px 35px 10px 30px;
	background: #F0F0F0 url(images/grey-faded-bg.jpg) repeat-x;
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}

#pageintro2 {
	padding: 10px 25px 10px 25px;
	color: #FFF;
	height:100px;
	border-bottom: thick solid #D63518;
}

#pageintro h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0px;
	font-size: 24px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}

#pageintro2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0px;
	font-size: 24px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#pageintro h2 {
	line-height: 22px;
	font-weight: normal;
	color: #C8C8C8;
	text-align: left;
	font-size: 12px;
}

#pageintro2 h2 {
	font-weight: normal;
	color: #C8C8C8;
	text-align: left;
	font-size: 12px;
}

#pageintro a {
	color: #666;
	display: inline;
}
#pageintro a:hover {
	color: #000;
	font-weight:normal;
	font-size:12px;
	text-decoration: underline;
	display: inline;
}

#pageintro2 p a {
	color: #FFF;
}

#pageintro2 a {
	color: #F4F4F4;
}
#pageintro2 a:hover {
	color: #FFF;
	font-weight:bold;
	font-size:12px;
}

#pageintro2 p a {
	color: #FFF;
}
#sectionthree {
	width: 200px;
	margin-left: auto;
}

#innerpagefeature {
	height: 230px;
	background-image: url(images/manchester-flamex-design-service-backfade.jpg);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 5px;
}

#servicefeature {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 215px;
	height: auto;
}
#porfoliocontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer-container {
	text-align: center;
	float: left;
	clear: both;
	width: 100%;
	background: url(images/footer-bg.jpg) repeat-x;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px 0px 0px;
	padding-bottom: 25px;
}


#footer {
	padding: 5px 5px 50px;
	text-align: center;
	position: relative;
	margin: 10px auto 0px;
	clear: both;
	width: 800px;
	display: block;
	background: repeat-x;
	
}
#footer p {
	text-align: center;
	padding-top: 20px;
	display: block;
	color: #999;
}

#serviceone img {
	margin: 0px;
	padding: 0px;
}
#services p {

}
#services a {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	text-decoration: none;
	font-size: 11px;
	display: block;
}
#services li a:hover {
	padding: 0px;
	font-weight: normal;
	display: block;
	color: #FFF;
}

#pagetag {
	width: auto;
	padding: 5px;
	background-color: #000;
	height: 18px;
}
#pagetag p {
	font-size: 9px;
	color: #999;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	word-spacing: 0px;
}
#content-container {
}

#home-content-image {
	float: right;
	width: 180px;
}
#top-links-layout {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top-links-layout td {
	background-color: #F0F0F0;
}
.webdesign-green-text {
	color: #690;
}
.internet-marketing-orange-text {
	color: #EC5F00;
}
.graphicdesign-blue-text {
	color: #0065A8;
}

#contact-us-form {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F0F0F0;
	width: auto;
	margin-right: 1px;
}
.repostion-left-content-area {
	float: left;
	width: 530px;
	padding-top: 445px;
	background-repeat: repeat-x;
}
.form-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.image-padding-10px {
	border: 2px solid #CCC;
	background-color:#FFF;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
input, textarea {
	border: 0.5px dotted #999;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	margin-top: 5px;
	padding: 5px 2px;
	margin-bottom: 10px;
}

.checkbox {
	border: none;
	margin-top: 2px;
	height: 11px;
	background: #F0F0F0;
	margin-bottom: -4px;
}
.mainformlabel {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	padding-bottom: 2px;
}
.price {
	font-size: medium;
	font-weight: bold;
	color: #EE4023;
	text-align: center;
}
#home-ads-panel {
	background-color: #000;
	float: left;
	clear: both;
	width: 570px;
	height: 100%;
}
#mainmav a:hover {
	color: #FFF;
}
.cross-selling-links {
	font-size: 11px;
}
.narrow-content p {
	padding-right: 100px;
	margin-right: 100px;
}
.subhead {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
#main-header-container {
	height: 65px;
	float: left;
	background: #F0F0F0 url(images/grey-faded-bg.jpg) repeat-x top;
	padding: 40px 25px 10px 0px;
	display: block;
	width: 875px;
	text-align: center;
}
#main-content-container {
	width: 670px;
	float: left;
	margin-bottom: 30px;
}
img a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#form1 p {
	text-align: left;
}
#content-narrow {
	padding-right: 75px;
	padding-left: 75px;
}
#logooffer {
	border: none;
}
#contentarea-wide {
	margin: 0px;
	background-color: #FFF;
	padding: 18px 18px 30px;
	border: 1px solid #CCC;
	width: 600px;
}
#contentarea-form {
	margin: 0px;
	background-color: #F0F0F0;
	padding: 25px 5px;
}
#contentarea-wide h2, #home-content-block-1 h2{
	font-size: 18px;
	font-weight: normal;
	display: block;
	letter-spacing: 0.7px;
	color: #333;
	margin: 5px 5px 15px 0px;
	padding: 15px 10px 5px 0px;
	border-bottom: medium dotted #999;
}
#services h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	display: block;
}
#submitquickform {
	font-weight: bold;
	color: #FFF;
	background-image: url(images/red-service-heading-bg.png);
	width: 100px;
	margin-top: 5px;
	cursor: default;
	padding: 5px 5px 5px 30px;
	height: 30px;
	text-align: left;
	border: 1px solid #900;
}
.home-title-tagline {
	font-size: 13px;
	font-weight: normal;
	color: #666;
}
#contact-side-form-head h3 {
	margin: 0px;
}

.minimise-text-spacing {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#request-callback-heading {
	background-image: url(images/red-service-heading-bg.png);
}
#services li:hover {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #EE4023;
}
.serviceheading a {
	font-size: 16px;
	color: #FFF;
}
h1 .serviceheading a {
	color: #FFF;
	font-size: 24px;
}
#services h1 a {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	display: block;
}
#contentarea-wide p.para-pad {
	font-size: 12px;
	color: #666;
	margin: 0px 0px 10px;
	padding: 5px 25px;
}
#contentarea-wide p.para-pad-image {
	font-size: 12px;
	color: #666;
	margin: 0px 0px 10px;
	padding: 5px 25px;
	display: block;
	width: 300px;
}
.thank-you-text {
	margin: 50px;
}
#mainmav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainmav li {
	display: inline;
	color: #CCC;
}
.bold-text-off {
	font-weight: normal;
}
.portfolio-img {
	background: #FFF;
	border: thin solid #CCC;
	display: block;
	margin: 15px auto 0px 0px;
	padding: 10px 10px 30px;
}
.main-page-quote-button {
	display: block;
	width: 250px;
	margin: 12px auto 10px 30px;
}
#contentarea-wide h4 {
	padding-left: 25px;
}
#home-content-block-1 {
	height: 445px;
	float: left;
	width: 898px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 25px;
}
.content-column-1 {
	float: left;
	height: 410px;
	width: 285px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}
.content-box-1 {
	padding: 10px 10px 0px 0px;
	clear: both;
	height: 95px;
}
#online-content-box {
	padding-left: 0px;
	border-right: 1px dotted #999;
	border-top: 1px solid #CCC;
}
#online-content-box a {color: #EC5F00;}
#web-content-box {
	border-right: 1px dotted #999;
	border-top: 1px solid #CCC;
}
#web-content-box a {color: #690;}
#graphic-content-box {
	padding-right: 0px;
	border-top: 1px solid #CCC;
}
#graphic-content-box a {color: #0065A8;}
#online-content-box a:hover, #web-content-box a:hover, #graphic-content-box a:hover {
	text-decoration: underline;
}

.content-box-2 {
	height: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#online-list a:hover, #web-list a:hover, #graphic-list a:hover {
	text-decoration: underline;
}

.submit-button {
	background: #CD2508 url(images/red-service-heading-bg.png);
	font-weight: bold;
	color: #FFF;
	padding: 5px 20px;
	border: 1px solid #600;
}
#budget {
	padding: 2px;
	margin-top: 10px;
	border: 1px dotted #CCC;
}
.social-icon {
	padding: 10px;
}
#social-media-block {
}
#social-media-block p {
	margin: 0px;
	padding: 0px;
}
#mainmav ul li a {
	display: inline-block;
	border-bottom: thick solid #000;
	padding-top: 3px;
	padding-bottom: 5px;
}
#mainmav ul li a:hover {
	display: inline-block;
	border-bottom: 3px solid #666;
	padding-bottom: 5px;
	background: #e05b05;
	padding-top: 3px;
}
#form2 p {
text-align:left
}

#form2 {
background-color:#F0F0F0;
margin-right:1px
}

#contentarea ol li {
line-height:16px
}

#services h1 a:hover {
color:#000
}

.also-internet-marketing {
font-size:10px;
color:#616161;
font-weight:400;
margin:0;
padding:0
}

#Image25 {
margin:15px 0 0
}

.engine-diagram {
border:thin solid #999
}

#contact-us-form h2 {
margin-bottom:7px
}

#form2 #contact-us-form p {
line-height:15px;
padding-right:0;
padding-bottom:0;
padding-left:0
} 
.content-box-2  li {
	height: 15px;
	display: block;
}
.page-headline {
	display: block;
}

.content-box-2-left {
	width: 500px;
	float: left;
	clear: both;
}
.content-box-2-right {
	float: left;
	width: 300px;
	clear: both;
}
.clear {
	clear: both;
	display: block;
}

table#logo-price-table {
	padding:0;
	margin:0 0 25px;
	border-collapse:collapse;
}
table#logo-price-table th img { margin-top:145px;} /* sign up button */

table#logo-price-table th.heading { width: 150px ;}
table#logo-price-table th.logo-basic{ background: url(images/logo-table/logo-table-basic.png) no-repeat; width:130px; height:200px; }
table#logo-price-table th.logo-starter { background: url(images/logo-table/logo-table-starter.png) no-repeat; width:130px; height:200px; }
table#logo-price-table th.logo-business { background: url(images/logo-table/logo-table-business.png) no-repeat; width:150px; height:200px; }
table#logo-price-table th.logo-premium { background: url(images/logo-table/logo-table-premium.png) no-repeat; width:130px; height:200px; }
table#logo-price-table th.logo-corporate { background: url(images/logo-table/logo-table-corporate.png) no-repeat; width:130px; height:200px; }

table#logo-price-table th,table#logo-price-table td  {
	border-right: 1px solid #F0F0F0;
	text-align:center;
}
table#logo-price-table td{ padding:10px;}

table#logo-price-table .even td { background: #e6e6e6;}

table#logo-price-table .odd .table-col-0 {
	background: #F1E8E8;
}
table#logo-price-table .odd .table-col-1 {
	background: #DFEAF2;
}
table#logo-price-table .odd .table-col-2 {
	background: #D7D9DA;
}
table#logo-price-table .odd .table-col-3 {
	background: #DBE8CA;
}
table#logo-price-table .odd .table-col-4 {
	background: #E2DEEA;
}

table#logo-price-table .even .table-col-0 { background: #eecccc; }
table#logo-price-table .even .table-col-1 { background: #ccdddd; }
table#logo-price-table .even .table-col-2 {
	background: #C4C4C4;
}
table#logo-price-table .even .table-col-3 { background: #ccddc1;  }
table#logo-price-table .even .table-col-4 {
	background: #d8c2de;
}
#contentarea-wide h2 {
	font: 22px Arial, Helvetica, sans-serif;
}


#errorExplanation { padding: 5px 10px 5px 60px; background: #FCF7DC url('../images/icons/warning32.png') 2% 50% no-repeat; margin-bottom: 25px; }
#errorExplanation h3 { margin-top: 5px !important; }
#errorExplanation p { margin-bottom: 5px !important; }
.centre-block {
	text-align: center;
	display: block;
	padding: 20px 10px 45px;
	margin-left: 140px;
}


#contentarea .centre-block h1 {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 26px;
	font-weight: bold;
}
#contentarea .centre-block h2 {
	color: #666;
	font-weight: normal;
	padding-top: 5px;
}
#logo-price-table .table-h2 td h2 {
	text-align: left;
	color: #666;
	font-weight: normal;
}

#logo-price-table .table-h2 td h2 {height:35;}
#content-area-container #footer #social-media-block p {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#main-header-container h1, h2 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
	

#home-content-block-1 h2 {
	font: 24px "Arial Narrow", Arial, Verdana, "Times New Roman";
	color: #333;
}

#request-callback-heading h4 {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
}

#home-content-block-1 h3 {
	color: #666;
}
.home-h3-border {
	border-bottom: 3px dotted #e4e4e4;
	padding-bottom: 5px;
	font: 24px "Arial Narrow", Arial, Verdana, "Times New Roman";
	list-style: disc inside;
	color: #000;
}
#home-content-block-1 li {
	list-style: square inside;
	padding-left: 5px;
	margin-left: 5px;
}
#pagetag h2 {
	font-size: 10px;
	color: #999;
}
.copyright {
	font-size: 9px;
}
.home-button-spacing {
	margin-bottom: 25px;
}
#online-content-box h2 {
	color: #F60;
}
#web-content-box h2 {
	color: #390;
}
#graphic-content-box h2 {
	color: #069;
}
