@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

.sansfont
{	
	font: "MS Sans Serif",sans-serif;
	color: #C2C6CC;
	font-size: 14px;
	text-align: center;
}

A:link{
text-decoration:none;
color:#FFFFFF;
}
A:visited{
text-decoration:none;
color:#FFFFFF;}
A:hover{
text-decoration:none;
color:#FFFFFF;
}
A:active{
text-decoration:none;
color:#FFFFFF;
}

h1{
	font-size:10px;
}
	

a img { 
	border: none;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

#menu ul li{display:inline;}

#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}

#menu .homebutton {
	width: 132px;
	height: 45px;
	background: url(http://images.aacstyle.com/images/enter-button.jpg) no-repeat;
	left: 570px;
}

div.container
{
  width: 1014px;
  height: 1065px;
  background-color:#00FF00;
}

div.news
{
  width: 388px;
  height: 430px;
  float: left;
}

div.slideshow
{
  width: 594px;
  height: 257px;
  float: right;
}

div.featuredboxes
{
  width: 293px;
  height: 165px;
  float: right;
}

div.shortcut
{
  width: 1002px;
  height: 137px;
}

div.wholecustom
{
  width: 240px;
  height: 242px;
  float: left;
}

div.featuredproduct
{
  width: 505px;
  height: 242px;
  float: right;
}

div.archive
{
  width: 280px;
  height: 128px;
  float: left;
}

div.submitpic
{
  width: 280px;
  height: 73px;
  float: left;
}

div.testimonials
{
  width: 724px;
  height: 200px;
  float: right;
}
.ctl00_breadcrumbContent {
	display:none;
}
