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

/* Caruso's Sandwich Company *

/* Global */

:focus
{
-moz-outline-style: none;
}


* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, Sans Serif;
	text-align: left;
	border: 0; }

.clearboth {
	clear: both;
	height: 1%; }

.clearleft {
	clear: left;
	height: 1%; }

.clearright {
	clear: right;
	height: 1%; }


a {
	text-decoration: none; }


body {
	background: url(../images/bg.jpg) 50% 0 repeat #4f2b30; }


#wrapper {
	margin: 0 auto;
	padding: 15px 0;
	width: 970px; }
	

#masthead {
	position: relative;
	padding: 18px 20px 0;
	width: 930px;
	height: 126px;
	background: url(../images/masthead.gif) 0 0 no-repeat; }

#masthead h1, #masthead h2 {
	display: none; }

#masthead #logo {
	position: absolute;
	top: 21px;
	left: 44px;
	width: 201px;
	height: 111px; }

#masthead ul.menu {
	margin: 0 0 0 715px;
	list-style: none; }

#masthead ul.menu li {
	float: left;
	padding: 0 0 0 8px;
	height: 21px;
	font-size: 12px;
	color: #000; }

#masthead ul.menu li a {
	float: left;
	display: block;
	padding: 0 0 0 15px;
	height: 21px;
	color: #000;
	background: url(../images/map_marquee_01.gif) 0 0 no-repeat; }

#masthead ul.menu li a b {
	float: left;
	display: block;
	cursor: pointer;
	padding: 0 15px 0 0;
	height: 21px;
	line-height: 21px;
	font-weight: normal;
	background: url(../images/map_marquee_01.gif) 100% -22px no-repeat; }

#masthead ul.menu li a:hover {
	background: url(../images/map_marquee_01.gif) 0 -44px no-repeat; }

#masthead ul.menu li a:hover b {
	background: url(../images/map_marquee_01.gif) 100% -66px no-repeat; }


#footer {
	padding: 12px 50px 20px; }

#footer table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; }

#footer table td {
	font-size: 10px;
	color: #fff;
	text-align: left;
	vertical-align: middle; }

#footer table td.col1 {
	width: 225px; }

#footer table td.col4 {
	width: 645px; }

#footer table td img {
	border: 1px solid #3a2944; }



ul#mainmenu {
	width: 950px;
	height: 60px;
	list-style: none; }

ul#mainmenu table {
	position:absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-collapse: collapse; }

ul#mainmenu li {
	float: left;
	padding: 2px 0 2px 3px;
	font-size: 16px;
	color: #fff;
	font-weight: bold; }

ul#mainmenu li.menu1 {
	width: 188px; }

ul#mainmenu li.menu2 {
	width: 188px; }

ul#mainmenu li.menu3 {
	width: 186px; }

ul#mainmenu li.menu4 {
	width: 187px; }

ul#mainmenu li.menu5 {
	width: 186px; }

ul#mainmenu li a {
	float: left;
	display: block;
	color: #fff;
	text-align: center; }

ul#mainmenu li a:hover, ul#mainmenu li.active a {
	color: #000;
	background: url(../images/mainmenu_on.png) 0 0 repeat; }

ul#mainmenu li:hover > a {
	color: #000;
	background: url(../images/mainmenu_on.png) 0 0 repeat; }

ul#mainmenu li:hover ul li a {
	color: #322749;
	background: none; }

ul#mainmenu li:hover, ul#mainmenu li a:hover {
	position: relative;
	z-index: 500; }

ul#mainmenu li.menu1 a {
	padding: 17px 0 0;
	width: 184px;
	height: 39px; }

ul#mainmenu li.menu2 a {
	padding: 17px 0 0;
	width: 184px;
	height: 39px; }

ul#mainmenu li.menu3 a {
	padding: 17px 0 0;
	width: 182px;
	height: 39px; }

ul#mainmenu li.menu4 a {
	padding: 9px 0 0;
	width: 183px;
	height: 47px; }

