/*
Theme Name: EZ-SIPS
Theme URI: 
Description: Custom Theme for EZ-SIPS.
Version: 1
Author: Optima Internet Marketing
Author URI: http://optimainternetmarketing.com/
Tags: White BG, fixed width, widgets, Carousel
*/



/* Begin Typography & Colors */
body {
	background: #ffffff url('images/bg-body.png') repeat-x top center;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	color: #666666;
	margin: 0px auto;
	}

#page, .container{
	/*background: url('images/bg-page.png') no-repeat top center;*/
	margin: 0 auto;
    width: 1100px;
	}
	
#header {
	background: url('images/bg-header.png') repeat-x top center;
	float: left;
    position: relative;
    z-index: 99;
    height: 67px;
    padding: 8px 0px 8px 0px;
    width: 100%;
	margin: 12px 0px 490px 0px; 
	}
#header .container{
	position: relative;
}
#businessname{
	width: 1100px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
#businessname h1{
	text-align: center;
	color: #ffffff;
	margin: 10px 0px;
}

#logo {
	width: 163px;
	float: left;
	padding: 0px 0px;
	margin: -18px 0px 0px 0px;
	text-align:left;
	position: relative;
	height: 50px;
	text-align:center;
}
#logo h1{
	margin: 0px !important;
}
#logo h1 a{
	color: #444444;
	font-size: 21px;
	text-transform: uppercase;
	border: 0px;
}
#logo .desc{
	position: absolute;
	bottom: 12px;
	left: 108px;
	color: #ffffff;
	font-size: 21px;
	margin: 0px 0px;
	text-transform: uppercase;
	font-style: italic;
	width: 240px;
}
#phone{
	color: #2f9f1d;
	font-size: 25px;
	float: right;
	width: 190px;
	padding: 10px 0px;
	text-align: right;
}
#phone a{
	color: #ff8900;
} 
#socialicons{
	text-align: right;
	float: right;
	width: 200px;
	padding: 10px 0px;
}
#socialicons img {
	border: 0px;
	width: 32px;
	margin: 0px 5px;
}
#mainwrap{
	clear: both;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	position: relative;
}
#submenuwrap{
	background: url('images/bg-sub-menu.png') repeat top left;
	clear: both;
    height: 52px;
    padding: 0px;
    position: absolute;
    top: 536px;
    width: 100%;
}
#sub-menu ul {
	list-style: none;
	margin: 0px auto;
	padding: 15px 0px;
	position:relative;
	z-index: 50;
	text-align: center;
}
#sub-menu li {
	position: relative;
	padding: 0px;
	display: inline;
}
#sub-menu ul a {
	background: url('images/bg-menu-divider.png') no-repeat right center;
	color: #ffffff;
	/*font-size:13px;
	font-weight: bold;*/
	font-size:18px;
	font-weight: normal;
	text-decoration:none;
	/*text-transform: uppercase;*/
	text-transform: uppercase;
	display:inline;
	margin: 0px 0px 0px 0px;
	
	/*padding: 8px 10px;
	height: 16px;*/
	
	padding: 0 13px 0 8px;
	/*min-width: 90px;*/
	text-align: center;
	line-height: 22px;
}
#sub-menu ul li.last a{
	background: transparent;
	padding: 0 8px 0 8px;
}
#sub-menu ul li.current-menu-item a, #sub-menu ul li.current_page_item a{
	color: #34e906;
}
#sub-menu li:hover > a{
	/*background: #2f281e;*/
	color: #2f9f1d;
}

#main-menu{
	width: 740px;
	float: right;
	height: auto;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	display:block;
    visibility: visible;
	/*border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;*/
}
#main-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 15px 0px !important;
	position:relative;
	z-index: 50;
	float: right;
}
body.page-template-page-test-php #main-menu ul {
	padding: 0px 0px 15px 0px !important;
}
#main-menu li {
	float:left;
	position: relative;
	padding: 0px;
}
#main-menu ul a {
	background: url('images/bg-menu-divider.png') no-repeat right center;
	color: #ffffff;
	/*font-size:13px;
	font-weight: bold;*/
	font-size:18px;
	font-weight: normal;
	text-decoration:none;
	/*text-transform: uppercase;*/
	text-transform: uppercase;
	display:block;
	margin: 0px 0px 0px 0px;
	
	/*padding: 8px 10px;
	height: 16px;*/
	
	padding: 0 13px 0 8px;
	/*min-width: 90px;*/
	text-align: center;
	line-height: 22px;
}


