html, body {font-size:100.01%;}
body{
	margin:0;
	font:64% Arial,sans-serif;
	background:#f2f2f2;
	color:#666;
}
img{border-style:none;}
a{color:#333;}
a:hover{text-decoration:none;}
a:focus{outline:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#main{
	margin:0 auto;
	width:908px;
}


.container{
	padding:150px 0 0;
	position:relative;
	width:100%;
	background:url(../images/container-repeat-bg.gif) repeat-y;
}
h1.logo{
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	top:29px;
	left:34px;
	margin:0;
	z-index:10;
}
h1.logo a{
	display:block;
	background:url(../images/logo.gif) no-repeat;
	width:225px;
	height:51px;
}
/*-- header --*/
#header{
	padding:0 4px;
	top:0;
	position:absolute;
	width:900px;
	height:150px;
}
.contacts {
	padding:0 5px 0 0px;
	width:137px;
	background:url(../images/contacts-shadow.gif) no-repeat;
	float:right;
	min-height:123px;
	position:relative;
}
* html .contacts {height:123px;}
.contacts h3{
	font-size:110%;
	color:#0063aa;
	margin:25px 0 0 30px;
}
.contacts ul{
	margin:0;
	padding:13px 0 0;
}
.contacts ul li{
	height:1%;
	padding:0 0 0 37px;
	background:url(../images/bullet.gif) no-repeat 30px 5px;
	list-style:none;
}
.contacts ul li a{
	text-decoration:none;
	font-weight:bold;
	font-size:110%;
	color:#ccc;
}
.contacts ul li div.contact-info-container
{
    /*width:325px;*/
	width:360px;/*new*/
	height:80px;/*new*/
	top:20px;
	/*right:100%;*/
	left:-325px;/*new*/
	position:absolute;
	background:url(../images/contact-info-separator.gif) repeat-y 235px 0;
	display:none;
	padding:3px 0 0;
	z-index:10;
}
.contacts ul li.hover div.contact-info-container,
.contacts ul li:hover div.contact-info-container{display:block;}
div.contact-info-container .col {
	width:235px;
	float:left;
}
div.contact-info-container p{
	font-size:110%;
	line-height:120%;
	color:#999;
	margin:0;
}
a.btn{
	float:left;
	color:#fff;
	text-decoration:none;
	background:url(../images/btn-bg.gif) no-repeat;
}
a.btn span{
	cursor:pointer;
	padding:0 8px 0 9px;
	float:left;
	line-height:20px;
	height:20px;
	font-weight:bold;
	font-size:11px;
	white-space:nowrap;
	background:url(../images/btn-left-bg.gif) no-repeat 100% 0;
}
a.btn:hover{ background-position:0 -20px;}
a.btn:hover span{ background-position:100% -20px;}
.contacts ul li a.btn{
	display:inline;
	margin:22px 0 0 21px;
	color:#fff;
}
.contact-tel { padding-bottom:13px;}
.nav-bar {
	position:absolute;
	bottom:0;
	left:4px;
	width:900px;
	height:40px;
	background:url(../images/nav-bg.gif) repeat-x;
}
ul.nav{
	margin:7px 0 0 11px;
	padding:0;
	display:inline;
	float:left;
	overflow:hidden;
}
ul.nav li{
	margin:0 0 0 -11px;
	padding:0 22px 0 11px;
	background:url(../images/nav-separator.gif) no-repeat 0 2px;
	list-style:none;
	float:left;
}
ul.nav li a {
	font-size:120%;
	color:#ffffff;
	text-decoration:none;
}
ul.nav li a:hover { text-decoration:underline;}
.main-nav {
	margin:0;
	padding:6px 4px 0;
	float:right;
}
.main-nav li{
	padding:0 1px;
	float:left;
	list-style:none;
}
.main-nav  li a{
	font-size:130%;
	text-decoration:none;
	background:url(../images/main-nav-bg.gif) no-repeat;
	float:left;
	color:#999;
}
.main-nav  li a span{
	cursor:pointer;
	padding:12px 17px 0;
	height:22px;
	background:url(../images/main-nav-right-bg.gif) no-repeat 100% 0;
	float:left;
}
.main-nav  li a:hover,
.main-nav  li a.active {
	color:#0063AA;
	background-position:0 -34px;
}
.main-nav  li a:hover span,
.main-nav  li a.active span {background-position:100% -34px;}
/*-- content --*/
#content{
	height:1%;
	padding:20px 4px 4px;
	background:url(../images/content-foot-bg.gif) no-repeat 0 100%;
}
#content p{
	margin:0;
	padding:20px 0 0;
	font-size:120%;
	line-height:146%;
}
#content h4,
#content h3{
	font-size:180%;
	line-height:23px;
	color:#0063aa;
	margin:0;
}
.three-column-bg {
	padding-bottom:18px;
	margin:0 0 12px;
	height:1%;
	background:url(../images/three-column-bg.gif) repeat-y;
}
.three-column-bg:after{
	content:".";
	clear:both;
	height:0;
	display:block;
	font-size:0;
}
/*-- column --*/
.column{
	padding:0 20px;
	width:390px;
	overflow:hidden;
	float:left;
}
.featured-box {
	position:relative;
	height:1%;
	width:390px;
	overflow:hidden;
	background:#020202 url(../images/featured-box-bg.jpg) no-repeat;
}
.featured-box-foot {
	padding:20px 20px 20px;
	background:url(../images/featured-box-foot.gif) no-repeat 0 100%;
}
.featured-box img{
	display:block;
	/*border:1px solid #b3b3b3;*/
	border:none;
}
.info {
	color:#fff;
	position:absolute;
	top:0px;
	right:0;
}
.info-bg
{
    overflow: hidden;
    background: url(../images/info-bg.png) no-repeat;
    width: 171px;
    padding: 0 24px 18px 53px;
    margin-top: -20px;
    margin-right: -60px;
}
.info a.more{
	position:relative;
	text-decoration:none;
	color:#fff;
	float:right;
}
.info h2{
	margin:31px 0 14px;
	font-size:160%;
}
#content .info p{
	margin:0;
	padding:0 0 15px;
	font-size:110%;
	line-height:124%;
	color:#fff;
}
.info-foot-bg {
	width:248px;
	font-size:0;
	line-height:0;
	height:10px;
	background:url(../images/info-foot-bg.png) no-repeat;
}
.imagesPoolList
{
padding-top:10px;
padding-left:10px;
padding-bottom:auto;
list-style-type: none;
vertical-align:top;

}
ul.switch {
	margin:0;
	padding:10px 0 0;
	/*padding-left:10px;
	padding-top:auto;
	padding-bottom:10px;
	vertical-align:bottom;*/
}
ul.switch li{
	padding:0 10px 0 0;
	float:left;
	list-style:none;
}
ul.switch li a{
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/featured-box-bullet.gif) no-repeat 0 -10px;
}
ul.switch li a:hover,
ul.switch li a.active{ background-position:0 0;}
ul.switch li a.left{
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg_link_left.gif) no-repeat 0 -10px;
}
ul.switch li a.right{
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg_link_right.gif) no-repeat 0 -10px;
}

