@charset "utf-8";
/* CSS Document */
/* KRACKMEDIA.COM */

/**UNIVERSAL STYLES**/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #16372E;
	font-family: "Trebuchet MS", "New Gothic Std", sans-serif;
	font-size: 13px;
	color: #FFF;
}
hr {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1c493b;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

/**OVERRIDE STYLES**/
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb { clear:both;}

/**STRUCTURE**/
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 85px;
	float: left;
	background-color: #386044;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}
#tagline {
	padding-top: 17px;
	width: 190px;
	height: 85px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #b5b4b4;
}
#tagline h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
#nav {
	float:right;
	height: 85px;
/*	width: 473px;  width with FAQ */
	width: 401px;
}
#banner {
	width: 960px;
	height: 297px;
	float: left;
	clear: both;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#promo {
	width: 275px;
	height: 297px;
	float:right;
	padding-right: 10px;
}
#main {
	float: left;
	width: 960px;
	background-color: #386044;
}
#content {
	float: left;
	width: 626px;
	padding-left: 32px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#sidebar {
	float: right;
	width: 287px;
	height: 450px;
}
#footer {
	height: 50px;
	width: 960px;
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #474646;
}
/**NAV STYLING**/
#nav_block {
 	list-style: none;
	padding: 0;
	margin: 0;
/*	width: 473px;  width with FAQ */
	width: 401px;
	height: 85px;
	padding-right: 5px;
}
#nav_block li {
	float: left;
	padding-right: 5px;
}
#nav_block li a{
	text-decoration:none;
	color: #FFF;
	height: 85px;
	width: 72px;
	display:block;
	padding-top: 35px;
	text-align: center;
	background-image: url(../images/button_down.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-transform: uppercase;
}
#nav_block li a:hover {
	background-image: url(../images/button_up.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#nav_block a.current {
	background-image: url(../images/button_up.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/**FONT STYLING**/
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
p {
	color: #FFFFFF;
}
a {
	color: #FFCC66;
	text-decoration:underline;
}
a:hover {

}
#promo h1 {
	margin-top: 90px;
	font-size: 24px;
	text-align:center;
}
#promo .phone {
	font-size: 30px;
	font-weight: bold;
	color: #E5AA42;
	text-align:center;
}
#promo .code {
	font-size: 13px;
	text-align:center;
}
#news p {
	color: #FFF;
}
.copyright {
	text-align: center;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
	color: #CCC;
}
#content li {
	list-style-image: url(../images/li.gif);
	margin-left: 25px;
}
#content li.answer {
	margin-left: 25px;
	color: #E5AA42;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
}
#content #about li {
	margin-left: 25px;
	list-style: disc url(none);
}

/**PHOTO GALLERY**/
#gallery {
	height: 600px;
	width: 600px;
	margin: 0 auto;
}
.hidden_container {
	display: none;
}
.highslide-wrapper {
height: 500px;
}

/**FORM STYLING**/
.formfeild {
	display:none;
}
textarea {
	width: 300px;
}
#content h2 { text-align: center; color: #1C493B; background-color: #E5AA42; width: auto; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #1C493B; border-bottom-color: #1C493B; margin: 0px; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; }