ul#mainmenu li.menu5 a {
	padding: 17px 0 0;
	width: 182px;
	height: 39px; }

ul#mainmenu li.active ul li a, ul#mainmenu li a:hover ul li a {
	color: #322749;
	background: none; }


ul#mainmenu li ul {
	position: absolute;
	z-index: 500;
	overflow: hidden;
	top: 56px;
	left: -9999px;
	padding: 5px 4px 15px;
	width: 180px;
	background: url(../images/mainmenu_submenu.jpg) 0 0 repeat-x #ece9f1;
	border: 3px solid #322749; }

ul#mainmenu :hover ul {
	left: 5px;
	white-space: nowrap; }

ul#mainmenu li ul li {
	float: none;
	padding: 2px 0 0;
	width: 180px;
	font-size: 13px;
	color: #322749;
	font-weight: bold; }

ul#mainmenu li ul li a {
	float: none;
	display: block;
	padding: 2px 8px;
	width: 164px;
	height: auto;
	color: #322749;
	text-align: left; }

ul#mainmenu li.menu1 ul li a {
	padding: 2px 8px;
	width: 164px;
	height: auto; }

ul#mainmenu li.menu2 ul li a {
	padding: 2px 8px;
	width: 164px;
	height: auto; }

ul#mainmenu li.menu3 ul li a {
	padding: 2px 8px;
	width: 164px;
	height: auto; }

ul#mainmenu li.menu4 ul li a {
	padding: 2px 8px;
	width: 164px;
	height: auto; }

ul#mainmenu li.menu5 ul li a {
	padding: 2px 8px;
	width: 164px;
	height: auto; }

ul#mainmenu li ul li a:hover, ul#mainmenu li ul li.active a {
	color: #fff;
	background: #322749; }

ul#mainmenu li a:hover ul li a {
	color: #322749; }

ul#mainmenu li ul li a:hover, ul#mainmenu li ul li.active a,
ul#mainmenu li a:hover ul li a:hover, ul#mainmenu li a:hover ul li.active a {
	color: #fff;
	background: #322749; }




/* Home */

#hp_promo {
	position: relative;
	width: 950px;
	height: 300px;
	overflow: hidden;
	background: #000;
	border: 10px solid #322749; }


#hp_content {
	position: relative;
	padding: 35px 0 5px;
	width: 950px;
	background: url(../images/hp_content.jpg) 100% 0 no-repeat #453565;
	border-right: 10px solid #322749;
	border-left: 10px solid #322749; }

#hp_content .menubox {
	position: absolute;
	z-index: 9000;
	top: -70px;
	left: 0;
	width: 950px;
	background: url(../images/hp_menu.png) 0 0 no-repeat; }

#hp_content #welcome {
	margin: 0 0 0 40px;
	width: 800px; }

#hp_content #welcome h1 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase; }

#hp_content #welcome a {
	color: #ebab00; }

#hp_content #welcome .left {
	float: left;
	display: inline;
	padding: 10px 0 0;
	width: 200px; }

#hp_content #welcome .right {
	float: left;
	display: inline;
	padding: 15px 0 0;
	width: 600px; }

#hp_content #welcome .right h3 {
	font-size: 14px;
	color: #fedd1b;
	font-weight: bold; }

#hp_content #welcome .right p {
	font-size: 12px;
	color: #fff;
	line-height: 1.5em; }


#hp_content .item {
	position: relative;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 243px;
	background: url(../images/hp_item.jpg) 0 0 no-repeat; }

#hp_content .item h2 {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-transform: lowercase; }

#hp_content .item h5 {
	margin: 0 0 10px;
	font-size: 12px;
	color: #efd01c;
	font-weight: bold; }

#hp_content .item p {
	margin: 0 0 10px;
	font-size: 12px;
	color: #fff; }

#hp_content .item p a {
	color: #ebab00; }

#hp_content .item p a:hover {
	text-decoration: underline; }

#hp_content .item ul {
	margin: 0 0 10px;
	list-style: none; }