#content p.blue {
	font-size:190%;
	line-height:130%;
	color:#0063aa;
}
/*-- column-1 --*/
.column-1{
	float:left;
	width:229px;
	padding:0 1px;
}
.box{
	overflow:hidden;
	height:1%;
	margin:0 20px 10px 18px;
	padding-bottom:17px;

}
ul.list {
	margin:0;
	padding:2px 0 0;
}
ul.list li{
	font-size:120%;
	padding:9px 0 12px 11px;
	background:url(../images/bullet-1.gif) no-repeat 3px 15px;
	list-style:none;
}
ul.list li a{
	color:#656565;
	text-decoration:none;
}
ul.list li a:hover{text-decoration:underline;}
.box a.btn{float:right;}
.news {
	margin-bottom:14px;
	background:url(../images/contact-info-separator.gif) repeat-x 0 100%;
}
ul.bold-list {
	margin:0;
	padding:21px 0 0;
}
ul.bold-list li{
	padding:0 0 4px 10px;
	list-style:none;
	font-size:140%;
	font-weight:bold;
	background:url(../images/bullet-2.gif) no-repeat 0 5px;
}
ul.bold-list li a{
	text-decoration:none;
	color:#999;
}
ul.bold-list li a:hover{ text-decoration:underline;}
#content h3.clients {
	margin-left:19px;
}
.logos {
	margin:2px 0 0 40px;
	padding:2px 0 0;
	width:229px;
	position:relative;
	background:url(../images/logos-bg.gif) repeat-x;
}
* + html .logos {
	margin:2px 0 0 0px;
	}
