/* --------- /stylesheets/stylesheet.css --------- */ 
/*
 
 Copyright (c) Shirt Pizza. All rights reserved.
 
 */
/* @group CSS 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, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: 1.22em;
    font-family: inherit;
    vertical-align: baseline;
}

a {
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
}

a img, : link img, : visited img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}
/* @end */
/* @group Structure */
html, body {
    color: #452f2f;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #d12421;
}

#content {
    padding-bottom: 15px;
}

#container {
    width: 770px;
    background-color: #fff;
    margin: 0 auto;
}

#container, #header, #toppings, #toppings-navigation, #step-three, #cart-submit {
    display: inline-block;
}

#container, #header, #toppings, #toppings-navigation, #step-three, #cart-submit {
    display: block;
}

#toppings-navigation {
    clear: both;
    padding-top: 20px;
}

#container:after, #header:after, #toppings:after, #toppings-navigation:after, #step-three:after, #cart-submit:after, #back-arrow:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

strong {
    font-weight: bold;
}

.mid-field {
	width: 50px;
	
}  

.right {
	text-align: right;
}
/* @end */
/* @group Notice */
.notice {
    color: #000;
    margin: 5px 0px 5px 0px;
    padding: 3px 0px 2px 0px;
}

.notice li {
    padding: 2px 0;
}

.notice a {
    color: #000;
    text-decoration: underline;
}

.notice a:hover {
    text-decoration: none;
}

.error {
    border-top: double 2px #d12421;
    border-bottom: double 2px #d12421;
    color: #d12421;
}

.success {
    border: double 2px #348c33;
}
/* @end */
/* @group Header */
#header-index, #header {
    height: 208px;
}

#header img {
    float: left;
}
/* @end */
/* @group Navigation */
#navigation {
    background: #f7ac22 url(/images/navigation.png) no-repeat 0 0;
    height: 46px;
}

#navigation li {
    display: inline;
}

#navigation li a {
    background: url(/images/navigation.png) no-repeat;
    height: 0;
    padding-top: 46px;
    float: left;
    display: block;
    overflow: hidden;
}

#navigation li#create a {
    width: 195px;
    margin-right: 145px;
    background-position: 0 0;
}

#navigation li#create-active a, #navigation li#create a:hover {
    width: 195px;
    margin-right: 145px;
    background-position: 0 -47px;
}

#navigation li#faq a {
    width: 65px;
    background-position: -340px 0;
}

#navigation li#faq-active a, #navigation li#faq a:hover {
    width: 65px;
    background-position: -340px -47px;
}

#navigation li#about a {
    width: 75px;
    background-position: -405px 0;
}

#navigation li#about-active a, #navigation li#about a:hover {
    width: 75px;
    background-position: -405px -47px;
}

#navigation li#talk a {
    width: 110px;
    background-position: -480px 0;
}

#navigation li#talk-active a, #navigation li#talk a:hover {
    width: 110px;
    background-position: -480px -47px;
}

#navigation li#order a {
    width: 170px;
    background-position: -590px 0;
}

#navigation li#order-active a, #navigation li#order a:hover {
    width: 170px;
    background-position: -590px -47px;
}
/* @end */
/* @group Index */
#welcome {
    min-height: 134px;
    height: auto !important;
    height: 134px;
    margin-bottom: 15px;
    text-indent: -9999px;
}

#start {
    height: 47px;
    margin-bottom: 25px;
}

#start a {
    width: 330px;
    height: 0;
    padding-top: 47px;
    margin: 0 219px;
    display: block;
    overflow: hidden;
    background: url(/images/get-started.png) no-repeat center top;
}

#start a:hover {
    background-position: 0 -47px;
}

#scroller {
    margin-bottom: 30px;
}

#signup {
    padding: 0 110px 50px;
}

#signup label, #signup input {
    float: left;
}

#signup label {
    margin-top: 3px;
}

#signup input {
    margin: 0 5px;
}

#signup input#email {
    width: 175px;
}
/* @end */
/* @group Contact */
#contact {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #3A2121;
}

#contact a {
    color: #3A2121;
    text-decoration: none;
}

#contact #contact-image {
    margin-top: 20px;
    margin-bottom: 30px;
}

#contact #contact-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

#contact .contact {
    margin-top: 30px;
    margin-bottom: 30px;
}