body.page-template-page-test-php #main-menu ul a{
	padding: 0 20px 0 15px;
}
body.page-template-page-test-php #main-menu ul li.last a{
	background: transparent;
	padding: 0 0px 0 20px;
}
#main-menu ul li.last a{
	background: transparent;
	padding: 0 8px 0 8px;
}
#main-menu ul li.current-menu-item a, #main-menu ul li.current_page_item a{
	color: #34e906;
}
#main-menu ul li.menu-item-114 a{
	border-right: 0px solid #000000;
}
#main-menu ul ul {
	display:none;
	position:absolute;
	top:29px;
	left:0;
	float:left;
	width: 150px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
}
#main-menu ul ul li{
	min-width: 150px;	
	background: transparent;
	padding: 0px 0px 0px 0px;
}
#main-menu ul ul ul{
	margin: 0px;
	left:100%;
	top:0%;
	padding: 0px;
	width: 200px;
	float:left;
}
#main-menu ul ul ul li{
	min-width: 120px;	
	background: transparent;
	padding: 0px 0px 0px 0px;
}
#main-menu ul ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background:#000000;
	width: 140px;
	height:auto;
	padding:4px 5px;
	color:#eee;
	border-left: 0px solid #fff;
	text-align: left;
	text-transform: none;
}
#main-menu ul ul ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background:#666;
	height:auto;
	padding:3px 10px;
	margin: 0px;
	width: 120px;
	color:#eee;
	border-left: 0px;
	text-align: left;
	text-transform: none;
}
#main-menu li:hover > a{
	/*background: #2f281e;*/
	color: #2f9f1d;
}
#main-menu ul ul :hover > a {
	color:#fff;
	background:#666666 !important;
}
#main-menu ul ul ul :hover > a{
	border-top: 0px;
	color:#fff;
	background:#000 !important;
}
#main-menu ul li:hover > ul{
	display:block;
}

#footer-menu{
	margin: 0px auto;
}

#footer-menu ul li a{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-transform: normal;
}
#footer-menu a:hover{
	text-decoration: underline;
}
#footer-menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px 0px;
	text-align:left;
	height: auto;
}
#footer-menu ul li{
	font-size: 12px;
	line-height: 12px;
	padding: 0px 10px 0px 0px;
	display:inline;
}
#footer-menu li.menu-item-10{
	border-left: 0px solid #000000;
}
/* End Menus */	

#search{
	width: 270px;
	padding: 4px 0px 4px 0px;
	float: left;
}
#search #searchform{
	margin: 0px;
	text-align: left;
	padding: 0px;
}
#search input#s{
	background:#fff url('images/search-input.png') no-repeat top center;
	border: 0px;
	padding: 4px 5px 4px 10px;
	width: 215px;
	height: 17px;
	color: #cccccc;
	float: left;
}
#search input#searchsubmit{
	background: url('images/search-btn.png') no-repeat top center;
	width: 35px;
	height: 25px;
	border: 0px;
	float: left;
	text-indent: -900px;
}
	
#content {
	
	}

.widecolumn .entry p {
		text-align: justify;
	}

.narrowcolumn .entry, .widecolumn .entry {
	
	}

.widecolumn {
	
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 21px;
	color: #333333;
	}

h2 {
	font-size: 19px;
	color: #333333;
	}
h1.pagetitle,
h2.pagetitle {
	font-weight: bold;
	margin: 10px 0px !important;
	text-transform: uppercase;
	text-align: left;
	color: #333333;
	padding: 0px 0px;
	}
h3 {
	font-size: 18px;
	color: #333333;
	}
h4 {
	font-size: 16px;
	color: #333333;
	}
h5{
	font-size: 14px;
	color: #333333;
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #0072A5;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5{
	text-align:left;
} 
	
.entry p a:visited {

	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #666666;
	text-decoration: none;
	}

