﻿
/****************************************/
/************** SEPERATORS **************/
/****************************************/
div#header{  display: none; }
#printheader
{
	display:none;
    height:120px;
}
#printheader #headName 
{
	color:#FFFFFF;
	display:block;
	font-size:150%;
	font-weight:bold;
	right:100px;
	top:30px;
}

.newsSeperator {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #E5E4E4;
	display: block;
	height: 0;
	margin: 0 0 30px;
	width: 100%;
}
.smallnewsSeperator {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #E5E4E4;
	display: block;
	height: 0;
	margin: 0 0 10px;
	width: 235px;
}
.pageSeperator {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #E5E4E4;
	display: block;
	height: 0;
	margin: 0 0 30px;
	width: 100%;
}
/******************************************/

body {
	background-image:url(../../images/layout/bodyBg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
    overflow: visible;
}
div#middle #centercol h1.pagetitle {
	margin-bottom:0px;
	margin-top:0px;
    padding-top:0px;
}
div#middle #centercol h1.pagetitle, div#middle #centercol h1 {
	background-color: rgba(0, 0, 0, 0);
	color: #585858;
	font-size: 25px;
	text-transform: uppercase;
}

div#header{
    display:none;
}
div#middle #centercol h2
 {

}
div#middle #centercol ul.level0 li.lilevel0 > a {
   color: #89bd41;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
}
div#middle #centercol ul.level0 li.lilevel0 > a:hover {
    text-decoration:underline;
    }
div#middle #centercol h3 {
	color:#2f93f9;
	font-size:15px;
}
div#middle {
	background-color:transparent;
	padding:0px;
}
div#content {
	padding:0px;
    overflow: visible
}
div#middle #leftcol {
	display:inline-block;
	float:none;
	width:auto;
	vertical-align:top;
    display:none;
}
div#middle #rightcol {
	display: inline-block;
	float: none;
	padding-top: 60px;
	vertical-align: top;
    display:none;
}
div#middle #centercol {
	padding: 0 25px;
	display:inline-block;
	float:none;
	vertical-align:top;
	width:722px;
}
div#content #innercontent {
	background-color: transparent;
	padding:0px;
	line-height:20px;
	color:#585757;
	font-size:14px;
    overflow: visible
}
div#content #innercontent input {
        border: 1px solid #D0D0D0;
        height: 25px;
        margin-bottom: 5px;
        padding-left: 5px;
}
div#content #innercontent input[type=checkbox] {
        height:auto;
    }
div#content #innercontent select {
        border: 1px solid #D0D0D0;
        height: 30px;
        line-height: 25px;
        margin-bottom: 5px;
        padding-left: 5px;
}

div#content #innercontent textarea {
        border: 1px solid #D0D0D0;
}

div#content #innercontent input.button {
        background: none repeat scroll 0 0 #2F93F9;
        border: 2px solid #FFFFFF;
        border-radius: 5px;
        color: #FFFFFF;
        font-size: 9px;
        font-weight: bold;
        height: 30px;
        margin-top: 10px;
        text-transform: uppercase;
        cursor:pointer;
}
div#content #innercontent a {
	color: #50a2f6;
}

div#centercol #breadcrumbs{
    background-color:transparent;
    margin-top:10px;
    position:absolute;
    color:#585858;
    font-size:12px;
}

div#centercol #breadcrumbs a {
    color:#585858;
    text-decoration:none;
}

div#centercol #breadcrumbs a:hover {
    text-decoration: underline;
    color:#2F93F9;
}

div#header {
	background-color:#7ab8f7;
	background-image:url(../../images/layout/topHeaderImg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:130px;
	width:1024px;
	position:relative;
    z-index:999;
    display:none;
}
div#header .hplnkhome {
	background-image:url(../../images/layout/iPowerLogo.jpg);
    height: 75px;
    position: absolute;
    top: 17px;
    width: 140px;
}
div#shop {
	width:1024px;
	font-family:'Century Gothic','Trebuchet MS',Helvetica,Calibri,Arial;
}

div#shop {

}
div#languages {
	background-color:transparent;
	float:none;
	padding:0px;
	margin:0;
}
div#languages a {
	margin-right:4px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	text-align:center;
	background-color:#9dcaf8;
	color:#ffffff;
	width:auto;
	display:inline-block;
	width:40px;
	height:30px;
	line-height:30px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
