/* Pixegen.com
© 2009 Theodore Lee
*/

/*CSS Reset*/
body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

/* Main Positioning */

* {
	font-family: Tahoma, sans-serif;
/* 	font-size: 96%; */
	color: #464748;
}

body {
	margin: 0 auto;
	background-image: url(images/body-bg.png);
	background-position-y: 200px;
	background-repeat: repeat-x;
	background-color: #133B54;
}



#top {
	background: #000;
	color: white;
	width: 100%;
	height: 30px;
}

#top p {
	margin: 0 auto;
	color: #FFF;
	width: 964px;
	text-align: right;
	font-size: 12px;	
	line-height: 26px;
}

#top p a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}


#top p a:hover {
	color: #cacacf;
	text-decoration: underline;
}

#header {
	background: #FFF;
	margin: 0 auto;
	height: 170px;
	
}

#header-logo {
	width: 964px;
	margin: 0 auto;
	height: 170px;
}

.logo {
	padding-top: 52px;

}

#wrapper {
	margin: 0 auto;
	width: 964px;
	margin-top: 20px
}

#nav-curve-top {
	width: 964px;
	height: 9px;
	background-image: url(images/nav-curve-top.png);
	background-repeat: no-repeat;
	
}

#nav {
	width: 964px;
	height: 52px;
	background-image: url(images/nav-bg.png);
	background-repeat: no-repeat;
}

#content {
	width: 964px;
	min-height: 350px;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
}

#sidebar {
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-x;
	min-height: 600px;
	width: 276px;	
	float: right;
	clear: left;
	margin-right: 4px;
}

#sidebar p {
	margin: 25px;
	width: 600px;
}

#sidebar form {
	font-size: 14px;
	margin-top: 20px;
}

#sidebar ul {
	font-size: 14px;
}



#content-two-col h2 {
	font-size: 18px;
	font-weight: bolder;
	line-height: 30px;
	padding-top: 20px;
/* 	margin: 0px 25px; */
}

#content h2 a {
	text-decoration: none;	
}

#content-two-col h2 a:hover {
	color: #005397;
	text-decoration: none;
}

#content-two-col h3 {
	font-size: 16px;
	font-weight: bolder;
	line-height: 30px;
	color: #0080b4;
/* 	margin: 0px 25px;	 */
}

#content-two-col h3 a {
	color: #0080b4;
	text-decoration: none;
}

#content-two-col h3 a:hover {
	color: #005397;
}

#content-two-col ul {
	margin: 0 25px 25px 25px;
	font-size: 14px;
	padding-left: 35px;
	list-style: disc;
}

#content-two-col ul li {
	line-height: 22px;
}

#content-two-col p {
	margin: 0px 25px 0px 0px;
	padding-bottom: 25px;
	font-size: 14px;
	line-height: 22px;
	width: 600px;
}

#content-two-col small {
	font-size: 12px;
	color: #0080b4;
	line-height: 18px;
}



#content-sub-1 {
	float: left;
	width: 271px;
	height: 350px;
	margin: 0 25px;
}

#content-sub-2 {
	float: left;
	width: 271px;
	height: 350px;
	margin: 0 25px;	
}

#content-sub-3 {
	float: left;
/* 	border-left: 1px solid #E5E5E9; */
	width: 317px;
	height: 350px;
	background: url(images/content-sub-3-bg.png) no-repeat #FFF;
}

#content-two-col {
	width: 635px;
	min-height: 600px;
	margin: 0 25px;	
}	

#content-sub-1 h2, #content-sub-2 h2, #content-sub-3 h2, #content-two-col h2, #sidebar h2 {
	font-size: 18px;
	font-weight: bolder;
	line-height: 30px;
	padding-top: 20px;
}

#sidebar h2 {
	margin-left: 25px;
}

#content-two-col h3, #sidebar h3 {
	font-size: 16px;
	font-weight: bolder;
	line-height: 30px;
/* 	padding-top: 20px; */
	color: #0080b4;
}

#content-sub-3 h2, #content-sub-3 ul {
	margin: 0 25px;
}

#content-sub-3 p {
	margin: 25px 25px;
	float: right;
}



#content-sub-1 p, #content-sub-2 p, #content-sub-3 p, #content-two-col p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

#content-sub-1 p a, #content-sub-2 p a, #content-sub-3 p a {
	font-weight: bolder;
	color: #0080b4;
	text-decoration: none;
}

#content-sub-1 p a:hover, #content-sub-2 p a:hover, #content-sub-3 p a:hover {
	text-decoration: underline;
	color: #57585a;
}

/*
#content-sub-3 ul li {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	background-image: url(images/blog-list-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	float: left;	
}

#content-sub-3 ul li a {
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	color: #005397;
	padding-left: 20px;
	float: left;
}

#content-sub-3 ul li a:hover {
	color: #57585A;
}
*/

