/*  STYLE SHEET CSS  */

/*  LAYOUT CSS  */ 

body {
  min-width: 960px;
  background-color: #8C1024;
  background-image: url(../Media/Pizza_bg.jpg);  
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  font: sans-serif;
}

div#banner {
	background-color: black;
	height: 160px;
	line-height: 160px;
   text-align: right;
	vertical-align: bottom;
	border-width: 3px;
	border-style: ridge;
	box-shadow: 0px 0px 30px 0px #000000;
	-webkit-box-shadow: 0px 0px 30px 0px #000000;
	-moz-box-shadow: 0px 0px 30px 0px #000000;
}

div#content {
	width: 960px;
	z-index: -1;
}

div#main {
    background-color: #FFA222;
    text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 573px;
	max-height: 573px;
	overflow-y: auto;
}

div#menu {   
	max-height: 573px;
}

.li {
	text-align: left;
	width: 340px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}

.order {
    list-style-type: none;
}

.price {
   text-align: right;
	width: 60px;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	display: inline-block;
}

.detail {
   text-align: left;
	width: 180px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	display: inline-block;
}

.menuitem {
    text-align: left;
	padding-left: 39px;
	padding-right: 0px;
	display: inline-block;
}

div#guarantee_bg {
    background-color: #FAD23A;
	max-height: 170px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius:  0px 0px 20px 20px;
	text-align: center; 
	visibility: visible;
}

div#menu_spacer {
	padding-left: 20px;
	height: 40px;
	opacity: 0;
}

div#summary_bg {
    background-color: #E75F39;
	height: 410px;
	border-radius: 20px 20px 0px 0px;
	visibility: visible;
}

div#summary {
	font-family: sans-serif;
    font-size: 14px;
    color: #000000;
    font-style: normal;
	line-height: 1.2em;
    text-decoration: none;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}


.submit {
	margin-left: 40%;
}

/*
a.btn1 {
    display:block;
    width:125px;
    height:25px;
	color: #FFA222;
    background:url(assets/Button.png) 0 0 no-repeat;
    text-indent:-999em;
}

*/
 
div#footer {  
    background-color: #000000;  
    height: 50px;
    line-height: 50px;
	border-width: 3px;
	border-style: ridge;
	box-shadow: 0px 0px 30px 0px #000000;
	-webkit-box-shadow: 0px 0px 30px 0px #000000;
	-moz-box-shadow: 0px 0px 30px 0px #000000;
} 

div#spacer {
    height: 35px;
}

.numberwrap {
	width: 340px;
	overflow: hidden;
	width: 100%;
}
 
/*  Anchor styles  */

a:link {                        /* unvisited link */
    font: sans-serif;
    color:#FFFFFF;
    font-size: 15px;
	letter-spacing: 0.1em;
    font-weight: normal;
    vertical-align: bottom;
    text-align: right;
    text-decoration: none;
}

a:visited {                     /* visited link */
    font: sans-serif;
    color:#FFFFFF;
    font-size: 15px;
	letter-spacing: 0.1em;
    font-weight: normal;
    vertical-align: bottom;
    text-align: right;
    text-decoration: none;
}

a:hover {                       /* mouse over link */
    font: sans-serif;
	color:#FF6;
    font-size: 15px;
	letter-spacing: 0.1em;
    font-weight: normal;
    vertical-align: bottom;
    text-align: right;
    text-decoration: none;
}

a:active {                      /* selected link */ 
    font: sans-serif;
	color: #FF0;
    font-size: 15px;
	letter-spacing: 0.1em;
    font-weight: normal;
    vertical-align: bottom;
    text-align: right;
    text-decoration: none;
}

/*   Normal text styles   */

* p {
     font-family: sans-serif;
     font-size: 14px;
     color: #000000;
     font-style: normal;
     text-decoration: none;
	 padding-left: 20px;
	 padding-right: 20px;
     text-align: left;
	 line-height: 1.2em;
}

* p i {
     font-family: sans-serif;
     font-size: 14px;
     color: #000000;
     font-style: italic;
     text-decoration: none;
     padding-left: 20px;
	 padding-right: 20px;
     text-align: left;
	 line-height: 1.2em;
}

* p b {
     font-family: sans-serif;
     font-size: 14px;
     color: #000000;
     font-style: bold;
     text-decoration: none;
     padding-left: 20px;
	 padding-right: 20px;
     text-align: left;
	 line-height: 1.2em;
}

* ul {
     font-family: sans-serif;
     font-size: 14px;
     color: #000000;
     font-style: normal;
     text-decoration: none;
     padding-left: 0px;
	 padding-right: 0px;
     text-align: left;
	 line-height: 1.2em;
}

* ol {
     font-family: sans-serif;
     font-size: 14px;
     color: #000000;
     font-style: normal;
     text-decoration: none;
     padding-left: 0px;
	 padding-right: 0px;
     text-align: left;
	 line-height: 1.2em;
}

div#form {
     font-family: sans-serif;
     font-size: 14px;
     color: #000000;
     font-style: normal;
     text-decoration: none;
	 padding-left: 20px;
	 padding-right: 20px;
     text-align: left;
	 line-height: 1.2em;
}
div.menuwhole{
	border-radius:10px;
	border:2px solid #F80;
	width:325px;
	padding:5px 5px 5px 5px;
	margin-left: 15px;
	background:#F90;
	
	}
	
div.menutop { }

div.menubot {		
	background:#FC6
}

div#vv-pizzacustomer {
     font-family: sans-serif;
     font-size: 14px;
     color: #000000;
     font-style: normal;
     text-decoration: none;
	 padding-left: 10px;
	 padding-right: 20px;
     text-align: right;
	 line-height: 2.5em;
}

/*   Header styles   */

* h2 {
     font-family: fantasy;
     color: #000;
	 font-size: 23px;
     font-style: normal; 
     text-decoration: none;
     text-align: center;
	 line-height: 1.2em;
	 padding-left: 10px;
	 padding-right: 10px;
	 text-shadow: 2px 2px 2px #F00;  
}

* h3 {
     font-family: sans-serif;
     color: #000;
     font-style: normal;
     text-decoration: none;     
     text-align: left;
	 line-height: 1.2em;
	 padding-left: 20px;
	 padding-right: 20px;
}

* h4 {
     font-family: sans-serif;
     color: #000;
     font-style: normal;
     text-decoration: none;     
     text-align: center;
	 line-height: 1.2em;
	 padding-left: 20px;
	 padding-right: 20px;
}

* h5 {
     font-family: sans-serif;
     color: #000;
     font-style: normal;
     text-decoration: none;     
     text-align: center;
	 line-height: 1.2em;
	 padding-left: 10px;
	 padding-right: 10px;
}

/*   Special use text styles   */

#toplinks {
	font-family: sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding:10px;
	line-height: 1.85em;
}

#flinks {
     font-family: sans-serif;
     color: #FFFFFF;
     font-size: 13px;
     font-weight: bold;
     display: table-cell;
     text-align: right;
}

#cr {
     font-family: sans-serif;
     color: #FFFFFF;
     font-size: 11px;
     font-weight: normmal;
     display: table-cell;
     text-align: left;
}