a:hover {
	color: #0072a5;
	text-decoration: underline;
	}
#content a{
	color: #2f9f1d;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #2f9f1d;
	
	text-decoration: underline;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body.home .narrowcolumn {
	float: left;
	padding: 0px 10px;
	margin: 10px 0px 10px 0px;
	width: 300px;
	text-align: justify;
	}
.narrowcolumn {
	float: right;
	padding: 0px 10px;
	margin: 10px 0px 10px 0px;
	width: 620px;
	text-align: justify;
	}

.widecolumn {
	padding: 0 0px 0px 0px;
	margin: 0px 0 0 0px;
	width: 1100px;
	}

.post {
	margin: 0 0 20px;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
	border: 2px solid #CCCCCC;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
#footer {
	background: #2c8624;
	padding: 0px 0px;
	margin: 0px auto 0px auto;
	clear: both;
	width: 100%;
	color: #ffffff;
	overflow: hidden;
	}

#footer p {
	margin: 10px 0px;
	text-align: left;
	font-size: 11px;
	}
#footer-widget-area-light {
	background: #e2e2e2 url('images/bg-footer-light-grey.jpg') repeat-x left bottom;
	padding: 0px 0px;
	color: #333333;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	line-height:18px;
}
#footer-widget-area-light .container{
	background: url('images/bg-footer-bottom-light-grey.jpg') no-repeat bottom center;
	padding: 20px 0px 30px 0px;
}
#footer-widget-area-light .widget-area{
	background: url('images/bg-footer-note.jpg') no-repeat top center;
	width: 320px;
	float: left;
	padding: 10px 20px;
	min-height: 263px;
	margin: 0px 10px 0px 0px;
}
#footer-widget-area-light .last{
	margin: 0px 0px 0px 0px;
}
#footer-widget-area-light  ul{
	padding: 0px;
	margin: 0px;
}
#footer-widget-area-light .widget-container{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer-widget-area-light .widget-area h2{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	font-weight: normal;
	margin: 18px 0px;
	color: #2f9f1d;
	text-transform: uppercase;
}
#footer-widget-area-light .textwidget ul{
	list-style: square;
	color: #000000;
	padding: 0px 0px 0px 20px;
}
#footer-widget-area-light .textwidget ul li{
	padding: 2px 0px 2px 0px;
}
#footer-widget-area-light .textwidget ul li a{
	color: #0072a5;
	/*text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-text-shadow: 0px 3px 3px rgba(0,0,0,0.2);*/
}
#footer-widget-area-light .widget-container p a{
	color: #0072a5;
}
#footer-widget-area-light .widget-container ul li a:hover{
	color: #00affd;
	text-decoration: none;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
#footer-widget-area-dark {
	background: #002203;
	padding: 0px 0px;
	color: #ffffff;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	line-height:18px;
}
#footer-widget-area-dark .container{
	background: url('images/bg-footer-green.jpg') no-repeat center;
	padding: 20px 0px 20px 0px;
}
#footer-widget-area-dark .widget-area{
	width: 275px;
	float: left;
	padding: 10px 0px;
	margin: 0px 0px 0px 0px;
}
#footer-widget-area-dark  ul{
	padding: 0px;
	margin: 0px;
}
#footer-widget-area-dark .widget-container{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer-widget-area-dark .widget-area h2{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 14px 0px;
	color: #ffffff;
	text-transform: uppercase;
}
#footer-widget-area-dark .textwidget ul{
	list-style: square;
	color: #999999;
	padding: 0px 0px 0px 20px;
}
#footer-widget-area-dark .textwidget ul li{
	padding: 2px 0px 2px 0px;
}
#footer-widget-area-dark .textwidget ul li a{
	color: #ffffff;
	/*text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-text-shadow: 0px 3px 3px rgba(0,0,0,0.2);*/
}
#footer-widget-area-dark .menu-footer-menu-container ul{
	list-style: none;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
}
#footer-widget-area-dark .menu-footer-menu-container ul li a, #footer-widget-area-dark a{
	color: #ffffff;
}
#footer-widget-area-dark .menu-footer-menu-container ul li a:hover, #footer-widget-area-dark a:hover{
	color: #34E906;
}

