/*  

Theme Name: DuraComm

Theme URI: 

Description: A KC Web Specialists WordPress theme.

Author: KC Web Specialists, LLC.

Author URI: https://www.kcwebspecialists.com/

*/




/*

Light Blue: #2b79bd

Dark Blue: #356493

*/




@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);



/* Global

----------------------------------------------------------*/



body {

	font-family:'Open Sans', sans-serif;

	font-size:14px;

	color:#000;

	padding:0;

	margin:0;

	background:#EEE;

}

img {

	border:none;

}

.img-left {

	float:left;

	padding:5px 10px;

}

.img-right {

	float:right;

	padding:5px 10px;

}

.dLeft {

	float:left;

	display:block;

}

.dRight {

	float:right;

	display:block;

}

.clear {

	clear:both;

}



.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.alignleft {

	float:left;

}

.alignright {

	float:right;

}



hr {

	border: 0;

	height: 1px;

	margin:25px 0;

	background-image: -webkit-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));

	background-image: -moz-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));

	background-image: -ms-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));

	background-image: -o-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));

}



.mainWrap {

	width:980px;

	margin:0 auto;

}



#mainContainer {

	background:#FFF;

}



#colorBar {

	background:url(images/background-repeat.jpg) 0 50px repeat-x;

}

#colorSwoop {

	background:url(images/background.jpg) center 50px no-repeat;

}










/*Contact form 7

---------------------------------------------------------*/

.wpcf7 {
      height: 720px;

}




/* Header

----------------------------------------------------------*/



#mainHeader {

	min-height:100px;

}



#headLeft {

}

#headCenter {

	text-align:center;

	padding:30px 0 0 0;

}

#headRight {
	text-align:center;
	position:absolute;
	margin:-130px 0 0 740px;
}



.tagline {

	text-align:center;

	font-size:17px;

	font-style:italic;

	color:#356493;

	padding:5px 0;

}


.phone {
	color:#356493;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
}
.phone strong {
	font-size:26px;
	font-weight:600;
}



.headBtn {

}

.headBtn a {

	color:#FFF;

	text-decoration:none;

	padding:5px 15px;

	

	background:#356493;

	

	/* Safari 4-5, Chrome 1-9 */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356493), to(#2b78bb));

	

	/* Safari 5.1, Chrome 10+ */

	background: -webkit-linear-gradient(top, #2b78bb, #356493);

	

	/* Firefox 3.6+ */

	background: -moz-linear-gradient(top, #2b78bb, #356493);

	

	/* IE 10 */

	background: -ms-linear-gradient(top, #2b78bb, #356493);

	

	/* Opera 11.10+ */

	background: -o-linear-gradient(top, #2b78bb, #356493);

	

	border:1px solid #2b466b;

	

	-moz-border-radius:15px;

    -webkit-border-radius:15px;

    -khtml-border-radius:15px;

    border-radius:15px;

}

.headBtn a:hover {

	background:#356493;

}



/* Social Media */



#socialMedia {

	position:absolute;

	text-align:right;

	width:325px;

	margin:10px 0 0 668px;

}





/* Menu */



#mainMenu {

}

#mainMenu ul {

	text-align:center;

	list-style:none;

	margin:10px 0 20px -40px;

	z-index:1000;

}

#mainMenu ul li {

	display:inline-block;

	font-size:12px;

	font-weight:600;

	text-transform:uppercase;

}

#mainMenu li ul {

	display: none;

}

#mainMenu ul li a {

	display:block;

	text-decoration: none;

	color:#000;

	padding:5px 10px;

	margin:0 0 3px 0px;

	white-space: normal;

	border:1px solid #FFF;

	-moz-border-radius:5px;

    -webkit-border-radius:5px;

    -khtml-border-radius:5px;

    border-radius:5px;

}

#mainMenu ul li.last a {

}