*  html .logos {
	margin:2px 0 0 0px;
	}
*  html .logos img{
	margin:2px 0 0 0px;
}
.logos-holder {
	width:229px;
	overflow:hidden;
}
.logos ul{
	width:9999px;
	margin:30px 0 0 -50px;
	padding:0;
}
.logos ul li{
	padding:0 32px 0 0;
	float:left;
	list-style:none;
}
.shadow-l,
.shadow-r {
	height:132px;
	width:10px;
	position:absolute;
	top:-2px;
}
.shadow-l {
	left:0;
	background:url(../images/shadow.png) no-repeat;
}
.shadow-r {
	right:0;
	background:url(../images/shadow-right.png) no-repeat;
}
* html .shadow-r { right:-1px;}
.popup {
	position:absolute;
	top:67px;
	left:-48px;
	z-index:10;
	color:#fff;
}
.popup-body {
	padding-bottom:16px;
	width:327px;
	background:url(../images/popup-bg.png) no-repeat;
}
.popup-foot {
	overflow:hidden;
	width:327px;
	height:13px;
	font-size:0;
	background:url(../images/popup-footer-bg.png) no-repeat;
}
#content .popup h3{
	color:#fff;
	font-size:130%;
	margin:0 11px;
	padding:35px 0 0;
}
#content .popup p{
	padding:0;
	margin:13px 25px 0 11px;
	font-size:110%;
	line-height:124%;
}
/*-- column-2 --*/
.column-2 {
	width:200px;
	padding:0 20px 0 19px;
	float:right;
}
ul.teasers {
	background:url(../images/contact-info-separator.gif) repeat-x 0 100%;
	margin:0;
	padding:0;
	width:200px;
}
ul.teasers li{
	padding:0 0 20px;
	vertical-align:top;
	list-style:none;

}
ul.teasers li img{
	margin:0;
	
	display:block;
}
#content .column-2 div.box
{
    background-position: 0 100%;
    background: url(../images/contact-info-separator.gif) repeat-x 0 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    vertical-align: top;
    width: 200px;
}
.signup-form {
	padding:20px 0 0;
}
#content .signup-form p{
	padding-top:18px;
	font-size:110%;
	line-height:130%;
	padding-bottom:11px;
}
.signup-form .row {
	padding-bottom:7px;
	overflow:hidden;
	height:1%;
}
input.text{
	margin:0;
	padding:4px 5px;
	background:#fff;
	border:1px solid #e7e7e7;
	border-top-color:#acacac;
	font-size:110%;
}
.signup-form label{
	font-size:110%;
	display:block;
	line-height:120%;
	margin-bottom:2px;
}
.signup-form input.text{
	float:left;
	width:188px;
}
.signup-form a.btn{
	margin-top:1px;
	float:right;
}
/*-- footer --*/
#footer{
	padding:15px 48px 40px;
	overflow:hidden;
	width:812px;
}
#footer ul{
	text-align:center;
	margin:0;
	padding:0 0 3px;
}
#footer ul li{
	background:url(../images/foot-lists-separator.gif) no-repeat 0 3px;
	font-size:110%;
	padding:0 3px 0 6px;
	display:inline;
	list-style:none;
	color:#999;
}
#footer ul li:first-child {
	background:none;
}
#footer ul li a{
	text-decoration:none;
	color:#999;
}
#footer ul li a:hover{text-decoration:underline;}
#footer ul.copy {
	padding-bottom:9px;
	margin-bottom:8px;
	border-bottom:1px solid #ccc;
}
/*---------------------------------- who-we-are ------------------------------*/
.inner #content{ padding-top:0;}
.two-column-bg {
	height:1%;
	overflow:hidden;
	background:url(../images/two-columns-bg.gif) repeat-y 200px 0;
	padding-bottom:89px;
}
.inner .column{
	padding:0;
	width:200px;
}
.inner .column-1{
	float:right;
	padding:0 52px 0 53px;
	width:595px;
}
div.column-1 div.post h2{
	margin:0px 0 25px;
}
div.column-1 div.post h2 a{
	color:#0063AA;
	text-decoration:none;
}
ul.sub-nav {
	border-top:1px solid #dfdfdf;
	margin:-1px 0 0;
	padding:0;
}
ul.sub-nav li{
	border-bottom:1px solid #dfdfdf;
	list-style:none;
}
ul.sub-nav li a{
	text-decoration:none;
	font-size:140%;
	line-height:38px;
	color:#ccc;
	padding:0 0 0 32px;
	display:block;
	background:#e6e6e6 url(../images/sub-nav-bg.gif) repeat-x;
}
ul.sub-nav li a:hover,
ul.sub-nav li a.active{
	color:#0063aa;
	font-weight:bold;
	background:#fff;
}

