/* 
Title: 
Author:	
Updated:
Notes:
*/

/* -----Primary Page Elements----- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 1.5;
	color:#000000;

background: ;
	text-align:left;
	background-color:#FFFFFF;
}

#container {
	width:1024px;
	text-align:left;
	padding:0;
	background:#fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: baseline;
	bottom: auto;

}

#header {
	position:relative;
	width:1024px;
	height:235px;
	margin:0;
	padding:0;
	background:top left no-repeat url(../imgs/header.gif) #FFF688;
	background-color: #FFF688;
	background-image: url(../images/imgs/header.GIF);

}

#wrapper {
margin-left: 15px; /* to avoid the BMH */
}

#content {
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
	height: auto;
}


#footer {
	clear:both;
	text-align:center;
	background-color:#FFF688;
	width:1024px;
	margin:10px;


}

/*-----Links----- */
a:link {
	color:#C7012B;
	text-decoration:underline;
}
a:visited {

}
a:hover {
	text-decoration:none;

}

/*-----Basic Page Elements-----*/
p{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}
ul {
	margin:0;
	padding:0;
	}
li {
	margin:0;
	padding:0;
}
h1, h2, h3 {
	color:#C7012B;
	font-family: "Trebuchet MS", Avenir, Tahoma, Verdana, sans-serif;
	font-size:170%;
	padding:0;
	margin: 10px 0 0px 0;

}
h2 {
	font-size:140%;
	font-weight:normal;
	}
h4, h5, h6 {

}
blockquote {

}
code {

}
abbr, acronmy {

}
em {

}
strong {

}
/*-----Sidebar Elements-----*/
#sidebar {
	width:255px;
	float:right;
	padding:0 5px 0 0;
	margin:0;

}
#sidebar h2 {
	background:url(../imgs/sidebar-list-top.jpg) top left no-repeat;
	text-align:center;
	margin:0;
	padding: 5px 0 8px 0;
	margin-top:15px;

}
#sidebar ul {
	background: url(../imgs/sidebar-list-bottom.jpg) bottom left no-repeat;
	margin:0;
	padding:10px 0;
	}
#sidebar li {
list-style-type:none;
	margin:0;
	padding:5px 0 5px 15px;
}
#sidebar a {
	word-wrap: break-word;
}
#sidebar a:hover, #sidebar a.active {

}
#sidebar a.active {

}
li#p-home a {

}
#top-nav {
	position:absolute;
	top:205px;
	left:0px;
	margin:0;
	padding:0;
	width: 1024px;
	height: 87px;

}
#top-nav ul {
margin:0;
padding:0;

}
#top-nav li {
	list-style:none;
	float:left;
	padding:0;

	margin:0;
	width:128px;
	height:35px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}
#top-nav a {
	display:block;
	width:118px;
	padding: 5px;
	padding:5px;
	margin:0;
	text-decoration:none;
	float:left;
		background: url(../imgs/button_up.jpg) top left no-repeat;
			height:30px;
	color:#000;

}
#top-nav a:hover, #top-nav a:active {
	background: url(../imgs/button_down.jpg)  top left no-repeat;
	width:116px;

}
#top-nav a.active {
	background: url(../imgs/button_down.jpg)  top left no-repeat;
	font-weight:bold;
	font-variant:small-caps;

}
#sub-nav {
	width:1024px;
				background:url(../imgs/sub-nav-bg.gif) top left repeat-x;
				margin:0;
				padding:0;
				height:45px;


}
#sub-nav ul {
	margin: 0 0 0 10px;
	padding:0;
			background:url(../imgs/sub-nav-bg.gif) top left repeat-x;


}
#sub-nav li {
	list-style:none;
	float:left;
	padding:10px 20px;
	margin:0;

	}
#sub-nav a {
	color:#FFF;
	text-decoration:underline;
	padding:0;
	margin:0;


}
#sub-nav a:hover, #sub-nav a:active {
	text-decoration:none;

}
#sub-nav a.active {
}
#promo-box {
	display:inline;
	padding: 5px 0 0 0;
	text-align:center;
	width:770px;
	}
#deal-box {
	clear:left;
	padding:5px;
	width:210px;
	height:140px;
	text-align:center;
	float:right;
	background-color:#FFFFFF;
	border:1px solid #333;
	color:#FFF;
	font-family: Tahoma, verdana, sans-serif;
	line-height:normal;
	font-size:16px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 2px;
	text-decoration: underline;
	}
#deal-box a{
	color:#fff;
	text-decoration:underline;
}
#deal-box a:hover {
	text-decoration:none;

}
#promo1 {
	margin:10px 3px 0px 4px;
		border:1px solid #333;

	}
#promo2 {
	margin:10px 2px 0px 5px;
	border:1px solid #333;
	}

}	
#footer-top {
	background:url(../imgs/footer_top.gif) top left no-repeat;
	}
#footer-bottom {
	background: url(../imgs/footer_bottom.gif) bottom left no-repeat;
	}
.clear {
	clear:both;
	height:0;
	}

.center {
	text-align:center;
	padding:10px 5px;
}

.caption {
	font-size:85%;
	text-align:left;
}

.left {
	float:left;
	padding-right:10px;
}

.right {
	float:right;
	padding-left:10px;
}

#content p {
	padding: 5px 25px 5px 0;
	margin:0 10px 0 0;
	line-height:1.6;

}
#content ul {
	padding:10px 0;
	margin: 0 0 0 10px;
	}
#content li {
	padding:5px 20px 5px 0;
	margin-left:25px;
	list-style-type:disc;
	}
#content h1 {
	margin-top:7px;
	}
#footer p {
	padding: 10px 0;
	}

#slideshow {
	width:400px;
	padding:10px;

}
#slideshow a {
	text-decoration:none;

}
.show {
	visibility:visible;
}

.hide {
	visibility:hidden;
	}