#mainMenu ul li a:hover, #mainMenu ul li.current-menu-item a:hover, #mainMenu ul li:hover a {

	color:#FFF;

	

	background:#356493;

	

	/* Safari 4-5, Chrome 1-9 */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356493), to(#2b78bb));

	

	/* Safari 5.1, Chrome 10+ */

	background: -webkit-linear-gradient(top, #2b78bb, #356493);

	

	/* Firefox 3.6+ */

	background: -moz-linear-gradient(top, #2b78bb, #356493);

	

	/* IE 10 */

	background: -ms-linear-gradient(top, #2b78bb, #356493);

	

	/* Opera 11.10+ */

	background: -o-linear-gradient(top, #2b78bb, #356493);

	

	border:1px solid #2b466b;

	

	-moz-border-radius:5px;

    -webkit-border-radius:5px;

    -khtml-border-radius:5px;

    border-radius:5px;

}

#mainMenu ul li.current-menu-item a {

	color:#356493;

}

#mainMenu li:hover ul {

	text-align:left;

	display: block;

	float:left;

	position: absolute;

	width:200px;

	padding:10px 10px;

	margin:0 0 0 0px;

	

	background:#356493;

	

	/* Safari 4-5, Chrome 1-9 */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356493), to(#2b78bb));

	

	/* Safari 5.1, Chrome 10+ */

	background: -webkit-linear-gradient(top, #2b78bb, #356493);

	

	/* Firefox 3.6+ */

	background: -moz-linear-gradient(top, #2b78bb, #356493);

	

	/* IE 10 */

	background: -ms-linear-gradient(top, #2b78bb, #356493);

	

	/* Opera 11.10+ */

	background: -o-linear-gradient(top, #2b78bb, #356493);

	

	border:1px solid #2b466b;

	

	-moz-border-radius:5px;

    -webkit-border-radius:5px;

    -khtml-border-radius:5px;

    border-radius:5px;

	

	

	-moz-box-shadow: 1px 1px 2px #CCC;

	-webkit-box-shadow: 1px 1px 2px #CCC;

	box-shadow: 1px 1px 2px #CCC;

}

#mainMenu li:hover li {

	display:block;

	float: none;

	font-size:11px;

	font-weight:normal;

	text-transform:uppercase;

	margin:0 0 5px 0;

	border-bottom:1px dashed #f9be6e;

}

#mainMenu li:hover li a {

	padding:5px 0;

	border-right:none;

	background:none;

}

#mainMenu li:hover ul a {

	color:#FFF;

}

#mainMenu li:hover li a {

	border:none;

	margin:0;

	border-radius:0;

}

#mainMenu li:hover li a:hover, #mainMenu li:hover li.current-menu-item a {

	color:#f9be6e;

	border:none;

	border-radius:0;

}



/* Third Tier */



#mainMenu li ul.sub-menu li ul.sub-menu {

	display: none;

}



#mainMenu ul li ul.sub-menu li:hover ul.sub-menu { 

	display: block; 

	position: absolute;

	width:200px;

	margin:-42px 0 0 200px;

}



/* Forth Tier */



#mainMenu li ul.sub-menu li ul.sub-menu li ul.sub-menu {

	display: none;

}



#mainMenu ul li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu { 

	display: block; 

	position: absolute;

	width:200px;

	margin:-40px 0 0 200px;

}















/* Content Container

----------------------------------------------------------*/