#hp_content .item ul li {
	padding: 5px 0 0 15px;
	font-size: 12px;
	color: #fff;
	line-height: 1.25em;
	background: url(../images/bullet01.gif) 0 11px no-repeat; }

#hp_content .item ul li a {
	color: #fff;
	text-decoration: underline; }
	

#hp_content #item_order {
	float: left;
	display: inline;
	margin: 70px 0 0 38px;
	padding-top: 50px;
	min-height: 150px; }

#hp_content #item_order h2 {
	position: absolute;
	top: -32px;
	left: 5px;
	padding: 38px 0 0 15px;
	width: 287px;
	height: 54px;
	background: url(../images/hp_item_order.gif) 0 0 no-repeat; }	

#hp_content #item_order form {
	padding: 0 0 30px; }

#hp_content #item_order form label {
	display: block;
	font-size: 12px;
	color: #fff; }

#hp_content #item_order form select {
	margin: 3px 0 0;
	width: 200px;
	font-size: 12px;
	color: #59005d;
	font-weight: bold;
	border: 1px solid #000; }

#hp_content #item_news {
	float: left;
	display: inline;
	margin: 70px 0 0 22px;
	padding-top: 50px;
	min-height: 150px; }

#hp_content #item_news h2 {
	position: absolute;
	top: -8px;
	left: 5px;
	padding: 14px 0 0 15px;
	width: 255px;
	height: 33px;
	background: url(../images/hp_item_news.jpg) 0 0 no-repeat; }

#hp_content #item_opps {
	float: left;
	display: inline;
	margin: 70px 0 0 22px;
	padding-top: 50px;
	min-height: 150px; }

#hp_content #item_opps h2 {
	position: absolute;
	top: -8px;
	left: 5px;
	padding: 14px 0 0 15px;
	width: 255px;
	height: 33px;
	background: url(../images/hp_item_opps.jpg) 0 0 no-repeat; }
	

#hp_bottom {
	width: 970px;
	height: 23px;
	background: url(../images/hp_bottom.gif) 0 0 no-repeat; }

/* end of Home */






/* Inner */

.ip_menubox {
	width: 950px;
	background: url(../images/ip_menu.jpg) 0 0 no-repeat;
	border-top: 6px solid #322749;
	border-right: 10px solid #322749;
	border-bottom: 5px solid #322749;
	border-left: 10px solid #322749; }
	

#ip_content {
	width: 950px;
	background: url(../images/ip_content.jpg) 0 0 repeat-y;
	border-right: 10px solid #322749;
	border-left: 10px solid #322749; }

#ip_content .left {
	float: left;
	display: inline;
	padding: 30px 0 50px;
	width: 254px;
	min-height: 500px;
	background: url(../images/ip_content_left.jpg) 0 100% repeat-x #65518b;
	border-right: 3px solid #453565; }

#ip_content .left h1 {
	margin: 0 0 0 17px;
	padding: 0 10px 0 18px;
	width: 209px;
	height: 31px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 31px;
	background: url(../images/ip_content_left_h1.gif) 0 0 no-repeat; }

#ip_content .left ul.menu {
	padding: 8px 0 15px 6px;
	margin: 0 0 0 29px;
	width: 213px;
	list-style: none;
	background: url(../images/ip_content_left_menu.jpg) 0 100% repeat-x #beb1d2;
	border-right: 3px solid #322749;
	border-left: 3px solid #322749; }

#ip_content .left ul.menu li {
	padding: 6px 0 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25em; }

#ip_content .left ul.menu li a {
	display: block;
	padding: 0 8px;
	width: 189px;
	height: 23px;
	color: #fff;
	line-height: 23px; }

#ip_content .left ul.menu li a:hover, #ip_content .left ul.menu li.active a {
	background: url(../images/ip_content_left_menuover.gif) 0 0 no-repeat; }

#ip_content .left .menubot {
	margin: 0 0 0 29px;
	width: 225px;
	height: 13px;
	background: url(../images/ip_content_left_menubot.gif) 0 0 no-repeat; }

