@import url(../../../css/custom.css);

#main {
}
#fixed-head {
	/*position: fixed;*/
	width: 100%;
	z-index: 999;
}
.menu-dropdown span.subtitle {
	font-size: 11px;
	line-height: 11px;
	margin-top: 0px;
	text-indent: 3px;
	color: #999999;
	font-weight: normal;
}
.innerShadow {
	background: url(../../../images/innerShadowTop.png) repeat-x;
	height: 10px;
	left: 0;
	position: absolute;
	width: 100%;
}

.dom-tab-right {
    border: 1px solid #EEEEEE;
    float: right;
    height: 115px;
    padding: 10px;
    width: 240px;
}
.top-10 {margin-top:10px;}

div.dom-tab-right div a.button-order-green {
	margin-top: 10px;
    font-weight: normal;
}

ul.slides li article.wk-content div.bold {
	font-size: 18px;
    font-weight: bold;
}
#devider-big { background:url(../../../images/divider_medium.png) center no-repeat; height:65px; margin-top: -10px;}
#devider-small { background:url(../../../images/divider_mid.png) center no-repeat; height:105px;margin-bottom: -20px;margin-top: -30px;}
#devider-blue { background:url(../../../images/divider-stripes-blue.png) repeat-x; height:5px;margin: 20px 0;}
#devider-grey { background:url(../../../images/divider-stripes-grey.png) repeat-x; height:5px;margin: 20px 0;}

.centered { text-align:center;}
.padded { padding:10px;}
.shadow { border-left: solid 1px #000;}
#bottom-a { /*background:url(../../../images/bottom-a-bg.png) center no-repeat;*/}

#topBackground {
	/*background-color: #0073E5;
    background-image: radial-gradient(ellipse farthest-corner at center top , #00A6FE 0px, #0073E5 100%);
    box-shadow: 0 -6px 5px -6px rgba(0, 0, 0, 0.6) inset, 0 7px 5px -6px rgba(0, 0, 0, 0.5) inset;
	min-height: 60px;/*height: 277px !important;*/
	background: #F0F0F0 url(../../../images/top-a-all.gif) repeat;
	min-height:60px;
	max-height: 400px;
	/*margin-top:112px;*/
	/*position: fixed;*/
    width: 100%;
    z-index: 990;
	border-bottom: 1px solid #E7E7E7;
}

#topBackground-home {
	background:#1C6DAC url(../../../images/top-a-home.jpg) repeat;
   /* max-height: 201px;*/
   /*padding: 112px 0 0;*/
}

.top-a-text { text-align:left; padding:45px 0 0 28px;}

table#top-a tbody tr td { padding:0px;}

/*#top-b { background:url(../../../../../images/domain-bg.png) center no-repeat;}*/
#top-b {
	background: url(../../../../../images/domain-bg.jpg) repeat-x;
	border-bottom: 1px solid #e7e7e7;
}
div#block-main div.wrapper {
	/* box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);	*/
	/*border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;*/
}
#block-main {
	background: #f5f5f5 ;
	position: relative;

}
body#page.hm div#block-main { padding: 0;}

#sidebar-a {
	/*background: url(../../../images/siteColumnRight.png) no-repeat scroll left top;*/
	/*background: url(../../../images/innerShadowRight.png) repeat-y scroll left top;*/
	background: url(../../../images/hostingPlans_bg.jpg) repeat scroll 0 0 transparent;
	float: right;
	/*margin-top: -15px;*/
	padding-top: 5px;/*padding-left: 10px;*/
	/*padding-left: 5px;*/
	border-left: solid 1px #e7e7e7;
	margin-left: -2px;
	border-right: solid 1px #e7e7e7;
}
/*sub header*/

ul.toolbar-nav {
	list-style: none outside none;
	float: right;
	margin-right: 8px;
	position: relative;
	z-index: 3;
}
ul.toolbar-nav li {
	display: inherit;
	float: left;
	margin-right: 5px;
	background: none repeat scroll 0 0 #14558C;
    border: 1px solid #135085;
    color: #8AB0D0;
    cursor: default;
    display: block;
    float: left;
    font-style: normal;
    height: 20px;
    padding: 4px 10px;
    position: relative;
	margin-top: -6px;
	border-radius: 0 0 4px 4px;
	cursor: pointer;
}
ul.toolbar-nav li.blue {
    background: none repeat scroll 0 0 #009CE4 !important;
    cursor: pointer;
	color:#fff;
}
ul.toolbar-nav li.blue a {
	color:#fff;
}
ul.toolbar-nav li.blue:hover {
    background: none repeat scroll 0 0 #9ccb3b !important;
    color: #fff;
    cursor: pointer;
}

ul.toolbar-nav li:hover {
	background: #135085;
}

