@charset "utf-8";
/* Standard Blue Specific Styles */

body {
	background-color: #6a6863;
	color: #535353;
}

/* STANDARD TYPOGRAPHY */

a {
	color: #950044;
	text-decoration: underline;
}

a:hover {
	color: #ce0051;
}

#content ul li, #full-width-content ul li {
	background: url(style11/content-bullet.png) no-repeat scroll 12px 4px;
}

#content blockquote, #full-width-content blockquote {
	border-left: 3px solid #ffffff;
}

#content a img, #content img, #full-width-content a img, #full-width-content img {
}

#content a:hover img, #full-width-content a:hover img {
} 
/* CLASSES */

a.btn-slide {
	background-image: url('style11/connect-button.png');
}

a.active { 
	background-image: url('style11/connect-button.png');
}

/* HEADER */

#header {
	background-image:url(style11/header-bg.jpg);
	background-color: #921d4e;
	background-repeat: repeat-x;
	background-position: top;
	height:150px;
}

#header-inner h1 {
	background: url('style11/logo.png') no-repeat;
	height:100px;
	padding:0;
	margin:0;
	top: 0;
}
#tagline {
	background:transparent url(style11/tagline.png) no-repeat scroll 0 0;
	height:19px;
	text-indent:-9999px;
	width:327px;
	float:right;
	display:inline;
	margin:6em 2em 0 0;
}
#social-content {
	background: url('style11/connect-panel.png') no-repeat;	
}

/* MAIN MENU */

#menu li a, #menu a:visited  { /* visited pseudo selector so IE6 applies text color */
	color: #fff;
}

#menu li ul {
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	margin-left: -1px;
	background-color: #ce0051;
}

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

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

.sf-sub-indicator {
	background:		url('style11/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

/* MAIN SECTION */

#main {
	background: #f5f5f5;
	border-top: 1px solid #ccc;
}

#home-display {
	background: #fff;	
}

#home-slogan {
	background-color: #fff;
}

.home-box, .portfolio-box {
	background-color: #fff;	
}

/* BLOG */

#content .entry img {
	background-color: #fff;
}

/* COMMENTS */

#content .commentlist .comment-left img {
	background-color: #fff;
}

.comment-right-inner {
	background-color: #fff;
}

#respond #submit:hover {
	background-color: #fff;
}

#respond {
	background-color: #fff;
}

#respond input, #respond textarea {
	background-color: #fff;
	color: #FFFFFF;
	border: 1px solid #CCC;
}

#respond #submit:hover {
	background-color: #c5c5c5;
}

#respond label.error {
	color: #666;
}

/* CONTACT FORM */

#contact {
	background-color: #fff;
}

#contact input, #contact textarea {
	background-color: #fff;
	color: #FFFFFF;
	border: 1px solid #c5c5c5;
}

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

#contact label.error {
	color: #ffffff;	
}

/* PAGE NAVI PLUGIN */

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #CCC;
	color: #999;
}
.wp-pagenavi a:hover {
	border: 1px solid #ccc;
	background-color: #c5c5c5;
}
.wp-pagenavi span.current {
	border: 1px solid #ccc;
	color: #FFFFFF;
	background-color: #c5c5c5;
}

/* All ROUNDED CORNER BOXES */

.corner {
	background-image: url('style11/corners.png');
}

/* SIDEBAR */

#sidebar .widget {
	background-color: #fff;
}

#sidebar .widget li a {
	/*background-image: url('style11/submenu-bullet.png');*/
}

#sidebar .widget li a:hover {
	font-weight: bold;
}

/* ADDONS */

/* Homepage Slideshow */

#slideshow-nav {
	background-color: #fff;
}

#slideshow-nav li a {
	background-image: url(style11/slideshow-nav.png);
}

/* Recent Posts Widget */

.jaybich-recent-posts .post-date {
	color: #999;	
}

ul.jaybich-recent-posts li {
	border-bottom: none;
}

ul.jaybich-recent-posts li a {
	border-bottom: none;
}

.jaybich-recent-posts a:hover {
	background-color: #c5c5c5;
}

/* News Scroller Widget */

.news-scroller div .date {
	color: #999;
}

#footer {

	background-color: #63615c;
	background-image: url(style11/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*catalogue table styles*/

 .cat-table-heading {
	background-color: #ccc;
}
  .table-catalogue {
	margin: 15px 0;
	width: 100%;
}
  .table-catalogue tbody tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}