﻿@charset "UTF-8";
/* CSS Document */

.text {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#5c4a46;
	font-size:12px;
}
.vendor {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#5c4a46;
	font-size:14px;
	font-weight:bold;
}
.h1 {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#000000;
	font-size:14px;
	font-weight: bold;
	font-variant:small-caps;
}
body {
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	background-position:top;
	background-color:#dcd6d6;
	display:block;
	color:#000000;
	font-size:11px;
	margin: 0px auto;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#header {
	background-image:url(images/StripesFaded.jpg);
	background-repeat:repeat;
	background-color:#dcd6d6;
	background-position:center top;
	display:block;
	margin: 0px auto;
	width:100%;
	height:185px;
	position:relative;
	margin-top:-11px;
	clear:both;
	

}
#secondheader {
	background-image:url(images/Stripes.jpg);
	background-repeat:repeat;
	background-color:#dcd6d6;
	background-position:center top;
	display:block;
	margin: 0px auto;
	width:100%;
	height:30px;
	position:relative;
	margin-top:-14px;
	clear:both;
}
#headershadow {
	background-image:url(images/HeaderShadow.png);
	background-repeat:repeat;
	background-color:#dcd6d6;
	background-position:center top;
	display:block;
	margin: 0px auto;
	width:100%;
	height:10px;
	position:relative;
	margin-top:0px;
	clear:both;
}


#headerwrap {
	display:block;
	width:1024px;
	height:200px;
	margin-top:0px;
	color:#000000;
	font-size:11px;
	margin: 0px auto;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	clear:none;
}



#header ul {
	float:right;
	display:block;
	clear:both;
	width:275px;
	position:absolute;
	margin-top:-30px;
	margin-left:800px;
	z-index:3;
	height: 71px;
	left: 26px;
}
#header ul li{
	display:inline;
	float:left;
	padding-left:5px;
	padding-right:5px;
	margin:auto 0px;
	white-space:nowrap;

}
/*
#pagecontainer {

	position:relative;
	top:0;
	left:0;
	width:100%;
	height:1000px;
	overflow:hidden;
	background-color:white;
}
*/
#active {
	background-image: url("images/ActiveTabMarkerFull.png");
    background-position: left top;
    background-repeat: no-repeat;
	position: absolute;
    top: -510px;
    width: 300px;
    height:660px;
    z-index: -1;
    left: 34px;
}
#active2 {
	background-image: url("images/ActiveTabMarkerFull.png");
    background-position: left top;
    background-repeat: no-repeat;
	position: absolute;
    top: -510px;
    width: 300px;
    height:660px;
    z-index: -1;
    left: 124px;
}
#active3 {
	background-image: url("images/ActiveTabMarkerFull.png");
    background-position: left top;
    background-repeat: no-repeat;
	position: absolute;
    top: -510px;
    width: 300px;
    height:660px;
    z-index: -1;
    left: 215px;
}
.centeredimage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
    
html, body, #container {display:block;}
body > #container {
	display:block;
	width:1024px;
	min-height:100%;
	margin-top:0px;
	position:relative;
	height:auto;
	margin: 0px auto;
}
#left {
	float:left;
	padding-top:60px;
	padding-left:5px;
	width:250px;
	padding-bottom:60px;
	display:block;
}
#content {
	width:1024px;
	margin:0px auto;
	text-align:left;
	}
#wrapper {
	display:block;
	width:1024px;
	margin-top:0px;
	color:#000000;
	font-size:11px;
	margin: 0px auto;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	clear:none;
}

#right {
	float:left;
	margin-top:49px;
	display:block;
	width:670px;
	display:block;
}

.accentlinetop {
	background-image:url(images/DecorativeLine.png);
	background-repeat:repeat-x;
	background-position:center top;
	width:100%;
	margin-top:0px;
	position:relative;
	top:-8px;
	clear:both;
	display:block;
	z-index:2;

}
.accentlinebottom {
	background-image:url(images/DecorativeLine.png);
	background-repeat:repeat-x;
	background-position:center top;
	width:100%;
	margin-top:0px;
	position:fixed;
	bottom:29px;
	clear:both;
	display:block;
	z-index:2;
}
#footerwrap {
	display:block;
	width:1024px;
	height:35px;
	margin-top:0px;
	color:#5c4a46;
	font-size:14px;
	font-weight:bold;
	margin: 0px auto;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	clear:none;
}
#footer {
	background-image:url(images/StripesFaded.jpg);
	background-repeat:repeat;
	background-position:center top;
	width:100%;
	height:35px;
	position:fixed;
	margin-top:0px;
	bottom:0px;
	background-color:#dcd6d6;
	clear:both;
	display:block;
	z-index:1;
}
#footer ul {
	float:left;
	display:block;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:-40px;

}
#footer ul li{
	display:block;
	float:left;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #5c4a46;
}
#footer ul li.end{
	display:block;
	float:left;
	padding-left:5px;
	padding-right:5px;
	border-right:none;
}
a, a:link, a:active, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
a:hover {
	color:#5c4a46;
}
#footer img {
	padding-top:0px;
	float:left;
	border:none;
}
.leftvendor {
	float: left;
	display:block;
	padding: 15px;
	margin-left: 10px;
	margin-top:-30px;
	margin-right: 10px;
	margin-bottom:50px;
	background: #cac2c0;
	border: 1px solid #5c4a46;
	width: 225px; 
	clear:none;
}
	
	
.rightvendor {
	float: left;
	display:block;
	padding: 15px;
	margin-left:10px;
	margin-top:-30px;
	margin-right:10px;
	margin-bottom:50px;
	background: #cac2c0;
	border: 1px solid #5c4a46;
	width: 225px; 
		clear:none;
}




a#rollover01 {
	background-image:url(images/Home.png); 
	height: 41px; 
	width:75px;
	display:block; 
	z-index:20;
	}
a#rollover01 span { 
	display:none;
	}
a#rollover01:hover { 
	background-image:url(images/HomeOver.png); 
	z-index:20;
	}
a#rollover02 { 
	background-image:url(images/Vendors.png); 
	height: 41px; 
	width:85px; 
	display:block;
	z-index:20;
	}
a#rollover02 span { 
	display:none;
	}
a#rollover02:hover { 
	background-image:url(images/VendorsOver.png); 
	z-index:20;
}
a#rollover03 { 
	background-image:url(images/Contact.png); 
	height: 41px; 
	width:77px; 
	display:block;
	z-index:20;
	}
a#rollover03 span { 
	display:none;
	}
a#rollover03:hover { 
	background-image:url(images/ContactOver.png); 
	z-index:20;
}

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/SlideshowShadow2.png) no-repeat;
    width:380px;
    height:587px;
    margin:0 auto;
    margin-top: -40px;
    margin-left:50px;

}
#slider {
    background:url(images/SlideshowShadow2.png) no-repeat;
	position:relative;
    width:398px;
    height:554px;
    margin-left:6px;
	margin-top: 0px;
	background:url(images/loading.gif) no-repeat 50% 50%;

}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	text-decoration:none;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:0px;
	bottom:-62px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/Bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
    font-weight:bold;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