#ip_content .left .txtbox {
	margin: 0 15px 0 32px;
	padding: 10px 0 0; }

#ip_content .left .txtbox p {
	margin: 20px 0 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.35em; }

#ip_content .left .txtbox p img {
	padding: 3px; }

#ip_content .left .txtbox p a {
	color: #fedd1b; }

#ip_content .left .txtbox p a:hover {
	text-decoration: underline; }


#ip_content .right {
	float: right;
	display: inline;
	padding: 1px 0 50px;
	width: 693px;
	min-height: 500px;
	background: url(../images/ip_content_right.jpg) 0 0 repeat-x #5e488a; }

#ip_content .right .header {
	position: relative;
	padding: 1px;
	width: 691px;
	height: 168px;
	overflow: hidden;
	background: #322749; }

#ip_content .right .header h2 {
	position: absolute;
	padding: 0 10px;
	bottom: 1px;
	right: 1px;
	width: 691px;
	height: 34px;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	line-height: 34px;
	background: url(../images/ip_content_header_h2.png) 100% 0 no-repeat;
	behavior: url(iepngfix.htc); }


#ip_content .right p#crumbs {
	margin: 10px 0 0;
	font-size: 11px;
	color: #fff;
	text-transform: lowercase;
	text-align: right; }

#ip_content .right p#crumbs a {
	color: #fedd1b; }


#ip_content .right #subject {
	padding: 9px 25px 0;
	height: 1%;
	background: url(../images/ip_content_subject.jpg) 0 0 no-repeat; }

#ip_content .right #subject h1 {
	float: left;
	display: inline;
	margin: 5px 0 0;
	width: 550px;
	font-size: 20px;
	color: #fff;
	font-weight: bold; }

#ip_content .right #subject img.prev {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	width: 39px;
	height: 37px; }

#ip_content .right #subject a img.prev {
	background: url(../images/map_btn_01.gif) 0 0 no-repeat; }

#ip_content .right #subject a:hover img.prev {
	background: url(../images/map_btn_01.gif) 0 -38px no-repeat; }

#ip_content .right #subject img.next {
	float: left;
	display: inline;
	margin: 0 0 0 1px;
	width: 39px;
	height: 37px; }

#ip_content .right #subject a img.next {
	background: url(../images/map_btn_01.gif) -40px 0 no-repeat; }

#ip_content .right #subject a:hover img.next {
	background: url(../images/map_btn_01.gif) -40px -38px no-repeat; }


#ip_single_colbody {
	padding: 15px 10px 0 0; }

#ip_single_colbody p {
	margin: 15px 0 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.35em; }

#ip_single_colbody p a {
	color: #fedd1b; }

#ip_single_colbody p a:hover {
	text-decoration: underline; }

#ip_single_colbody ul {
	padding: 10px 15px 0 25px;
	list-style: none; }

#ip_single_colbody ul li {
	padding: 5px 0 0 15px;
	font-size: 14px;
	color: #fff;
	line-height: 1.35em;
	background: url(../images/bullet02.gif) 0 11px no-repeat; }


#ip_double_colbody {
	padding: 14px 0 0; }

#ip_double_colbody .col1 {
	float: left;
	display: inline;
	padding: 1px 0 0;
	width: 300px; }

#ip_double_colbody .col2 {
	float: right;
	display: inline;
	padding: 1px 0 0;
	width: 300px; }

#ip_double_colbody p {
	margin: 25px 0 0;
	font-size: 12px;
	color: #fff;
	line-height: 1.5em; }

#ip_double_colbody p a {
	color: #fedd1b; }

#ip_double_colbody p a:hover {
	text-decoration: underline; }

#ip_double_colbody ul {
	padding: 15px 0 0 6px;
	list-style: none; }

#ip_double_colbody ul li {
	padding: 5px 0 0 14px;
	font-size: 12px;
	color: #fff;
	line-height: 1.35em;
	background: url(../images/bullet03.gif) 0 11px no-repeat; }