ul.sub-nav li ul {
	margin:0;
	padding:0;
}
ul.sub-nav li ul li{
	font-size:110%;
	color:#666;
	padding:0 0 3px;
	list-style:none;
	border: none;
}
ul.sub-nav li ul li a{
	font-size:110%;
	color:#666;
	line-height:normal;
	text-decoration:none;
}
ul.sub-nav li ul li a:hover{ text-decoration:underline;}

ul.sub-nav li ul li a.active
{
font-size:110%;
font-weight:bold;
color:#0063aa;
}



.column-1 h2{
	margin:25px 0 0;
	font-weight:normal;
	font-size:240%;
	color:#0063aa;
}
.inner #content .column-1 p{
	padding:17px 0 0;
}
.inner #content .column-1 p.blue {
	font-weight:bold;
	font-size:140%;
	line-height:140%;
	padding-top:24px;
}
/*---------------------------------- news ------------------------------*/
.news-box {
	padding:0 32px;
}
#content .news-box h3{
	font-size:140%;
}
#content .news-box h4{
	padding-top:26px;
	margin:0;
	color:#0063aa;
	font-size:120%;
}
ul.archive {
	margin:0;
	padding:0 0 11px;
}
ul.archive div.yearList ul{
	padding:0;
	margin:0;
}
ul.archive div.yearList ul li{
	margin:10px 0 0 0;
	
}
ul.archive div.yearList ul li div.post{
	padding:7px 0 0 10px;
	margin:0 0 0 10px;
	background:url(../images/bullet-2.gif) no-repeat 0 14px; 
}
ul.archive div.yearList ul li div.post a{
	color:#0063AA;
}
ul.archive li{
	font-size:120%;
	color:#666;
	padding:0 0 3px;
	list-style:none;
}
ul.archive li div.monthHeader{
	font-weight:bold;
}
ul.archive li.year{
	padding-top:17px;
}
ul.archive span.post-info{
	font-size:11px;
}
ul.archive li div.yearHeader{
	font-size:20px;
	
}
ul.archive li div.yearHeader a{
	color:#0063AA;
}