div#languages a.active {
	background-color:#ffa60d;
	color:#585858;
}
div#languages a:hover {
	background-color:#4C97E3;
}
div#languages a.active:hover {
	background-color:#ffa60d;
}
div#loginsmall {
	width:auto;
	float:none;
	padding:0px;
	background-color:transparent;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
    diaply:none;
}
div#loginsmall #loginwrapper {
	background-color:#4c97e3;
	padding:10px 10px 0px 10px;
	height:37px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
div#loginsmall input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	height:25px;
	line-height:15px;
	border:none;
	padding-left:5px;
	width:100px;
	font-size:11px;
	color:#585858;
	margin-right:2px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 div#loginsmall input  { float:none;  }
}
div#loginsmall input.button {
	background-image:url(../../images/layout/loginBtn.jpg);
	width:29px;
	height:27px;
	margin-top:0px;
	display:inline-block;
}
div#loginsmall input.button:hover {
	cursor:pointer;
}
div#loginsmall .error {
	background-color: #4C97E3;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding: 5px 10px 0;
	width: 250px;
	text-transform:uppercase;
}
div#loginsmall .username, div#loginsmall .password {
	position:absolute;
	z-index:999;
	font-size:11px;
	height:15px;
	line-height:15px;
	padding-left:5px;
	color:#000;
	background-color:#fff;
	display:none;
	width:90px;
	margin:7px 5px;
}
div#loginLinks {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
	padding-left: 10px;
	text-align: left;
}
div#loginsmall .loginLink {
	font-size:11px;
	color:#ffffff;
	display:inline;
	text-decoration:none;
}
div#loginsmall .loginLink:hover {
	text-decoration:underline;
}
div#loginsmall #loggedIn #loggedInContent {
	display:none;
	position:absolute;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	color:#ffffff;
	background-position:-5px -5px;
	background-color:#4c97e3;
	z-index:999;
    right:0;
    top:42px;
}
div#loginsmall #loggedIn input.button {
	background: none repeat scroll 0 0 #89BD41;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	text-align: center;
	width: 169px;
    margin-top:10px;
}
div#loginsmall #loggedIn .head img {
	float:none;
	margin: 7px 7px 0 0;
}
div#loginsmall #loggedIn .head {
	background-color: #4c97e3;
	height: 40px;
	line-height: 37px;
	padding: 0 10px 0 10px;
	cursor:pointer;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
div#loginsmall #loggedIn .head:hover {
	background-color: #52a3f5;
}
div#loginsmall #loggedIn .head .welcomeUser {
	font-size:12px;
	color:#ffffff;
}
div#loginsmall #loggedIn ul, div#loginsmall #loggedIn p {
	margin:0px;
}
div#loginsmall #loggedIn ul {
	padding-left:15px;
}
div#loginsmall #loggedIn a {
	color:#ffffff;
	font-size:11px;
}
div#searchsmall {
	background-color:transparent;
}
/*************************************************************/
/******************** MAIN NAVIGATION ************************/
/*************************************************************/

div#navigation {
	position:absolute;
	background-color:transparent;
	top:90px;
    width:775px;
}
div#navigation ul {
	padding-left:0px;
	margin:0px;
}
div#navigation ul li {
	display:inline-block;
}
div#navigation ul li a {
	background-color: #e5e4e4;
	color: #3f3f3f;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
div#navigation ul li a:hover, div#navigation ul li.current>a {
	background-color:#ffffff;
}

div#navigation ul ul li a:hover, div#navigation ul ul li.current > a{
    background-color:transparent;
    color:#7AB8F7;
}
div#navigation ul li .menuImg {
	border: 0 none;
	float:none;
	height: 30px;
	vertical-align: top;
	width: 30px;
	margin:5px 5px 0px -5px;
}
div#navigation ul li .menuSubtext {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1px;
	padding-right: 35px;
	text-transform:none;
}
div#navigation ul ul {
	border:0px;
	background-color: #e5e4e4;
	color: #3f3f3f;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding:0 10px 10px 10px;
	max-width:500px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