.image-gallery-filler{
	background: url('images/image-gallery-filler.jpg') no-repeat;
	width: 329px;
	height: 170px;
}
#credit{
	text-align: right;
	float: right;
}
#copyright{
	text-align: left;
	float: left;
}
#credit, #copyright{
	color: #ffffff;
	font-size: 11px;
	margin: 10px 0px;
	padding: 0px 0px;
	width: 450px;
}
#credit a, #copyright a{
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: none;
}
#credit a:hover, #copyright a:hover{
	text-decoration: underline;
}

/* End Structure */



/*	Begin Headers */
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 20px;
	list-style-type: square;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\003A\003A \0020";
	font-weight: bold;
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 160px;
	padding: 2px;
	border: 1px solid #aaaaaa;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
body.home #sidebar, body.home #sidebar-2{
	/*background: #e2e2e2;*/
	padding: 0px 10px 10px 10px;
	margin: 10px 0px;
	width: 300px;
	background: #F6F6F6;
	font-size: 12px;
	min-height: 1250px;
	}
#sidebar a, #sidebar-2 a{
	font-weight: bold;
}
#sidebar{
	float: left;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	background: #F6F6F6;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px;
	width: 300px;
}

body.home #sidebar-2{
	float: right;
	/*position: absolute;
	top: 0px;
	right: 0px;*/
	font-size: 12px;
	clear: none;
}
#sidebar-2{
	float: left;
	/*position: absolute;
	top: 0px;
	right: 0px;*/
	font-size: 12px;
	clear: left;
	padding: 0px 10px 10px 10px;
	width: 300px;
}

#sidebar form, #sidebar-2 form {
	margin: 0;
	}
#sidebar p, #sidebar-2 p {
	margin: 12px 0px;
	}
#sidebar h2, #sidebar-2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	padding: 0px 2px;
	font-size: 16px;
	margin: 10px 0px;
	border-bottom: 1px solid #666;
	}
#sidebar ul, #sidebar ul ol, #sidebar-2 ul, #sidebar-2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar-2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}
#sidebar ul ul li, #sidebar-2 ul ul li {
	list-style-type: square;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select, #sidebar-2 ul p, #sidebar-2 ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar-2 ul ul, #sidebar-2 ul ol {
	margin: 5px 0 0 10px;
	padding: 0 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar-2 ul ul ul, #sidebar-2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #sidebar-2 ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar-2 ul ul li, ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 10px;
	padding: 5px 5px 5px 20px;
	border-left: 5px solid #aaaaaa;
	}
	
.textwidget blockquote {
	background: #dfdfdf
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
		
	}

a img {
	border: none;
	}