ul.archive li a{
	color:#666;
	text-decoration:none;
}
ul.archive li a:hover{ text-decoration:underline;}
.inner .column h3 {
	padding-top:13px;
}
.inner .column ul.sub-nav li a{ background:#fff;}
.post { padding-top:38px;}
#content .post h3{
	font-weight:normal;
	font-size:240%;
}
span.post-info{
	font-size:110%;
	line-height:150%;
	color:#ccc;
}
span.post-info strong{ color:#666;}
.inner #content .post p{
	margin:0;
	padding-top:13px;
	line-height:120%;
}
ul.post-tools {
	overflow:hidden;
	height:1%;
	margin:0;
	padding:13px 0 0;
}
ul.post-tools li{
	font-size:120%;
	margin:0 0 0 -6px;
	padding:0 11px 0 6px;
	background:url(../images/tools-separator.gif) no-repeat 0 3px;
	float:left;
	list-style:none;
}
ul.post-tools li a{color:#666;}
.top-btn {
	float:right;
	background:url(../images/top-arrow.gif) no-repeat;
	width:20px;
	height:20px;
	margin:40px 10px 0 0;
	display:inline;
	overflow:hidden;
	text-indent:-9999px;
}
.top-btn:hover{ background-position:0 -20px;}


.containerMan /*management content container*/
{
width:100%;
padding-top:36px;
clear:both;
}

.imageContainerMan/*management image container*/
{
width:180px;
height:220px;
background-color:#EFEFEF;
border:solid 1px #CCCCCC;
float:left;
}

.memberContentMan
{
margin-left:215px;
}

.blue2
{
font-size:140%;
font-weight:bold;
color:#0063aa;
margin:0px;
padding:0px !important;
}



/*case studies page*/

ul.caseStudies {
	margin:0;
	padding:0 0 11px;
}
ul.caseStudies li{
	font-size:120%;
	color:#666;
	padding:0 0 3px;
	list-style:none;
}
ul.caseStudies li a{
	color:#666;
	text-decoration:none;
}
ul.caseStudies li a:hover{ text-decoration:underline;}
.inner .column h3 {
	padding-top:13px;
}

.caseStudies li a.active
{
font-size:100%;
font-weight:bold;
color:#0063aa;
}

.caseStudiesImagesL
{
float:left;
margin-right:30px;
margin-bottom:40px;
}

.caseStudiesImagesR
{
float:left;
margin-left:30px;
margin-bottom:40px;
}

.caseStudiesImagesL img
{
border:solid 1px #CCCCCC;
}

.caseStudiesImagesR img
{
border:solid 1px #CCCCCC;
}

/*Case Studies Detail page*/

.caseStudiesDetailImage
{
}

.btnContainer
{
margin-top:23px;
}

.btnBack a:link
{
background-image: url(../images/btnback.gif);
width:45px;
height:24px;
display:block;
float:left;
}

.btnBack a:hover
{
background-image: url(../images/btnback.gif);
width:45px;
height:24px;
display:block;
float:left;
}

.btnSubmit a:link
{
display:block;
background-image: url(../images/btnSubmit.gif);
width:64px;
height:23px;
}

.btnSubmit a:hover
{
display:block;
background-image: url(../images/btnSubmit.gif);
width:64px;
height:23px;
background-position: 0 -30px;
}

.topArrow a:link
{
background-image:url(../images/top-arrow.gif);
width:20px;
height:20px;
display:block;
float:right;
}

.topArrow a:hover
{
background-image:url(../images/top-arrow.gif);
width:20px;
height:20px;
display:block;
float:right;
background-position: 0 -20px;
}

.caseStudiesLink 
{
text-decoration:none;
padding-top:0px !important;

}
.caseStudiesLink a
{
text-decoration:none;
color:#CDCDCD;
}


/* Client list page*/

#mainUlContainer
{
list-style-type:none;
display:inline;

}

#mainUlContainer li
{
text-align:center;
width:135px;
float:left;
margin-right:10px;
}

.clientList1
{
list-style-type:none;
display:inline;
float:left;
}

.clientList1 li
{
margin-bottom:60px;
text-align:center;
height:62px;
width:155px;
margin-left:-40px;
}

.clientList2
{
list-style-type:none;
display:inline;
float:left;
}

.clientList2 li
{
margin-bottom:60px;
text-align:center;
height:62px;
width:155px;
margin-left:-40px;
}

.clientList3
{
list-style-type:none;
display:inline;
float:left;
}

.clientList3 li
{
margin-bottom:60px;
text-align:center;
height:62px;
width:155px;
margin-left:-40px;
}

.clientList4
{
list-style-type:none;
display:inline;
float:left;
}

.clientList4 li
{
margin-bottom:60px;
text-align:center;
height:62px;
width:155px;
margin-left:-40px;
}

/*hosting support*/
.tfHostingSupport
{
width:250px;

}
#tfHostingSupportTo
{
width:250px;
text-align:left;

}
#tfHostingSupportTo input
{
width:250px;
}
#tfHostingSupportTo img
{
width:203px;
padding-left:0px;
}

.hostingTable
{
text-align:right;
color:#666666;
font-size:120%;
vertical-align:top;
width:144px;
}
div#sitemap ul{
	list-style:none;
	padding:0 0 0 20px;
	margin:0;
}
div#sitemap ul li{
	font-size:15px;
	margin:5px 0;
	font-weight:bold;
}
div#sitemap ul li a{
	color:#0063AA;
	text-decoration:none;
	
}

div#sitemap ul li li{
	font-size:12px;
	padding:0 0 0 10px;
	background:url(../images/bullet-2.gif) no-repeat 0 51%;
	font-weight:normal;
}
div#sitemap ul li ul{
	padding:0 0 0 20px;
}
div#sitemap ul li li a{
	text-decoration:none;
	color:#666;
}
div#sitemap ul li li a:hover{
	color:#0063AA;
}
div#sitemap ul li ul{
	margin:10px 0;
}
.chooseFile 
{
display:block;
width:84px;
height:23px;
float:left;
margin-right:12px;
}

.chooseFile a:link
{
display:block;
width:84px;
height:23px;
background-image:url(../images/btnChooseFile.gif);
}

