/************************************************************************

	Title:		SEO Pixel 
	
	Site:		Design Pixel Studio		(www.designpixelstudio.com)

	Author:		Design Pixel Studio		[contact@designpixelstudio.com]  
	
© 2009 by SEO Pixel and Design Pixel Studio. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic, mechanical, photocopying, or otherwise, without prior written permission of SEO Pixel and/or Design Pixel Studio.
	
************************************************************************/


/* Body-Container
----------------------------------------------- */


body  {
	margin: 0;
	padding: 20px;
	text-align: center; /* Centers the container in IE 5* browsers. Text is set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/blueBG_city.jpg);
	background-repeat: repeat-x;
	
}
.seoPixel #container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* Overrides the text-align: center on the body element. */
	background-image: url(../images/bg_850.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
} 

img { border: none }


/* Header
----------------------------------------------- */
.logo {
	position: absolute;
	left: 30px;
	width: 220px;
	top: 10px;
}

.seoPixel #header {
	position:relative;
	height:247px;
	width:850px;
	background-image: url(../images/seo_header_850.jpg);
	background-repeat: no-repeat;
}

 .seoPixel #headerContact {
	position:relative;
	height:247px;
	width:850px;
	background-image: url(../images/contact-index_city_850.jpg);
	background-repeat: no-repeat;
} 

 .seoPixel #headerSocialmedia {
	position:relative;
	height:247px;
	width:850px;
	background-image: url(../images/social-media-index_850.jpg);
	background-repeat: no-repeat;
} 


.seoPixel #headerSEM {
	position:relative;
	height:247px;
	width:850px;
	background-image: url(../images/sem-index-850.jpg);
	background-repeat: no-repeat;
} 

.seoPixel #headerSearch {
	position:relative;
	height:247px;
	width:850px;
	background-image: url(../images/search-analytics_850.jpg);
	background-repeat: no-repeat;
}

.seoPixel #headerWebDesign {
	position:relative;
	height:247px;
	width:850px;
	background-image: url(../images/web-graphic-design-850.jpg);
	background-repeat: no-repeat;
}

.seoPixel #headerServices {
	position:relative;
	height:247px;
	width:850px;
	background-image: url(../images/seo-services-header.jpg);
	background-repeat: no-repeat;
} 

 .seoPixel #headerLinking {
	position:relative;
	height:247px;
	width:850px;
	background-image: url(../images/linking-city.jpg);
	background-repeat: no-repeat;
} 

.seoPixel #headerNavigation{
	text-align:left;
	padding-top: 20px;
	padding-left: 44px;
}

#navigationText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#666666;
	word-spacing: 8px;
	margin-left: 360px;
	width: 400px;
}

#navigationText a{
	color: #666666;
	text-decoration: none;	
}

#navigationText a:hover{
	color: #000000;
} 

#navigationText2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color:#FFFFFF;
	margin-top: -18px;
	margin-left: 235px;
	width: 70px;
}

#navigationText2 a{
	color: #FFFFFF;
	text-decoration: none;	
}

#navigationText2 a:hover{
	color: #000000;
} 


.seoPixel #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 */
}


/* Sidebar
----------------------------------------------- */

.seoPixel #sidebar1 {
	float: right; /* since this element is floated, a width is given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; 
	padding: 15px 10px;
	position: relative;
	left: -20px;
	top: 10px;
}

/* Content Boxes
----------------------------------------------- */

.seoPixel #mainContent-Button {
	margin-top: 1px;
	margin-right: 250px;
	padding-top: 1px;
	padding-right: 20px;
	padding-left: 10px;
	position: relative;
	left: 10px;
	width: 535px;
	background-color: #FFFFFF;
} 
.seoPixel #mainContent {
	margin-top: 10px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	left: 10px;
	width: 535px;
	background-color: #EBEBEB;
} 

.seoPixel #content {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	left: 10px;
	width: 535px;
	background-repeat: repeat-x;
	border: 1px solid #EBEBEB;
} 

.seoPixel #content2 {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	left: 10px;
	width: 535px;
	background-repeat: repeat-x;
} 

/* Box Containers
----------------------------------------------- */

#box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	width: 186px;
	left: 83px;
	top: 339px;
	font-weight: bold;
}

#box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	width: 186px;
	left: 288px;
	top: 339px;
	font-weight: bold;
}

#contactBox {
	position: absolute;
	left: 140px;
	top: 64px;
	width: 190px;
}

/* Float
----------------------------------------------- */
	
}
.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;
}

/* SignIn Box-PNG Images not used (IE problems) but add image (ex. #nav-seo span) to reinstate
------------------------------------------------------------------------------------------------- */
#signIn{
	position:absolute;
	height:28px;
	width:83px;
	left: 736px;
	top: 57px;
}

#signinText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width:auto;
}

