/*/*/
/* Rev. White Site Styles - Copyright 2006 /*

/** Useful Shortcuts:
*	font: font-style  font-variant  font-weight  font-size / line-height  font-family
*	background:  background-color  background-image  background-repeat  background-attachment  background-position 
*	border: border-width  border-style  border-color 
*	margin: top right bottom left 
*	padding: top right bottom left
***/

body {
	background: #343434;
	margin: 0;
	font: normal .75em/1.3em Arial, Helvetica, sans-serif;
	color: #444;
}

h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}

h1 {
	font-size: 120%;
	color: #CFB53B;
	margin: 0 0 .5em 0;
	}
	h2 {
	color: #999;
	font-size: 120%;
	margin: 0 0 1em 0;
	}
	h3 {
	color: #999;
	font-size: 110%;
	margin: 0 0 1em 0;
}

p {
	margin: 0 0 1.5em 0; 
	padding: 0;
}

.clearing {clear: both;}

a:link {color: #CFB53B; text-decoration: none;  }
a:visited {color: #AAA; }
a:hover, a:active {text-decoration: underline; }


#page, #page2 {
	background: #FFF;
	border: 2px solid #CCC;
	width: 645px;
	margin: 30px auto;
	z-index: 0;
}
#brand {
	width: 641px;
	}
	#brand p.title {
	display: block; 
	width: 235px; 
	height: 24px;
	background: url(images/revAtuWhite.gif) no-repeat left top;
	margin: 14px 0 0 13px;
	text-indent: -4000px; 
	}
	#brand p.place {
	display: block; 
	width: 154px; 
	height: 16px;
	background: url(images/boston-ma.gif) no-repeat left top;
	margin: 0px 0 0 13px;
	text-indent: -4000px; 
}
#banner {
	margin: 0 0 0 -3px;
	position: absolute;
	top: 88px;
	height: 192px;
	width: 650px;
	background: #000 url(images/bstn2.jpg);
	}
	#banner img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#content {
	margin-top: 192px;
	padding: 1.5em 1.5em 1.5em 1em; 
	}
	#content .left {width: 335px; float: left;}
	#content .right {width: 260px; float: right;
}

#page .right {
	height: 17em; 
	overflow: auto; 
	margin-bottom: 1em;
}
#page #content .right {font-size: 90%; }

/************* SUB PAGES **********************/
#page2 #content #pageFrame .right {font-size: 100%;} /*Store Style*/
#page2 #brand {border-bottom: 1px solid #E0E0E0;}
#page2 #content {margin-top: 1em;}
#page2 #content .left {width: 160px; float: left;}
#page2 #content .right {width: 435px; float: right;}
#page2  #content .contact {margin-left: 8px;}




/*************** FOOTER **********************/
#footer {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	background: url(images/footerBackground.gif);
	border-top: 1px solid #CCC;
	font-size: .8em; 
	margin-top: 1em;
	}
	#footer ul {
	position: absolute;
	top: -10px;
	width: 340px; 
	margin: 0 0 0 1em;
	padding: 7px 0 0 0;
	background-color: #CDCDCD;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: center;
	height: 20px;
	}
	#footer li {
	display: inline;
	margin: 0 5px 0 5px;
	}
	#footer a {
	color: #888;
	font-weight: bold;
	text-decoration: none;
	}
	#footer a:hover {border-bottom: 1px dotted #888;}

/************** NAVIGATION ***************/
#topNav {
	}
	#topNav ul {
	float: right; 
	width: 295px;
	padding: 0px; 
	margin: -31px 0 0 0;
	background: url(images/navBackground.gif) repeat-x top left;
	}	
	#topNav li {
	display: inline; 
	font-size: 3px;
	letter-spacing: .9em;
	padding: 0px 7px 0 0; 
	}
	#topNav li.itemFive {padding-right: 0px;}
	#topNav li img {border: 0; margin-top: 8px;}
	
	#topNav li a {
	padding: 7px 2px 0 2px; 
	border-top: 8px solid #EBEBEB; 
	border-bottom: none;
	outline: none;
	z-index: 3000;
	}
	#topNav li a:hover {
	border-top: 8px solid #DBC86C;
}

/***************** FORM ELEMENTS ********************/
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 .2em 0;
		padding: 0;
	}
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0 0 1em 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 300px;
		height: 10em;
	}
	
	
/******************* osCommerce Shopping Cart ************************/
a.headerNavigation {color: #444; text-decoration: none;}
a.headerNavigation:hover {color:  #CFB53B; }

#boxes1Frame {margin: 1em 1em 0 0;}
div.infoBoxHeadingFL {font-weight: bold;}
div.infoBoxContentsFL {margin: 0 0 1.5em 1em;}

.pageHeading {font-weight: bold; font-size: 1.1em;}

#navBottomFrame {margin-top: .75em;}
#pageFrame {margin-top: 1.5em;}

#boxes1Frame a, 
#boxes1Frame a:active {color: #444; text-decoration: underline;}
#boxes1Frame a:hover {color: #CFB53B; border-bottom: none; text-decoration: none;}

#categoriesBox a {text-decoration: none;}

TD.infoBoxHeading  {
  background: #DDD;
  font-weight: bold;
  margin: 3px;
}
.infoBox {
  background: #DDD;
}
.infoBoxContents {
  background: #FFF; }
.infoBoxContents input {margin: 0;}


#whats_newBox .infoBoxContentsFL {text-align: center; margin: .7em 0 0 0px;}