#ip_single_colbody2 {
	padding: 14px 10px 0 0; }

#ip_single_colbody2 p {
	margin: 25px 0 0;
	font-size: 12px;
	color: #fff;
	line-height: 1.5em; }

#ip_single_colbody2 p a {
	color: #fedd1b; }

#ip_single_colbody2 p a:hover {
	text-decoration: underline; }

#ip_single_colbody2 ul {
	padding: 15px 0 0 6px;
	list-style: none; }

#ip_single_colbody2 ul li {
	padding: 5px 0 0 14px;
	font-size: 12px;
	color: #fff;
	line-height: 1.35em;
	background: url(../images/bullet03.gif) 0 11px no-repeat; }
 

#ip_bottom {
	width: 970px;
	height: 23px;
	background: url(../images/ip_bottom.gif) 0 0 no-repeat; }

/* end of Inner */






/* Locations */

#locations {
	padding: 15px 10px 0 0; }

#locations ul {
	list-style: none; }

#locations ul li {
	padding: 15px 0;
	border-bottom: 1px solid #9284ad; }

#locations ul li.last {
	border-bottom: none; }

#locations ul li .pic {
	float: left;
	display: inline;
	padding: 1px 0 0;
	width: 160px; }

#locations ul li .pic img {
	border: 1px solid #edb811; }

#locations ul li .txt {
	position: relative;
	float: left;
	display: inline;
	padding: 1px 0 0;
	width: 445px; }
	
#locations ul li .txt h3 {
	font-size: 14px;
	color: #ffe219;
	font-weight: bold; }

#locations ul li .txt h3 a {
	color: #ffe219; }

#locations ul li .txt p {
	margin: 5px 0 0;
	font-size: 12px;
	color: #fff; }

#locations ul li .txt p a {
	color: #fedd1b; }

#locations ul li .txt p.map {
	margin: 5px 0 0;
	padding: 0 0 0 28px;
	line-height: 15px;
	background: url(../images/tinymap.gif) 0 0 no-repeat; }

#locations ul li .txt .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 102px;
	height: 25px;
	background: url(../images/map_order_now.gif) 0 0 no-repeat; }

#locations ul li .txt a:hover .btn {
	background: url(../images/map_order_now.gif) 0 -27px no-repeat; }

/* end of Locations */





/* Location */

#location {
	padding: 15px 0 0; }

#location #summary {
	float: left;
	display: inline;
	padding: 25px 0 0;
	width: 290px; }
	
#location #summary h3 {
	font-size: 16px;
	color: #ffe219;
	font-weight: bold; }

#location #summary p {
	margin: 3px 0 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.35em; }

#location #summary .btn {
	display: block;
	margin: 20px 0 0;
	width: 102px;
	height: 25px;
	background: url(../images/map_order_now.gif) 0 0 no-repeat; }

#location #summary a:hover .btn {
	background: url(../images/map_order_now.gif) 0 -27px no-repeat; }
	

#location #mapbox {
	float: right;
	display: inline;
	padding: 15px 0 0;
	width: 305px;
	overflow: hidden; }

#location #mapbox iframe {
	width: 300px;
	height: 250px;
	border: 1px solid #322749; }

#location #mapbox p {
	margin: 5px 10px 0 0;
	font-size: 11px;
	color: #fff;
	text-align: right; }

#location #mapbox p a {
	color: #fedd1b; }


#location #detail {
	padding: 15px 15px 0 0; }

#location #detail p {
	margin: 15px 0 0;
	font-size: 14px;
	color: #fff; }

#location #detail a {
	color: #fedd1b; }

#location #detail a:hover {
	text-decoration: underline; }


#location #gallery_box {
	padding: 30px 0 0; }
	

