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

/*
==================================================
general
==================================================
*/

body {
	background:url(../layout/am_background.png);
	font-family: Futura, Verdana, Myriad Pro, Arial, Helvetica Neue, Helvetica, sans-serif ;
	background-color:#204f60;
	background-repeat: repeat-x;
	font-size:.9em;
	color:#000;
	}
	
/*
==================================================
 containers
==================================================
*/

#container {
	position:absolute;
	left: 50%;
	margin-left:-475px;
	width:950px;
	height:auto;
	background-repeat:no-repeat;
	top:0px;
	}

/*
==================================================
header
==================================================
*/	
	
#intro {
	position:absolute;
	top:90px;
	width:800px;
	left:75px;
	height: 50px;
	z-index:13;
	text-align:center;
	}
	
#logo {
	position:absolute;
	float:left;
	width:250px;
	height:75px;
	left:0px;
	top:5px;
	z-index: 10;
	}
	
#logo span {
	display:none;
	}

#top_nav{
	height:auto;
	position:relative;
	height:250px;
	background-image:url(../layout/am_top.png);
	z-index:1;
	}

#toplinks {
	position:absolute;
	left:230px;
	top:58px;
	width:600px;
	height:auto;
	z-index:20;
	font-weight: lighter;
	/*color:#801230;*/color:#811331;
	text-align:center;
	letter-spacing: .04em;
	font-size: .8em;
	font-family: Futura Std, Futura, Helvetica, Arial, Sans-serif;
	visibility: visible;
	}

#content_top {
	position:absolute;
	width:950px;
	height: auto;
	top:0px;
	z-index: -30;
	}

#main_holder {
	position:absolute;
	width:950px;
	top: 75px;
	z-index:1;
	}

/*
==================================================
page header
==================================================
*/	

#header1 {
	position:relative;
	left:20px;
	top:40px;
	width:300px;
	height: 100px;
	z-index:55;
	float:left;
	text-align:left;
	}
		
#header2 {
	position:relative;
	top:40px;
	width:350px;
	left:150px;
	height: 100px;
	z-index:30;
	float:left;
	text-align: center;
	}
	
 .header_right {
	height:75px;
	background:url(../layout/on_sale.png); background-repeat:no-repeat; background-position:center;
}

 .header_left {
	height:75px;
	background:url(../layout/new_items.png); background-repeat:no-repeat; background-position:center;
}

.header_left span, .header_right span{
	display:none;
}
	
/*
==================================================
bottom 
==================================================
*/	

#bottom {
	position:relative;
	width:950px;
	left: 50%;
	margin-left: -699px;
	background-image:url(../layout/am_bottom.png); 
	height:50px;
	z-index:0;
	float:left;	
	text-align:center;
	visibility:inherit;
	top:50px;
	}

#bottom_home {
	position:relative;
	width:950px;
	left: 50%;
	margin-left: -699px;
	background-image:url(../layout/am_bottom.png); 
	height:50px;
	z-index:0;
	float:left;	
	text-align:center;
	visibility:inherit;
	top:50px;
	}

#bottom_links{
	position:relative;
	top:10px;
	font-family:Futura Std, Futura, Helvetica, Arial, Sans-serif;
	line-height: 14px;
	letter-spacing: .15em;
	font-size: .9em;
	}


/*
==================================================
main content area
==================================================
*/	

#leftside {
	position:absolute;
	top: 250px;
	left:50px;
	width:300px;
	height:auto;
	float:left;
	z-index:3;
	font-size:.7em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#999;
	padding-right:20px;
	}

#rightside{
	position:absolute;
	top:250px;
	left:0px;
	width:950px;
	height:auto;
	font-size:.7em;
	z-index:1;
	float:right;
	background-image:url(../layout/am_middle.png);
	margin-bottom:30px;
	}

#table_content_right {
	position:relative;
	height:auto;
	float:right;
	z-index:10;
	}
	
 #bottom_middle {
	position:relative;
	width:950px;
	left: 50%;
	margin-left: -475px;
	background-image:url(../layout/am_bottom.png); 
	height:50px;
	z-index:0;
	clear:both;
	float:left;	
	text-align:center;
	visibility:inherit;
	top:50px;
	}
	
#middle {
	position:relative;
	top:-75px;
	height: auto;
	z-index:5;
	font-size: 1em;
	padding-bottom:25px;
	}
	
#header_middle {
	position:absolute;
	top:50px;
	width:900px;
	left:25px;
	height: 50px;
	z-index:5;
	}
	
/*
==================================================
header styles
==================================================
*/

h1	{
	font-family:Futura, Verdana, Helvetica, Arial;
	text-transform:uppercase;
	line-height:.1em;
	font-size:1.4em;
	}
	
h2 {
	font-size:3em;
	color:#2d6272;
	font-variant:normal;
	font-weight:normal;
	margin-top:10px;
	}
	
h3   {
	color:#eee;	
	font-size:1.2em;
	font-weight:normal;
	}

h5 {
	color:#fff;
	font-size:.7em;
	font-weight:normal;
	text-align:left;
	}
	
/*
==================================================
links
==================================================
*/	

a {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
	}

a:hover {
	text-decoration: underline;
	color:#fff;
	}
	
.hover {
	color: #FFF;
	}
	
#rightside a:hover {
	color:#811331;
	text-decoration: underline;
	}
	
#toplinks a, a:hover{
	color:#811331;
	}
	
#bottom_links a:hover {
	color:#fff;	
}

#slideshow a:hover {
	color:#fff;	
	}
#leftside a:hover {
color:#FFF;	
}