div#navigation ul ul li {
	display:block;
	border-bottom:1px dashed #9c9c9c;
}
div#navigation ul ul li.last {
	border-bottom:none;
}
div#navigation ul ul li .menuImg {
	margin-left:-5px;
	vertical-align:top;
	float:none;
	border:0px;
	width:40px;
	height:40px;
	margin-top:0px;
}
div#navigation ul ul li .menuSubtext {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1px;
	padding-right: 35px;
	text-transform:none;
}
div#navigation ul ul li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:none;
	background-color:transparent;
	color:#000000;
	font-size:18px;
	line-height:28px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:10px 40px 10px 20px;
	height:auto;
	width:100%;/*box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);*/
}
div#navigation ul ul li:hover {
	background-color:transparent;
}
div#navigation ul ul li a:hover {
	background-color:transparent;
	border:none;
	text-decoration:none;
	/*color:#8e8e8e;*/
    color:#7AB8F7;
}
div#navigation ul ul ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	;
	top: 0;
	background-color:#f2f2f2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
div#navigation ul ul ul li {
	border-bottom:1px dashed #b2b1b1;
}
div#navigation ul ul ul li a {
	padding:10px 40px 10px 20px;
	font-size:14px;
}
/*************************************************************/
/******************** TOP NAVIGATION *************************/
/*************************************************************/

div#topNavigation {
	position:absolute;
	z-index:999;
}
div#topNavigation ul {
	margin:0;
	padding-left:0px;
}
div#topNavigation ul li {
	float:none;
    margin-right:2px;
	height:20px;
}
div#topNavigation ul li a:hover, div#topNavigation ul li.current a {
	background-color: #FFA60D;
	color:#585858;
}
div#topNavigation ul li a {
	background-color: #585858;
	color: #FFFFFF;
	float:none;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
div#topNavigation ul li .menuImg {
	border: 0 none;
	float:none;
	height: 20px;
	vertical-align: top;
	width: 20px;
	margin:4px 5px 0 -10px;
}
div#topNavigation ul ul {
	border:0px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding:5px;
	max-width:250px;
	border-top:2px solid #7AB8F7;
	background-color:#585858;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top:100%;
}
div#topNavigation ul ul li {
	display:block;
	/*border-bottom:1px dashed #9c9c9c;*/
margin-bottom:1px;
	border-bottom:1px dashed #E5E4E4;
}
div#topNavigation ul ul li a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:10px;
	padding:0 40px 0 22px;
}
div#topNavigation ul ul li.last {
	border-bottom:none;
}
div#navigation ul ul li .menuImg {
	margin-left:-5px;
	vertical-align:top;
	float:none;
	border:0px;
	width:40px;
	height:40px;
	margin-top:5px 0px 0px -6px;
}
div#topNavigation ul ul li .menuSubtext {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1px;
	padding-right: 35px;
	text-transform:none;
}
div#topNavigation ul ul li a:hover, div#topNavigation ul ul li.current a {
	background-color: transparent;
	color:#FFA60D;
}
div#topNavigation ul ul ul {
	margin-top:-7px;
}
div#topNavigation ul ul ul li {
}
div#topNavigation ul ul ul li a {
	background-color:transparent
}
/*************************************************************/
/****************** SUPPORT NAVIGATION ***********************/
/*************************************************************/

div#supportNavigation {
	position:absolute;
	right:0;
	top:90px;
	z-index:998;
}
div#supportNavigation ul {
	margin:0;
	padding-left:0px;
}
div#supportNavigation ul li {
	display:inline-block;
}
div#supportNavigation ul li a {
	background-color: #FFA60D;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	text-align:right;
	-webkit-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
div#supportNavigation ul li .menuImg {
	border: 0 none;
	float:none;
	height: 30px;
	margin: 5px 10px 5px 0;
	vertical-align: top;
	width: 35px;
}
div#supportNavigation ul li a:hover {
	background-color:#ffba43;
}
div#supportNavigation ul ul {
	border:0px;
	background-color:#FFA60D;
	color: #3f3f3f;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding:0 22px;
	max-width:500px;
	top:100%;
	right:0;
	left:-100%;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
div#supportNavigation ul ul li {
	display:block;
	border-bottom:1px dashed #ffffff;
	text-align:right;
	padding:7px 0;
}
div#supportNavigation ul ul li.last {
	border-bottom:none;
}
div#supportNavigation ul ul li .menuImg {
	border: 0 none;
	float:none;
	height: 25px;
	margin: 2px 0 0 0;
	vertical-align: top;
	width: 25px;
}
div#supportNavigation ul ul li .menuSubtext {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1px;
	text-transform:none;
}
div#supportNavigation ul ul li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:none;
	background-color:transparent;
	color:#000000;
	font-size:16px;
	line-height:28px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	width:100%;
	padding:0px;/*box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);*/
}
div#supportNavigation ul ul li:hover {
	background-color:transparent;
}
div#supportNavigation ul ul li a:hover {
	background:none;
	background-color:transparent;
	border:none;
	text-decoration:none;
	/*color:#8e8e8e;*/
