border-color: red;
Released for free under the Creative Commons Attribution License
*/



/*-----shopping cart------*/


.txt-heading{padding: 5px 10px; font-size:1.1em; font-weight:bold; color:#D60909; height:50px; line-height:50px;}
.txt-heading1{padding: 5px 10px; font-size:1.6em; font-weight:bold; color:#FF8000;}
.btnRemoveAction{color:#6C6C6C;border:0;padding:2px 10px;font-size:0.9em;}
#btnEmpty{background-color:#8F8D8D;border:0;padding:1px 10px;color:#FFF; font-size:0.8em;font-weight:normal;float:right;text-decoration:none;}
.btnAddAction{background-color:#222222;border:0;padding:3px 10px;color:#FFF;margin-left:1px;}
#shopping-cart {border-top: #FFFFFF 5px solid;margin-bottom:30px; border: #222222 1px solid; width: 80%; margin: 0 auto}
#shopping-cart .txt-heading{background-color: #222222; color:#FFFFFF}
#shopping-cart table{width:100%;background-color:#F0F0F0;}
#shopping-cart table td{background-color:#F7BE81;}
.cart-item {border-bottom: #79b946 1px dotted; padding: 10px;}
#product-grid {border-top: #222222 2px solid; margin-bottom:30px;}
#product-grid .txt-heading{background-color: #C00000; color: #FFFFFF; text-align:center; font-size:1.7em;}
#product-grid li{float:left; display: inline-block; padding-bottom: 60px;}
.product-item {	float:center;	background:#D8D9D8;	margin:15px;	padding:10px; border-style: solid; border-width: 0.3px; width: 70%; margin: 0 auto;}
.product-item div{text-align:center;	margin:10px;}
.product-price {color:#5E3A04;}
.product-image {height:300px;background-color:#FFF;}
.product-item-asc{	float:center;	background:#FFF; margin:15px; border-width: 0.3px; width: 65%; margin: 0 auto; display: inline;}
.product-item-asc div{text-align:center;	margin:10px;}
.product-price-asc {color:#5E3A04;}
.product-image-asc {height:100px;background-color:#FFF;}
#product-grid-desc .txt-heading{background-color: #C00000; color: #FFFFFF; text-align:center; font-size:1.7em;}
.product-item-desc{ background:#FFF; margin:15px; border-width: 0.3px; width: 100%; margin: 0 auto;}
.product-item-desc div{text-align:center;	margin:10px;}
.product-item-desc table{width 80%; text-align: center; float:center;}
.product-item-desc li{text-align: left;}
.resource-item { float:center;	background:#FF8000;	margin:15px;	padding:2px; border-style: solid; border-width: 0.3px; width: 70%; margin: 0 auto;}
.resource-item div{text-align:center;	margin:10px;}
.resource-item a{color:#FFF; font-size: 1.4em;}
.resource-desc {color:#5E3A04;}
.{height:300px;background-color:#FFF;}

/*------end shopping cart-----*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	color: #5B5B5B;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	color: #222222;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.9em;
}



h4 {
	font-size: 1.5em;
	color: #C00000;
	font-family: 'Oswald', sans-serif;
}

h4rpi {
	font-size: 1.4em;
	color: #C00000;
	font-family: 'Oswald', sans-serif;
}

h2a {
	font-size: 2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	color: #5E5E5E;
	text-decoration: none;
}

a:hover {
}

#wrapper {
	width: 100%;
}

.container {
	width: 100%;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	width: 100%;
}

#header {
	overflow: hidden;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	padding: 0px 0px;
}

/* Logo */

#logo {
	float: left;
	width: 15%;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#logo h1, #logo p {
}

#logo h1 {
	line-height: 120px;
	letter-spacing: -2px;
	font-size: 3.3em;
	font-family: Baskerville Old Face; 
	}

#logo h1 a {
	color: #12212F;
	}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	letter-spacing: -1px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8E8E8E;
}

#logo p a {
	color: #8E8E8E;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #12212F;
}

/* Splash */

#splash {
	width: 960px;
	height: 300px;
	margin: 0px auto;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #E7EBED;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	width: 80%;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 50px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 0px 0px 0px;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	color: #12212F;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #132434;
	border-radius: 5px;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 660px;
	padding: 0px 0px 0px 0px;
}


#contentproduct {
	margin: auto;
	float: left;
	width: 90%;
	padding: 20px 20px 20px 20px;
}


.post {
	overflow: hidden;
	margin-bottom: 40px;
}

.post .title {
	padding: 7px 0px 0px 0px;
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	text-decoration: none;
	color: #222222;
}

.post .meta {
	margin-bottom: 30px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 40px 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	padding: 5px 5px;
	margin-right: 10px;
	background: #132434;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.comments {
	display: block;
	float: left;
	width: 88px;
	padding: 5px 5px;
	background: #132434;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 25%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 40px;
	border-bottom: 1px solid #E7EBED;
	margin: 0px 0px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
	background: url(images/img04.jpg) no-repeat left 50%;
}

#sidebar h2 {
	height: 38px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -.5px;
	font-size: 2.1em;
	color: #222222;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	font-size: 1.2em;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Three Column Footer Content */

#footer-content-wrapper {
	background: #F4F3EE url(images/img05.jpg) repeat;
}

#footer-content {
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	padding: 15px 10px;
	color: #FFFFFF;
}

#footer-content h2 {
	color: #FFFFFF;
}

#footer-content a {
}

#footer-bg {
	overflow: hidden;
	padding: 3px 0px;
	background: #E8E8E8;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 1.6em;
	color: #FFFFFF;
}

#footer-content #fbox1 {
	float: left;
	width: 35%;
	margin-right: 5px;
}


@keyframes example {
    from {color: #FF8000;}
    to {color: #FFFFFF;}
 }


#footer-content #fbox1 h2 {
color: #FF8000;
animation-name: example;
animation-duration: 1s;
animation-iteration-count: infinite;
}

#column1rnew h2 {
color: #FF8000;
animation-name: example;
animation-duration: 1s;
animation-iteration-count: infinite;
}

#footer-content #fbox2 {
	float: left;
	width: 30%;
}

#footer-content #fbox3 {
	float: right;
	width: 30%;
}

#footer-content a {
}