.navigation {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Custom Class*/
blockquote.testimonials {
	background: url('images/bg-quote.png') no-repeat top left;
	margin: 20px 40px 20px 20px;
	padding-left: 80px;
	border-left: 5px solid #aaaaaa;
	min-height: 60px;
	}
	
/*div.custom-home{
	background: #ffffff url('images/home-image-1.jpg') no-repeat 0px 0px;
	margin: -30px -50px 0px -262px;
	height: 256px;
	position: relative;
}
div.custom-home h1{
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 205px;
	font-size: 18px;
	text-transform: uppercase;
}
div.custom-home p{
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 380px;
	font-size: 14px;
	text-transform: uppercase;
}*/

table.tablecustom{
	border: 1px solid #999;
}
table.tablecustom tr.head {
	background: #666666;
	color: #fff;
}
table.tablecustom td{
	border: 1px solid #999;
}
table.noborder{
	border: 0px none;
}
table.noborder td{
	border: 0px none;
}
/* End Custom Class*/

/* Rotator */
#rotator{
	background: #ffffff;
	position: relative;
	z-index: auto;
	left: 0;
    position: absolute;
    top: 0;
    width: 99.99%;
	overflow-x: hidden;
}
body.admin-bar #rotator{
	top: 28px;
}
#slideshowHolder{
	height: 600px;
    margin: 0 auto;
    position: relative;
	background-position: top left;
    width: 100%;
}
#rotator img{
position: absolute;
top: 0;
left: 0;
}
#rotator a{
	color: #a7121c;
}
#rotator a:hover{
	color: #ffffff;
	text-decoration: none;
}
#ft-title-slideshowHolder{
	/*top: 218px !important;*/
	top: 150px !important;
	right: 0px !important;
	padding: 0px;
	text-align: right;
}
#ft-title-slideshowHolder span{
	color: #a7121c;
	font-size: 16px;
	text-align: right;
	margin: 0px 0px;
	/*color: #ffffff;
	font-size: 28px;
	text-align: center;
	margin: 20px;*/
	font-weight: normal;
	text-transform: none;
	/*text-shadow: 0px 2px 2px #ffffff;
	-moz-text-shadow: 0px 2px 2px #ffffff;
	-webkit-text-shadow: 0px 2px 2px #ffffff;*/
	/*text-shadow: 0px 3px 3px rgba(0,0,0,1);
	-moz-text-shadow: 0px 3px 3px rgba(0,0,0,1);
	-webkit-text-shadow: 0px 3px 3px rgba(0,0,0,1);	*/
	
	background: url('images/bg-gray-transparent.png') repeat top left;
	/*background:#929792;
	filter:alpha(opacity=70) !important;
    -moz-opacity: 0.70 !important;
    -khtml-opacity: 0.70 !important;
    opacity: 0.70 !important;*/
	display: inline-block;
	width: auto;
	padding: 10px 15px 10px 10px;
}
#ft-title-slideshowHolder h2{
	background: url('images/bg-rotator-text.png') repeat top center;
	color: #fff;
	margin: 5px 0px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	display: inline-block;
	padding: 10px 140px 10px 20px;
	float: right;
	clear: both;
}
#ft-title-slideshowHolder p{
	background: url('images/bg-rotator-text.png') repeat top center;
	color: #fff;
	margin: 5px 0px;
	font-size: 21px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 140px 10px 20px;
	float: right;
	clear: both;
}
#ft-title-slideshowHolder p.details{
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	text-align:center;

	/*text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-text-shadow: 0px 3px 3px rgba(0,0,0,0.2);*/
}
#ft-title-slideshowHolder p.details span {
	padding: 15px 30px;
	background: #000;
	filter:alpha(opacity=60) !important;
    -moz-opacity: 0.60 !important;
    -khtml-opacity: 0.60 !important;
    opacity: 0.60 !important;
}
#ft-title-slideshowHolder a.arrow{
	background: url('images/btn-arrow.png') no-repeat top center;
	text-indent: -999px;
	overflow:hidden;
	width: 45px;
	height: 24px;
	position: absolute;
	margin: 0px 0px 0px -23px;
	left: 50%;
}
#ft-prev-slideshowHolder, #ft-next-slideshowHolder, #ft-prev-slideshowHolder:hover, #ft-next-slideshowHolder:hover{
	width: 56px;
	height: 56px;
	color: #dfdbdc !important;
	font-size: 1px;
}
#ft-prev-slideshowHolder:hover, #ft-next-slideshowHolder:hover{
	filter:alpha(opacity=100) !important;
    -moz-opacity:1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}
#ft-prev-slideshowHolder{
	background: url('images/bg-prev.png') no-repeat top center;
}
#ft-next-slideshowHolder{
	background: url('images/bg-next.png') no-repeat top center;
}
/*#ft-next-slideshowHolder{
	background: url('images/ft-next-btn.png') no-repeat top center;
	left: 622px;
	height: 300px;
    margin-right: -38px;
    right: 0;
    top: 0 !important;
    z-index: 1001;
	text-indent: -999px;
	overflow:hidden;
	filter:alpha(opacity=100) !important;
    -moz-opacity:1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;

}*/
#ft-buttons-slideshowHolder{
	text-align: center !important;
	position: absolute !important; 
	margin: 0px 0px 0px 0px;
	z-index: 1002 !important;
	padding: 0 0px;
	height: 17px;
	width: 100%;
	bottom: 72px;
}
a.ft-button-slideshowHolder {
	display: block;
    margin: 0;
	background: url("images/buttons-pagination.png") no-repeat scroll 100% 0 transparent;
    display: inline-block;
    height: 17px;
    margin-left: 5px !important;
    width: 17px;
	overflow: hidden;
}
a.ft-button-slideshowHolder span{
	display: none;
}
a.ft-button-slideshowHolder-active {
	background: url("images/buttons-pagination.png") no-repeat scroll 0 0 transparent;
}
a.ft-button-slideshowHolder:hover{
	background: url("images/buttons-pagination.png") no-repeat scroll 0 0 transparent;
}