#signinText a{
	color: #999999;
	display: block;
	text-decoration: none;
}

#signinText a:hover{
	color: #666666;
}

/* Rollover Navigation
----------------------------------------------- */
#nav {
	position: relative;
	left: 411px;
	bottom: 11px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 14px;
	font-weight: bold;
	width: 355px;
	top: 120px;
}
#nav li {
	background: none;
	float: left;
	padding: 0;
	width: 114px;
	text-align: center;
}
#nav a, #nav a:visited {
	text-decoration: none;
	color: #666666;
}
#nav a:hover {
	color:#999999;
}
#nav span {
	display: none;
	position: absolute;
}
#nav a:hover span {
	display: block;
}

#nav-seo span {
	width: 141px;
	height: 58px;
	top: -10px;
	left: 25px;	
}

#nav-sem span {
	width: 144px;
	height: 58px;
	top: -10px;
	left: 140px;	
}

#nav-social span {
	width: 141px;
	height: 59px;
	top: -10px;
	left: 255px;	
}


/* Fonts
----------------------------------------------- */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}

p a {
	color: #666666;
	text-decoration: underline;	
}

p a:hover {
	color: #FFFFFF;
	background-color: #6699AA;
}


.ptext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

.white {color: #FFFFFF}

.white19 {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
}

.white16 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.whiteText {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	position: absolute;
	left: 337px;
	top: -300px;
	width: 161px;
	height: 125px;
	font-size: 25px;
	font-weight: bolder;
}

.grey {color: #999999}

.grey13 {
	color: #999999;
   	font-size: 13px;
}

.grey18 {
	color: #999999;
	font-size: 18px;
}

.dkGrey {color: #666666}

.dkgrey18 {
	color: #666666;
	font-size: 18px;
}

.dkgrey13 {
	color: #666666;
	font-size: 13px;
}

.dkgrey13 a {
	color: #666666;
	text-decoration: none;	
}

.dkgrey13 a:hover {
	color: #FFFFFF;
	background-color: #6699AA;
}

.black {color: #000000}

.turquoise {color: #6699AA}

.turquoise18 {
	color: #6699AA;
	font-size: 18px;
}

.blue  {color: #B5CCDA}

.font12 {
	font-size: 12px;
	color: #666666;
}

.font12 a {
	color: #666666;
	text-decoration: none;	
}

.font12 a:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #000000;
}

.left-text {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.left-text a{
	color: #666666;
}

.left-text a:hover{
	color: #6CBDEC;
}

.orange {
	color: #FF9900;
}



/* Breadcrumb Navigation
----------------------------------------------- */

.breadcrumb {
	font-size: 14px;
	color: #6699AA;
	position: relative;
	font-weight: bold;
	margin: 5px;
}

.breadcrumb a{
	color: #6699AA;
	text-decoration:none;
}

.breadcrumb a:hover{
	color: #999999;
	text-decoration:none;
}

/* Icon Boxes-Left Nav
----------------------------------------------- */
#leftNav-Box{
	width:290px;
	float:none;
	position:relative;
}

#side-Newsletter {
	position:relative;
	height: 120px;
}

#sideBox {
	position:relative;
	height: 120px;
	border: 1px solid #EBEBEB;
}

.sideText-Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	left: 60px;
	top: 8px;
	width: 223px;
}

.sideText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	position: absolute;
	left: 60px;
	top: 32px;
	width: 172px;
}

.sideText-Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	left: 9px;
	top: 100px;
	width: 203px;
	border-bottom:thin;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
}

.sideText-Link a, #sideText a:visited {
	text-decoration: none;
	color: #669999;
	
}
.sideText-Link a:hover {
	border-bottom-color: #6ABCEB;
	text-decoration: none;
}

#side-Tagcloud {
	position:relative;
	height: 110px;
	padding-right: 8px;
	padding-left: 5px;
	
}

/* Table
----------------------------------------------- */ 

.blueBg {
	background-color: #A2D8F2;
}

.grayBg {
	background-color: #CCCCCC;
}

/* Footer
----------------------------------------------- */

.seoPixel #footer {
	background-image: url(../images/footer_850.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 850px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
} 

.seoPixel #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 */

}

#footerContainer{
	width:650px;
	text-align:left;
	margin-left:90px;
	margin-right:auto;
	padding-top: 5px;
	padding-left: 20px;
} 

#footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	word-spacing: 4px;
}

#footerText a{
	color: #666666;
	text-decoration: none;
	}

#footerText a:hover{
	color: #669999;
}

/* Print Styles
----------------------------------------------- */ 
 @media print{ 
/*hide the left column when printing*/ 
#sidebar, #sidebar1{display:none;} 
#content, #mainContent, #content2{width:100%; float:none;}
}
.blueBg {
	background-color: #A2D8F2;
}

.grayBg {
	background-color: #CCCCCC;
}