#contact #pizzaman-image {
    margin-top: 30px;
    margin-bottom: 30px;
}

#contact a:hover {
    text-decoration: underline;
}
/* @end */
/* @group Shop */
#step {
    margin: 15px 0;
}

#step-one h1 {
    min-height: 117px;
    height: auto !important;
    height: 117px;
    margin: 15px 0 10px;
    text-indent: -9999px;
    background: url(/images/step-one.png) no-repeat center 0;
}

#step-one p {
    color: #d12421;
    font-size: 112.5%;
}

#step-one #design {
    margin: 5px 100px;
    text-align: right;
}

#shops {
    margin: 0 10px 30px 16px;
    text-align: left;
}

#shops-navigation {
    margin-top: 10px;
}

#shops-navigation #back {
    height: 25px;
    width: 85px;
    float: left;
}

#shops-navigation #back a {
    height: 0;
    padding-top: 25px;
    display: block;
    overflow: hidden;
    background: url(/images/back.png) no-repeat left top;
}

#shops-navigation #back a:hover {
    background-position: 0 -26px;
}

#shops-navigation #more {
    height: 27px;
    width: 85px;
    float: right;
}

#shops-navigation #more a {
    height: 0;
    padding-top: 27px;
    display: block;
    overflow: hidden;
    background: url(/images/more.png) no-repeat right top;
}

#shops-navigation #more a:hover {
    background-position: right -27px;
}
/* @end */
/* @group Toppings */
#step-two h1 {
    min-height: 117px;
    height: auto !important;
    height: 117px;
    margin: 15px 0 10px;
    text-indent: -9999px;
    background: url(/images/step-two.png) no-repeat center 0;
}

#step-two p {
    color: #d12421;
    font-size: 112.5%;
}

#step-two #design {
    margin: 5px 100px;
    text-align: right;
}

#toppings {
    margin: 0 0 30px 23px;
    text-align: left;
}

#style {
    margin: 0 0 30px 24px;
    text-align: left;
}

#toppings #title-image, #toppings img {
    float: left;
}

#toppings #title-image:after {
    clear: both;
}

#toppings-navigation {
    margin-top: 10px;
}

#toppings-navigation #back {
    height: 25px;
    width: 85px;
    margin-left: 10px;
}

#toppings-navigation #back a {
    height: 0;
    padding-top: 25px;
    display: block;
    overflow: hidden;
    background: url(/images/back.png) no-repeat left top;
}

#toppings-navigation #back a:hover {
    background-position: 0 -26px;
}

#toppings-navigation #more {
    height: 27px;
    width: 85px;
    float: right;
}

#toppings-navigation #more a {
    height: 0;
    padding-top: 27px;
    display: block;
    overflow: hidden;
    background: url(/images/more.png) no-repeat right top;
}

#toppings-navigation #more a:hover {
    background-position: right -27px;
}
/* @end */
/* @group Style & Order */
#step-three h1 {
    min-height: 117px;
    height: auto !important;
    height: 117px;
    margin: 15px 0 10px;
    text-indent: -9999px;
    background: url(/images/step-three.png) no-repeat center top;
}

#step-three h1, #step-three #cart a {
    height: 126px;
}

#step-four h1, #step-four #cart a {
    height: 0;
    padding-top: 126px;
    margin-bottom: 10px;
    float: left;
    display: block;
    overflow: hidden;
}

#step-four h1 {
    width: 400px;
    background: url(/images/step-four.png) no-repeat 25px 15px;
}

#step-four #cart a {
    background: url(/images/cart.png) no-repeat 0 15px;
}

#topping h2 {
    font-size: 87.5%;
    margin-left: 35px;
    text-align: left;
}

#topping #price {
    color: #d12421;
    font-weight: bold;
    margin-left: 5px;
}

#topping #delivery {
    color: #d12421;
    font-weight: bold;
}

#topping #style, #topping #color, #topping #size {
    margin: 15px 30px;
}

#options {
    background: url(/images/options.png) no-repeat;
    height: 80px;
    margin: 50px 0 15px 84px;
}

#options li {
    display: inline;
}

#options li a {
    background: url(/images/options.png) no-repeat;
    height: 0;
    padding-top: 80px;
    float: left;
    display: block;
    overflow: hidden;
}

#options li span {
    background: url(/images/options.png) no-repeat;
    height: 0;
    padding-top: 80px;
    float: left;
    display: block;
    overflow: hidden;
}