ul.toolbar-nav li a {
	color: #8AB0D0;
	text-decoration: none;
}
ul.toolbar-nav li a.iconSmallPhone strong {
	font-weight: bold;
}
ul.toolbar-nav li a.iconSmallHelp strong {
	font-weight: bold;
}
ul.toolbar-nav li a.iconSmallChat strong {
	font-weight: bold;
}
ul.toolbar-nav li a.iconSmallClient strong {
	font-weight: bold;
}
/*Hosting Plans*/

div.center {
	width: 960px;
	margin: 0 auto;
}
a.colorButton, button, input[type="button"] {
	background: -moz-linear-gradient(center top, #4D90FE 0%, #367BE9 100%) repeat scroll 0 0 transparent;
	border: 1px solid #2F5BB7;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	text-shadow: 0 1px 1px #2f5bb7;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px;
}
a.colorButton span.pointer {
	padding-right: 16px;
	background: transparent url(../img/layout/colorButtonPointer.png) right center no-repeat;
}
a.colorButton:hover, button:hover {
	background: #367be9;
}
/*
	Column Layout
*/
.column.large, .column.medium, .column.small, .column.tiny {
	float: left;
}
.column.large {
	width: 625px;
	margin: 0 45px 0 0;
}
.column.medium {
	width: 458px;
	margin: 0 44px 0 0;
}
.column.small {
	width: 290px;
	margin: 0 45px 0 0;
}
.column.tiny {
	width: 206px;
	margin: 0 45px 0 0;
}
.column.last {
	margin-right: 0 !important;
}
.siteColumnLeft .tabWrapper .tabContent .column.small {
	width: 269px;
}
.siteColumnLeft .tabWrapper .tabContent .column.tiny {
	width: 169px;
}
/*
	Hosting Plans
*/

#top-a-hr-sml {
	background: url("../../../images/top-a-hr.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 125px;
    margin-top: -25px;
}

#tag-line-home {
	background:url(../../../images/top-a-hr.png) no-repeat center;	
	min-height: 120px;
}

#tag-linea-home H1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	line-height:24px;
	letter-spacing: -1px;
    font-weight: normal;
	text-align:center;
	color: #165B97;
}

#tag-lineb-home H2 {
	font-family: 'Open Sans', sans-serif;
   	font-size: 16px;
	line-height:14px;
    padding: 5px;
    text-align: center;
	font-weight: 400;
}

#tag-linec-home H2 {
	font-family: 'Open Sans', sans-serif;
   	font-size: 24px;
	line-height:14px;
    padding: 5px;
    text-align: center;
	font-weight: 400;
}

#tag-linec-home {
	background:#4b4f54;
	width:760px;
	margin:-20px auto 0;
	background:url(../../../images/top-a-hr-sml.png) no-repeat center;
	min-height:90px;
}

div.hostingPlans div.column ul.keyFeatures li {
	list-style: none outside none;
}
div.hostingPlans div.column ul.additionalFeatures li {
	list-style: none outside none;
	font-size: 12px;
}

.hostingHeader {
	padding: 40px 280px 0 0;
}
.hostingHeader.shared {
	background: transparent url(../img/layout/hostingHeaderShared.png) right bottom no-repeat;
}
.hostingHeader.virtual {
	background: transparent url(../img/layout/hostingHeaderVirtual.png) right bottom no-repeat;
}
.hostingHeader.dedicated {
	background: transparent url(../img/layout/hostingHeaderDedicated.png) right bottom no-repeat;
}
div.hostingPlans {
	margin: 0 auto;
	width: 720px;
	padding: 25px 0 10px;
}
.hostingPlans .column {
	background: url(../../../images/hostingPlans_bg.jpg);
	border: 1px solid #ddd;
}
.hostingPlans .column.large {
	width: 250px;
	margin-right: 0;
	margin-left: -1px;
}
.hostingPlans .column.medium {
	width: 479px;
	margin-right: 0;
	margin-left: -1px;
}
.hostingPlans .column.small {
	width: 230px;
	margin-right: 0;
	margin-left: -1px;
}
.hostingPlans .column.tiny {
	width: 235px;
	margin-right: 0;
	margin-left: -1px;
}

div.price-table div.inside { 
	font-size: 12px;
    padding: 8px;
    text-align: center;
	background: url(../../../images/table-devider.png) no-repeat center bottom;
}

.hostingPlans h1 {
	font-size:22px;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
	background: url(../../../images/table-devider.png) no-repeat center bottom;
}
.hostingPlans h1 span {
	line-height: 14px;
	font-size: 11px;
	color: #999;
	letter-spacing: normal;
}

div.hostingPlans div.column.large h1 {
	padding: 0 0 10px;
	margin-top: -5px;
	margin-bottom: 5px;
	}

.hostingPlans .column:first-child {
}
.hostingPlans .column:last-child {
}
.hostingPlans ul {
	padding: 15px;
	border-top: 1px dashed #999999;
}
.hostingPlans ul li {
	line-height: 22px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}
