@charset "utf-8";
/* CSS Document */

/***********************
   RESET
***********************/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,strong,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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/******************** MAIN ********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	background-color: #CCC;	
}
a, a:link, a:visited {
	text-decoration: none;
	color: #b10122;
}
a:hover, a:active {
	text-decoration: none;
	color: #8C001A;
}
p {
	font-size: 14px;
	margin: 0px;
	padding: 15px;
}
ul {
	list-style-type: disc;
}
ul li {
	margin: 0 0 0 70px;
	line-height: 2;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 25px;
	margin: 0px;
	padding: 10px 0;
	background-color: #8C001A;
	background-image: url(galler/redBar.jpg);
	background-repeat: repeat-x;
	color: #fff;
	text-align: center;
	font-family: 'Merienda', cursive;
}
h2 {
	font-size: 22px;
	margin: 15px 10px 20px 10px;
	padding: 10px 0 2px 60px;
	border-bottom: solid 2px #8C001A;
	font-family: 'Merienda', cursive;
	background-image: url(graphics/arrow.png);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}
h3 {
	font-size: 19px;
	margin: 0 15px 8px 15px;
	padding: 20px 0 2px 40px;
	border-bottom: solid 2px #8C001A;
	font-family: 'Merienda', cursive;
	width: 472px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	}
::selection {
	background: #eaa2ba; 
	}
::-moz-selection {
	background: #eaa2ba; 
}
/******************** END MAIN ********************/


/******************** CLASSES ********************/

.banner {
	margin: 0px;
	padding: 5px 0;
	background-color: #666;
	background-image: url(graphics/bannerGrad.jpg);
	background-repeat: repeat-x;
	height: 243px;
}
.bannerBox {
	margin: 0 0 2px 4.6px;
	width: 269.8px;
	float: left;
	text-align: center;
	background-color: white;
	background-image: url(graphics/bannerBox.jpg);
	height: 79.74999px;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	filter: alpha(opacity=90);
	opacity: .9;
}
.bannerBox h3 {
	font-size: 18px;
	margin: 0px;
	padding: 25px 0 0 0;
	border: 0px;
	width: 269.8px;
	font-family: 'Merienda', cursive;
}
.bannerBox:hover {
	background-image: none;
	background-color: #fff;
	filter: alpha(opacity=90);
	opacity: .9;
}
.bannerHeader {
	background-image: url(graphics/headerBG.jpg);
	height: 120px;
}
.bannerImg {
	float: left;
	margin: 0 1px 0 6px;
	padding: 0px;
	height: 244px;
	width: auto;
}
.center {
	text-align: center;
	}
.clear {
	clear: both;
}
.content {
	width: 960px;
	margin: 0px auto;
	background-color: #fff;
	padding: 0px;
}
.footer {
	background-color: #626262;
	background-image: url(graphics/footerBG.jpg);
}
.footerContent {
	width: 960px;
	margin: 0px auto;
	color: #fff;
	height: 150px;
	padding: 0px;
}
.footerRight {
	float: right;
	height: 92px;
	width: 265px;
	margin: 20px 55px 20px 0;
	font-size: 14px;
}
.footerRight a, .footerRight a:link, .footerRight a:visited {
	color: #e2e2e2;
	font-weight: bold;
}
.footerRight a:active, .footerRight a:hover {
	color: #fdbfbf;
}
img.logo, img.logoFooter {
	padding: 12px 0 8px 10px;
	float: left;
}
img.logoFooter {
	padding-top: 30px;
}
.imgRight {
	float: right;
	margin: 15px 15px 5px 15px;
	-moz-box-shadow:    3px 3px 4px 2px #ccc;
    -webkit-box-shadow: 3px 3px 4px 2px #ccc;
    box-shadow:         3px 3px 4px 2px #ccc;
}
.leftContent {
	float: left;
	width: 530px;
}
.leftContent h3, h3.form {
	background-image: url(graphics/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
.logoRight {
	float: right;
	height: 92px;
	width: 265px;
	margin: 40px 15px 0 0;
	font-size: 14px;
}
.logoRight h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.noBG {
	background-color: transparent;
}
.redBar {
	margin: 0px;
	padding: 0px;
	background-color: #8C001A;
	background-image: url(galler/redBar.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 1px black;
	height: 10px;
}
.space {
	margin-top: 20px;
}
.thin {
	height: 5px;
}
.topSpace {
	margin: 15px 0;
}
.wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/******************** END CLASSES ********************/


/******************** FORM ********************/

div.radio {
	width: 130px;
	margin-left: 7px;
	float: left;
	}
.extraOrders {

}
form {
	font-size: 14px;
	}
h3.form {
	width: 400px;
	margin-left: -10px;
	}
h4.form {
	font-family: 'Merienda', cursive;
	font-size: 18px;
	background-image: url(graphics/plateInfo.jpg);
	color: #fff;
	margin: 0px;
	padding: 28px 0 13px 20px;
	background-repeat: no-repeat;
	}
.half {
	float: left;
	width: 435px;
	margin: 0 15px 0 30px;
	}
.IMGsuccess {
	float: right;
	margin-right: 100px;
	}
input, textarea, select {
	background-color: #ffffff;
	border: 2px solid #8C001A;
	border-radius: 2px;
	font-size: 15px;
	padding: 5px;
	margin-top: 5px;
	-moz-box-shadow:    1px 1px 1px 1px #838383;
    -webkit-box-shadow: 1px 1px 1px 1px #838383;
    box-shadow:         1px 1px 1px 1px #838383;
	}
input.radio {
	border: 0px;
	margin-right: 5px;
	-mox-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #3B3B3B;
	}
input.radio:hover, input.radio:active {
	border:0px;
	background: #3B3B3B;
	}
input[type="radio"], input[type="radio"]:checked {
	border: 0px;
	background: #3B3B3B;
	}
input:focus, input:hover, textarea:hover, textarea:focus, select:focus, select:hover {
	background-color: #E2E2E2;
	border: 2px solid #000;
	outline: none;
	}
.inputhalf {
	width: 400px;
	}
.inputfull {
	width: 400px;
	height: 70px;
	}
.inputSmall {
	float: right;
	width: 260px;
	margin: -5px 20px 20px 0;
	}
.label, .label2 {
	font-weight: bold;
	}
.label {
	margin: 15px 0 0 0;
	}
.label2 {
	margin: 25px 0 0 0;
	}
.orderInfo {
	background-color: #3B3B3B;
	color: #fff;
	border-top: solid 4px #7D0018;
	padding-top: 10px;
	padding-bottom: 25px;
	}
.platesFloat {
	float: left;
	margin: 15px;
	}
.submit {
	background-color: #8C001A;	
	font-weight: bold;
	color: #ffffff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-mox-border-radius: 2px;
	padding: 7px 10px;
	width: 150px;
	text-align: center;
	margin: 15px 0 10px 30px;
	}
.submit:hover {
	background-color: #000;
	cursor: pointer;
	}

/******************** END FORM ********************/


/* NEW */
.img-full {
	width: 100%;
	height:auto;
}
.email-btn {
	display: block;
	font-size: 20px;
	margin: 0 auto;
	text-align:center;
}
.new-menu {	
    background-color: burlywood;
    padding: 10px;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
}