color:#ffffff;
}
div#supportNavigation ul ul ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	top: 0;
	background-color:#f2f2f2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
div#supportNavigation ul ul ul li {
	border-bottom:1px dashed #b2b1b1;
}
div#supportNavigation ul ul ul li a {
	padding:10px 40px 10px 20px;
	font-size:14px;
}
/*********************************************/
.addthis_toolbox {
    float:none;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 30px;
    display:none;
}

div#social-tabs
{
    display:none;
}
/*************************************************************/
/************************** FOOTER ***************************/
/*************************************************************/
div#footer {
	background-image:url("../../images/layout/blocksbg.png");
	background-repeat:repeat-x;
	position:relative;
	background-color:#ededed;
	color:#3b3b3b;
	text-align:center;
	font-family:Arial;
	margin:auto;
	margin:70px auto auto;
    display:none;
}
div#footer {
	font-family:Calibri;
}
div#footer {
	font-family:Helvetica;
}
div#footer {
	font-family:'Trebuchet MS';
}
div#footer {
    font-family:'Century Gothic','Trebuchet MS',Helvetica,Calibri,Arial;
    z-index:999;
}
div#footer #footernavigation {
	font-size:11px;
	padding:10px 0;
	background-color:#ffffff;
	margin:auto;
	height:40px;
	line-height:40px;
	color:#3b3b3b;
	width:1024px;
	margin-top:40px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
div#footer #footernavigation ul {
	margin:0px;
}
div#footer #footernavigation ul li {
	display:inline;
}
div#footer #footernavigation ul li a {
	color:#3b3b3b;
	text-decoration:none;
}
div#footer #footernavigation ul li a:hover {
	text-decoration:underline;
}
div#footer #footernavigation ul li.first {
}
div#footer #footernavigation ul li.first a {
}
div#footer #footernavigation ul li.last {
}
div#footer #footernavigation ul li.last a {
}
#FooterBlocksWrap {
	width:1024px;
	margin:auto;
}
#FooterBlocksWrap #FooterBlocks {
	display: block;
	margin: auto;
	padding-top: 25px;
	position: relative;
	text-align: left;
	width: 1024px;
}
#FooterBlocks #leftfooterblock {
	width:30%;
	display:inline-block;
	padding-left:25px;
    vertical-align:top;
}
#FooterBlocks #centerfooterblock {
	display:inline-block;
	width:30%;
	padding-left:25px;
    vertical-align:top;
}
#FooterBlocks #rightfooterblock {
	display:inline-block;
	width:30%;
	padding-left:25px;
	min-height:200px;
    vertical-align:top;
}
#FooterBlocksWrap #FooterBlocks .title {
	height:63px;
	display:block;
	line-height:45px;
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	text-transform:uppercase;
}
#FooterBlocksWrap #FooterBlocks .content {
	font-size:12px;
}
#FooterBlocks a {
	text-decoration:none;
	color:#2F93F9;
}
#FooterBlocks a:hover {
	color:#585858;
	text-decoration:underline;
}
/*////* TALK BUBBLES FOOTER ************/


.bubble {
	position: relative;
	width: 300px;
	height: 120px;
	padding: 15px;
	background: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -13px;
	left: 33px;
}
/**********************************************/

div#searchsmall {
	background-color: #E5E4E4;
	position: absolute;
	right: 0;
	top: 130px;
	width: 229px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
div#searchsmall input {
	border: 0 none;
	color: #585858;
	font-size: 11px;
	padding: 5px;
	width: 140px;
}
div#searchsmall input.button {
	background: none repeat scroll 0 0 #89BD41;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	float:none;
	font-size: 9px;
	font-weight: bold;
	height: 25px;
	text-transform: uppercase;
	width: 70px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#searchsmall input.button:hover {
	background-color: #9ed00b;
}
/*************** AJAX SEARCH ***************/

