/* CSS Document */

/*//////////////// created by John Benedict ////////////////*/
/*/////////////// john@benedictgraphico.com ////////////////*/

@import "reset.css";
@import "nav.css";

/*
 * Blues
 * ------------------------
 * Regular      :   #12456d
 * top link     :   #036 
 * 
 * Greys
 * ------------------------
 * Body BG  	:   #f2f2f2
 * Text		  	:   #666
 *
 * ------------------------
 * Green        :   #360
 */

html, body { height: 100%; }

body    { margin: 0 auto; text-align: center; font-family: Arial, sans-serif;
		background: #f2f2f2 url(../imgs/global/body-bg.gif) repeat-y top center; }

em		{ font-style: italic; }

.hidden 	{ display: none; }
.noBrdr		{ border: none !important; }
.noMrgn		{ margin: 0 !important; }
.block		{  }
.right		{ float: right; }

#wrap	{ margin: 0 auto; padding: 10px 0; width: 780px; text-align: left;
		background: #f2f2f2 url(../imgs/global/wrap-grad-bg.gif) repeat-x; }

#page	{ float: left; margin: 0 10px; padding: 0 0 9px; width: 760px; 
		background: #fff url(../imgs/global/page-rnd-btm-bg.gif) no-repeat bottom left; }

h1		{ text-indent: -9999px; line-height: 0; }
h1 a	{ float: left; width: 500px; height: 107px; display: block; }

h6		{ float: right; text-align: right; padding: 11px 14px 7px; font-size: 11px; font-weight: bold; color: #666; }


/* HEADER
-------------------------------------------------------------------------------- */
#header	{ float: left; width: 760px;
		background: #fff url(../imgs/global/header-grad-bg.gif) no-repeat top left !important;
		border-bottom: 5px solid #12456d; }


#topTextLinks			{ float: right; text-align: right; padding: 12px 7px 7px; font-size: 11px; }
#topTextLinks a			{ color: #000; text-decoration: none; font-weight: normal; }
#topTextLinks a:hover	{ color: #360; text-decoration: underline; }

#topTextLinks li		{ padding: 0 7px; border-right: 1px solid #000; list-style: none; display: inline; }

.basketIcon				{ background: url(../imgs/global/basket-icon.gif) no-repeat right; padding: 0 25px 0 7px !important; }

#phNum					{ display: block; text-indent: -9999px; background: url(../imgs/global/phNum.gif); width: 155px; height: 30px; }


/* FOOTER
-------------------------------------------------------------------------------- */
#footer			{ clear: both; padding: 20px 0; width: 780px; text-align: left; font-size: 11px; }

*html			{ width: 760px; }

#footer a		{ color: #000; text-decoration: none; font-weight: normal; }
#footer a:hover	{ color: #360; text-decoration: underline; }

#footer ul		{ float: left; padding: 0 0 0 15px; }
#footer p		{ float: right; padding: 0 15px 0 0; }
#footer li		{ padding: 0 7px; border-right: 1px solid #000; list-style: none; display: inline; }


.page-copyright-content		{ padding: 15px 0; text-align: center; }
.page-copyright-content a	{ font-size: 9px; font-weight: bold; text-transform: uppercase; color: #12456d; text-decoration: none; }
.page-copyright-content a:hover	{ text-decoration: underline; }



