body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

#ddcontainer{
	width: 925px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: 1px solid #000000;
}

#topsection{
	height: 264px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/topBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.leftcell {
	background-color: #999999;
	vertical-align: top;
}

#content {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	width: 860px;
	position: relative;
}
#homeright {
	float: left;
	width: 292px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.homeevent {
	border: 1px solid #7396BC;
	padding: 8px;
}
.homeevent img {
	margin-right: 8px;
}



#content a {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
#content  a:hover {
	text-decoration: underline;
}


#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
#content li {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #00ADEF;
}
#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
#content h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
#content h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #00ADEF;
}
#content h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
#homeleft {
	float: left;
}


#newscontent {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 8px;
	float: left;
	width: 644px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#footer {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #00ADEF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	clear: both;
}

.innerWrap {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	vertical-align: top;
	background-color: #E4E4E4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 883px;
	clear: left;
}

#footer #flinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
#footer #flinks a {
	color: #F8E19E;
	text-decoration: none;
}
#footer #flinks a:hover {
	text-decoration: underline;
}
.photodiv{ /*CSS for DIV containing each image*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 22px;
	height:100px;
	overflow: hidden;
}

.photodiv img{ /*CSS for each image tag*/
	width: 125px;
	/*height: 77px;*/
cursor: hand;
	cursor: pointer;
}

.albumnavlinks{ /*CSS for DIV containing the navigational links*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 22px;
}

.albumnavlinks a{ /*CSS for each navigational link*/
margin-right: 5px;
padding: 1px 5px;
border: 1px solid #CCCCCC;
text-decoration: none; 
color: #999999;
font-weight: bold;
}

.albumnavlinks a:hover, .albumnavlinks a.current{ /*CSS for currently selected navigational link*/
	border: 1px solid #999999;
	background-color: #F7F7F7;
	color: #999999;
}

/* ######### CSS for thumbnail viewer plugin ######### */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 8px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 2000;
	cursor: hand;
	cursor: pointer;
	box-shadow: 5px 5px #818181; /* Experimental box shadow properties*/
-webkit-box-shadow: 5px 5px #818181;
-moz-box-shadow: 5px 5px #818181;
-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true)"; /* IE8 drop shadow*/
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true);
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
	margin: 5px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 10px;
font: bold 14px Arial;
z-index: 5;
}

.newsScroll {
	margin: 5px;
	padding: 5px;
	border: 1px solid #7396BC;
	float: none;
	overflow: scroll;
	overflow-x: hidden;
	
}
.newsScroll h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.newsScroll a {
	font-size: 12px;
}

.newsScroll p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#content .contactForm {
	float: right;
	margin-right: 4px;
	margin-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 4px;
}

.prod_info {
	float: right;
	width: 270px;
	padding-left: 8px;
	margin-top: 5px;
}
.priceArea {
	font-size: 12px;
	font-weight: bold;
	margin-right: 8px;
}
.divider {
	clear: both;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.jqueryslidemenu{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F1C644;
	z-index: 100;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index: 100;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	background-color: #F1C644;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	z-index: 100;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	z-index: 100;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #000000;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: #F1C644;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
	z-index: 100;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #F1C644;
	z-index: 100;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	color: black;
	z-index: 100;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
#fadeshow1 {
	float: left;
	height: 300px;
	width: 927px;
	z-index: 5;
}
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 860px; /*Width of Carousel Viewer itself*/
	height: 198px;
	float: left;
	margin: 0px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .lilbox{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 260px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 14px;
}

.lilbox {
	height: 175px;
	width: 225px;
	border: 1px solid #000000;
	float: left;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.lilbox p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.lilbox a {
	color: #000000;
	text-decoration: none;
}
.lilbox a:hover {
	color: #CC0000;
}

#scrollbox {
	height: 200px;
	width: 915px;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#scrollbox .scrright {
	height: 200px;
	width: 20px;
	float: right;
	clear: none;
}
#scrollbox .scrleft {
	height: 200px;
	width: 20px;
	float: left;
}
#headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	clear: left;
	height: 300px;
	width: 860px;
	border-top-width: 3px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
.byline {
	font-size: 11px;
	color: #999999;
}