.hostingPlans ul.keyFeatures {
	background: #FEF6C2;
	/*margin-bottom: -15px;*/
	margin-bottom: 0px;
}
.hostingPlans ul.keyFeatures li {
	font-size: 12px;
	line-height: 18px;
}
.hostingPlans ul.additionalFeatures li.unavailable {
	height: 22px;
	color: #999;
	background: transparent url(../../../images/iconSmallCross.png) center center no-repeat;
}
.hostingPlans .price {
	text-align: center;
	background: url(../../../images/table-devider.png) no-repeat center bottom;
	padding: 15px;
	/*margin-top: -10px;*/
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/

}
.hostingPlans .price strong {
	font-size: 18px;
	line-height: 18px;
}
.hostingPlans .price span {
	line-height: 14px;
	font-size: 11px;
	color: #999;
	letter-spacing: normal;
}
.hostingPlans .colorButton {
	font-size: 16px;
	text-align: center;
	margin: 0 20px 20px 20px;
}
.hostingPlans .column:hover {
	position: relative;
	/*padding: 5px;*/
	/*margin: -10px -10px -10px -11px;*/
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
	border: 1px solid #cdcdcd;
}

.hostingPlans .column.active {
	position: relative;
    margin: -15px 0 -10px;
    padding: 20px 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 15px #D3D3D3;
	z-index:5;
}

.hostingPlans .column.active:hover {
	position: relative;
    margin: -15px 0 -10px;
    padding: 20px 0;
	background-color: #f3f3f3;
	-webkit-box-shadow: 0 0 10px #cdcdcd;
	-moz-box-shadow: 0 0 10px #cdcdcd;
	box-shadow: 0 0 10px #cdcdcd;
	z-index:5;
}
.hostingPlans .price-table {
	margin: 5px 0 0 0;
}
.hostingPlans .price-pkg-cms {
	background: url(../../../images/joomla-power.png) no-repeat center;
	border-left: 1px solid #EEEEEE;
	height: 25px;
	margin: 0 0 10px;
}
.hostingPlans .price-pkg-no-cms {
	border-left: 1px solid #EEEEEE;
	height: 25px;
	margin: 0 0 10px;
}
.hostingPlans .order-button {
	margin: 10px 0;
	padding: 5px;
	text-align: center;
}
div.price-table td.bold {
	font-weight: normal;
	color: #444;
	border-right: solid 1px #DDDDDD;
}
.traffic {
	font-size: 22px;
}
/*Price Table Pricing*/

