body {
	margin:0px 0;
	padding:0;
	background: #666666 url(../images-layout/bodyBground.jpg) repeat-y;
	line-height: 1.4em;
	font-size: 90%;
}


.content { 
	background: url(../images-layout/activeWindowBground.jpg) repeat-y center;
	margin: 0 auto; 
	padding: 0; 
	width: 770px;
}

h1.hidden {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #D1D3AA;
	color: #D1D3AA;
	margin-right: 20px;
	font-size: 1%;
	visibility: hidden;
	height: 0px;
	clear: both;
	float: none;
	margin-left: 20px;
}


/*** HEADER ***/
#header { 
	margin: 0; 
	width: 770px; 
	background: #D1D3AA url(../images-layout/headerBground.jpg) repeat-y center top;  
	height: 91px; 
	color: #FFF; 
}
#header h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	float: right; padding:10px 25px 0px 0px;
	text-align: right;
}


/*** SUBHEADER ***/
#subheader {
	background: #D1D3AA;
	width: 750px;
	height: 45px;
	margin-left: 10px;
}

*html #subheader {
	background-image: url(../images-layout/botNavBground.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#subheader .padding {
	padding: 0px 0px 0px 0px;
	margin-left: 0px;	
	background-image: url(../images-layout/botNavBground.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

*html #subheader .padding {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0xp;
}


/*** NAVIGATION ***/
#globalNav {
	width:750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#globalNav ul {
	list-style-type:none;
	margin:0;
	padding:0; 
} 

#globalNav ul li {
	float:left;
	margin-left: 6px;
}

#top-nav {
	font-size:8.6pt;
	height:29px;
	text-transform:uppercase;
	padding-left:0px;
}

#top-nav a {
	color:#006633;
	padding:0px 7px 0px 7px;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	display:block; 
}

#top-nav a:hover {
	text-decoration:underline 
}

#top-nav a.selected:hover {
	color:#990000;
	text-decoration:none
}

#bot-nav {
	font-size:8.5pt;
	height:32px;
	margin-top:3px;
	padding-left:1px;

}

*html #bot-nav a {
	color:#990000;
	text-decoration:none;
	line-height:22px;
	display:block;
	padding:9px 8px 0; 
}

#bot-nav a {
	color:#990000;
	text-decoration:none;
	line-height:5px;
	display:block;
	padding:9px 8px 9px 0; 
		border-right: solid #CCC 1px;
}

#bot-nav a:hover {
	text-decoration:underline !important 
}

#navHome.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-home.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-menu.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-menu.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-giftShop.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-giftieShop.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-aboutUs.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-aboutUs.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-fundraising.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-fundraising.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-pizzaDeals.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-pizzaDeals.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-forzenPizzas.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-fundraising.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-blog.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-blog.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-contactUs.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-contactUs.gif);
	background-repeat: no-repeat;
	background-position: top;
}



/*** HTML STYLES ***/
ul {
	margin-left: 20px;
	padding-left: 5px; 
}

li {
	margin: 0 0 2px 15px;
	padding: 0 0 0 0px;
	color: #333333;
}

.sub  {
	margin: 0 0 2px 30px;
	padding: 0 0 0 0px;
	color: #888;
}

a {
	color: #0000FF;
	background: inherit;
	text-decoration:underline;
}

a:hover {
	background: inherit;
	text-decoration:none;
	color: #0000FF;
}

h1 { 
	padding:0; 
	margin:0; 
	color: #FFF; 
	background: inherit;
	font: bold 1.8em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	color:#B7060B;
	font-size:120%; 
	font-weight:bold; 
	margin: 5px 0 10px 0px; 
}

fieldset {
	border: 1px solid #075181;
}

textarea.text {
	height: 150px;
	width: 90%;
	border: 1px solid #A90000;
	background: #FFF;
	color: #354D5F;
	font-family: Arial, Helvetica, sans-serif;
}

input.field { 
	border: 1px solid #075181; 
	background-color: #FFFFFF; 
	width: 283px; 
	color: #000;
}

input.field:hover { 
	border: 1px solid #68ADD5; 
	background: #FFFFF4; 
	color: #000;
}

input.text { 
    border: 1px solid #A70000; 
	margin: 0; 
	width: 150px;
	background: inherit;
	color: #000; 
	padding: 4px;
}


input.text:hover { 
	border: 0px solid #68ADD5; 
}

form {
	background-color: #FFFFCC;
	border: solid #555 1px;
	padding: 10px;
}





/* MAIN
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#main {
	width: 746px;
	color: #5F675F;
	margin: 0px 0px 0px 11px;
	padding-top: 30px;
	padding-bottom: 20px;
	clear: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}  

#main p {
	margin: 0px 0 20px 5px;
	color: #333333;
	background: inherit;
	line-height: 1.5em;
}

#main .right_side {
	padding:0px 20px 0px 0px;
	margin:0;
	width: 190px;
	clear: none;
	float: right;
}

#main .right_side h2 {
	color: #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D3AA;
}

#main .right_side p {
	padding:0px 5px 0px 5px;
}

#main .right_side ul {
	list-style-type: none;
}

#main .right_side li {
	margin-left: -10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-top: 5px;
}

#main .left_side {
	width: 460px;
	margin:0;
	font-size: 100%;
	padding-left: 30px;
	padding-right:20px;
	clear: none;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #D1D3AA;
}

*html #main .left_side {
	width: 460px;
	margin:0;
	font-size: 100%;
	padding-left: 30px;
	padding-right:20px;
	clear: none;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #D1D3AA;
}

#main .left_side h2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
}

#main .left_side h3 {
	margin: 5px 0px 10px 5px;
	padding: 0;
	color: #006633;
	background: inherit;
	font-size: 100%;
	border-bottom: solid #006633 1px;
}

#main .left_side h4 {
	margin: 5px 0px 10px 5px;
	padding: 0;
	background: inherit;
}

#main .left_side .specialComment {
	font-size:85%;
	margin: 0 0 10px 40px;
	padding: 10px;
	width: 350px;
	border: 1px dashed #DFCEB4;
}

#main .box  {
	background: #efefef;
	padding: 5px;
	border: 1px solid #ccc;
}




/*** FOOTER STYLES ***/
#footer {
	background-color: #D2D3AB;
	background-image: url(../images-layout/headerBground.jpg);
	background-repeat:repeat-y
}

#footer .topBorder{
	height: 31px;
	width: 770px;
	background-image: url(../images-layout/footer-topBorder.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #D2D3AB;
}

#footer .footerbg {
	width:770px;
	background-image: url(../images-layout/headerBground.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #D2D3AB;
}

#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 12px;
}

#footer .bottomBorder{
	height: 41px;
	width: 770px;
	background-image: url(../images-layout/footer-bottomBorder.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #D2D3AB;
}
#BB_BuyButtonForm .TotalPrice {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