#contentContainer {

	width:960px;

	min-height:100px;

	padding:10px 10px;

	margin:0 auto;

	

	background:#F6F6F6;

	

	/* Safari 4-5, Chrome 1-9 */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F6F6F6), to(#FEFEFE));

	

	/* Safari 5.1, Chrome 10+ */

	background: -webkit-linear-gradient(top, #FEFEFE, #F6F6F6);

	

	/* Firefox 3.6+ */

	background: -moz-linear-gradient(top, #FEFEFE, #F6F6F6);

	

	/* IE 10 */

	background: -ms-linear-gradient(top, #FEFEFE, #F6F6F6);

	

	/* Opera 11.10+ */

	background: -o-linear-gradient(top, #FEFEFE, #F6F6F6);

	

	-moz-border-top-left-radius:10px;

    -webkit-border-top-left-radius:10px;

    -khtml-border-top-left-radius:10px;

    border-top-left-radius:10px;

	-moz-border-top-right-radius:10px;

    -webkit-border-top-right-radius:10px;

    -khtml-border-top-right-radius:10px;

    border-top-right-radius:10px;

	

	-webkit-box-shadow:0px 0px 4px 1px #CCC;

	-moz-box-shadow:0px 0px 4px 1px #CCC;

	box-shadow:0px 0px 4px 1px #CCC;

	

	z-index:500;

}



#ccShadow {

	position:absolute;

	left:0;

	right:0;

	width:960px;

	height:1px;

	padding:10px 10px;

	margin:0px auto 0 auto;

	

	background:#F6F6F6;

	

	-moz-border-bottom-left-radius:10px;

    -webkit-border-bottom-left-radius:10px;

    -khtml-border-bottom-left-radius:10px;

    border-bottom-left-radius:10px;

	-moz-border-bottom-right-radius:10px;

    -webkit-border-bottom-right-radius:10px;

    -khtml-border-bottom-right-radius:10px;

    border-bottom-right-radius:10px;

	

	-webkit-box-shadow:0 10px 8px -6px #999;

	-moz-box-shadow:0 10px 8px -6px #999;

	box-shadow:0 10px 8px -4px #999;

	

	z-index:500;

}















/* Hero

----------------------------------------------------------*/



#mainHero {

	position:absolute;

}

#heroImg {

	float:left;

	width:640px;

}

#heroText {

	float:right;

	width:290px;

	height:280px;

	color:#FFF;

	padding:20px 10px;

	margin:0 0 0 10px;

	/*

	background:url(images/hero-text-bkgd.jpg) top left no-repeat #EC7C25;

	*/

	background:#356493;

	

	/* Safari 4-5, Chrome 1-9 */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356493), to(#2b78bb));

	

	/* Safari 5.1, Chrome 10+ */

	background: -webkit-linear-gradient(top left, #2b78bb, #356493);

	

	/* Firefox 3.6+ */

	background: -moz-linear-gradient(top left, #2b78bb, #356493);

	

	/* IE 10 */

	background: -ms-linear-gradient(top left, #2b78bb, #356493);

	

	/* Opera 11.10+ */

	background: -o-linear-gradient(top left, #2b78bb, #356493);

}

#heroText h2 {

	font-size:24px;

	font-weight:400;

	margin:0 0 10px 0;

}

#heroText a {

	color:#FFF;

	text-decoration:underline;

}

#heroText a:hover {

	text-decoration:none;

}



#heroCurve {

	position:relative;

	height:57px;

	margin:-30px 0 0 0;

	background:url(images/hero-curve.png) no-repeat;

	z-index:1000;

}















/* Bread Crumbs & Search Bar

----------------------------------------------------------*/



#breadSearch {

	padding:5px 0 10px 0;

	border-bottom:1px solid #EEE;

}



#breadCrumbs {

	float:left;

	width:630px;

	font-size:10px;

	color:#666;

	padding:5px 0 0 0;

}

#breadCrumbs a {

	color:#666;

	text-decoration:none;

}

#breadCrumbs a:hover {

	text-decoration:underline;

}



#searchBar {

	float:right;

	width:285px;

}

#searchBar input[type="text"] {

 

	background: #f9f9f9;

	border: 1px solid #cccccc;

	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	padding: 2px;

	

	-moz-border-radius:10px;

    -webkit-border-radius:10px;

    -khtml-border-radius:10px;

    border-radius:10px;

}