.chooseFile a:hover
{
display:block;
width:84px;
height:23px;
background-image:url(../images/btnChooseFile.gif);
background-position: 0 -20px;
}

#chooseFileText
{
font-size:120%;
color:#666666;
}

#SuportContactDetails
{
width:150px;
}

.SuportContactDetailsP
{
margin-top:10px !important;
padding:0px !important;
}

.boldText
{
font-weight:bold;
}

.boldText1
{
font-weight:bold;
display:inline;
margin:0px;
}

.boldText2
{
font-weight:bold;
margin:0px;
}

.boldText3
{
font-weight:bold;
margin:0px;
display:inline;
font-size:140% !important;
}

.ParoNoMargin
{
margin-top:-10px;
padding:0px !important;
}

.blue2
{
font-size:140%;
font-weight:bold;
color:#0063aa;
margin:0px;
padding:0px !important;
}

.blue3
{
font-size:110%;
font-weight:bold;
color:#0063aa;
margin:0px;
padding:0px !important;
}


/* Contact*/

.borderBotGrey
{
border-bottom:1px solid #E2E2E2;
}

.blueHeadingText
{
color:#0063AA;
font-size:190% !important;
font-weight:bold;
}

.btnShowAsList
{
width:133px;
display:inline;
margin:0px;
padding:0px;
}

#showAsList
{
width:100%;
border-bottom:red 1px solid;
}

#ulContainer
{
margin-top:32px;
}

#navigationContainer
{
clear:both;
text-align:center;
width:700px;
border-top:solid 1px #DFDFDF;
float:right;
height:0px;
color:#DFDFDF;
padding:0px!important;
marginm:0px!important;
}

#navigationContainer A
{
color:#DFDFDF;
text-decoration:none;
}

#navigationContainer A:hover
{
color:#858585;
text-decoration:none;
}

#navigationContainer A:active
{
color:#858585;
text-decoration:none;
}

.blueTextArrow
{
color:#0063AA;
}

.noDecoration a:link
{
text-decoration:none;
color:red;
}

.clientListHeading
{
color:#0063AA;
font-size:24px !important;
font-weight:normal;
}

#preColum1
{
width:639px; 
float:right; 
padding-left:60px; 
border-bottom:solid 1px #DFDFDF;
}

#ClientsText
{
padding-top:18px; 
padding-bottom:20px !important;
width:90%;
}

.top-btn2 {
	float:right;
	background:url(../images/top-arrow.gif) no-repeat;
	width:20px;
	height:20px;
	display:inline;
	overflow:hidden;
	text-indent:-9999px;
}

.top-btn2:hover
{ 
background-position:0 -20px;
}

#client5
{
margin-bottom:33px;
}

#client10
{
margin-bottom:33px;
}

#client15
{
margin-bottom:33px;
}

#client20
{
margin-bottom:33px;
}

.navigator
{
padding:0px !important;
margin-top:10px !important;
}

#btnContainer
{
float:left;
/*margin-left:20px;*/
display:inline;
width:80px;
margin-top:300px;
margin-bottom:10px;
}

#btnContainer1
{
	float:right;
	width:80px;
	margin-right:56px;
	margin-top:300px;
	margin-bottom:10px;
}
#btnContainer1 a.form span{
	
	float:right;
}
#btnContainerPopup
{
	width:500px;
	height:250px;
	margin:0 auto;
	display:block;
}

.news-box a:hover,
.news-box a.active{
	color:#0063aa;
	font-weight:bold;
	background:#fff;
}
.SI-FILES-STYLIZED label.cabinet
{
    width: 82px;
    height: 22px;
    background: url(../images/btnChooseFile.gif) 0 0 no-repeat;

    display: block;
    overflow: hidden;
    cursor: pointer;
}


.SI-FILES-STYLIZED label.cabinet input.file
{
    position: relative;
    height: 20px;
    width: 30px;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: pointer;
}


