* { margin:0; padding:0;}

@font-face {
    font-family: TSOwebfont;
    src: local(TSOwebfont), url('../fonts/TSOwebfont.ttf') format('opentype');
}

@font-face {
    font-family: NTBwebfont;
    src: local(NTBwebfont), url('../fonts/NTBwebfont.ttf') format('opentype');
}

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
background: url(../images/backgroundpic.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  background-color: #e2b26b;
}

body {
	font-size:100%;
	line-height:1em;
	font-family:"NTBwebfont";
	font-size:0.8em;
	line-height:1.25em;
	text-align:center;
	/*background-color: #d1eefc;*/
}

body.home div.mainmenu li a.home, body.location div.mainmenu li a.location, body.menu div.mainmenu li a.menu {
	color: #efefef;
	background-color: #B50F13;
}

/*header*/
#header {
	/*height: 170px;*/
	width: 980px;
	height: 275px;
	padding: 0px;
	/*background-color: #000000;*/
}

.logo {
	pointer-events: none;
	width: 480px;
	padding: 10px 0 4px 0;
	position: absolute;
	float: left;
	margin: 20px 0 20px 10px;
	z-index: 99;
}

#address {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	width: 400px;
	float: right;
	padding-bottom: 12px;
	margin: 110px 40px 0 0;
}

#address a {
	color: #FFFFFF;
}

#address a:hover {
	text-decoration: none;
}

.telephone {
	font-size: 28px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #FFFFFF;
}

/*TABBED NAVIGATION*/
div.mainmenu {
	/*width: 624px;*/
	width: 980px;
	height: 61px;
	margin: 0 auto;
	/*padding-left: 2px;*/
	z-index: 98;
	background-color: #ed2024;
}

div.mainmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	width: 580px;
	display: table;
	float: right;
}

div.mainmenu li {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 33%;
}

div.mainmenu li a:link, div.mainmenu li a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

div.mainmenu a {
	display: block;
	/*margin: 0 1px 0 0;*/
	/*padding: 16px auto;*/
	background-color: #ed2024;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;	
	height: 38px;
	padding: 23px 16px 0 16px;
}

div.mainmenu li.last a {
	display: block;
	margin: 0 1px 0 0;
	/*padding: 16px 19px;*/
	background-color: #ed2024;
	border: none;
}

div.mainmenu li a:hover, div.mainmenu li.last a:hover {
	color: #FFFFFF;
	display: block;
	/*margin: 0 1px 0 0;*/
	/*padding: 16px 19px;*/
	background-color: #ff4748;
}

div.mainmenu li.active a:link, div.mainmenu li.active a:visited {
	color: #ffcc66;
	background-color: #222d51;
}


#mobilemenu {
	display: none;	
}

div.mainbanner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 333px;
	z-index: 1;
}

div.mainbanner2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 0;
	border-bottom: none;
}

h1 {
	color: #02612a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 31px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	margin: 20px 0 12px 0;
}

h2 {
	color: #02612a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	margin-top: 8px;
	margin-bottom: 10px;
	line-height: 23px;
}

h2.h2creations {
	color: #555555;
	font-family: "TSOwebfont";
	font-size: 22x;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 10px;
	line-height: 23px;
}


h2.h2order {
	color: #555555;
	font-family: "TSOwebfont";
	font-size: 22px;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 10px;
	line-height: 23px;
}

h2.h2connect {
	color: #555555;
	font-family: "TSOwebfont";
	font-size: 22px;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 10px;
	line-height: 23px;
}

/*in_line*/
input, select, textarea {
	vertical-align:middle;
	font-weight:normal;
	font-family:tahoma;
	color:#38352d;
	font-size:0.92em;
	font-weight:normal;
	padding-left:5px
}

img {
	border:0;
	vertical-align:top;
	text-align:left;
}

a {
	text-decoration: underline;
	color: #ec2f45;
}

a:hover {
	text-decoration:underline;
	color: #BD1126;
}

a.link-2 {
	text-decoration:none;
	color:#000
}

a.link-2:hover {
	text-decoration:none;
	color:#e99a7e
}

.clear {
	clear:both;
}

p {
	margin:0 auto 16px auto;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 20px;
}

.p1 {
	margin:0 0 24px 0
}

.p2 {
	margin:0 0 5px 0
}

/*content*/
#content {
	background-color: #ffffff;
}

.content-indent {
	/*padding: 20px 28px 20px 37px*/
	padding: 20px 0;
	background-color: #ddd0b5;
}

.inner {
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0
}

.welcomeimage {
margin: 0 12px 0 0;
float: left;
}

.banner {
	margin-bottom: 8px;
}
.banner2 {
	margin-right:5px;
}

.banner2alt {
}

.banner3 {
	margin-bottom:-14px;
	position:relative
}

.div_links {
	text-align:right
}

.aboutus {
	background: #c82025;
	padding: 10px 10px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}

.aboutinfo {
	padding: 5px 10px;
	text-align: left;
}

.addressinfo {
	margin: 5px 0 0 0;
	border: 2px solid #660000;
	border-radius: 5px;
	background: rgba(256,256,256,0.47);
}

