/* CSS for Brass Reminders */

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */
}

body {
	background: #acc0d4 url(images/bgbody.gif) center no-repeat;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow: scroll; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins - makes body go to edge */
	border:0; /* remove borders */
    text-align: left;
}

h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
}

.headleftimage {
	 float: left;
	 border: 0px;
	 margin: 5px 0 5px 20px;
}

.titleimage, .product-image {
	 border: 0px;
	 margin: -3px 0 0 0;
}

.headpad {					/* keeps content from falling behind head */
	display: block; 
	width: 10px; 
	height: 15px; 
}

.align-cart {
	 padding-left:640px   /* sets horizontal screen location of shopping cart drop-down box  */
} 

.rightimage {    /* template for right-aligned images  */
	float: right;
	clear: right;   
	margin: 10px 0px 10px 10px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 3px 3px 10px #666666;  
    -moz-box-shadow: 3px 3px 10px #666666;  
    box-shadow: 3px 3px 10px #666666;
}

.data-cell {
	padding:0px 0px 0px 0px;
	border:solid 0px #fff;
	vertical-align:top
}

.name {				/* sets the look of product names  */
	font: 14px Verdana, Futura, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #005a7b;
}

.product-title {				/* sets the look of product item numbers;  MUST BE CALLED "product-title" DO NOT RENAME */
	font: 12px Verdana, Futura, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #005a7b;
}

.text, .product-price, .product-shipping {
	font: 12px Verdana, Futura, Arial, Helvetica, sans-serif;
	color: #666666;
}

.text2 {
	font: 10px Verdana, Futura, Arial, Helvetica, sans-serif;
	color: #666666;
}

.text3 {
	font: 10px Verdana, Futura, Arial, Helvetica, sans-serif;
	color: #666666;
}

.hidden {     /* .hidden and .shown give ability to expand/collapse content with javascript  */
	display:none
}

.shown {
	display:inline
}


a:link, a:visited {
	color: #008080;
	text-decoration: none;
}

a:hover {
	color: #ff7f00;
}

.clear {			/* required field to display footer correctly  - clears CSS floats */
	clear: both;
}

.footpad {   /* keeps content from falling behind footer */
	display:block;
	height:36px; 
}

#header {
	position: absolute; 
	margin: 0;
	top: 0; 
	right: 18px;
	display: block; 
	width: 100%; 
	height: 85px; 
	background: #fff; 
	font-size: 2em; 
	color: #000; 
	border-bottom: 1px solid #6699CC;
}

#navbar {
	height: 28px;
}

#navbar ul {
	margin: 0;   /* no spacing around buttons */
	white-space: nowrap;
	padding: 0;
	font: bold 11px/22px Verdana, Futura, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #FFCC00;    /* creates colored line below buttons */
	text-indent: 15px;
}

#navbar li {
	display: inline;
	list-style-type: none;  /* removes bullets */
}

#navbar a {      /* general button parameters */
	display: inline-table ;
	width: 120px;   
	height: 24px;
	border: 0px;
	background-color: #acc0d4;
	background-image: url(images/navbutton.jpg);
}

#navbar a:link, #navbar a:visited {   /* default button state */
	background: #acc0d4 url(images/navbutton.jpg);  
	color: #fff;
 	text-decoration: none;   /* removes default link underlining */
	border: 0px;
}

#navbar a:hover, #navbar li a#current { 
	border: 0px;
	background: #ffbb39 url(images/navover.jpg);
	color: #fff;
	text-decoration: none;
}

#title {
	position:absolute;
	top:30px;
	left:220px;
}

#content {   
	background: #f0f4fd url(images/bgcontent.gif) no-repeat ;
	background-position: 0px 75px;
    border: solid 1px #708aa5;
    margin: auto;     /*  container bumps up to header, aligned to center  */
	text-align: left;	/*  text inside container aligns left    */
	width: 920px;
	min-height: 800px;
	padding: 75px 0 0 0; /* pad left to avoid navigation div if required */
}

#leftcolumn {
	width: 460;
	float: left;
	padding: 20px 10px 0 10px;
}

#rightcolumn {
	width: 460;
	float: left;
	margin: 20px 10px 0 10px;
}

#element {				/* Creates boxes for posts, etc. */
	width: 360px;
	float: left;
	clear: left;
	background: #fff;
	margin: 8px 15px 8px 15px;
	padding: 5px 10px 10px 10px;
    text-align: left;	/*  text inside container aligns left    */	
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #90a7be;
	border-right: 1px solid #90a7be;
	-webkit-border-radius: 10px;   /*  rounded corners in Safari   */	
	-moz-border-radius: 10px;    /*  rounded corners in Firefox   */
	border-radius: 10px; 
}

#element h2, #wideelement h2 {    /* look of element titles  */
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #005a7b;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#wideelement {				/* Creates boxes for posts, etc. */
	width: 860px;
	float: left;
	clear: left;
	background: #fff;
	margin: 8px 15px 8px 15px;
	padding: 5px 10px 10px 10px;
    text-align: left;	/*  text inside container aligns left    */	
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #90a7be;
	border-right: 1px solid #90a7be;
	-webkit-border-radius: 10px;   /*  rounded corners in Safari   */	
	-moz-border-radius: 10px;    /*  rounded corners in Firefox   */
	border-radius: 10px; 
}

#footer {
	position: absolute; 
	margin: 0; 
	bottom: -1px; 
	right: 18px;
	display: block; 
	width: 100%; 
	height: 24px; 
	background: #fff; 
	text-align: center; 
	font-size: 1em; 
	padding-top: 2px;
	border-top: 1px solid #6699CC;
}