#searchBar #s {

	color: #999999;

	font-family: Arial, sans-serif;

	font-size: 13px;

	line-height:normal;

	margin: 0 -31px 0 0;

	padding: 5px 30px 5px 8px;

	text-transform: lowercase;

	width: 240px;

	 

	transition-duration: 400ms;

	transition-property: width, background;

	transition-timing-function: ease;

	 

	/* Safari and Chrome */

	-webkit-transition-duration: 400ms;

	-webkit-transition-property: width, background;

	-webkit-transition-timing-function: ease;

	 

	/* Opera */

	-o-transition-duration:400ms;

	-o-transition-property: width, background;

	-o-transition-timing-function: ease;

} 

#searchBar #s:focus {

	width: 240px;

}





#searchBar #searchsubmit {

	text-indent: -9999px;

	background-image: url(images/searchsubmit.png);

	border: medium none;

	height:20px;

	width:20px;

	background-color:#f9f9f9;

}















/* Layout

----------------------------------------------------------*/



#mainLayout {

	position:relative;

	margin:360px 0 0 0;

}

body.child #mainLayout {

	margin:25px 0 0 0;

}



#textArea {

	float:left;

	width:630px;

	font-size:13px;

	line-height:180%;

	padding:0 15px 0 0;

	margin:0 15px 0 0;

	-webkit-box-shadow: 0 8px 6px -6px black;

	-moz-box-shadow: 0 8px 6px -6px black;

	box-shadow: 6px 0px 8px -8px #CCC;

} 
/*.single-product #textArea {
     float: none;
    width: 960px;
    font-size: 13px;
    line-height: 180%;
    padding: 10px 5px;
     margin: 0 auto;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 6px 0px 8px -8px #CCC;
}*/

#textArea h1, #fullPage h1 {

	font-size:26px;

	font-weight:400;

	line-height:normal;

	color:#356493;

	padding:0 0 15px 0;

	margin:0 0 10px 0;

	border-bottom:1px dotted #DDD;

}

#textArea h2, #fullPage h2 {

	font-size:22px;

	font-weight:400;

	color:#356493;

	margin:0 0 15px 0;

}

#textArea h3, #fullPage h3 {

	font-size:18px;

	font-weight:400;

	color:#000;

	margin:0 0 10px 0;

}

#textArea h4, #fullPage h4 {

	font-size:16px;

	font-weight:400;

	color:#666;

	margin:0 0 10px 0;

}

#textArea a, #fullPage a {

	color:#2b78bb;

	text-decoration:none;

}

#textArea a:hover, #fullPage a:hover {

	text-decoration:underline;

}



#textArea input[type=text], #textArea input[type=text], #textArea input[type=email], #textArea input[type=tel], #textArea textarea, #textArea select {

	width:288px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	padding:5px;

	border:1px solid #E9E9E9;

}

#textArea textarea.full {

	width:620px;

}

#textArea input[type=text].qty {

	width:30px;

}

#textArea input[type=text]:focus, #textArea input[type=email]:focus, #textArea input[type=tel]:focus, #textArea textarea:focus, #textArea select:focus {

	background:#F5F5F5;

}

#textArea input[placeholder], #textArea textarea[placeholder] {

	color:#000;

}

