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

/* --HTML Elements-- */
* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #3b3b3b;
	color: #545454;
	padding: 13px 0 25px 0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;

	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #19294a;
	text-decoration:none
	}

a:hover, a:active {
	color:#19294a;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
h1 {
	color: #19294a;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #19294a;
	padding-bottom: 2px;
	margin-right: 15px;
	margin-bottom: 5px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

h4 {
	color: #19294a;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #19294a;
	padding-bottom: 2px;
	margin-right: 15px;
	margin-bottom: 5px;
	width: 300px;
}

/* --Structure-- */

#container {
	width:900px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	padding: 10px 25px 25px 25px;
	border:2px solid #000000;
	}

#header {
	width:900px;
	padding-bottom:5px;
	background-image: url(../images/headerBKG.png);
	background-position: left;
	}
	
.logo {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 500px;
	margin-right: 0;
	padding: 0;
	
}



/* --Navigation-- */

#nav {
	margin: 0;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	background: #19294a; color: #FFF;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 8px;
	border:1px solid #000;

}

#nav li {
	display: inline;
	list-style: none;
	margin-right: 0.75em; padding-right: 0.75em;
	border-right:1px solid #b6b6b6;

}

#nav li.last {
	border-right: 0;
}

#nav a {
	font-size: 1.15em;
	font-weight:bold;
	color: #fff;
	}
	
#nav a:hover {
	color: #b4d670;
	text-decoration:underline;
}

/* --Main Ad-- */

#MainAd {
	width: 900px;
	margin-bottom: 10px;
	border-bottom: 10px solid #19294a;
	background-image: url(../images/mainadbkg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: 1px solid #19294a;
	border-left: 1px solid #19294a;
}

#flashAd {
	width: 500px;
	height: 340px;
}


/* --Features-- */

#features {
	width: 900px;
	margin: 0 auto;
	border-bottom: 10px solid #19294a;
	padding-bottom: 25px;
}

#featureBlock {
	width: 198px;
	margin-right: 8px;
	padding: 10px;
}

#featureBlock p {
	font-size: 1.25em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.statement {
	font-size: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
	
/* --Footer-- */

#footer {
	margin: 0 auto;
	font-size:.75em;
	padding-top:10px;
	vertical-align: middle;
	clear: both;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
/* --Advertiser--*/

#advertiser {
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 15px;
	border-bottom: 10px solid #19294a; 
}

#advertiser h1 {
	color: #19294a;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #19294a;
	padding-bottom: 2px;
	margin-right: 15px;
	margin-bottom: 5px;
}

#advertiser a {
	color: #19294a;
	text-decoration:none;
}

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

.caption {
	margin-top: 5px;
	margin-bottom: 30px;
}

/* --Advertiser List-- */

#adlist {
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 10px;
}

#adlist h1 {
	color: #19294a;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#adlist h2 {
	color: #19294a;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #19294a;
	padding-bottom: 1px;
	margin-bottom: 5px;
	
}

#adlist i {
	font-size: 12px;
}

/* --Back-- */

#back {
	font-size: 24px;
	width: 900px;
	height: 24px;
}

a.rollover {
	display: block;
	width: 95px;
	height: 24px;
	text-decoration: none;
	background: url(../images/back.png);
	}

a.rollover:hover {
	background-position: -95px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
/* --WHAT IS-- */
#whatis {
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 15px;
}
#whatis h2 {
	color: #19294a;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #19294a;

}

/* --CONTACT-- */
#contact {
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 5px;
}
#contact h2 {
	color: #19294a;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #19294a;

}

/* Image Floats */

#left {
	float:left;
	margin-right: 10px;
}

/* Pricing Chart */

#pricing {
	width: 800 px;
}

#pricing tr.title {
	font-size: 16px;
	background-color: #19294a;
	border-bottom: 3px #f4f4f4 solid;
}

#pricing tr.even {
	padding: 4px;
	border-right: 1px #FFF solid;
	border-bottom: 1px #FFF solid;

}

#pricing tr.odd {
	background-color: #f2f2f2;
	padding: 4px;
	text-align: left;
	border-right: 1px #FFF solid;
	border-bottom: 1px #FFF solid;

}


/* Easy Slider */
	#slider {
	margin: 0 auto;
	padding-top: 10px;
	}
	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
		height:340px;
		overflow:hidden; 
		}
	span#prevBtn{
		padding-top: 10px;
		float: left;
		font-weight: bold;
	}
	span#nextBtn{
		padding-top: 10px;
		float: right;
		font-weight: bold;
	}					

/* // Easy Slider */


/* Site Map */

#sitemap {
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 15px;
}

#sitemap h2{
	margin-bottom: 10px;
}

ul.first {
	margin-left:50px;
}

ul.second {
	margin-left:50px;
}

ul.third {
	margin-left:50px;
	margin-bottom:10px;
}

/* PRODUCTION STYLES */

ul.thum {
	list-style: none;
	margin-top: 10px;
}

ul.thum li {
	display: inline;
	margin: 0px 5px;
}


div.portfolio img {
     padding: 10px;
	 border: 1px solid #CCC;
	 background: #FFF;

}

div.portfolio img:hover {
     background: #EEE;
}

.alpha {margin-right: 0px;}

.omega {margin-left: 0px;}

/* SHOP STYLES */

#shop-item {
	margin: 30px 0px;
	clear: left;
}

#shop-item-image {
	float: left;
	margin-right:15px;
	height: 200px;
}

#shop-item-image img, #franchise-slide img {
	padding:10px;
	border:1px solid #CCC;
}

#shop-item-image img:hover, #franchise-slide img:hover {
	background-color: #EEE;
}

#franchise-slide ul {

}

#franchise-slide li{
	display: inline;
	margin: 10px 5px;
	list-style: none;

}