#umbracoAutoForm label{
	width:170px;
	float:left;
}
#umbracoAutoForm{
	margin:20px 0 0 0;
	padding:0 0 0 40px;
}
#umbracoAutoForm  p input.text, 
#umbracoAutoForm  p textarea{
	width:245px;
}
#umbracoAutoForm  p input.umbracoAutoForm Button
{
   
	width:auto;
	float:right;
	margin:0 134px 0 0;
}
#AutoForm_3_Button1
{
     /*background-image:url(../images/btnleave.gif);
     width:107px;
     height:23px;*/
}
ol.commentlist label{
	width:170px;
	float:left;
}
ol.commentlist a{
	padding-right:15px;
	color:#0063AA;
font-size:100%;
line-height:18px;
margin:0;
}
ol.commentlist{
	margin:20px 0 0 0;
	padding:0 0 0 40px;
	font-size:11px;
}
/*ol.commentlist  p input, 
ol.commentlist  p textarea{
	width:245px;
}
ol.commentlist  p input.umbracoAutoFormButton{
	width:auto;
	float:right;
	margin:0 134px 0 0;
}*/


#featured-box-foot
{
  /*  height: 110px;*/
    position: absolute;
    top:400px;
    margin: 0px 5px;
    padding-left: 0px;
    list-style: none;
    overflow: hidden;
    width:214px;
}

#divImagePoolCase
{
    list-style: none; 
 /*   overflow: hidden;
    height: 110px;*/
}
#featured-box-foot div ul
{
    padding:0;
    list-style: none; 
    overflow: hidden;
/*    height: 110px;*/
}
#featured-box-foot div ul li
{
    padding:0;
    overflow: hidden;
/*    height: 110px;*/
}


#featured-box-foot .leftbutton{
    position: absolute;
    overflow: hidden;
    width: 18px;
 /*   height: 110px;*/
    background:url(/images/bg_l_b.gif) no-repeat 0 0 ;
}
#featured-box-foot .rightbutton{
    position: absolute;
    overflow: hidden;
    width: 18px;
 /*   height: 110px;*/
    background:url(/images/bg_r_b.gif)  no-repeat 0 0;
}

#featured-box-foot .rightbutton
{
/*    background:url(/Res/img/bg_links_scroller_right.gif) ;*/
}

#featured-box-foot .leftbutton{left:0px;}

#featured-box-foot .rightbutton{left:370px;}

#featured-box-foot .leftbutton div,
#featured-box-foot .rightbutton div{
	margin:40px 0 0 0;
	overflow:hidden;
	width:18px;
	height:240px;
	cursor:pointer;
}

#featured-box-foot .leftbutton div{background:url(/images/bg_link_left.gif) no-repeat;
}

#featured-box-foot .rightbutton div{background:url(/images/bg_link_right.gif) no-repeat;
}

#featured-box-foot .leftbutton a,
#featured-box-foot .rightbutton a{
	display:block;
	float:left;
	background:url(/images/bg_link_left.gif) no-repeat 0 0;
	text-indent:-9999px;
	position:relative;
	z-index:1001;
	
}

#featured-box-foot .rightbutton div a{
	background:url(/images/bg_link_right.gif) no-repeat;
}


.images{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}

 .images li{ 
	float:left;
	display:inline;
	width:390px;
/*	height:100px;*/
	text-align:center;
	vertical-align:middle;
	}

#slideShow1
{
    /*width: 600px;*/
    position: absolute;
    list-style: none;
    overflow: hidden;
    height: 410px;
    width: 649px; /*border: 1px solid #ccc;*/
    border: none;
    padding: 0px;
    background-color: #fff;
    margin: 0px 0px 0px -26px;
}
#slideShow1 a {
  text-decoration: none;
}
#slideshowHolder
{
    list-style: none; 
    overflow: hidden;
    height: 410px;
}
#slideShow1 div ul
{
    padding:0;
    list-style: none; 
    overflow: hidden;
    height: 410px;
	margin:0;
	width:100%;
}
#slideShow1 div ul li,
#slideShow1 div ul li td
{
    padding:0;
    overflow: hidden;
    height: 410px;
	float:left;
	display:inline;
	width:597px;
	text-align:center;
	vertical-align:middle;
	background:#f2f2f2;
}
.pagelinks
{
	left:0px;
}
.pagelinks a
{
	font-weight: bold;
	color: #666;
}
.slideCaption
{
	background-color: #FFFFCC;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	left:0px;
}
.pagelinks a.activeSlide
{
	color: #f90;
}

#slideShow1 .leftbutton, 
#slideShow1 .rightbutton
{
    position: absolute;
    left: 0;
    width: 26px;
    height: 410px;
    overflow: hidden;
    background-color: white;
}

#slideShow1 .leftbutton{left:0;}

#slideShow1 .rightbutton{left:623px;}