.ajax__tab_xp.ajax__tab_container.ajax__tab_default {
	background-color: #EEEEEE;
	padding:15px;
	text-transform:uppercase;
	font-size:10px;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_header {
	padding-bottom:10px;
}
.ajax__tab_header .ajax__tab_active .ajax__tab_inner, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_header .ajax__tab_xp, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_header .ajax__tab_tab {
	background:none;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_active .ajax__tab_inner:hover .ajax__tab_tab, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_inner:hover .ajax__tab_tab {
	text-decoration:underline;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_xp, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_body {
	background-color:transparent;
	border:none;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_xp input, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_body input {
	border: 0 none;
	color: #585858;
	font-size: 11px;
	padding: 5px;
	width:auto;
}
ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_xp input[type=submit], .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_body input[type=submit] {
	background-color:#FFA60D;
	color:#ffffff;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_active .ajax__tab_outer, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_inner, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_outer {
	background:none;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_active .ajax__tab_inner {
	background-image:url("../../images/layout/tabActive.png");
	background-repeat:no-repeat;
	background-position:bottom center;
	font-weight:bold;
	height:26px;
}
/************ AJAX SEARCH RESULTS **************/
.searchResultsTitle {
	text-transform:uppercase;
}
.SearchResults.ajax__tab_container.ajax__tab_default .ajax__tab_header {
	padding-bottom:10px;
}
.SearchResults.ajax__tab_container.ajax__tab_default .ajax__tab_active .ajax__tab_inner span {
	background-image:url("../../images/layout/tabActive.png");
	background-repeat:no-repeat;
	background-position:center 22px;
	font-weight:bold;
	height:20px;
}
.SearchResults.ajax__tab_container.ajax__tab_default .ajax__tab_outer .ajax__tab_inner span {
	background-color: #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	padding: 5px 10px;
	text-transform: uppercase;
	text-transform:uppercase;
	margin-right:10px;
	cursor:pointer;
}
.SearchResults .noResult {
	text-transform:uppercase;
	display:block;
	margin:15px 0;
}
.ContactForm input {
	border: 1px solid #585757;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
}
.ContactForm textarea {
	border: 1px solid #585757;
}
.ContactForm input.button {
	background: none repeat scroll 0 0 #2F93F9;
	color: #FFFFFF;
	border:none;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	width: 70px;
	padding:0 50px;
}
div#actionButtons {
	margin-top: 15px;
	text-align: right;
    display:none;
}
div#actionButtons a.back {
	background-image:url("../../images/layout/back.png");
	background-repeat:no-repeat;
	background-position:center center;
	height:60px;
	width:60px;
}
div#actionButtons a.print {
	background-image:url("../../images/layout/print.png");
	background-repeat:no-repeat;
	background-position:center center;
	height:60px;
	width:60px;
}
.followUs {
    margin-top:50px;
}
#fbDiv {
    margin-bottom:4px;
} 
#LinkedInDiv {
}
div#shop div#innercontent div.form-step {
	border: 2px solid #585858;
	width: 99%;
	/*background-color: ##02283D; */
margin-top: 10px;
	margin-bottom: 10px;
	padding:3px;
}
div#shop div#innercontent div.form-step input[type=submit] {
	background: none repeat scroll 0 0 #585858;
	border: 0 none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFFFFF;
	float:none;
	font-size: 9px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 10px;
	padding: 10px;
	text-transform: uppercase;
    height:30px;
    cursor:pointer;
}
div#shop div#innercontent div.form-step .FieldCell input, div#shop div#innercontent div.form-step .FieldCell select {
	border: 1px solid #939393;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
}
div#shop div#innercontent div.form-step .LabelCell {
	text-transform:uppercase;
	padding:10px 0;
	font-weight:bold;
}
div#shop div#innercontent div.form-step table.step-name-and-no {
	border-style: none;
	border-width: 0px;
	width: 100%;
	background-color: #585858;
	padding: 10px;
	word-wrap: break-word;
	color:#ffffff;
}
div#shop div#innercontent div.form-step table.step-name-and-no td {
	padding: 0px;
	vertical-align: top;
}
div#shop div#innercontent div.form-step table.step-name-and-no div.step-name {
	border-style: none;
	border-width: 0px;
	width: 90%;
	color: #FFFFFF;
	background-color: #585858;
	padding: 0px;
	word-wrap: break-word;
	font-weight: bold;
	text-align: left;
	text-transform:uppercase;
}
div#shop div#innercontent div.form-step table.step-name-and-no div.step-no {
	border-style: none;
	border-width: 0px;
	color: #FFFFFF;
	background-color:#585858;
	padding: 0px;
	word-wrap: break-word;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	text-transform:uppercase;
}
div#shop div#innercontent div.form-step div.custom-form-introduction {
	border-style:none;
	border-width:0;
	padding-left:15px;
	width:95%;
	word-wrap:break-word;
}
div#shop div#innercontent div.form-step div.custom-form-step {
	border: 0px none black;
	width: 90%;
	/*background-color: ##02283D; */
