@charset "utf-8";
/******************************************************\
* PizzaTools file                                *
* Author: Robert Johnson | Lloyd Industries, Inc.      *
\******************************************************/

/* Global provides the main structure for all pages consistant throughout the site */

/* Colors 
Orange: #FF9900
Text Orange: #CC7D09
Yellow: #EDA73D
Blue: #0066CC
Red: 
*/


/* Global Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead { margin: 0; padding: 0; border: 0; outline: 0; text-align: left; vertical-align: baseline; }
a img { border:none; }
table { border-collapse: collapse; border-spacing: 0; font-size:1em; } /* tables still need 'cellspacing="0"' in the markup */
q:before, q:after, blockquote:before, blockquote:after { content: ""; }
/* ------------Global Styles------------------------------------ */
body { height: 100%; background: #FFFFFF url(/content/PizzaTools/images/skinpt/body-bkg.gif) repeat-x top; color: #202020; font: 80% Tahoma, Arial, sans-serif; }
select { font-size: 1em; }
input { padding: 2px; font-size: .8em; }
p { line-height: 1.2em; margin-bottom: 6px; font-size: 1em; }
a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a:hover { color: #CC7D09; text-decoration: underline; }
h1, h2 { font-family: Tahoma, Verdana, Arial, sans-serif; }
h3, h4, h5, h6 { font-family:Arial, sans-serif; }
h1 { font-size:1.6em; padding-bottom: 3px; }
h2 { font-size: 1.4em; margin: 0 0 2px 0; }
h3 { font-size: 1.3em; margin-bottom: 2px; }
h4 { font-size: 1.2em; margin-bottom: 2px; }
h5 { font-size: 1.1em; margin-bottom: 2px; }
h6 { font-size: 1em; margin-bottom: 0px; }
ul, ol { margin: 0 0 10px 30px; }
li { margin: 0 0 4px; }
blockquote { margin-left: 28px; }
select option { padding: 0 10px; }
hr { margin: 10px 0; padding: 0; height: 1px; border:0; border: #c5c5c5; background: #c5c5c5; }
/* ------------Base page structure ---------------------------------
-------<div id=container>
-----------<div id=header>
-----------<div id=wrapper><lnav><content>
-----------<div id=footer>
*/
/* Page Container contains all divs and centers all */
#container { width: 980px; margin: 0 auto; }
/* ------------Header Div------------------------------ */
#header { width: 980px; height: 130px; clear: both; float: left; }
/* Logo */
#logo { float: left; width: 300px; height: 65px; padding-top: 20px; }
#header #Logo img { padding-left: 20px; }
#logoText { margin-top: 40px; }
#logo h1 { }
#logo h1 a { text-decoration: none; }
#logoImage { }
/* Prompt   */
#prompt { width:280px; float: left; height: 85px; padding-top: 10px;}
/* Header Banner   */
#hdrbnr { width:280px; float: left; height: 85px; position:relative; top:2px; }
/* ----Right Header Links, Cart, Search ---- */
#headerlcs { width: 400px; float:left; height: 85px; }
/* Top Nav */
#topnav { width: 410px; height: 25px; padding: 10px 0 0; float: left; }
#topnav p { color:#FFFFFF; font-weight: bold; text-align: right; padding-right: 15px; }
#topnav a { color:#FFFFFF; font-weight: bold; }
#topnav a:hover { color:#000000; }
/* cart info */
#minicart { width: 225px; height: 45px; float: left; line-height: 1.3em; margin-top: 5px; }
/* search form */
#search { width: 175px; height: 45px; padding: 0px 0 0; float: left; }
#headerlcs #search form { padding-left: 12px; }
#search #btn_search { padding: 3px 0 0 30px; }
#search #txt_search {}
/* Nav styling is InfiniteMenus.css */

/* Top Search Form */
#searchForm { float: left; width: 202px; height: 52px; margin: 15px 0 0 10px; padding: 30px 0 0 20px; display: inline; background: url(/images/searchbg.jpg) no-repeat 0 0; }
#searchForm form { padding: 0; margin: 0; }
#searchForm label { display: none; }
#searchForm input { width: 139px; height: 15px; font-size: 0.9em; padding: 2px 3px 2px 3px; margin-right: 6px; background: #fff; border: 1px solid #c5c5c5; }
#searchForm .Button { width: 21px; height: 21px; padding: 0; background: transparent; vertical-align: middle; }
#searchForm p { font-size: 0.85em; margin: 3px 0 0 0; }
#searchForm a { text-decoration: none; color: #7d7d7d; }
#searchForm a:hover { text-decoration: underline; color: #7d7d7d; }
/* ---------------Wrapper Div------------------------------ */
#wrapper { clear: both; float: left; width: 980px; padding: 0; }
/*------left nav specific to content no lnav skin-----------*/
#leftnav { width:210px; min-height:485px; /* for modern browsers */ height:1% !important; /* for modern browsers */ height:500px; float: left; padding-top: 10px; }
#leftnav h1 { padding-left: 5px; }
#leftnav h1 { font-size: 1.6em; color: #666666; line-height: 1.2em; padding-bottom: 10px; }
#leftnav h3 {padding: 0 0 10px 0px; }
#leftnav ul { list-style-type: none; font-size: 1em; margin-left: 8px; }
#leftnav li { font-size: 1.2em; padding: 8px; border-top: 2px dotted #CCCCCC; margin: 0px; }
#leftnav a { text-decoration: none; }
#leftnav a:hover { color:#CC7D09; }

/* Content div */
#content p a {text-decoration:underline; }
/* link div */
.linkdiv { border-top:1px dashed #999999; color:#666666; margin:5px 0 20px 20px; padding-top:5px; }
/* ------------------------- Footer Div-------------------------- */
#footerbkg { border-top:3px solid #FF6600; color: #FFFFFF; background: #333333; clear: both; position: relative; padding-bottom: 25px; }
#footer {
	width: 980px;
	margin: auto;
	font-size: 1em;
	text-align: left;
	padding: 10px 0 0;
	color: #FFFFFF;
	height: 200px;
	position: relative;
	line-height: 1.4em;
}
#footer p, #footer h3, a.addthis_button { padding: 0 10px 0 15px; }
#footer p { margin-bottom: 0px; }
#footer h3 { color: #EDA73D; }
#footer a { color:#FFFFFF; text-decoration: none; }
#footer a:hover { color:#FF9900; }
#footer ul { margin: 0 0 10px 10px; padding: 0; }
#footer li { list-style: none; margin: 0;  }
#footer li a { text-decoration: none; padding: 0 10px ; }
.footdiv { float:left; width:200px; }
.footdiv2 { float:left; width:340px; }
.borderright { border-right: 1px solid #666666; }
/* Miscellaneous Definitions */

.red { color:#990000; }
.floatright { float: right; }
.floatleft { float: left; }
.clearRight { clear: right; }
.clearLeft { clear: left; }
.clear { clear: both; }
.field45 { width: 45px; }
.field100 { width: 100px; }
.field150 { width: 150px; }
.field200 { width: 200px; }
.field250 { width: 250px; }
.field300 { width: 300px; }
.field350 { width: 350px; }
.field400 { width: 400px; }
.MB10 { margin-bottom:10px; }
.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }
.PL20 { padding:0px 0px 0px 20px; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }
.pb15 {padding-bottom:15px; }
.PT10 { padding-top: 10px; }
.pt50 { padding-top: 50px; }
.NoMarginBottom { margin-bottom: 0; }
.clrblue { color: #0066CC; }
.clrORANGE { color:#CC7D09; }
.clrred { color:#CC0000; }
.clryellow { color: #EDA73D; }
.clrblack {color:#333333; }
.caption { font-size: 1em; }
.padright { padding-right: 15px; }
.padleft { padding-left: 15px; }
.paddingboth {padding: 0 15px; }
.center { text-align:center; }
.nopad {padding: 0px !important; }
/* jquerytools tooltip styling */
#tooltip { display:none; width:100px; background-color:#396A9B; border:1px solid #333333; padding:5px; color:#fff; text-align:left; font-size:11px; }