#textArea input[type=submit] {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-transform:uppercase;

	color:#FFF;

	padding:5px 10px;

	

	background:#356493;

	

	/* Safari 4-5, Chrome 1-9 */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356493), to(#2b78bb));

	

	/* Safari 5.1, Chrome 10+ */

	background: -webkit-linear-gradient(top, #2b78bb, #356493);

	

	/* Firefox 3.6+ */

	background: -moz-linear-gradient(top, #2b78bb, #356493);

	

	/* IE 10 */

	background: -ms-linear-gradient(top, #2b78bb, #356493);

	

	/* Opera 11.10+ */

	background: -o-linear-gradient(top, #2b78bb, #356493);

	

	border:1px solid #2b466b;

}

#textArea input[type=submit]:hover {

	background:#356493;

	color:#FFF;
	
	cursor:pointer;

}



#textArea .myBtn {

}

#textArea .myBtn a {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-transform:uppercase;

	color:#FFF;

	padding:5px 10px;

	

	background:#356493;

	

	/* Safari 4-5, Chrome 1-9 */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356493), to(#2b78bb));

	

	/* Safari 5.1, Chrome 10+ */

	background: -webkit-linear-gradient(top, #2b78bb, #356493);

	

	/* Firefox 3.6+ */

	background: -moz-linear-gradient(top, #2b78bb, #356493);

	

	/* IE 10 */

	background: -ms-linear-gradient(top, #2b78bb, #356493);

	

	/* Opera 11.10+ */

	background: -o-linear-gradient(top, #2b78bb, #356493);

	

	border:1px solid #2b466b;

}

#textArea .myBtn a:hover {

	background:#356493;

	color:#FFF;

	text-decoration:none;

}



#sideBar {

	float:right;

	width:285px;

	font-size:13px;

	line-height:150%;

	padding:0 0 0 15px;


}

#sideBar h2 {

	font-size:18px;

	font-weight:400;

	color:#356493;

	padding:0 0 10px 0;

	margin:0 0 10px 0;

	border-bottom:1px dotted #DDD;

}

#sideBar a {

	color:#2b78bb;

	text-decoration:none;

}

#sideBar a:hover {

	text-decoration:underline;

}



.widget {

	margin:0 0 25px 0;

}


.widgetContent {
	padding:5px 5px;
	background:#EEE;

}




.widget.search {

}

#sideBar .widget.search h2 {

	font-size:24px;

	font-weight:400;

	color:#356493;

	padding:0 0 0 0;

	margin:0 0 10px 0;

	border-bottom:none;

}

#sideBar .widget.search h3 {

	text-align:center;

	font-size:18px;

	font-weight:400;

	color:#000;

	padding:0 0 10px 0;

	margin:0 0 10px 0;

	border-bottom:1px dotted #DDD;

}

.widget.search input[type="text"] {

 

	background: #f9f9f9;

	border: 1px solid #cccccc;

	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	padding: 2px;

	

	-moz-border-radius:10px;

    -webkit-border-radius:10px;

    -khtml-border-radius:10px;

    border-radius:10px;

}

.widget.search #s {

	color: #999999;

	font-family: Arial, sans-serif;

	font-size: 13px;

	line-height:normal;

	margin: 0 -31px 0 0;

	padding: 5px 30px 5px 8px;

	text-transform: lowercase;

	width: 240px;

	 

	transition-duration: 400ms;

	transition-property: width, background;

	transition-timing-function: ease;

	 

	/* Safari and Chrome */

	-webkit-transition-duration: 400ms;

	-webkit-transition-property: width, background;

	-webkit-transition-timing-function: ease;

	 

	/* Opera */

	-o-transition-duration:400ms;

	-o-transition-property: width, background;

	-o-transition-timing-function: ease;

} 

.widget.search #s:focus {

	width: 240px;

}





.widget.search #searchsubmit {

	text-indent: -9999px;

	background-image: url(images/searchsubmit.png);

	border: medium none;

	height:20px;

	width:20px;

	background-color:#f9f9f9;

}







.widget.form {

}

.widget.form input[type=text], .widget.form input[type=text], .widget.form input[type=email], .widget.form input[type=tel], .widget.form textarea, .widget.form select {

	width:273px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	padding:5px;

	border:1px solid #E9E9E9;

}

.widget.form input[type=text]:focus, .widget.form input[type=email]:focus, .widget.form input[type=tel]:focus, .widget.form textarea:focus, .widget.form select:focus {

	background:#F5F5F5;

}

.widget.form input[placeholder], .widget.form textarea[placeholder] {

	color:#000;

}

