/**********************************************************
*  Master CSS file for www.macyfair.com		          *
**********************************************************/

img { border : none; }

table {	font-size: 1em;	}

td { vertical-align: top; }

a { color: #7a2504; }
    
html {
	height: 100%;
	margin-bottom: 2px;
    }
    
body {
	background: #eeeef1;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 76%;
    width: 100%;
	margin: 0;
    padding-bottom: 20px;
	text-align: center;
	color: #444444;
    } 
    
/***********************************************************/
form {
	margin: 0;
	}
	
textarea,
select,    
input {
	padding: 0 0 0 3px;
	border: 1px solid #cccccc;	
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1em;
	}
	
h2 {
	font-size: 2em;
	margin: 5px 0 10px 0;
	padding: 0;
	}

h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	}
	
h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}	
	
h6 {
	font-size: 0.8em;	
	margin: 0;
	padding: 0;
	}	

ol,
ul {
	margin: 5px 0 5px 20px;
	padding: 0;
	list-style-position: outside;
	}	
	
li {
	margin: 0;
	padding: 0;
	}	
	
noscript {
	text-align: center;
	font-weight: bold;
	color: #cc0000;
	margin: 20px 0;
	font-size: 1.5em;
	}	

p {
	padding: 0;
	margin: 10px 0;
	}
	
label {
	float:left;
	width: 70px;
	text-align: right;
	padding-right: 3px;
	}	
	
#message {
	color: #cc0000;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	margin: 20px 0 10px 0;
	border: 2px solid #cc0000;
	}	
	
#message br {
	line-height: 0;
	}	
	
.strike {
	text-decoration: line-through;
	font-weight: normal;
	}	
	
.error {
	color: #cc0000;
	}	
	
.divsor {
	padding: 0 20px;
	border-right: 1px dotted #818182;
	}	
	
.right {
	text-align: right;
	}	
	
.spacer {
	clear: both;
	}	
	
.note {
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	color: #7a2504;
	border: 2px solid #7a2504;
	}	 
	
.pink {
	color: #f03192;
	}	 
	
.grey {
	color: #cccccc;
	}	
    
/******* BANNER *******************************************/    
#bannerBox {
	background: #434441 url(../images/banner/borderT.gif) repeat-x bottom;
	color: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	text-transform: uppercase;
	min-width: 1000px;
	}
	
#banner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 10px 0 10px;
	}
	
#logo {
	width: 180px;
	float: left;
	}	
	
#topmenu {
	width: 800px;
	float: left;
	padding: 0 0 10px 0;
	}

#mainsubmenu {
	font-size: 0.9em;
	text-align: right;
	}
	
#mainsubmenu {
	padding: 0;
	margin: 0;
	}	
	
#banner ul {
	list-style: none;
	margin: 0; 
	padding:0;
	}
	
#banner li {
	display: inline;
	padding: 0 10px;
	font-size: 1em;
	margin: 0;
	}
	
#banner #mainsubmenu li {
	padding: 0 5px;
	}
	
#maintopmenu li {
	border-right: 1px dotted #949794;
	}	
		
#banner #cartmini {
	border: none;
	font-size: 0.9em;
	padding-left: 25px;
	}	
	
#banner a {
	text-decoration: none;
	color: #ffffff;
	}
	
#welcome {
	margin: 0;
	margin-left: 20px;
	text-transform: none;
	font-weight: bold;
	}	  
	
/******* FOOTER *******************************************/ 	
#footerBox {
	background: #434441 url(../images/banner/borderB.gif) repeat-x;
	color: #ffffff;
	padding-top: 2px;
	font-size: 0.9em;
	min-width: 1000px;
	}
	
#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 3px 10px 3px 10px;
	text-align: center;
	}
	
#footer ul {
	list-style: none;
	margin-bottom: 2px;
	}
	
#footer li {
	display: inline;
	border-right: 1px dotted #949794;
	padding: 0 10px;
	}
	
#footer a {
	text-decoration: none;
	color: #ffffff;
	}
    
/******* SIDE MENU ******************************************/  	
#catMenu {
	width: 180px;
	float: left;
	overflow: hidden;
	}
	
#catMenu ul {
	background: #d4d2d2;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #434441;
	text-decoration: none;	
	}
	
#catMenu .level0 {
	background: #60615e;
	color: #ffffff;
	text-align: center;
	padding: 4px 3px;
	font-size: 1.1em;
	font-weight: bold;
	}	
	
#catMenu .level1 {
	margin: 1px 0;
	padding: 4px 15px;
	font-size: 1.1em;	
	}
	