#options li#designs span {
    width: 100px;
    margin-right: 140px;
    background-position: 0 0;
}

#options li#email a {
    width: 120px;
    margin-right: 140px;
    background-position: 240px 0;
}

#options li#chart a {
    width: 100px;
    background-position: 500px 0;
}

#options li#back a {
    width: 100px;
	margin-right: 140px;
	height: 0;   
	margin-top:25px;
    padding-top: 25px;
    display: block;
    overflow: hidden;
    background: url(/images/back.png) no-repeat left top;	
}

#options li#back a:hover {
   background-position: 0 -26px;
} 

#back-arrow {
 	float:right;
 	margin-top:0px;
 	padding-top: 0px;   
} 

#back-arrow a {
   	width: 100px;
	margin-right: 12px;
	height: 0;   
	margin-top:-10px;
    padding-top: 25px;
    display:block;
    overflow: hidden;
    background: url(/images/back.png) no-repeat left top;   
}
                                                            
#back-arrow a.toppings {
   margin-right: 20px;  
}
#back-arrow a:hover {
    background-position: 0 -26px; 
}

#style-navigation {
    text-align: left;
    margin-top: 10px;
}

#style-navigation #back {
    height: 25px;
    width: 85px;
    margin-left: 25px;
}

#style-navigation #back a {
    height: 0;
    padding-top: 25px;
    display: block;
    overflow: hidden;
    background: url(/images/back.png) no-repeat left top;
}

#style-navigation #back a:hover {
    background-position: 0 -26px;
}

#style-navigation #more {
    height: 27px;
    width: 85px;
    float: right;
}

#style-navigation #more a {
    height: 0;
    padding-top: 27px;
    display: block;
    overflow: hidden;
    background: url(/images/more.png) no-repeat right top;
}

#style-navigation #more a:hover {
    background-position: right -27px;
}

.style-container {
    padding-bottom: 50px;
    width: 85%;
}

.style {
    border-top: solid 3px #000;
    border-bottom: 3px solid #000;
    padding: 3px;
}
/* @end */
/* @group About */
#about {
    color: #452E2E;
    text-align: left;
    height: auto !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

#about div#content {
    padding-top: 45px;
}

#about div#content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 65px;
    margin-right: 65px;
    margin-bottom: 20px;
    line-height: 2;
}

#about div#footer {
    height: auto !important;
    min-height: 100px;
    height: 100px;
    background: url(/images/pizzaman.png) no-repeat center top;
}
/* @end */
/* @group Certificates */
#certificates div#header {
    min-height: 134px;
    height: auto !important;
    height: 134px;
    margin-bottom: 15px;
    text-indent: -9999px;
}

#certificates a {
    color: #d12421;
    text-decoration: none;
}

#certificates a:hover {
    text-decoration: underline;
}

#certificates div#footer {
    height: auto !important;
    min-height: 100px;
    height: 100px;
    background: url(/images/pizzaman.png) no-repeat center top;
}

#certificates div.step {
	margin: 25px 100px 0px 100px;
	text-align:left;
	
}    

#certificates div.step h2 {
	color: #d12421;
	font-weight:bold;
}
                    

#certificates div.step table {
	margin-left: 75px;
	font-size: 14px; 
} 


#certificates div.step th  {
	text-align: right; 
	vertical-align:middle;
	width:60px; 
	padding-right: 5px;
}

#certificates div.step label  {
	font-size: 14px;
	
}

#certificates div.step p.radio {
	margin-top:15px;
}
            
            
#certificates p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 2;
} 

/* @end */ 

/* @group FAQ */
#faq {
    color: #452E2E;
    text-align: left;
    height: auto !important;
    margin-top: 15px;
    margin-bottom: 35px;
}

#faq div#content {
    padding-top: 45px;
}

#faq div#content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 65px;
    margin-right: 65px;
    margin-bottom: 5px;
    line-height: 2;
}

#faq a {
    color: #d12421;
    text-decoration: none;
}

#faq a:hover {
    text-decoration: underline;
}

#faq div#footer {
    height: auto !important;
    min-height: 100px;
    height: 100px;
    background: url(/images/pizzaman.png) no-repeat center top;
}

.faq-title {
    font-weight: bold;
}
/* @end */
/* @group Shopping Cart */
#preview {
    margin: 0 20px;
}