padding: 20px 15px 5px;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step div.custom-form-step span.step-please-login-before, div#shop div#innercontent div.form-step div.custom-form-step span.step-please-enter-contact {
	font-weight: normal;
	font-size: 15px;
	color: red;
}
div#shop div#innercontent div.form-step div.custom-form-results {
	padding: 0px 20px 10px 20px;
}
div#shop div#innercontent div.form-step div.custom-form-results a.custom-form-results {
	color: #FFFFFF;
}
div#middle #innercontent table .GridView {
	color:#ffffff;
}
/* Custom Form Step (in Default.ascx Product.ascx front end) */
div#shop div#innercontent div.form-step div.custom-form-step td.FieldCell table.field-desc-caption, div#shop div#innercontent div.form-step div.custom-form-step td.FieldCell table.field-desc-value, div#shop div#innercontent div.form-step div.custom-form-step td.FieldCell table.field-values {
	width: 85%;
	margin: 0px;
	padding: 0px;
	border: 0px none #ffffff;
}
div#shop div#innercontent div.form-step div.custom-form-step td.FieldCell div.ajax__tab_container {
	width: 60%;
}
div#shop div#innercontent div.form-step div.custom-form-step td.FieldCell input.multilang-textbox {
	width: 90%;
}
div#shop div#innercontent .ajax__calendar .ajax__calendar_container table {
	color: #000000;
	font-size: 11px;
}
div#shop div#innercontent div.form-step div.step-display-results {
	border-style: none;
	border-width: 0px;
	margin: opx 10px 10px 10px;
	width: 97%;
	/*background-color: ##02283D; */
word-wrap: break-word;
}
div#shop div#innercontent div.form-step div.step-display-results div.form-step-display-results {
	border: 2px solid #585858;
	width: 93%;
	/*background-color: ##02283D; */