#catMenu .level2 {
	padding: 4px 30px;
	}	
	
#catMenu .level3 {
	padding: 4px 45px;
	}
	
#catMenu .level4 {
	padding: 4px 60px;
	}
	
#catMenu li {
	padding: 4px 20px;
	border-bottom: 1px solid #e9e9eb;
	}	
	
#catMenu ul a {
	color: #434441;
	text-decoration: none;
	}
	
#catMenu ul a:hover {
	color: #9d2e02;
	}
	
#catMenu .highlight {
	background: #7a2504;
	padding: 0;
	color: #ffffff;
	}

#catMenu .highlight a:hover,
#catMenu .highlight a {
	color: #ffffff;
	}	

#catMenu .level0 a:hover,
#catMenu .level0 a {
	color: #ffffff;
	text-decoration: none;
	}	

/******* CALLOUT ******************************************/
#callout {
	width: 260px;
	float: right;	
	}
	
.calloutBox h4 {
	background: #60615e url(../images/cornerR.gif) right top no-repeat;
	border-bottom: 1px solid #60615e;
	padding: 4px 10px;
	margin: 0;
	color: #ffffff;
	text-align: left;
	font-size: 1.2em;
	}	
	
.calloutBody {
	border: 1px solid #cccccc;
	padding: 0;
	margin: 0 0 10px 0;
	}	
	
.calloutBody p {
	clear: both;
	padding: 5px 10px;
	margin: 1px 0;
	}	
	
.calloutBody p input {
	width: 160px;
	float: left;
	margin: 2px 0;
	}	
	
.calloutBody .button {
	margin: 5px 10px;
	}	
	
/******* CONTENT ******************************************/  	
#contentBox {
	background: #e9e9eb url(../images/banner/border.gif) repeat-y;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	}
	
#mainframe {
	padding: 0 5px;	
	margin: 0;
	min-height: 400px;
	}	
	
#scontent {
	float: left;
	padding: 0 20px;
	margin: 0;
	width: 690px;
	}	
	
/******* CONTACT ******************************************/
.contactform {
	background: #cccccc url(../images/misc/stamp.jpg) no-repeat right top;
	padding: 10px;
	margin: 0;
	border: 1px solid #aaaaaa;
	width: 400px;
	}

.contactform textarea, 
.contactform input {
	border: none;
	padding: 2px 3px;
	margin: 0;
	font-size: 1em;
	} 	
	
.contactform input {
	width: 150px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #444444;
	margin: 0 0 5px 0;	
	}	
	
.contactform label {
	padding: 0 0 0 3px;
	margin: 0;
	font-weight: bold;
	text-align: left;
	}	
	
.contactform .button {
	border: 1px solid #ffffff;
	background-color: #444444;
	color: #ffffff;
	margin-top: 10px;
	width: 155px;
	}	
	
/******* FORM *********************************************/
#form {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	} 	
	
#form #container {
	width: 650px;
	float: left;
	padding: 0 10px;
	overflow: hidden;
	}	
	
#form #container .ident {
	padding-left: 13em;
	}
	
#form .fieldset {
    border: 1px solid #eeeeee;    
    }
    
#form h2 {
	padding: 10px 12px 5px 12px;
	margin: 0;
	}    
    
#form h4 {
    padding: 1px 10px;
    margin: 1px;
    background-color: #6d1d09;
    font-weight: bold;
    font-size: 1em;	
    color: #ffffff;
	} 
	
#form h4 a {
	color: #ffffff;
	}
	
#form p {
	background-color: #dddde2;
	margin: 1px;
	padding: 4px;
	}
	
#form label {
	float: left;
	display: block;	
	padding-right: 10px;	
	width: 12em;
	text-align: right;	
}

#form .ident {
	padding-left: 12em;
	}
	
#form .highlight label {
	color: #cc0000;
	}	
	
#form .highlight textarea,
#form .highlight input,
#form .highlight select {
	border: 1px solid #cc0000;
	}	
	
#form option {
	padding-left: 3px;
	}
	
#form textarea,	
#form input,
#form select {
	width: 300px;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1em;	
	}	
	
#form .checkbox {
	width: 2em;
	border: none;
	}	
	
#form .buttons {
	text-align: center;
	margin-top: 20px;
	}	
	
#form .buttons input {
	width: 8em;
	margin: 0 20px;
	cursor: hand;
	text-align: center;
	}		

/***** SITEMAP *********************************************/
#sitemap ul {
	list-style: none;
	}	
