/* CSS Document */
a, a:visited{
color:#993300;
}
a:hover{
color:#000000;
}

body{
	background-color:#ab9180;
	margin-top: 2px;
}
.menu {
width:750px; 
font-size:0.85em;
position:relative;
z-index:100;
font-family: verdana, arial, sans-serif;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level TOP BAR */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:140px; /* KF: from 139px to 140px to extend nav left to right */ 
height:30px; 
border:1px solid #fff; 
border-width:0px 0px 1px 0px; 
background:#758279; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* my hack to get the menus the right color */
.menu ul li a.menu1, .menu ul li a.menu1:visited {background-color:#5F473B; font-weight:bold;}
.menu ul li a.menu1:hover {background-color:#87756C; font-weight:bold;}

.menu ul li a.menu2, .menu ul li a.menu2:visited {background-color:#BFB1C9; color:#333333; font-weight:bold;}
.menu ul li a.menu2:hover {background-color:#CFC5D7; font-weight:bold;}

.menu ul li a.menu3, .menu ul li a.menu3:visited {background-color:#594B64; font-weight:bold;}
.menu ul li a.menu3:hover {background-color:#83788B; font-weight:bold;}

.menu ul li a.menu4, .menu ul li a.menu4:visited {background-color:#C9B8A2; color:#333333; font-weight:bold;}
.menu ul li a.menu4:hover {background-color:#D7CAB9;}

.menu ul li a.menu5, .menu ul li a.menu5:visited {background-color:#1E0A0C; font-weight:bold;}
.menu ul li a.menu5:hover {background-color:#564749; font-weight:bold;}

.container{
	background-color:#FFFFFF;
	border-color:#ffffff;
	text-align: center;
	margin-left: auto;
   	margin-right: auto;
	border: 1px solid #6f633c;
}
.mainContent{
	text-align: left;
	padding-left: 20px;
   	padding-right: 20px;
	padding-top: 20px;
   	padding-bottom: 20px;
}
.mainContent p{
	font-size:11px;
	line-height: 135%;
	font-family: verdana, arial, sans-serif;
	color:#4c3e34;
}
.mainContent ul,li{
	font-size:11px;
	line-height: 135%;
	font-family: verdana, arial, sans-serif;
	color:#4c3e34;
}
h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #6E5E7A;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #4c3e34;
	margin-top: 25px;
}
.footer{
	background-color:#5F473B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2F0E5;
	text-align: right;
	padding: 6px;
}
.footer a, .footer a:visited {
	color:#F2F0E5;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:none;
	color:#CC9966;
}
.header a, .header a:visited {
	color:#F2F0E5;
	text-decoration:none;
}
.header a:hover {
	text-decoration:none;
	color:#DBDAC8;
}
#header{
	text-align: left;
	vertical-align: top;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
	padding: 8px;
}

#banner {
	background-image: url(amiasProject_header.jpg);
	height: 99px;
	width: 750px;
	background-position: left top;
	background-repeat: no-repeat;
	display: table;
	text-align: left;
}
/*footer stuff*/
#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c3e34;
}
#storeContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c3e34;
	text-align: left;
	line-height: 135%;
}
#storeContent h1{
	margin-bottom:10;
	
	color: #6E5E7A;
	margin-right: 5px;
}
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F473B;
	text-align: center;
	display: block;
}
.rightPadding {
	padding-right: 30px;
	text-align: justify;
	padding-top: 0px;
	vertical-align: top;
}
.signupBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	width: 125px;
	vertical-align: middle;
	border: 1px solid #EEF0F0;
}
/*------------------------------------------------
styles for home page categories  */
.categoryBorder {
	background-color: #D5CFD3;
	height: 2px;
	width: 730px;
	margin: 10px;
}
#categoryFooter{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;	
}
#categoryFooter img{
	 border:0;
}
#categoryFooter p{
	 padding:0;
	 margin:0;
}
#categoryFooter td{
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	vertical-align: top;
	height: 100px;
	width: 81px;
}

.indexTextLeft {
	font-size: 0.7em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	vertical-align: top;
	padding: 5px;
}
#promoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #663300;
}
#promoTable td {
	height: 120px;
	width:250px;
	
	
}

#promoTable p {
	
	text-align: left;
	padding-left:10px;
	padding-right:10px;
}
#promoTable p img {
	float: right;
	border:none;
	padding-left:10px;
}
.promoArea1{
	vertical-align: top;
	border-right: thin solid #CCCCCC;

	
	
}

.promoArea2{
	vertical-align: top;
	border-right: thin solid #CCCCCC;

	
	
}
.promoArea3{
	border:none;
}