.ft-button-slideshowHolder{
	font-weight: bold;
}
/* End Rotator */

/* Home page custom style */

.homeboxnum{
	width: 275px;
	padding: 10px 0px 0px 0px;
	float: left;
}
.homeboxnum h2{
	color: #2f9f1d;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px;
}
.homeboxnum h2 span{
	padding: 5px 12px 5px 7px;
	background: url('images/bg-home-num.png') no-repeat left center;
}

.homeboxnum p{
	color: #666666;
	font-size: 13px;
	padding: 0px 10px 0px 0px;
}
.homeboxnum h2, .homeboxnum p{
	text-align: left !important;
}

.mailinglist span{
	display: inline-block;
	width: 50px;
	padding: 2px 0px;
}
.mailinglist input[type="text"], .mailinglist input[type="email"]{
	border: 1px solid #111111;
	background: #f5f0f0;
	font-size: 12px;
	color: #090707;
	width: 150px;
	padding: 2px;
}
.hometesti span{
	color: #CCCCCC;
    display: block;
    font-size: 16px;
    text-align: right;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
.hometestibox{
	background: url('images/bg-home-testi.png') no-repeat top center;
	color: #cccccc;
	font-size: 14px;
	line-height: 18px;
	padding: 18px 10px 10px 10px;
}

.btn-contact {
    background: #ff8900;
    border: 1px solid #999999;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px;
    text-decoration: none;
	border-radius: 20px;
}
.btn-contact:hover{
	background: #e67c00;
	color: #FFFFFF !important;
	text-decoration: none !important;
}


.specialbox{
	background: url('images/bg-special.png') no-repeat top center;
	width: 274px;
	height: 195px;
	float: right;
	color: #000000;
	font-size: 18px;
	line-height: 25px;
	margin: 0px 10px 0px 20px;
	padding: 26px 26px 20px 20px;
	position: relative;
	display:inline-block;
}

.specialbox span{
	position: absolute;
	bottom: 1px;
	left: 0px;
	height: 49px;
	width: 314px;
	display: inline-block;
	padding: 0px 6px 0px 0px;
	text-align: center;
}
.specialbox span a{
	background: transparent url('images/btn-special.png') no-repeat top center;
	display: inline-block;
	padding: 8px 5px 0px 5px;
	width:304px;
	height: 41px;
	text-align: center;
	font-size: 18px !important;
	color: #ffffff !important;
	font-weight: bold;
	line-height: normal;
}

/* Home Page Test 11/27/13 
body.page-id-753 #sub-menu ul li.menu-item-486{
	display:none;
}
body.page-id-753 #sub-menu ul li.menu-item-476 a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 8px;
}*/

#videoheader{
	display: block;
	width: 380px;
	height: 214px;
	position: absolute;
	top: 374px !important;
	z-index: 99999;
	right: 0px !important;
}
body.page-id-753 #videoheader{
	display: block;
}

body.page-id-753  #ft-title-slideshowHolder {
	top: 150px !important;
}


.specialbox2{
	background: url('images/bg-special2.png') no-repeat top right;
	width: 434px;
	height: 301px;
	float: right;
	color: #000000;
	font-size: 28px;
	line-height: 36px;
	margin: 0px 0px 0px 20px;
	padding: 36px 36px 30px 30px;
	position: relative;
	display:inline-block;
}
.specialbox2 b{
	font-size: 32px;
}
.specialbox2 p{
	margin: 0px 0px 28px 0px;
}

.specialbox2 span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	padding: 0px 6px 0px 0px;
	text-align: center;
}
.specialbox2 span a{
	background: #f77020;
	display: inline-block;
	padding: 10px 5px 10px 5px;
	width:474px;
	text-align: center;
	font-size: 24px !important;
	color: #ffffff !important;
	font-weight: bold;
	line-height: normal;
	border: #e65804 5px solid;
}