#slideShow1 .leftbutton div,
#slideShow1 .rightbutton div{
	width:26px;
	height:26px;
	margin:167px 0 0 0;
	overflow:hidden;
}


.primary-content div.holder div.content-section div.preview .leftbutton a,
.primary-content div.holder div.content-section div.preview .rightbutton a{
	display:block;
	width:26px;
	height:26px;
	float:left;
	text-indent:-9999px;
	position:relative;
}

ul.feed {
	margin:0;
	padding:0 0 11px;
}
ul.feed li{
    font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#1a6ab3;
	padding:0 0 3px;
	list-style:none;
}
ul.feed li a,
ul.feed li a:hover
{
    color: #1a6ab3;
    text-decoration: none;
    display: block;
    height: auto;
    padding: 6px 10px 0px 20px;
    font-size: 11px;
    background: url(/images/feed-icon-14x14.png) no-repeat 0px 5px;
}

h4.blue4
{
    font-size: 140%;
    font-weight: bold;
    color: #0063aa;
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

form#frmSignUpForMailerBluegrassdigital p{
	margin:0;
}

/* membership */
.inner .column-1.inner-col{
	width:600px;
	padding:0 50px;
}
.tabset{
	margin:0 -52px 0 -53px;
	padding:22px 52px 0 56px;
	list-style:none;
	overflow:hidden;
	width:595px;
	background:url(/images/bg-border-tabset.gif) repeat-x 0 100%;
}
.tabset li{
	float:left;
	margin:0 5px 0 0;
}
.tabset li a{
	float:left;
	background:url(/images/bg-tabset.gif) no-repeat 0 -29px;
	padding:0 0 0 5px;
	font-size:14px;
	line-height:29px;
	color:#999;
	text-decoration:none;
}
.tabset li span{
	float:left;
	background:url(/images/bg-tabset.gif) no-repeat 100% -29px;
	padding:0 14px 0 6px;
	cursor:pointer;
}
.tabset li a:hover,
.tabset li a.active{
	background-position:0 0;
	color:#0063b3;
	text-decoration:none;
}
.tabset li a:hover span,
.tabset li a.active span{background-position:100% 0;}
.visual-box{padding:0 0 47px;}
.visual-box img{
	display:block;
	margin:0 auto;
}
.item-box{
	float:left;
	width:270px;
	padding:0 43px 0 8px;
}
.tab-content{
	padding:15px 0 10px;
	width:600px;
	overflow:hidden;
	position:relative;
}
.tab-content .row{
	width:670px;
	margin:-1px -90px 1px 0;
	overflow:hidden;
	border-top:1px solid #ccc;
	padding:16px 0 17px;
}
.row-wrapp{
	width:100%;
	overflow:hidden;
}
.tab-content .title{
	display:block;
	color:#0063aa;
	font-size:117.2%;
	line-height:125%;
	margin:0 0 8px;
	width:230px;
}
.tab-content .item-list{
	margin:0;
	padding:0;
	list-style:none;
	font-size:117.2%;
	line-height:125%;
}
.tab-content .item-list li{
	background:url(/images/bullet-3.gif) no-repeat 0 3px;
	padding:0 0 7px 18px;
}
.inner #content .column-1 .tab-content p.blue{padding:0 0 45px;}
#content .tab-content h3{
	margin:0 0 18px 5px;
}
#content .tab-content h4
{
    margin: 0;
}
.btn-download{
	display:block;
	width:109px;
	height:20px;
	background:url(/images/btn-download.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:9px 0 22px auto;
}
.main-table{
	border-collapse:collapse;
	width:100%;
}
.main-table th,
.main-table .summary td.border_left{
	background:#0063aa;
	color:#fff;
	font-size:117.2%;
	padding:9px 10px;
	font-weight:bold;
}
.main-table .summary td.border_left{padding:12px 10px;}
.main-table th.ttl{
	font-size:175.9%;
}
.mark td{background:#efefef;}
.main-table td{
	text-align:left;
	padding:8px 10px;
	font-size:117.2%;
	line-height:116.8%;
	vertical-align:top;
}
.main-table td strong{display:block;}
.main-table td.border_left,
.main-table th.border_left{
	border-left:1px solid #ccc;
	width:52px;
	text-align:center;
	vertical-align:middle;
}
.main-table td img{
	display:block;
	margin:0 auto;
}
.main-table td.img-holder{padding:14px 10px 0;}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