.pkg-title {
	width: 80px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #EEEEEE;
}
.featured {
	background-color: #FFF8D8
}
.pkg-price {
	border-left: 1px solid #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.pkg-price-annual {
	border-left: 1px solid #EEEEEE;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: line-through;
}
.pkg-price-annual-other {
	border-left: 1px solid #EEEEEE;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
.pkg-info {
	border-left: 1px solid #EEEEEE;
	text-align: center;
}
.pkg-cms {
	border-left: 1px solid #EEEEEE;
	background: url(../../../images/icons/joomla.png) no-repeat center;
}
.pkg-tip {
	width: 24px;
	cursor: pointer;
	text-align:center;
}
.yes {
	background: url(../../../images/icons/yes.png) no-repeat center;
}
.no {
	background: url(../../../images/icons/no.png) no-repeat center;
}
.pkg-order {
	height: 50px;
}
table.zebra th.plan {
	font-weight: bold;
	font-size: 18px;
}
table.zebra tbody tr td.pkg-order {
	padding: 0px;
}
/* Hosting Plans Zebra Fix*/

div.price-table table.zebra tbody tr:nth-of-type(2n+1) {
	background: #f3f3f3;
}
/*
	Content info box
*/

.contentInfoBox {
	clear: both;
	margin-top: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.contentInfoBox p {
	padding: 20px;
}
/*
	Structure
*/

.siteWrapper {
	min-width: 960px;
}
.siteHeaderShadow {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 120px;
	background: transparent url(../img/layout/siteHeaderShadow.png) left top repeat-x;
}
.siteHeader {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 90px;
}
.siteHeader .logo {
	float: left;
	width: 200px;
	height: 60px;
	margin: 15px 0;
	background: transparent url(../img/logos/siteHeaderLogo.png) left center no-repeat;
}
.siteHeader .navigation {
	float: right;
}
.siteHeader .navigation li {
	float: left;
	margin: 20px 0;
}
.siteHeader .navigation li a {
	display: block;
	line-height: 15px;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background 200ms, color 200ms;
	-moz-transition: background 200ms, color 200ms;
}
.siteHeader .navigation li a.dropdown {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.siteHeader .navigation li a span {
	font-size: 11px;
	color: #999;
	text-transform: none;
}
.siteHeader .navigation li:hover a {
	padding: 9px 19px;
	color: #fed327;
	text-decoration: none;
	background: #222;
	border: 1px solid #000;
	-webkit-box-shadow: inset 0 1px 0 #383838;
	-moz-box-shadow: inset 0 1px 0 #383838;
	box-shadow: inset 0 1px 0 #383838;
}
.siteHeader .navigation li:hover a.dropdown {
	padding: 9px 19px 10px 19px;
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.siteHeader .navigation li ul.dropdown {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 240px;
	border: 1px solid #000;
	border-top: 0;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.siteHeader .navigation li ul.dropdown li {
	float: none;
	margin: 0;
}
.siteHeader .navigation li ul.dropdown li a {
	padding: 15px 20px;
	color: #fff;
	text-transform: none;
	background: #222;
	border: 0;
	border-top: 1px solid #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.siteHeader .navigation li ul.dropdown li:first-child a {
	-webkit-border-top-right-radius: 6px;
}
.siteHeader .navigation li ul.dropdown li a:hover {
	color: #fed327;
	background: #333;
	-webkit-box-shadow: inset 0 3px 6px #191919;
	-moz-box-shadow: inset 0 3px 6px #191919;
	box-shadow: inset 0 3px 6px #191919;
}
.siteHeader .navigation li:hover ul.dropdown {
	display: block;
}
.contentSlider, .contentHeader {
	overflow: hidden;
	background: #222 url(../img/layout/siteHeaderPattern.png) left top repeat;
}
.contentSlider {
	position: relative;
}
.contentSlider .center, .contentHeader .center {
	height: 340px;
	background: transparent url(../img/layout/siteHeaderMap.png) center top no-repeat;
}
.contentSlider, .contentSlider .slide {
	position: relative;
	overflow: hidden;
	height: 340px;
}
.contentSlider .slide {
	width: 960px;
}
.contentSlider .slideSwitchLabel {
	display: none;
}
.contentSlider .slideSwitch {
	position: absolute;
	z-index: 1;
	margin-top: 320px;
}
.contentSlider .slideSwitch div {
	float: left;
	height: 28px;
	line-height: 28px;
	margin-right: 9px;
	color: #999;
	text-align: center;
	text-shadow: 0 1px 0 #000;
	cursor: pointer;
	border: 1px solid #444;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}
.contentSlider .slideSwitch div:hover {
	color: #fff;
	border-color: #666;
}
.contentSlider .slideSwitch div.active {
	color: #fed327;
	background: #1a1a1a url(../img/layout/slideSwitchGradient.png) left top repeat-x;
	border-color: #111;
	-webkit-box-shadow: 0 1px 0 #444;
	-moz-box-shadow: 0 1px 0 #444;
	box-shadow: 0 1px 0 #444;
}
.contentSlider .information {
	float: left;
	width: 480px;
	margin-top: 120px;
	text-shadow: 0 1px 0 #000;
}
.contentSlider .information h1 {
	font-size: 36px;
	padding-bottom: 4px;
	margin-top: 0;
}
.contentSlider .information ul {
	margin-top: 20px;
}
.contentSlider .information ul li {
	float: left;
	width: 240px;
	line-height: 22px;
	font-size: 14px;
}
.contentSlider .information .box {
	height: 40px;
	padding: 9px;
	margin-top: 10px;
	border: 1px solid #444;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.contentSlider .information .box .label {
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin: 6px 10px;
	color: #999;
	text-align: right;
	text-transform: uppercase;
}
.contentSlider .information .box .price {
	float: left;
	margin-left: 10px;
	line-height: 40px;
	font-weight: bold;
	font-size: 36px;
}
.contentSlider .information .box .colorButton {
	float: right;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.contentSlider img {
	float: right;
	margin-top: -40px;
}
.contentHeader .center {
	height: 60px;
	padding-top: 90px;
}
.contentHeader h1 {
	position: relative;
	z-index: 3;
	float: left;
	line-height: 60px;
	margin: 0;
	text-shadow: 0 1px 0 #000;
}
.contentHeader ul {
	position: relative;
	z-index: 3;
	float: right;
	margin-right: 8px;
}
.contentHeader ul li {
	float: left;
}
.contentHeader ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin: 15px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background 200ms;
	-moz-transition: background 200ms;
}
.contentHeader ul li a:hover {
	text-decoration: none;
	background-color: #111;
	-webkit-box-shadow: 0 1px 0 #444;
	-moz-box-shadow: 0 1px 0 #444;
	box-shadow: 0 1px 0 #444;
}
.contentHeader ul li a.iconSmallPhone, .contentHeader ul li a.iconSmallChat, .contentHeader ul li a.iconSmallClient, .contentHeader ul li a.iconSmallEmail {
	padding-left: 36px;
	background-position: 12px center;
}
.contentHeader ul li a.iconSmallPhone {
	padding-left: 30px;
	background-position: 8px center;
}
.contentWrapper {
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
	color: #333;
	background: #fff url(../img/layout/innerShadowBottom.png) left bottom repeat-x;
}
.contentWrapper .outerShadow {
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	margin-top: -30px;
	background: transparent url(../img/layout/contentWrapperOuterShadow.png) left bottom repeat-x;
}
.contentWrapper .innerShadow {
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
	background: transparent url(../img/layout/innerShadowTop.png) left top repeat-x;
}
.siteColumnLeft {
	clear: both;
	float: left;
	width: 630px;
}
.siteColumnLeft .column.tiny {
	width: 180px;
}
.siteColumnRight {
	float: right;
	width: 250px;
	padding-left: 40px;
	background: transparent url(../img/layout/siteColumnRight.png) left top no-repeat;
}
.siteFooter {
	background: #222 url(../img/layout/siteFooterPattern.png) left top repeat;
}
.siteFooter .center {
	padding-bottom: 30px;
}
.siteFooter .column .columnNavigation {
	padding-top: 6px;
	border: 0;
}
.siteFooter .column .columnNavigation li a {
	padding: 6px 0;
	padding-left: 12px;
	margin-left: -12px;
	color: #fed327;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background 200ms;
	-moz-transition: background 200ms;
}
.siteFooter .column .columnNavigation li a:hover {
	background-color: #222;
	-webkit-box-shadow: inset 0 1px 0 #383838, 0 2px 6px #060606;
	-moz-box-shadow: inset 0 1px 0 #383838, 0 2px 6px #060606;
	box-shadow: inset 0 1px 0 #383838, 0 2px 6px #060606;
}
.siteFooter .column .columnNavigation li a.iconSmallPhone, .siteFooter .column .columnNavigation li a.iconSmallChat, .siteFooter .column .columnNavigation li a.iconSmallClient, .siteFooter .column .columnNavigation li a.iconSmallEmail {
	padding-left: 36px;
	background-position: 12px center;
}
.siteFooter p {
	color: #999;
}
.siteFooterBar {
	padding: 20px 0;
	color: #999;
	background: #060606;
	border-top: 1px solid #222;
}
.siteFooterBar p {
	padding-left: 54px;
	background: transparent url(../img/logos/siteFooterBarLogo.png) left center no-repeat;
}
.siteFooterBar a.backToTop {
	float: right;
	line-height: 22px;
	padding-right: 12px;
	background: transparent url(../../../images/iconSmallTop.png) right center no-repeat;
}
/*
	Testimonial Box
*/

.testimonialBox {
	margin-top: 15px;
}
.testimonialBox p {
	padding: 12px;
	font-family: "Droid Serif", Georgia, serif;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-shadow: 0 1px 0 #fff;
	background: #f3f3f3;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: inset 0 1px 0 #fff;
}
.testimonialBox .author {
	margin-top: -1px;
	padding: 15px 0 0 45px;
	background: transparent url(../img/layout/testimonialBox.png) 14px top no-repeat;
}
/*
	Twitter Widget
*/

.mod-blue {
	/*height: 50px;*/
	/*background: #f3f3f3 url(../../../images/twitterWidget.png) left center repeat-x;*/
	background:url(../images/twitter_bg.jpg) repeat #165B97;
	border-top: 1px solid #d3d3d3;
}
.twitterWidget .glow {
    background: url(../images/glow_orderbottom.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
    padding: 35px 0;
}
.twitterWidget .profileLink {
	float: left;
	width: 30px;
	height: 30px;
	margin: -5px 10px 10px;/*text-indent: -999px;
	/*background: transparent url(../../../images/iconMediumTwitter.png) left center no-repeat;*/
}
.twitterPost .profileLink a {
	width: 30px;
	height: 30px;
}
.twitterWidget .twitterPost {
	line-height: 50px;
	color: #333;
	text-shadow: 0 1px 0 #fff;
}
.twitterWidget .center p a {
	color: #333;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}
.twitterWidget .center p a:hover {
	text-decoration: none;
	border: 0;
}
.twitterWidget .center p span {
	color: #999;
	margin-left: 10px;
}
/*
	Login form
*/

.loginForm {
	display: block;
	width: 320px;
	padding: 80px 0 60px 0;
	margin: 0 auto;
}
.loginForm input[type="text"], .loginForm input[type="password"] {
	width: 279px;
	padding-left: 32px;
}
.loginForm input[type="text"] {
	background: #fff url(../../../images/iconSmallClientLight.png) 8px center no-repeat;
}
.loginForm input[type="password"] {
	background: #fff url(../../../images/iconSmallLockLight.png) 8px center no-repeat;
}
.loginForm button {
	font-weight: bold;
	width: 320px;
}
.loginForm .help {
	margin-top: 40px;
	text-align: center;
}
/*
	Blog
*/

.blogSearch {
	margin-top: 40px;
}
.blogSearch label {
	display: none;
}
.blogSearch input[type="text"] {
	color: #999;
	width: 232px;
}
.blogSearch input[type="image"] {
	position: absolute;
	padding: 10px;
	margin-left: 210px;
}
.blogPost {
	margin-bottom: -40px;
}
.blogPost .postHeader, .blogPost .postFooter, .blogPost .commentHeader {
	color: #999;
}
.blogPost p.text, .blogPost .postFooter {
	margin-top: 20px;
}
.blogPost .postFooter {
	padding-bottom: 80px;
	background: transparent url(../img/layout/separatorShadowSmall.png) center bottom no-repeat;
}
.blogPost .postFooter span {
	font-weight: bold;
	margin: 0 10px;
}
.blogPost .comment {
	margin-top: 20px;
}
.blogPost label span {
	font-weight: normal;
	color: #999;
}
.blogPageSwitch {
	clear: both;
	margin-top: 40px;
}
.blogPageSwitch a {
	float: left;
	padding: 6px 12px;
	margin-right: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}
.blogPageSwitch a:hover {
	text-decoration: none;
	background: #f3f3f3;
}
/*Buttons Styles*/

.btn {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
  	display: block;
	padding: 4px 10px;
	border-radius: 3px;
	border: 1px solid #dcddde;
	border-bottom-color: #c9cacb;
	background: #f5f6f7;
	background: -moz-linear-gradient(top, #fcfdfe 0%, #f5f6f7 100%);
	background: -webkit-linear-gradient(top, #fcfdfe 0%, #f5f6f7 100%);
	background: -o-linear-gradient(top, #fcfdfe 0%, #f5f6f7 100%);
	text-shadow: 0 1px 0 #fff;
	color: #444;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	border-color: #c9cacb;
	background: #fcfdfe;
	box-shadow: inset 0 1px 4px rgba(0,0,0,0.08);
}

.btn-yellow {
  background-color:#f9ebb9;
  background-image:-moz-linear-gradient(top,#fef9d9,#f1d689);
  background-image:-ms-linear-gradient(top,#fef9d9,#f1d689);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fef9d9),to(#f1d689));
  background-image:-webkit-linear-gradient(top,#fef9d9,#f1d689);
  background-image:-o-linear-gradient(top,#fef9d9,#f1d689);
  background-image:linear-gradient(top,#fef9d9,#f1d689);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef9d9', endColorstr='#f1d689', GradientType=0);
  border-color:#f1d689 #f1d689 #e9be45;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color:#f1d689;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow.active, .btn-yellow.disabled, .btn-yellow[disabled] {
  background-color:#f1d689;
  *background-color:#eece72;
}
.btn-yellow:active, .btn-yellow.active { background-color:#ecc65b \9; }

.btn-blue {
	color:#fff;
    display: inline-block;
    padding: 6px 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	border: 1px solid #008CC8;
	border-bottom-color: #006491;
	background: #00A5E4;
	background: -moz-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
	background: -webkit-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
	background: -o-linear-gradient(top, #00B4F5 0%, #0096D2 100%);	
}
.btn-blue:hover {
	border-color: #006491;
	background: #00A5E4;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
  
  
.btn-green {
  background-color:#9bd454;
  background-image:-moz-linear-gradient(top,#b3e15c,#76c147);
  background-image:-ms-linear-gradient(top,#b3e15c,#76c147);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3e15c),to(#76c147));
  background-image:-webkit-linear-gradient(top,#b3e15c,#76c147);
  background-image:-o-linear-gradient(top,#b3e15c,#76c147);
  background-image:linear-gradient(top,#b3e15c,#76c147);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3e15c', endColorstr='#76c147', GradientType=0);
  border-color:#76c147 #76c147 #538c2f;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color:#76c147;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
  background-color:#76c147;
  color:#000;
  *background-color:#6ab23c;
}
.btn-green:active, .btn-green.active { background-color:#5e9f36 \9; }
.btn-info {
  background-color:#49afcd;
  background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image:linear-gradient(top,#5bc0de,#2f96b4);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color:#2f96b4 #2f96b4 #1f6377;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color:#2f96b4;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

button.red {
	background: #e62526;
	border: 1px solid #121212;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px;
}
button.green {
	background: #5aa427;
	border: 1px solid #121212;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px;
}
button.blue {
	background: #0d6daa;
	border: 1px solid #121212;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px;
}
.button-order {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 85%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(85%, #f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 85%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 85%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 85%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 85%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 ); /* IE6-9 */
	border: 1px solid #C4C4C4;
	border-radius: 0px;
	color: #4f4f4f;
	padding: 7px;
	font-weight: bold;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
}
.button-order-big {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 85%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(85%, #f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 85%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 85%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 85%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 85%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 ); /* IE6-9 */
	border: 1px solid #C4C4C4;
	border-radius: 0px;
	color: #4f4f4f;
	padding: 7px;
	font-weight: bold;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
	width: 95%;
	margin: 2px;
}
.button-order:hover, .button-order-big:hover {
	background: #f7f7f7;
	border: 1px solid #C0C0C0;
	color: #121212;
	box-shadow: none;
}
.button-order-green {
	background: #BAD153;
	background: -moz-linear-gradient(top, #BAD153 0%, #899d27 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BAD153), color-stop(100%, #3d892e));
	background: -webkit-linear-gradient(top, #BAD153 0%, #899d27 100%);
	background: -o-linear-gradient(top, #BAD153 0%, #899d27 100%);
	background: -ms-linear-gradient(top, #BAD153 0%, #899d27 100%);
	background: linear-gradient(to bottom, #BAD153 0%, #899d27 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4faf3c', endColorstr='#3d892e', GradientType=0 );
	padding: 7px;
	border: 1px solid #899D27;
	border-radius: 0px;
	color: #fff;
	font-weight: bold;
}
.button-order-green-35 {
	background: #BAD153;
	background: -moz-linear-gradient(top, #BAD153 0%, #899d27 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BAD153), color-stop(100%, #3d892e));
	background: -webkit-linear-gradient(top, #BAD153 0%, #899d27 100%);
	background: -o-linear-gradient(top, #BAD153 0%, #899d27 100%);
	background: -ms-linear-gradient(top, #BAD153 0%, #899d27 100%);
	background: linear-gradient(to bottom, #BAD153 0%, #899d27 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4faf3c', endColorstr='#3d892e', GradientType=0 );
	padding: 7px;
	border: 1px solid #899D27;
	border-radius: 0px;
	color: #fff;
	font-weight: bold;
	height: 35px;
}
.button-order-green:hover, .button-order-green-35:hover {
	background: #899d27;
	border: solid 1px #3d892e;
	color: #fff;
	box-shadow: none;
}
.button-order-blue {
	background: -moz-linear-gradient(top, #0b82bd 0%, #08608c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b82bd), color-stop(100%, #08608c));
	background: -webkit-linear-gradient(top, #0b82bd 0%, #08608c 100%);
	background: -o-linear-gradient(top, #0b82bd 0%, #08608c 100%);
	background: -ms-linear-gradient(top, #0b82bd 0%, #08608c 100%);
	background: linear-gradient(to bottom, #0b82bd 0%, #08608c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b82bd', endColorstr='#08608c', GradientType=0 );
	padding: 7px;
	border: 1px solid #08608c;
	border-radius: 0px;
	color: #fff;
	font-weight: bold;
}
.button-order-blue:hover {
	background: #0b82bd;
	color: #fff;
	box-shadow: none;
}
.button-order-red {
	background: #d54542;
	background: -moz-linear-gradient(top, #d54542 0%, #ba2c29 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d54542), color-stop(100%, #ba2c29));
	background: -webkit-linear-gradient(top, #d54542 0%, #ba2c29 100%);
	background: -o-linear-gradient(top, #d54542 0%, #ba2c29 100%);
	background: -ms-linear-gradient(top, #d54542 0%, #ba2c29 100%);
	background: linear-gradient(to bottom, #d54542 0%, #ba2c29 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d54542', endColorstr='#ba2c29', GradientType=0 );
	padding: 7px;
	border: 1px solid #ba2c29;
	border-radius: 0px;
	color: #fff;
	font-weight: bold;
}
.button-order-red:hover {
	background: #d54542;
	color: #fff;
	box-shadow: none;
}
.button-order-orange {
	background: #eda74c;
	background: -moz-linear-gradient(top, #eda74c 0%, #e8901d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eda74c), color-stop(100%, #e8901d));
	background: -webkit-linear-gradient(top, #eda74c 0%, #e8901d 100%);
	background: -o-linear-gradient(top, #eda74c 0%, #e8901d 100%);
	background: -ms-linear-gradient(top, #eda74c 0%, #e8901d 100%);
	background: linear-gradient(to bottom, #eda74c 0%, #e8901d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda74c', endColorstr='#e8901d', GradientType=0 );
	padding: 7px;
	border: 1px solid #e8901d;
	border-radius: 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #fff;
	font-weight: bold;
}
.button-order-orange:hover {
	background: #eda74c;
	color: #fff;
	box-shadow: none;
}
#domainname {
	background-color: #FFFFFF;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
	border: 1px solid #BBBBBB;
	border-radius: none;
	padding: 8px;
	/*width: 290px;*/
	/*width:65%;*/
	font-size: 18px;
	color: #a3a3a3;
}
#domainname:hover, #domainname:active {
	border: 1px solid #959595;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
/*
	Icon Classes
*/

.iconSmallChat {
	padding-left: 24px;
	background: transparent url(../../../images/iconSmallChat.png) left center no-repeat;
}
.iconSmallClient {
	padding-left: 24px;
	background: transparent url(../../../images/iconSmallClient.png) left center no-repeat;
}
.iconSmallEmail {
	padding-left: 24px;
	background: transparent url(../../../images/iconSmallEmail.png) left center no-repeat;
}
.iconSmallHelp {
	padding-left: 24px;
	background: transparent url(../../../images/iconSmallHelp.png) left center no-repeat;
}
.iconSmallPhone {
	padding-left: 24px;
	background: transparent url(../../../images/iconSmallPhone.png) left center no-repeat;
}
.iconMediumNetwork {
	font-size: 15px;
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumNetwork.png) left center no-repeat;
}
.iconMediumCog {
	font-size: 15px;
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumCog.png) left center no-repeat;
}
.iconMediumServer {
	font-size: 15px;
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumServer.png) left center no-repeat;
}
.iconMediumHelp {
	font-size: 15px;
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumHelp.png) left center no-repeat;
}
.iconMediumStats {
	font-size: 15px;
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumStats.png) left center no-repeat;
}
.iconMediumControlPanel {
	font-size: 15px;
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumControlPanel.png) left center no-repeat;
}
#ezblog-body .blog-post, #ezblog-body .featured-slider {
	border-radius: 0px;
}
#ezblog-body .blog-option li a:hover {
	background-color: transparent !important;
}
.no-margin {
	margin: 0px;
}
ul.domainteaser {
	list-style: none outside none;
	padding: 5px;
}
ul.domainteaser li {
    background-color: #FFF8D8;
    border: 1px solid #D5D5D5;
    float: left;
    height: 77px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 80px;
}
ul.domainteaser li .offertext {
	font-size: 22px;
	padding: 0;
	font-weight: bold;
	/*background: url(../../../../../images/domain-top.png) top repeat-x;*/
}
ul.domainteaser li h3 {
	font-size: 22px;
	padding: 3px 0;
	margin: 6px 0;
	font-weight: bold;
	/*background: url(../../../../../images/domain-top.png) repeat-x;*/
}
ul.domainteaser li p.price {
	font-size: 24px;
	font-weight: bold;
	line-height: 12px;
}
.dom-price {
	background: #2e2e2e;
	color: #FED327;
}
ul.domainteaser li p.price span {
	font-size: 10px;
}
li.dom-offer div.border {
	border-bottom: solid 1px #D5D5D5;
	margin: 0 auto 4px;
	width: 70px;
	height: 2px;
}
li.dom-offer p.price {
	/*background: none repeat scroll 0 0 #2E2E2E;*/
	color: #000;
	margin: 0;
	padding: 5px;
}
.reg-now {
	text-indent: 6px;
}
.domain-names {
	boder-right: solid 1px #CCC;
}
.mod-box {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: linear-gradient(to bottom, #F7F7F7, #F4F4F4) repeat scroll 0 0 padding-box transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 #FFFFFF inset;
	padding: 15px;
	text-shadow: 0 1px 0 #FFFFFF;
}
#bottom-a:before {
	border-bottom: none;
}
ul.support-nav {
	list-style: none outside none;
}
p.justify {
	text-align: justify;
}
ul.columnNavigation {
	list-style: none outside none;
}
ul.columnNavigation li {
	font-size: 11px;
}
ul.columnNavigation li a {
	color: #006FD6;
}
ul.columnNavigation li a:hover {
	text-decoration: underline;
}

div#block-toolbar h1 { color:#fff;}

/*Home Slide Widget*/

.mod-home-slide {
	padding-top: 20px;
	text-align:center;
}

.wk-slideshow-default > div:hover .next, .wk-slideshow-default > div:hover .prev {
	height: 50px;
    margin-top: 50px;
    top: 50%;
    width: 50px;	
}

.top-a-title {
	padding: 0px;
	}
.top-a-title h3 {
	/*font-size:24px;
	line-height:18px;
	color: #FFFFFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);*/
	color: #444444;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
	text-shadow: 1px 1px 0 #FFFFFF;
	}

.top-a-title h1 {
	/*font-size:24px;
	line-height:18px;
	color: #FFFFFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);*/
	color: #444444;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
	text-shadow: 1px 1px 0 #FFFFFF;
	line-height:10px;
	}
.margin-fix-home {
	margin: 0;
	border-bottom: solid 1px #ddd;
}
div#topBackground-home section#top-a.grid-block {
	width: 100%	
}
.home-slide-1 {
	background:url(../../../../../images/home/home-slide-1-bg.jpg);
	/*height:330px;*/
	height: 220px;
}
.home-slide-wrapper {
	width:980px;
	margin: 0 auto;
}
.home-slide-man-1 {
	opacity: 1;
	height: 195px;
	overflow: hidden;
	float:right;
	margin-top: 25px;
}

.home-slide-man-1-t1 {
	background: none repeat scroll 0 0 #289DCC;
	color:#fff;
    float: left;
    font-size: 25px;
    line-height: 32px;
    margin: 0;
    opacity: 1;
    padding: 5px 15px;
}

.home-caption-wrapper {
	margin: 70px 60px;
	position: absolute;
	}

.home-caption-medium-whitebg {
	position: absolute; 
	color: #777777;
	background: #ffffff;
	text-shadow: none; 
	font-weight: 700; 
	font-size: 22px; 
	line-height: 22px; 
	padding:5px 10px;
	margin: 43px 25px; 
	border-width: 0px; 
	border-style: none;	
	-webkit-box-shadow:  0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	box-shadow:  0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	-webkit-border-radius: 2px;
	border-radius: 2px;													
}
