@charset "UTF-8";

/* Site Background Color*/
body {
	background-color: #158534;
}

#header {
	background-color: #f0ff3f;
}

/* Top Bar */
#header h1 {
	background-color: #17b30a;
}

#header h1 a {
	color: #faff0c;
	text-shadow: 1px 0 #3bba7d;
}

#slogan {
	color: #db2727;
}

/* Click to Call Button */
.clicktocall {
	background-color: #faff16;
}

.clicktocall a {
	color: #c73535;
	text-shadow: 1px 0 #352131;
}

/* Navigation Menu */
.nav {
	background-color: #ecff16;
	color: #ba2200;
}

.nav a {
	color: #0c0619;
	text-shadow: 1px 0 #213435;
}

/* Main Menu */
#menu ul {
	/*border: 1px solid #5cb800;	*/
}

#menu ul li {
	border-top: 1px solid #46685b;
	border-right: 1px solid #5cb800;
	border-left: 1px solid #5cb800;
	background-color: #edff1d;
}

#menu ul li:first-child {
	border-top: 1px solid #5cb800;
}

#menu ul li:last-child {
	border-bottom: 1px solid #5cb800;
}

#menu ul li a {
	color: #c71f1f;
	text-shadow: 1px 0 #213435;
	/*background-color: #edff1d;*/
	/*background:url(http://meeashotdogs.com/images/arrow-white.gif) no-repeat right center;*/
}

ul.horizontal-menu li {
	background: none !important;
}

.horizontal-menu div {
	border: 1px solid #5cb800;
	background-color: #edff1d;
}

.horizontal-menu div a {
	background: none !important;
}

/* Content Area */

#contentarea {
	color: #213435;
	border: 1px solid #afff25;
	background-color: #edff18;
	padding: 20px;
}

/* Footer */
#footer {
	background-color: #e2e64d;
	color: #0f0404;
}

#footer a {
	color: #211ec9;
}