@charset "UTF-8";
/* CSS Document */


/*********************************** synergystaffing4u.com - main.css *************************************/


/******************************** GLOBAL SETTINGS ********************************/

/**************** ZEROER - start ****************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,input,textarea,label,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin: 0;
	padding: 0;
	border: 0;
	/*font-style: inherit;
	font-size: 100%;
	line-height: 1em;
	font-family: inherit;*/
	text-align: left;
}
/**************** ZEROER - end ****************/

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0; /*it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0;  /*it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #757169;
	background-color: #a7a7a7;
    line-height: 18px;
	background-image: url(img/bkgd.jpg);
	background-repeat: repeat-x;
}

.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;
}


/******************************** HEADINGS and TEXT ********************************/

/******************************** COMMON FORMATTING ********************************/

.container 
{
  width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  /*background: #fff;*/
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  /* border: 1px solid #000000; */
  text-align: left; /* this overrides the text-align: center on the body element. */
  position: relative;
}


/**************** FOR PLACEHOLDER PAGE - start ****************/

#glow
{
	float: left;
	height: 100px;
	width: 960px;
	margin: 0px;
	padding: 0px; /* border-top: 1px solid #c2bbad;*/
	background: url(img/glow.png) no-repeat;
}

.legal
{
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: normal;
  	color: #ccc;
}

#promo-temp
{  /* background: #DDDDDD; */
	float: left;
	width: 960px;
	height: 400px;
	margin: 0px;
	border: 0px;
	/*background: #fff;*/
}

#promo-temp-inner
{
	height: 150px;
	margin: 0px;
	background-image: url(img/coming_soon.png);
	background-repeat: no-repeat;
	background-position: center;
}

.promo-temp-inner-content
{
	height: 150px;
	padding: 0px 0px 0px 423px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	font-weight: normal;
  	color: #ccc;
  	line-height:22px;
}

.promo-temp-inner-content a
{
	color: #ccc;
	text-decoration: none;
}

.promo-temp-inner-content a:hover
{
	color: #CCC;
	text-decoration: underline;
}



#shadow
{
	float: left;
	width: 960px;
	margin: 0px;
	padding: 30px 0px 0px 0px; /* border-top: 1px solid #c2bbad;*/
	background: url(img/shadow.png) no-repeat;
}


/**************** FOR PLACEHOLDER PAGE - end  ****************/


