/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*                 styles for acufamily.com landingpage        2010           */
/******************************************************************************/ 
@import url("reset.css");


.basis{
	margin: auto;
	width: 950px;	/* width of basis */

}

.header{
	height: 154px;	/* height of header */
}

.contents
{
}
.leftpanel{
	width: 470px;	/* width of left column */
	float: left;
}

.rightpanel{
	width: 470px;	/* width of right column */
	float: right;
}

.footer{
	width: 950px;	/* width of basis */
	margin: auto;
	height: 50px;	/* height of footer */
}



/*** standard classes ***********************************************************************************************/
.clear{
	clear:both;
	display: block;
}






/*** follow sections can edit *****************************************************************************/
BODY
{
	behavior: url("../homebase/csshover.htc");
	background: #99cc66 url("body-bg.png") repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

A,
A:visited
{
	color: #6ab71f;
	text-decoration: none;
}
A:hover
{
	color: #000000;
}

.basis
{
	background: #ffffff url("basis-bg.png") repeat-x 0px 0px;
	margin-top: 20px;
}

/*** header **************************************************************/
.header
{
	position: relative;
}

/*** contents ************************************************************/
.contents
{
	padding: 0px 0px 0px 0px;
	color: #475f2f;
}


H1
{
	color: #99cc66;
	font-size: 42px;
	font-weight: normal;
	line-height: 42px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	height: 67px;
}


.descr
{	
	font-size: 14px;
	color: #90b16e;
	text-align: center;
	background: url("descr-bg.png") no-repeat 0px 0px;
	padding: 10px 0px 0px 0px;
	line-height: 19px;
}


/*** leftpanel ******************************************************/
.leftpanel{
	width: 470px;
	padding: 8px 0px 20px 5px;
}
.leftpanel .logo IMG
{
	margin-top: 100px;
}



/*** rightpanel ******************************************************/
.rightpanel
{
	width: 470px;
	padding: 8px 5px 20px 0px;
}
.rightpanel .logo IMG
{
	margin-top: 40px;
}



/*** site ******************/
.site
{
	width: 470px;
	height: 568px;
	background: url("site-bg.png") no-repeat;
}
.logo
{
	height: 342px;
	display: block;
	text-align: center;
}
.site H2
{
	margin: 0px 0px 0px 0px;
	color: #434342;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	padding: 0px 0px 20px 25px;
}
.site ADDRESS
{
	color: #87bb54;
	padding: 0px 0px 15px 25px;
}
.site .phone
{
	background: url("icon-phone.png") no-repeat 25px 0px;
	color: #c447c1;
	font-size: 24px;
	padding: 2px 0px 15px 65px;
}
.site P
{
	padding: 0px 25px 0px 25px;
	color: #8c8b8b;
}