#sidebar ul {
	margin: 0 25px;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	
}

#sidebar ul li ul li {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	background-image: url(images/blog-list-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	float: left;
}


#sidebar ul li ul {
	margin-bottom: 10px;	
}

#sidebar ul li a {
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	color: #005397;
	padding-left: 20px;
	float: left;
}

#sidebar ul li p {
	width: 100%;
	margin: 0;
	
}

#sidebar ul li a:hover {
	color: #57585A;
}


#footer {
	width: 964px;
	height: 196px;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-y;

}

#footer-curve-bottom {
	width: 964px;
	height: 10px;
	background-image: url(images/footer-curve.png);
	background-repeat: no-repeat;
}

#text-footer {
	width: 964px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}

#text-footer p {
	font-size: 12px;
	color: white;
	text-align: center;
	margin-bottom: 20px;	
}

#text-footer p a {
	color: #FFF;
	text-decoration: none;
}

#text-footer p a:hover {
	color: #E1E1E1;
	text-decoration: underline;
}


/* Nav Classes */

#nav ul {
	height: 52px;
	margin: 0 10px;
}

#nav ul li {
	float: left;
	display: inline;
	color: #FFF;
	font-size: 18px;
	font-weight: bolder;
	line-height: 46px;
	padding: 0 56px;
	background-image: url(images/nav-sep.png);
	background-position: top right;
	background-repeat: no-repeat;
	text-shadow: 2px 2px 2px #222;
}

.current_page_item a {
	color: #e0d2b4 !important;
}

.page-item-22 {
	background: none !important;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #cacacf;
	text-decoration: none;
}
#nav ul li.last {
	background-image: none;
}

#nav ul li a.selected {
	color: #cacacf;
	display: block;
	height: 52px;
	background-image: url(images/nav-selected-icon.png);
	background-repeat: no-repeat;
	background-position: center 44px;

}

/* Home Page Footer Items */

#footer ul {
	width: 100%;
	color: #FFF;
	
}

#footer ul li {
	width: 191px;
	float: left;
	display: inline;
	margin: 10px 25px;
	color: #FFF;
}

#footer h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	margin-top: -10px;
}

#footer p {
	font-size: 14px;
	line-height: 22px;
	color: white;
}

.learn-more {
	display: block;
	top: 140px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

/* Search Box Classes */

#search {
	float: right;
	height: 100px;
	margin-top: 70px;
}

.hidden {
	display: none;
}

#search input#s {
	float: left;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #cacacf;
	margin-right: 5px;
	width: 350px;
}

/*
img.search-button {
	display: block;
	top: 5px;
	float: right;
}
*/

#searchsubmit {
	background: transparent url(images/search-button.png) no-repeat center top;
	width: 93px;
	height: 29px;
	text-indent: -1000em;
	border: none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */	
	float: left;
}

/* Page Navigation */

.navigation {
	font-size: 14px;
	margin: 0 25px;
	padding-bottom: 25px;
}

.navigation .alignleft a, .navigation .alignright a {
	color: #0080b4;
	font-weight: bolder;
	text-decoration: none;
}

.navigation .alignleft a:hover, .navigation .alignright a:hover {
	color: #005397;
	font-weight: bolder;
	text-decoration: underline;
}

.postmetadata a {
	color: #0080b4;
	font-weight: bolder;
	text-decoration: none;
	font-size: 14px;
}

.more-link {
	color: #a5a8ab;
	text-decoration: none;
}

.postmetadata a:hover {
	color: #005397;
	text-decoration: none;
}

#content blockquote {
	width: 500px;
	margin-left: 25px;
	padding: 5px;
	background: #e6e5ec;
	border-left: 2px solid #a5a8ab;
}

/* form stuff */

#content-two-col form.phplist p { /* for the phplist form */
	width: 100%;
	margin: 0; padding: 0;
	height: 36px;
}

#cformsform ol li {
	line-height: 36px;
}

#cformsform .cf-sb {
	padding-left: 100px;
}

.reqtxt, .emailreqtxt {
	font-size: 10px;
	color: #F00;
}

label {
	float: left;
	font-weight: bolder;
	width: 7em;
	font-size: 14px;
	}


input, textarea {
	border: 1px solid #999;
	color: rgb(85, 85, 85);
	margin: 0px 5px 0px 0px;
	padding: 4px;
	font-size: 14px;
	line-height: 16px;
	background-image: url(images/input-field-bg.gif);
	background-repeat: repeat-x;
	}

input[type=text] {
	width:  200px;
	}

textarea {
	width:  250px;
	}