padding: 20px 20px 20px 20px;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step div.step-display-results div.form-step-name-display-results {
	border-style: none;
	border-width: 0px;
	width: 93%;
	/*background-color: ##02283D; */
padding: 20px 20px 20px 20px;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step div.form-step-fields-display-results {
	padding: 5px 10px 5px 10px;
	width: 100%;/*background-color: ##02283D; */
}
div#shop div#innercontent div.form-step div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-display-results div.field-name-display-results {
	width: 100%;
	word-wrap: break-word;
}
/* Custom Form Step - Display Results screen (in Default.ascx Product.ascx front end) */
div#shop div#innercontent div.form-step-display-results {
	border: 2px solid #c5c5c5;
	width: 100%;
	background-color: #c5c5c5;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#shop div#innercontent div.form-step-name-display-results {
	padding: 5px 10px 5px 10px;
	width: 100%;
	color: #FFFFFF;
	background-color: #c5c5c5;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step-fields-display-results {
	padding: 5px 10px 5px 10px;
	width: 90%;
	background-color: #c5c5c5;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results {
	width: 90%;
	line-height: 14px;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.is-required-display-results {
	vertical-align: top;
	width: 22px;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-display-results {
	width: 50%;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-display-results div.field-name-display-results {
	width: 50%;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-display-results div.field-value-name-display-results {
	width: 50%;
	margin-left: 20px;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-bar-display-results {
	width: 45%;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-bar-display-results div.field-bar, div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-bar-display-results div.field-value-bar {
	width: 45%;
	height: 10px;
	border: 1px solid #AAB1B7;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-bar-display-results div.field-bar div.field-percentage-bar {
	height: 10px;
	background-color: #000000;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-bar-display-results div.field-value-bar div.field-value-percentage-bar {
	height: 10px;
	background-color: #888687;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-percentage-display-results {
	width: 59px;
	vertical-align: middle;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-percentage-display-results div {
	width: 59px;
	text-align: right;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-value-display-results span.field-name-display-results {
	color: #333333;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-value-display-results span.field-value-display-results {
	color: #EA9600;
	word-wrap: break-word;
}
/*****************************/
/*** GLOBAL UPDATEPROGRESS ***/

/*****************************/

div#global_updateprogress div#global_updateprogress_background, div.global_updateprogress div.global_updateprogress_background {
	position: fixed;
	_position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #333;
	z-index: 999998;
	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
div#global_updateprogress div#global_updateprogress_loader, div.global_updateprogress div.global_updateprogress_loader {
	padding: 20px;
	position: fixed;
	_position: absolute;
	background-color: #fff;
	border: 1px solid #555;
	z-index: 999999;
	display: block;
}
div#global_updateprogress div#global_updateprogress_loader *, div.global_updateprogress div.global_updateprogress_loader * {
	float:none;
	display: block;
}
div#global_updateprogress div#global_updateprogress_message, div.global_updateprogress div.global_updateprogress_message {
	display: block;
	margin-left: 20px;
	position: relative;
	top: 9px;
	font-weight: bold;
	white-space: nowrap;
}
.FieldCell.required, .LabelCell.required, .TelRequired {
	display: none;
}
table.CustomFormTable {
	width: 100%;
}


/*******************************************************/
/****************NEWSSCROLLER RIGHT ********************/
/*******************************************************/

.newsbubble {
	position: relative;
	width: 210px;
	height: auto;
	padding: 15px;
	background: #F3F1F1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float:none;
	margin-top:15px;
	margin-right:5px;
    min-height:150px;
    margin-bottom:10px;
}
.newsbubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #F3F1F1 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 35px;
}
div#newsscroller {
	min-height:150px;
	background-color:transparent;
	padding:0px;
	width:245px;
    display:none;
}
div#newsscroller .newstitle {
	color: #585858;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	padding:4px 0 1px 0;
	text-transform: uppercase;
	line-height:28px;
	width:auto;
}
div#newsscroller .title {
	color: #2F93F9;
	/*display: block;*/
font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height:18px;
}
div#newsscroller .image {
	float:none;
	margin: 21px 5px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div#newsscroller .more {
	color: #000000;
	/*display: block;*/
font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	padding-bottom: 5px;
}
div#newsscroller .content {
	border-top: 1px dotted;
	color: #585858;
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	padding-top: 10px;
	text-decoration: none;
	width: 215px;
}
div#newsscroller a.title:hover, div#newsscroller a.content:hover, div#newsscroller a.more:hover {
	text-decoration:underline;
}
#newssmallwrapper {
	cursor:pointer;
	width:245px;
}
#newssmallslidernav {
	display: inline-block;
	float:none;
	margin-top: 10px;
	width: auto;
}
#newssmallslidernavindicator>li {
	background: none repeat scroll 0 0 #000000;
	opacity: .20;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 3px;
    margin-bottom:2px;
	cursor:pointer;
}
#newssmallslidernavindicator {
	display: inline-block;
	height: 20px;
	margin: 0;
	max-width: 100px;
	padding-left: 0;
	position: static;
	text-align: right;
	width: auto;
}
#newssmallslidernavindicator > li.active {
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
/*******************************************/
/**************** NEWS BOTTOM **************/
/*******************************************/
.newstitleHeader {
	color: #585858;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
	padding-top: 30px;
	text-transform: uppercase;
	width: 100%;
}
.newsitembubble {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: none repeat scroll 0 0 #F3F1F1;
	border-radius: 15px;
	display: inline-block;
	margin: 5px 5px 20px 5px;
	padding: 10px;
	position: relative;
	width: 320px;
	min-height:200px;
}
.newsitembubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #f3f1f1 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -15px;
	left: 43px;
}
div#innercontent .newsitem {
/*border-bottom: 3px dashed #585858;
border-top: 15px solid #EDEDED;
display: inline-block;
margin-bottom: 10px;
margin-top: 30px;
padding: 10px 0;
width: 350px;*/
}
div#innercontent .newsitem img {
	width:100px;
	height:100px;
	margin-right:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div#innercontent .newsitem .newsitemtitle a {
	color: #2F93F9;
	/*display: block;*/
font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
}
div#innercontent .newsitem .newsitemdate a {
	color: #000000;
	/*display: block;*/