.widget.form input[type=submit] {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-transform:uppercase;

	color:#FFF;

	padding:5px 10px;

	

	background:#356493;

	

	/* Safari 4-5, Chrome 1-9 */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356493), to(#2b78bb));

	

	/* Safari 5.1, Chrome 10+ */

	background: -webkit-linear-gradient(top, #2b78bb, #356493);

	

	/* Firefox 3.6+ */

	background: -moz-linear-gradient(top, #2b78bb, #356493);

	

	/* IE 10 */

	background: -ms-linear-gradient(top, #2b78bb, #356493);

	

	/* Opera 11.10+ */

	background: -o-linear-gradient(top, #2b78bb, #356493);

	

	border:1px solid #2b466b;

}

.widget.form input[type=submit]:hover {

	background:#356493;

	color:#FFF;

}


.widget.categories {
}
#mainLayout .widget.categories a:hover {
	text-decoration:none;

}
#mainLayout .widget.categories ul {
	list-style:none;
	margin:0 0 0 -40px;
}
#mainLayout .widget.categories li {
}
#mainLayout .widget.categories li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:5px 10px;
	margin:0 0 1px 0;
	background:#EEE;
}
#mainLayout .widget.categories li a:hover {
	color:#FFF;
	background:#356493;
	text-decoration:none;
}


#sideBar .widget.qlinks h2, #sideBar .widget.categories h2, #sideBar .widget.catalog h2, #sideBar .widget.feature h2 {
	text-align:center;

	font-size:18px;

	font-weight:400;

	color:#FFF;

	padding:5px 10px 8px 10px;

	margin:0 0 0px 0;
	
	background:#356493;

	border-bottom:none;
}
#sideBar .widget.qlinks ul {
	padding:5px 0 5px 40px;
	margin:0 0 0 0;
	background:#EEE;
}
#sideBar .widget.qlinks ul li {
	padding:0 0 5px 0;
}
#sideBar .widget.qlinks li a {
	color:#000;
}
#sideBar .widget.qlinks li a:hover {
	color:#356493;
}





.myBtn a, #mainLayout .myBtn a {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-transform:uppercase;

	color:#FFF;

	padding:5px 10px;

	

	background:#356493;

	

	/* Safari 4-5, Chrome 1-9 */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356493), to(#2b78bb));

	

	/* Safari 5.1, Chrome 10+ */

	background: -webkit-linear-gradient(top, #2b78bb, #356493);

	

	/* Firefox 3.6+ */

	background: -moz-linear-gradient(top, #2b78bb, #356493);

	

	/* IE 10 */

	background: -ms-linear-gradient(top, #2b78bb, #356493);

	

	/* Opera 11.10+ */

	background: -o-linear-gradient(top, #2b78bb, #356493);

	

	border:1px solid #2b466b;

}

.myBtn a:hover, #mainLayout .myBtn a:hover {

	background:#356493;
	text-decoration:none;

	color:#FFF;

}









/* Footer

----------------------------------------------------------*/



#mainFooter {

	width:960px;

	font-size:11px;

	color:#999;

	margin:35px auto 20px auto;

}

#mainFooter a {

	color:#999;

	text-decoration:none;

}

#mainFooter a:hover {

	color:#666;

}

#footerLeft {

	float:left;

}

#footerRight {

	float:right;

	text-align:right;

}











/* 404 Page

--------------------------------------------------*/



#error_left {

	float:left;

	width:400px;

	padding:0px 0;

	text-align:center;

	font-size:260px;

	color:#000;

}

#error_right {

	float:right;

	width:400px;

	padding:0px 0;

}

#error_right input[type=text] {

	width:288px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	padding:5px;

	border:1px solid #DBDBDB;

}



#error_right input:focus {

  background:#F5F5F5;

}



