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

body	{font-family:Arial, Helvetica, sans-serif; background-color: #fafafa; margin:0px;}


a:link	{color:#990000; text-decoration:none;}

a:visited	{color:#990000;}

a:hover	{color:#000;}

a:active	{color: #F00;}




.redBold	{ color:#990000; font-weight:bold; background: none;}

.bold	{ color:#000000; font-weight:bold;}

p 	{ font-family:Arial, Helvetica, sans-serif;}

h3	{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#FF3300; font-style:italic;}

#all	{ width:800px; margin:auto;}

#header	{
	background-image: url(images/aureol_logo.gif);
	height:120px;
	background-repeat: no-repeat;
	background-position: center top; background-color:#fff;
}

#contacts	{
	height:55px; padding-top:10px;padding-bottom:10px;  text-align:center;  background-color:#fff;
	margin-bottom:10px; border-bottom:#f1f1f1 solid 1px;
}

#content	{ min-height:400px;}

#left	{
	width:500px;margin-top:10px; float:left;
}

#left	p	{ line-height:28px;}

#right	{
	zheight:120px;margin-top:10px; width:300px;float: right; text-align:center; background-color:#f1f1f1; padding-top:20px;

}

.product	{ width: 250px; margin:auto; font-weight:bold; margin-bottom:10px;background-color:#ffffff; padding-top:10px; padding-bottom:10px;
}

#side		{ margin-top:150px;}

#footer	{
	zheight:120px; padding-top:10px;padding-bottom:10px;  text-align:center;  	margin-bottom:10px; border-top:#f1f1f1 solid 1px; clear:both;
}