#brand_image {
    float: left;
    width: 362px;
    height: 362px;
}

#preview_image {
    float: right;
    width: 362px;
    height: 362px;
}

#choices {
    clear: both;
}

#cart {
    padding: 20px 0;
}

#cart a {
    color: #666;
    text-decoration: none;
}   

#cart a.active {
    color: #d12421;
    font-size: bigger;
    text-decoration: none;
    padding: 0 5px 0 5px;
}

#cart a:hover {
    text-decoration: underline;
}

#cart, #orderinfo {
    width: 700px;
    margin: auto;
    color: #3A2121;
    padding-bottom: 20px;
    text-align:left;
}

#cart h3, #orderinfo h3 {
    text-align: left;
    font-weight: bold;
    padding-bottom:5px;
}

#cart p, #orderinfo p {
    text-align: left;
    padding-bottom: 5px;
}

#cart-submit {
    text-align: center;
    padding-bottom: 30px;
    width:100%;
}

#cart-submit a {
    color: #d12421;
    text-decoration: none;
    font-size: 14px;
}

#cart-submit input {
   font-size: 20px;
}

#cart-submit a:hover {
    text-decoration: underline;
}

table#cart_tbl {
    width: 700px;
    margin: 20px 0;
}

#cart_tbl th {
    font-size: 75%;
    color: #fff;
    font-weight: bold;
    text-align: left;
    background-color: #3a2121;
    padding: 5px 10px;
}

#cart_tbl td {
    font-size: 75%;
    text-align: left;
    vertical-align: middle;
    padding: 5px 10px;
    border-bottom: 1px solid #723f40;
}

#cart_tbl td.summary {
	border-bottom: 0px solid;
}

#cart_tbl td.right {
   text-align: right;
}

#cart_tbl .center {
	text-align: center;
}

#cart_tbl td.cart-img {
    width: 50px;
}

#cart_tbl .quantity {
    width: 30px;
    text-align: right;
}

#cart strong {
    color: #d12421;
}

#orderinfo td {
    text-align: left;
}

#orderinfo td#shipping {
    vertical-align: top;
}

#order-table, #summary-table {
    border-bottom: 1px solid #723f40;
    margin-bottom: 15px;
    width:700px;
}
#summary-table td {
    font-size: 85%;
}
#order-table td {
    padding-right: 10px;
    padding-bottom: 10px;
}

#order-table th, #summary-table th {
    text-align: left;
    font-weight: bolder;
    font-size: 85%;
}

#order-table th p {
   padding-top:10px;
   font-weight: normal;
   
}

#order-table th p input {
   text-align:right;
}

#order-table a, #orderinfo a {
    color: #d12421;
    text-decoration: none;
}

#order-table a:hover, #orderinfo a:hover {
    text-decoration: underline;
}
/* @end */
/* @group Footer */
#footer, #footer-index {
    font-size: 75%;
}

#footer ul, #footer-index ul {
    margin-bottom: 15px;
}

#footer li, #footer-index li {
    margin: 0 10px;
    display: inline;
}

#footer li a, #footer-index li a {
    color: #452f2f;
    text-transform: uppercase;
    text-decoration: none;
}

#footer li a:hover, #footer-index li a:hover {
    text-decoration: underline;
}

#footer {
    margin-bottom: 50px;
}

#footer-index {
    margin-bottom: 20px;
}

#footer a {
    color: #452f2f;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p {
    line-height: 1.72em;
    padding-bottom: 40px;
}
/* @end */
/* @end Stylesheet *//* --------- /stylesheets/lightbox.css --------- */ 
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#hoverNav{	
	left: 0;
	width: 100%;
	
	z-index: 10;
	clear:both;
}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
	
#prevLink { 
left: 0; float: left; background: url(/images/prevlabel.gif) left 0% no-repeat; }
#nextLink { 
right: 0; float: right; background: url(/images/nextlabel.gif) right 0% no-repeat; }


#imageDataContainer
{	
	background-color: #fff;
    color:#000;
	margin: 0 auto;
    padding: 0px 0px 0px 0px;	
	overflow: auto;
	width: 100%	;
	border-top:5px solid #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}

#imageData
{
	
	padding-top:5px;
	/*padding-bottom:5px;*/
	padding-left:5px; 
	padding-right:5px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; }			
#imageData #bottomNavClose{ width: 66px; float: right;  	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
