﻿body {
	background-color: #525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	background-image:url(graphics/adelessuperstore%20header.jpg);
	margin-bottom: 6px;
	}
a:link {
	COLOR: #FFFF00;
}
a:visited {
COLOR: #FFFF00;
}
a:hover {
COLOR: #FFFF00;
}
a:active {
COLOR: #FFFF00;
}
	
#menu {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	margin-bottom: 6px;
	text-align: center;
	padding-top:4px;
	}	
#menucontent {
	text-align: center;
	}
#menucontent a {
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
	margin-top: 3px;
	font-weight: bold;
	}
#menucontent a:hover {
	color:#333333;
	text-decoration:none;
	}
.blackselected {
	color: #000000;
	}
#contentfull {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 0px;
	background-color:#253167;
	color:#FFFFFF;
	text-align: center;
	}
.contentinner {
	padding: 7px;
}

.contentinner_rss {
	padding: 7px;
}
.contentinner_rss  a {
	font-size:16px;
}

.contentinner_rss  p {
	font-size:14px;
}
.contentinner_rss  {
	font-size:12px;
}


#footer {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	font-weight: bold;
	color:white;
	text-align: right;
	}
#footer a {
	}

div.clear {
	clear:both;
}
#menu table tr td #menucontent a {
	color: #333;
}
.fpblue {
	color: #d4a017;
}
.image {
	padding-right: 10px;
	padding-left: 10px;
}
.navspacer{
	width:800px;
	height:6px;
	background-color:#253167;
	margin-right: auto;
	margin-left: auto;
}

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 750px;
	padding: 0px 0px 6px 50px;
	background-color:#253167;
	border-width: 1px 0;
	margin-right: auto;
	margin-left: auto;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
	width: 800px;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('graphics/aeroleftblack.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 25px; /*spacing between buttons*/
margin-left: 25px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: #d4a017; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('graphics/aerorightblack.gif') no-repeat top right;
display: block;
padding: 4px 6px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('graphics/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('graphics/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #949494) );
	background:-moz-linear-gradient( center top, #000000 5%, #949494 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#949494');
	background-color:#000000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#d49f17;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #949494), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #949494 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#949494', endColorstr='#000000');
	background-color:#949494;
}.myButton:active {
	position:relative;
	top:1px;
}