.caption{
	font-style:italic;
	color:#887; }

.pics{
	position: relative;
	margin-top: 2em; }

.gallery_demo{
	margin: 0 auto;
	width: 500px;
	list-style: none; }
	
.gallery_demo li{
	float: left;
	cursor: pointer;
	width: 68px;
	height: 50px;
	margin: 2px;
	background: #000;
	border: 3px solid #fedd1b; }
	
.gallery_demo li div{
	left: 240px; }
	
#main_image{
	margin: 0 auto 20px auto;
	width: 500px;
	height: 375px;
	overflow: hidden;
	background: #000;
	border: 3px solid #322749; }
	
#main_image img{
	margin-bottom: 10px; }
	
.nav{
	clear: both;
	padding-top: 15px;
	font-size: 12px;
	color: #fff;
	text-align: center; }

.nav a {
	color: #fedd1b; }

/* end of Location */






/* Contact */

#contact_left {
	float: left;
	display: inline;
	padding: 15px 0 0;
	width: 363px; }

#contact_left .cap {
	width: 363px;
	height: 14px;
	background: url(../images/contact_left_cap.gif) 0 0 no-repeat; }

#contact_left form {
	padding: 5px 0 10px 15px;
	width: 348px;
	background: #322749; }

#contact_left form h5 {
	margin: 0 10px 25px 0;
	font-size: 12px;
	color: #fff;
	font-weight: normal; }

#contact_left form p {
	float: left;
	display: inline;
	margin: 10px 10px 0 0;
	width: 160px;
	font-size: 12px;
	color: #fff; }

#contact_left form .inptxt {
	float: left;
	display: inline;
	margin: 3px 10px 0 0;
	padding: 4px 8px 0;
	width: 144px;
	height: 21px;
	font-size: 14px;
	color: #000;
	background: url(../images/contact_left_inptxt.jpg) 0 0 repeat-x;
	border: 1px solid #181322; }

#contact_left form .inparea {
	margin: 3px 10px 0 0;
	padding: 4px 8px;
	width: 314px;
	height: 75px;
	overflow: auto;
	font-size: 14px;
	color: #000;
	background: url(../images/contact_left_inptxt.jpg) 0 0 repeat-x #a499b4;
	border: 1px solid #181322; }

#contact_left form .btn {
	display: block;
	margin: 30px auto 0; }

#contact_left .bot {
	width: 363px;
	height: 14px;
	background: url(../images/contact_left_bot.gif) 0 0 no-repeat; }
	

#contact_right {
	float: right;
	display: inline;
	padding: 35px 0 0;
	width: 250px; }

#contact_right p {
	margin: 15px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	font-style: italic; }

#contact_right a {
	color: #fedd1b; }

/* end of Contact */






/* News */

#news {
	padding: 15px 10px 0 0; }

#news ul {
	list-style: none; }

#news ul li {
	padding: 25px 0 0 18px;
	background: url(../images/bullet04.gif) 0 30px no-repeat; }

#news h3 {
	font-size: 14px;
	color: #fedd1b;
	font-weight: bold; }

#news h5 {
	font-size: 14px;
	color: #fff;
	font-weight: normal; }

#news p {
	margin: 5px 0 0;
	font-size: 12px;
	color: #fff; }

#news a {
	color: #fedd1b; }
	


#article {
	padding: 15px 10px 0 0; }

#article h3 {
	margin: 15px 0 0;
	font-size: 14px;
	color: #fedd1b;
	font-weight: bold; }

#article h5 {
	font-size: 14px;
	color: #fff;
	font-weight: normal; }

#article p {
	margin: 15px 0 0;
	font-size: 14px;
	color: #fff; }

#article a {
	color: #fedd1b; }

#article ul {
	margin: 15px 25px 0;
	list-style: none; }

#article ul li {
	padding: 5px 0 0 15px;
	font-size: 14px;
	color: #fff;
	line-height: 1.25em;
	background: url(../images/bullet01.gif) 0 13px no-repeat; }	

/* end of News */






/* Menu */

#menu {
	padding: 40px 20px; }

#menu table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; }

#menu table td {
	padding: 30px 20px 0 0;
	width: 50%;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle; }

#menu table td a {
	color: #fedd1b; }

#menu table td a:hover {
	text-decoration: underline; }

/* end of Menu */