body {
	background-image: url(../images/wind-mono.jpg);
	background-color: #F3F3F3;
	color: #474747;
}

/* STANDARD TYPOGRAPHY */

a {
	color: #1095d2;
}

#content blockquote, #full-width-content blockquote {
	border-left-color: #c6c6c6;
}

#content li, #full-width-content li {
	background-image: url('../images/bullet.png');
}

/* LAYOUT */

#menu-wrapper {
	background-image: url(../images/menu-bg.png);
}

#main {
	border-color: #c6c6c6;
}

#primary {
	background-image: url(../images/primary-bg.png);
	background-color: #fff;
}

#copyright {
	background-image: url(../images/footer-bg.png);
	color: #969696;
}


/* HEADER */

#logo {
	background-image: url(../images/logo2.png);
}

/* MAIN MENU */

#menu a {
	color: #666666;
}

#menu a:hover, #menu a.menu-home:hover {
	background-image: url(../images/menu-bg.png);
}

#menu li {
	background-image: url(../images/menu-divider.png);
}

#menu li ul {
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	margin-left: -2px;
}

#menu li ul ul {
	border: 1px solid #c6c6c6;
}

#menu li li a:focus, #menu li li a:hover, #menu li li a:active {
	background: #f2f2f2;
}

#menu li li a, #menu li li a:visited {
	color: #666666;
}

.sf-sub-indicator {
	background-image: url('../images/arrows.png'); /* 8-bit indexed alpha png. IE6 gets solid image only */
}


/* SEARCH */

#searchform div {
	border-color: #c6c6c6;
	background-color: #ffffff;
	background-image: url(../images/search-input-bg.png);
}

#search-input {
	color: #666;
}

#searchsubmit {
	background-image: url(../images/search-submit.png);
}

/* BLOG */

#content .entry h3 a {
	color: #474747;
}

#content .entry h3 a:hover {
	color: #000000;
}

/* COMMENTS */

a.name {
	color: #474747;
}

a.name:hover {
	color: #000000;
}

#respond input, #respond textarea {
	background-color: #ffffff;
	color: #666;
	border: 1px solid #cccccc;
}

#respond #submit {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#respond #submit:hover {
	background-color: #f2f2f2;
}
	
/* NEWS PAGE */

.news-article h2 a, .featured-news h2 a {
	color: #474747;

}

.news-article h2 a:hover, .featured-news h2 a:hover {
	color: #000000;
}

/* PORTFOLIO PAGE */

#full-width-content .portfolio-box h3 a {
	color: #474747;
}

#full-width-content .portfolio-box h3 a:hover {
	color: #000000;
}

/* CONTACT FORM */

#contact input, #contact textarea, #contact select {
	background-color: #ffffff;
	color: #666;
	border: 1px solid #cccccc;
}

#contact #submit {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#contact #submit:hover {
	background-color: #f2f2f2;
}

.widget input, .widget textarea {
	background-color: #ffffff;
	color: #666;
	border: 1px solid #cccccc;
}

.widget #submit {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.widget #submit:hover {
	background-color: #f2f2f2;
}

/* FOOTER AREA */

#footer-top {
	background-image: url(../images/footer-top-bg.png);
	background-color: #fff;
}

#footer-widget-area {
	background-image: url(../images/footer-widget-area-bg.png);
	background-color: #e4e4e4;
}

#footer-widget-area-inner {
	background-image: url(../images/footer-widget-area-inner-bg.png);
}

/* SIDEBAR */

#sidebar .widget a {
	color: #1095d2;
}

#sidebar .widget ul {
	border-bottom-color: #cccccc;
}

#sidebar .widget li {
	border-top-color: #cccccc;
	background-image: url('../images/bullet.png');
}

#sidebar .widget li a {
	color: #474747;
}

#sidebar .widget li a:hover {
	color: #1095d2;
}


/* SLIDESHOW */

#slideshow {
	background-color: #f2f2f2; height:300px;
}

#slideshow p{margin-bottom:10px; font-size:16px; line-height:20px;}

#slideshow .title{font-size:40px; margin: 5px 0; font-weight: bold; line-height: 100%;}

#slideshow ul{margin:0px; padding:0px; list-style-type:none;}
#slideshow ul li{margin:0px; padding:0px; list-style-type:none;}

#slideshow-nav {
	background-image: url(../images/slideshow-nav.png); height:25px;
}

#slideshow-nav-inner a img {
	background-image: url(../images/slideshow-nav-button.png);
}

/* Jaybich Recent Posts Widget */

ul.jaybich-recent-posts li a, ul.jaybich-recent-posts li a span {
	color: #474747;
}	

/* Jaybich Simple Contact Widget */

ul.jaybich-simple-contact li {
	background-image: url(../images/icons-contact.png);
}

/* PAGE NAVI PLUGIN */

#full-width-content .wp-pagenavi a, #content .wp-pagenavi a {
	border: 1px solid #cccccc;
	color: #474747;	
}

#full-width-content .wp-pagenavi a:hover, #content .wp-pagenavi a:hover {	
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
}

#full-width-content .wp-pagenavi span.current, #content .wp-pagenavi span.current {
	border: 1px solid #cccccc;
	color: #474747;
	background-color: #f2f2f2;
}


#bodies{margin:5px 0 10px 20px;}
#manufacturers{margin:5px 0 10px 25px;}

.image{padding:4px; border:1px solid #bbb;}
.imageleft{float:left; padding:4px; border:1px solid #bbb; margin:0 10px 10px 0;}
.imageright{float:right; padding:4px; border:1px solid #bbb; margin:0 0 10px 10px;}

.imagenb{}
.imageleftnb{float:left;margin:0 10px 10px 0;}
.imagerightnb{float:right; margin:0 0 10px 10px;}

#Gmaps .imageleft{border:none;}

.but{border:solid 1px #363637; font-family:Arial; font-size:11px; background-color:#000; color:#fff; padding:2px 10px;  cursor:pointer; vertical-align:middle; text-transform:uppercase;}
a.but, a.but:hover{text-decoration:none; color:#fff; padding:6px 10px !important}

.services img{margin-bottom:5px;}

.footer_news{margin:12px 0; pdding:0; line-height:12px;}

.ditto_summaryPost pre{font-family:Arial, Verdana; margin: 0 0 20px 0;}

#port_table img{padding:5px; border:1px solid #ccc;}
#port_table td{display: table-cell; vertical-align: middle; text-align:center;}
#port_table th{font-size:14px; margin-bottom:10px;}