.location_address {
	float: left;
	width: 208px;
}

.googlemaps {
	width: 560px;
	height: 450px;
	margin-bottom: 20px;
	border: 0;
}

span.navmenutext {
	display: none;	
}

div.testcontainer {
	background-image: url(http://carmelospizza.com/images/testBackgrnd.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 340px;
	width: 92%;
	margin: 40px auto 20px auto;
}

ul.test {
	margin: 12px 0;
	list-style-type: none;
}

ul.test li {
	display: block;	
	float: left;
	width: 33%;
	margin-right: 3px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 19px;
}

ul.test li img {
	margin-top: 12px;
}

.box-menu {
	margin-bottom: 0px;
	background-color: #ffffff;
	border-radius: 0;
}

.box {
	margin-bottom: 0px;
}

.box .indent1 {
	padding-right: 24px;
	padding-bottom: 8px;
}
.box .indent2 {
	padding:35px 48px 21px 32px
}

.box-2 {
	width:100%;
	background-repeat: no-repeat;
	background-position: center bottom;	
}

.box-2 .indent {
	padding:29px 30px 21px 33px;
}

.box-2 .indent2 {
	padding:29px 30px 21px 33px;
}

.box-3 {
	background:url(http://carmelospizza.com/images/box3_bg.jpg) no-repeat 0 0;
	width:330px;
	margin-top:79px;
	color:#2b0200;
	height:334px
}

.box-3 .indent {
	padding:29px 30px 20px 22px
}

.box-4 {
	width:100%;
	background-image: url(http://carmelospizza.com/images/box4_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.box-4 .indent {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.box-5 {
	width:330px;
	color:#2b0200;

	background-color: #ebebeb;
	border-radius: 20px 20px 0 0;
}

.box-5 .indent {
	padding-bottom: 20px;
}

.box-5 .indent h2 {
	background-color: #ed2124;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 18px 0 4px 0;
	border-radius: 20px 20px 0 0;
	line-height: 16px;
}

img.circle {
	border-radius: 50%;	
	border: 8px solid #000000;
}

div.button {
	padding: 10px 0 60px 0;
	margin: 40px 0;	
	background: #efefef;
	background-image: url(../images/ButtonBackground.jpg);
	background-size: 100%;
	background-position: center center;
}

div.button a {
	display: block;
	width: 55%;
	background-color: #003399;
	color: #ffffff;
	text-align: center;
	padding: 4px 0 6px 0;
	margin: 0 auto;	
	border-radius: 6px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 26px;
	text-decoration: none;
}

div.button a:hover {
	background-color: #ed2024;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

div.buttons {
	padding: 10px 0 30px 0;
	margin: 0;
}

div.buttons a {
	display: block;
	width: 85%;
	background-color: #003399;
	color: #ffffff;
	text-align: center;
	padding: 12px 0 14px 0;
	margin: 0 auto;	
	border-radius: 6px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 26px;
	text-decoration: none;
}

div.buttons a:hover {
	background-color: #ed2024;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

span.click {
	font-family: 'Lobster', cursive;
	font-size: 38px;
}

div.watermark, div.watermark a {
	margin: 10px auto;	
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}

input.submit {
	background-color: #003399;
	color: #ffffff;	
	border: none;
	cursor: pointer;
	width: 120px;
	height: 36px;
	font-size: 15px;
	border-radius: 8px;
}

input.submit:hover {
	background-color: #ed2024;
	color: #ffffff;
	border: none;
}

/*footer*/
#footer {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	height: 62px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #ed2024;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #02612a;
}

#footer .indent {
	width: 650px;
	float: left;
	text-align: left;
	margin: 2px 0 0 40px;
	font-size: 14px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}

#footer .indent2 p {
	width: 300px;
	float: left;
	text-align: left;
	margin: 9px 0 0 0;
	font-size: 14px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}

#footer .social {
	width: 140px;
	float: right;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
}

#footer .social img {
	margin-right: 9px;
}

#footer a {
	color:#f3c98d;
	text-decoration:underline
}

#footer a:hover {
	color:#f3c98d;
	text-decoration:none
}

ul.footer-menu {
	margin:0;
	padding:0 0 6px 0;
	list-style:none;
	width:100%;
	overflow:hidden
}

ul.footer-menu li {
	line-height:1em;
	display:inline
}

ul.footer-menu li a{
	text-decoration:underline;
	color:#E2DE90 !important;
	padding:0 10px 0 14px;
	border-left:solid 1px #ffdeaf
}

ul.footer-menu li a:hover {
	text-decoration:none
}

ul.footer-menu li a.m1 {
	padding-left:0;
	border:none
}

div.buttons {
	padding: 10px 0 30px 0;
	margin: 0;
}

div.buttons a {
	display: block;
	width: 85%;
	background-color: #ed2024;
	color: #ffffff;
	text-align: center;
	padding: 12px 0 14px 0;
	margin: 0 auto;	
	border-radius: 6px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 26px;
	text-decoration: none;
}

div.buttons a:hover {
	background-color: #ff4748;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}