input:focus, textarea:focus {
	background: #cdf;
	color:  #000;
	font-weight:  bolder;
	}

#submit {
	margin-left: 7em;
	color: white;
	background-image: url(images/button-bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #999;
	text-shadow: 1px 1px 1px #000;
	font-weight: bolder;
	padding: 2px 5px;
	}
	
#submit-button {
	border: 1px solid red;
	background: transparent url(images/submit-button.png) no-repeat center top;
	width: 93px;
	height: 29px;
	text-indent: -1000em;
	border: none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */	
	float: left;
	
}


label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
/* p { clear: both; }	 */

.contact-form p {
	margin-top: 5px;
}
em {
	color: red;
	padding-left: .5em;
}


.more {
	color: #0080b4;
	font-weight: bolder;
}

.more a {
	color: #0080b4;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
	color: #a8c43e;
}

/* Jquery learn more popup bubble effect */

/*
.learn-more-popup { 
    margin: 100px auto; 
    padding: 0; 
    width: 100px; 
    position: relative; 
} 
*/
 
.learn-more-popup em { 
    background: url(images/click-for-more-info.png) no-repeat; 
    width: 125px; 
    height: 40px; 
    position: inherit; 
    top: 720px; 
    left: 250px; 
    text-align: center; 
    text-indent: -9999px; 
    z-index: 3; 
    display: none; 
} 

#slider {
	margin-left: 12px;

	}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
		}
#slider li{ 
	/* 
	   define width and height of list item (slide)
	   entire slider area will adjust according to the parameters provided here
	*/ 
	width:305px;
	height:262px;
	overflow:hidden; 
	}

#prevBtn, #nextBtn {
	display: none; 
}

/* Form Stuff */

/* form stuff */

#content-two-col form.phplist p { /* for the phplist form */
	width: 100%;
	margin: 0; padding: 0;
	height: 36px;
}

#cformsform ol li {
	line-height: 36px;
}

#cformsform .cf-sb {
	padding-left: 100px;
}

.reqtxt, .emailreqtxt {
	font-size: 10px;
	color: #F00;
}

label {
	float: left;
	font-weight: bolder;
	width: 7em;
	font-size: 14px;
	}


input, textarea {
	border: 1px solid #999;
	color: rgb(85, 85, 85);
	margin: 0px 5px 0px 0px;
	padding: 4px;
	font-size: 14px;
	line-height: 16px;
	background-image: url(images/input-field-bg.gif);
	background-repeat: repeat-x;
	}

input[type=text] {
	width:  200px;
	}

textarea {
	width:  250px;
	}

input:focus, textarea:focus {
	background: #cdf;
	color:  #000;
	font-weight:  bolder;
	}

#submit {
	margin-left: 7em;
	color: white;
	background-image: url(images/button-bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #999;
	text-shadow: 1px 1px 1px #000;
	font-weight: bolder;
	padding: 2px 5px;
	}
	
#submit-button {
	border: 1px solid red;
	background: transparent url(images/submit-button.png) no-repeat center top;
	width: 93px;
	height: 29px;
	text-indent: -1000em;
	border: none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */	
	float: left;
	
}


label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
/* p { clear: both; }	 */

.contact-form p {
	margin-top: 5px;
}
em {
	color: red;
	padding-left: .5em;
}


/* Jquery learn more popup bubble effect */

/*
.learn-more-popup { 
    margin: 100px auto; 
    padding: 0; 
    width: 100px; 
    position: relative; 
} 
*/
 
div.learn-more-popup em { 
    background: url(images/click-for-more-info.png) no-repeat; 
    width: 125px; 
    height: 40px; 
    position: absolute; 
    top: -70px; 
    left: -0px; 
    text-align: center; 
    text-indent: -9999px; 
    z-index: 2; 
    display: none; 
} 

#loadingindicator {
	display: none;
}

#products_page_container strong.cattitles {
	display: none;
}

.breadcrumb {
	display: block;
	font-size: 14px;
	font-weight: bolder;
	line-height: 20px;
}

.breadcrumb a {
	text-decoration: none;
	color: #112f70;
}

#categories-435479631.widget widget_categories {
	list-style: none;
	background: none;
}

#shoppingcartcontents a {
	list-style: none !important;
	background: none !important;
}


#shoppingcartcontents #sliding_cart p.empty a {
	list-style: none;
	background: none !important;
}

.wpsc_description, .wpsc_product_price {
	margin: 0; padding: 0;
}

.wpsc_extras_forms {
	display: none;
}

/* Bullet issue */

#shopping-cart ul li {
	background: none !important;
}

.productdisplay {
	display: block;
	padding-bottom: 20px;
}

.breadcrumb {
	display: none;
}
.screen-reader-text {
        display: none;
}