font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
	text-decoration: none;
}
div#content div#innercontent .newsitem .newsitemdate a.more {
	margin-bottom: 5px;
	color:#000000;
	font-size:11px;
}
div#content div#innercontent .newsitem .newsitemdesc a.desc,
div#content div#innercontent .newsitem .newsitemdesc span.desc {
	text-decoration:none;
	color:#585858;
}
div#innercontent .newsitem .newsitemtitle a:hover, div#content div#innercontent .newsitem .newsitemdesc a.desc:hover, div#content div#innercontent .newsitem .newsitemdate a.more:hover, div#content div#innercontent .newsitem .newsitemdate a:hover {
	text-decoration:underline;
}
div#innercontent .newsitem .newsitemcats {
}
div#innercontent .newsitem .newsitemdesc {
    border-top: 1px dashed #000000;
	font-size: 12px;
	line-height: 14px;
	margin-top:5px;
    padding-top:7px;
}
#wrapper {
	/*cursor:pointer;*/
}
#slidernav {
	display: inline-block;
	width: auto;
}
#slidernavindicator>li {
	background: none repeat scroll 0 0 #000000;
	opacity: .20;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	cursor:pointer;
}
#slidernavindicator {
	display: inline-block;
	margin: 0 0 5px;
	padding-left: 10px;
	position: static;
	text-align: right;
	width: auto;
}
#slidernavindicator > li.active {
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
/****************************************/
/************** NEWSPAGE ****************/
/****************************************/
.newsItemTable {
	border-bottom: 2px dashed #585858;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.newsImg {
	vertical-align:top;
	padding-right:10px;
}
.newsImg img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.newsdate {
	color: #2F93F9;
	font-size: 12px;
	font-weight: bold;
}
.newstitle {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.newscats {
	display: block;
	margin-top: 10px;
	font-weight:bold;
}
.newsdesc {
	font-style: italic;
}
/*****************************************/
/************ NEWSLETTER SMALL ***********/
/*****************************************/

.newsletterbubble {
	position: relative;
	width: 210px;
	height: auto;
	padding: 0 15px 20px 15px;
	background: #89bd41;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	float:none;
	margin-top:0px;
	margin-right:5px;
}
.newsletterbubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #89bd41 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 35px;
}
div#newslettersmall {
	background-color: rgba(0, 0, 0, 0);
	min-height: 150px;
	width: 245px;
	padding:0;
    margin-top:0;
    display:none;
}
div#newslettersmall .head {
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0 15px 0;
	text-transform: uppercase;
	width: 210px;

    padding: 15px;
    /*background:url(../../images/layout/important.png);
    background-repeat:no-repeat;
    background-position:top right;*/
	background-color: #89bd41;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
div#newslettersmall input {
	border: 0 none;
	color: #585858;
	font-size: 11px;
	padding: 5px;
	width: 175px;
    height:15px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#newslettersmall input.button {
	background: none repeat scroll 0 0 #e5e4e4;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #585858;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	text-transform: uppercase;
	margin-top:7px;
    cursor:pointer;
    width:240px;
}

.facebookComments{
    margin-top:40px;
    margin-bottom:-30px;
    display:none;
}

.ContactForm
{
    margin-top:30px;
    display:none;
}

/*******************************************/
/************ CONTENTBUBBLES ***************/
/*******************************************/

.contentBubbleLeft
{
    position: relative;
    width: 250px;
    height: auto;
    padding: 15px;
    background: #2F93F9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color:#ffffff;
    margin-right:25px;
    margin-bottom:25px;
    font-size:15px;
    font-weight:normal;
    float:none;
}
div#middle #centercol .contentBubbleLeft h1 {
        color: #ffffff;
        font-size: 15px;
        font-weight: normal;
    }
.contentBubbleLeft:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #2F93F9;
    display: block;
    width: 0;
    z-index: 1;
    right: -15px;
    top: 30px;
}

.contentBubbleRight
{
    position: relative;
    width: 250px;
    height: auto;
	padding: 15px;
    float:none;
    background: #2F93F9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left:25px;
    margin-bottom:25px;

}
div#middle #centercol .contentBubbleRight h1 {
        color: #ffffff;
        font-size: 15px;
        font-weight: normal;
    }
.contentBubbleRight:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #2F93F9;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 30px;
}


.footerBubble
{
position: relative;
padding: 20px;
background: #FFFFFF;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.footerBubble:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 40px;
}