#column1 {
	float: left;
	width: 48.5%;
	margin: 0 auto;
	margin-right: 2%;
}

#column2 {
	float: left;
	width: 48.5%;
	margin: 0 auto;
}

/* Footer */

#footer {
	height: 140px;
	margin: 0 auto;
	padding: 5px 0 2px 0;
	font-family: 'Abel', sans-serif;
	background: #D6D6D6 url(images/img01.jpg) repeat;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #2A2A2A;
}

#footer a {
	color: #2A2A2A;
}

#banner {
	margin: 0px auto;
	background-size:contain;
}

#banner .content {
}


.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 a {
	color: #7F7F7F;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size:14px;
}

ul.style1 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #162738;
	line-height: 160%;
}

ul.style1 a {
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #93B2A0;
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 .first {
	border-top: none;
	padding-top: 0px;
}

#featured-content {
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 5px solid #E9EAEE;	
}

#featured-contentc {
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 5px solid #E9EAEE;	
}


#featured-contentr {
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 5px solid #E9EAEE;

#featured-content h2 {
	padding: 0px 0px 20px 0px;
	font-size: 30px;
}

#featured-content #column1 {
	float: left;
	width: 48.5%;
	margin-right: 2%;
}

#featured-contentc #column1c {
	float: left;
	width: 30%;
	margin-right: 5%;
}


#featured-content #column1a {
	float: left;
	width: 400px;
	margin-right: 50px;
}

#featured-content #column1arpi {
	float: left;
	width: 1000px;
	margin-right: 10px;
}

#featured-content #column1r {
	float: left;
	width: 100%;
	margin-right: 10px;
	
}

#featured-content #column1au {
	float: left;
	width: 80%;
	margin-right: 10px;
	margin: 0 auto;
	
}


#featured-content #column1au p{
	
margin-left: 10em;
	
}

#featured-content #column2 {
	float: left;
	width: 48.5%;
}


#featured-contentc #column2c {
	float: left;
	width: 30%;
}

#featured-content #column3 {
	float: right;
	width: 30%;
}

#featured-contentc #column3c {
	float: right;
	width: 30%;
}

.button a {
	display: block;
	float: left;
	width: 30%;
	padding: 5px 5px;
	margin-right: 10px;
	background: #132434;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.tableheader {
background-color: #FFFFFF;
color:black;
font-weight:bold;
}
.tablerow {
background-color: #FF8000;
color:white;
}
.message {
color: #FF0000;
font-weight: bold;
text-align: center;
width: 100%;
}

#piHeader {
font-family: Arial;
font-weight:bold;
font-size:2em;
color:#D60909;
}


.