#error_right input[type=submit] {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-transform:uppercase;

	color:#FFF;

	padding:5px 10px;

	

	background:#356493;

	

	/* Safari 4-5, Chrome 1-9 */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356493), to(#2b78bb));

	

	/* Safari 5.1, Chrome 10+ */

	background: -webkit-linear-gradient(top, #2b78bb, #356493);

	

	/* Firefox 3.6+ */

	background: -moz-linear-gradient(top, #2b78bb, #356493);

	

	/* IE 10 */

	background: -ms-linear-gradient(top, #2b78bb, #356493);

	

	/* Opera 11.10+ */

	background: -o-linear-gradient(top, #2b78bb, #356493);

	

	border:1px solid #2b466b;

}

#error_right input[type=submit]:hover {

	background:#356493;

}













/* Blog

--------------------------------------------------*/



.blogPosts {

	width:630px;

}

.blogPosts ul {

	list-style:none;

	margin:0 0 0 -30px;

}

.blogPosts li {

	padding:0 0 3px 0;

	/*border-bottom:1px solid #E9E9E9;*/

}

.blog_post_date {

	background:#000;

   	float:left;

   	width:50px;

   	height:60px;

   	margin:10px 0 0 0px;

   	padding:0px;

}

#textArea .blog_post_date h3 {

  	color:#FFF;

  	font-size:14px;

  	font-weight:600;

  	padding:5px 0px 0px 0px;

  	margin:0px;

  	text-transform:uppercase;

   	text-align:center;

}

#textArea .blog_post_date h4 {

   	color:#FFF;

   	font-size:22px;

   	font-weight:600;

   	padding:0px 0px 0px 0px;

   	margin:0px;

   	text-align:center;

}

.blog_post_details {

	float:right;

	width:530px;

	font-size:12px;

	padding:10px 0 10px 0;

}

#textArea .blog_post_details h2 {

	color:#000;

	font-size:15px;

	font-weight:bold;

	text-transform:uppercase;

	margin:0 0 10px 0;

}

#textArea .blog_post_details h2 a {

	color:#000;

	text-decoration:none;

}

#textArea .blog_post_details h2 a:hover {

	text-decoration:underline;

}

.blog_post_details p {

	margin:0 0 10px 0;

}

.blog_post_details a {

	color:#477EB7;

	text-decoration:none;

}

.blog_post_details a:hover {

	text-decoration:underline;

}







/* Bill Pay Form */



#billForm {

	padding:10px;

	border:1px solid #CCC;

}

#billForm input[type=text] {

	width:218px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	padding:5px;

	margin:0 0 5px 0;

	border:1px solid #E9E9E9;

	-webkit-box-shadow:2px 2px 1px 0px #CCC;

	-moz-box-shadow:2px 2px 1px 0px #CCC;

	box-shadow:2px 2px 1px 0px #CCC;

}

#billForm input[type=text]:focus {

	background:#FFFFCC;

}

#billForm input[placeholder] {

	color:#000;

}

input[type=submit]#payNow {

	background:#ED7D11;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-transform:uppercase;

	color:#FFF;

	padding:10px;

	border:none;

}

input[type=submit]:hover#payNow {

	background:#999;

	color:#FFF;

	cursor:pointer;

}

















/* Products

----------------------------------------------------------*/

.gridlist-toggle {
	display: none !important;
}

.term-description {
	display:none;
}

.wc-tab {
	min-height:630px;
}
.specLeft {
	float:left;
	width:320px;
}
.specRight {
	float:right;
	width:310px;
}

ul.pdfs {
	list-style:none;
	margin:0 0 0
}
ul.pdfs li.pdf {
	padding:0 0 0 25px;
	margin:0 0 5px 0;
	background:url(images/pdf.png) 0 0 no-repeat;
}


/* New Css  */ 


.single-product.woocommerce ul.products li.product, .single-product.woocommerce-page ul.products li.product {
    width: 90% !important;
}
.single-product .customNavigation {
    text-align: center;
}
.single-product .wc-tab {
    min-height: 100% !important;
    margin-bottom: 50px !important;
}
.single-product #contentContainer {
    height:100% !important;
    min-height: auto !important;
}
.single-product #textArea,.single-product #sideBar {
    height: 100% !important;
}
div#mainLayout {
    clear: both;
}

