@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; 
	margin-bottom:10px; 
}

#content	{ min-height:300px;}

#left	{
	width:800px;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;

}
#right-product	{
	zheight:120px;margin-top:40px; width:300px;float: right; text-align:left; background-color:#fafafa; padding-top:20px;

}

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

.one-image-table {
  background-color:#ffffff;
  margin:auto;
  width:50%;
  margin-bottom:30px;
}

.two-image-table {
  background-color:#ffffff;
  margin:auto;
  width:66%;
  margin-bottom:30px;
}
.two-image-table-wide {
  background-color:#ffffff;
  margin:auto;
  width:100%;
  margin-bottom:30px;
}
.three-image-table {
  background-color:#ffffff;
  margin:auto;
  width:100%;
  margin-bottom:30px;
}

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

.product-main img {margin:auto; padding-left: 20px; padding-right: 20px;}

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

.center {
  margin: auto;
  width: 80%;
}