@charset "utf-8";

html,body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica,arial;
	line-height:140%;

	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
}

.description{
	font-weight:normal;
	color:#00AAD3;

}

#portfolio{
	width:75%;
	margin:auto;
	
}

#portfolio h2{
	
	font-size:18pt;
	color:gray;

}

.portfolio-even, .portfolio-odd{
	margin: 25px 0px;
	font-size:10pt;
	clear:both;
	display:block;
}

.portfolio-client-image{

	margin: 0px;
	border: 0px;
}

.portfolio-even img{
	
	float:left;
	margin-right: 10px;
	padding-right:3px;
	border-right:1px solid silver;

}
.portfolio-odd img{
	
	float:right;
	margin-left: 10px;
	padding-left:3px;
	border-left:1px solid silver;

}

#testimonials{
	width:75%;
	margin:0px auto 50px auto;
}

#testimonials-home{
	width:95%;
	margin:0px auto 50px auto;
}
#testimonials-home .more-feedbacks{
	width:100%;
}

#testimonials h2{
	
	font-size:18pt;
	color:gray;


}

.testimonials-even, .testimonials-odd{
	margin: 55px 0px;
	font-size:10pt;
	clear:both;
	display:block;
}

.testimonials-client-image{

	margin: 0px;
	border: 0px;
}

.testimonials-even img{
	
	float:left;
	margin-right: 10px;
	padding-right:3px;
	border-right:1px solid silver;

}
.testimonials-odd img{
	
	float:right;
	margin-left: 10px;
	padding-left:3px;
	border-left:1px solid silver;

}

.testimonials-content{

	font-style: italic;
	font-size: 1.2em;
	line-height:155%;
	color:#515151;
}

.testimonials-content strong{

	color:#333;
	font-style: normal;
}

#facebook-timeline{
	width:45%;
	
}

.facebook-entry{
	padding: 15px;
	border: 1px solid silver;
	margin-bottom: 5px;
	font-size:1.1em;
	line-height:150%;
	
	
}

.facebook-date{
	padding-right: 5px;
	font-weight: bold;
}

.facebook-message{
	color: #333;
}

.facebook-message a{
	
	text-decoration: underline;
}

.twitter-entry{
	padding: 5px;
	border: 1px solid silver;
	margin-bottom: 5px;
	
}

.twitter-date{
	padding-right: 5px;
	font-weight: bold;
}

.twitter-message{
	color: #333;
}
 .hosting-row-even{
	
	background-color: #fff;
}

.hosting-row-odd{
	
	background-color: #E3E9EF;

}

.hosting-row-header{
	background-color:#73A9CB;
}

p{
	color:#333333;
}


.slideshow { height: 234px; width: 227px; margin: auto }
.slideshow img { padding: 0px; background-color: #eee; float:right;margin: 21px 0px 0px 0px;border:0; }

a,a:link, a:visited, a:active{
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#ff6600;
	text-decoration:underline;

}
img{
	border:0px;
}

HR {
    height:2px;
    border:0px;
    width:100%;
    background:#868689;
    
}
.infobox tr td
{
	border: 1px solid silver;
	padding: 5px;
	width: 230px;
	font-size: 8pt;
	vertical-align: top;
}
.infobox tr td span{
	display:inline;
	margin-right:10px;
	line-height:1.5em;
	color:#999999;
	font-size:14pt;
	
	font-weight: bold;
	
}


.addon{

	height:17px;

}   
#container{
	margin:0 auto;
	padding:0 30px;
	width:784px;
	text-align:left;
	background-color:#fff;
}
#header{
	margin:20px auto 0 auto;
	padding:0 0 20px 0;
	background-color:#fff;
	width:844px;
}



#logo-slide{
	background:url(/images/blink_logo_colors_small.png) no-repeat scroll 0 0 transparent;
	height:30px;
	position:fixed;
	bottom:5px;
	right: 5px;
	width:150px;	
	
}

#websites-page{
	margin:10px 0 0 0;
	padding:0;
	height:195px;
	text-align:left;
	background-image: url(/images/fond_top_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:left;
}
#websites-page h1
{
	margin: 10px 0 0 0;
	padding: 20px 0px 0px 20px;
	font-size: 28px;
	font-weight: lighter;
	color: #868689;
	line-height:30px;
}
#websites-page p
{
	margin: 0;

	padding: 10px 0px 0px 20px;
	font-size: 13px;
	font-weight: normal;
	color: #868689;
	line-height:130%;
	width:520px;
}


#phone_top
{
	position:absolute;
	left: 620px;
	top:68px;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 76px;
}

.port_wide{
	width:70%;
		vertical-align:top;

}

.port_narrow{
	vertical-align:top;
	width:30%;
}

#topnav
{

	padding: 0;
	height: 30px;
	background-image: url(/images/topnav.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}
ul#t_nav{
	list-style-type:none;
	margin:0;
	padding:6px 14px;
	text-align:left;
	font-size:12px;
	color:#ffffff;
}
#t_nav li{
	display:inline;
	color:#ffffff;
	margin:0px 2px 0px 2px;
}
#t_nav a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold
}
#t_nav a:hover{
	color:#FFD600;
	font-weight:bold;
}

#templates_top_content{
	margin:10px 0 0 0;
	padding:0;
	height:195px;
	text-align:left;
	background-image: url(/images/fond_top_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:left;
	font-size:28px;
}





 #templates_top_content_home h1
{
	margin: 35px 0 0 0;
	padding: 30px 0px 0px 20px;
	font-weight:bold;
	color:#AB0132;
	font-size: 28px;
	line-height:30px;
}

 #templates_top_content_home h2{
 	color: #868689;
 	margin: 0px 0px 0px 20px;
 	font-weight: lighter;
 	font-size: 26px;
	line-height: 30px;
 }

#templates_top_content_home p
{
	margin: 0;

	padding: 10px 0px 0px 20px;
	font-size: 13px;
	font-weight: normal;
	color: #868689;
	line-height:130%;
	width:520px;
}
#templates_top_content_home
{
	margin:10px 0 0 0;
	padding:0;
	height:227px;
	width:546px;
	text-align:left;
	background-image: url(/images/fond_top_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

#articles_search-label{
	padding-top:5px;
	margin-right:5px;

}

#news_item-label{
	padding-top:5px;
	margin-right:5px;

}

#news-home{
	border-left:#CC6600 1px solid;
	border-right:#CC6600 1px solid;
	margin:25px 3px 0 5px;
	padding:10px 10px 10px 25px;
	width: 743px;

}

#news-home a{
	text-decoration: underline;
	font-weight:bold;
}

#news-home p:FIRST-CHILD{
	padding: 5px;
	width:203px;
	float:left;

}
#news-home p{

	margin:0px;
	padding:6px;
	text-align:left;
}

#new_home h3{
	font-size:24pt;
	color:#868689;

}


.news-item-image, .news-detail-image{
	border: silver solid 1px;
	padding:2px;

	float:left;
}

.news-detail-image{

		margin: 0px 10px 0px 5px;
}

.news-detail-content{
	margin: 10px auto;
}

.news-detail-content{
	vertical-align: top;
}

#templates_top_content_home p
{
		color:#00AAD3;
	width:480px;
	line-height:150%;
}
#startnow_home
{
	float: left;
	margin: 30px 0 20px 0;
	padding: 0;
	width: 235px;
	height: 227px;
	background-color: white;
	background-position: 0px 0px;
	background-image: url(/images/startnow.jpg);
	background-repeat: no-repeat;
}

#startnow_right
{

	margin: 0;
	padding: 0;
	width: 180px;
	height: 227px;
	background-color: white;
	background-position: 0px 0px;
	background-image: url(/images/startnow.jpg);
	background-repeat: no-repeat;
}
.killFloat
{
	clear: both;
	display: block;
}
.right_content{
	float:right;
	margin:20px 0 0 0;
	padding:0;
	width:539px;
	
}
.rigth_content h2{
	font-size:17px;
	font-weight:normal;

}
.rigth_content blockquote 
{
	margin: 0;
	padding: 10px 25px;
	color: #AB0132;
	background-color: #FFFFFF;
	background-image: url(/images/fond_blockqote_home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer
{
	line-height:29px;
	padding:0;
	width: 784px;
	text-align:left;
	color: #999999;
	font-size: 10px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer .copy
{
	margin:0px;
	padding:0px;
	float:right;
}
#footer .share
{
	margin:0px;
	padding:5px;
	float: left;
}
#footer .translate
{
	float: left;
}
/****************************************/
.table-compare td{
	border:1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	height:25px;
}
.red_bold_h{
	font-weight:bold;
	color:#AB0132;
}
.blue_bold_h{
	font-weight:bold;
	color:#00AAD3;
}

.blue_normal_h, .blue_normal_h_i{
	font-weight:normal;
	color:#00AAD3;
}

.blue_normal_h_i{
	font-style: italic;
}


.blue-text{
	font-weight:normal;
	color:#00AAD3;
	font-size:14px;
}
/**************************************/

.txt-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.table-compare td.txt-price
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	background-image: url(/images/bg_price.gif);
	background-position: center center;
}

/**############ FROM OLD previous SITE ###################**/

TABLE.table-Outer{
	border-collapse:collapse;
	width:780px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F1F1F1;
	border-right-color: #F1F1F1;
	border-bottom-color: #F1F1F1;
	border-left-color: #F1F1F1;	
}

TD.table-Outer{
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:top;
	text-align:left;

}

TABLE.table-Basic{
	border-collapse:collapse;
	width:100%;
	border-style:none;
	border-spacing:0px;		
}

Legend{
	font-weight: bold;
	color:#AB0132;
	font-size:11pt;
}

TD.table-Basic{
	padding:0px;
	vertical-align:top;
	text-align:left;
}.top-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
}
.boder-section {

	/* border:1px solid silver; */

	/* background-image: url(../images/fond_top_slice2.jpg); */
	/* background-repeat: repeat-x; */
	/* background-position: 0% 100% */

}
.txt-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


.txt-login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
}
.input-login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #909090;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
}
.txt-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.section-main {
	padding-right: 2px;
	padding-left: 37px;
}

.hosting-section-right{
	padding-right: 2px;
	padding-left: 7px;

}

.hosting-section-left{
	padding:7px;
	background-image: url(/images/fond_top_slice2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 7px 0 0 0;
	/*border: 1px solid black;*/
}
.hosting-section-left, hosting-section-left p{
	width:228px;
	height:245px;
	font-size:10pt;
	line-height: 1.2em;
}
.hosting-section-left h2{

	margin:0;
	color: #ff9900;
}

.hosting-section-left p a{
	font-weight: bold;
	text-decoration: underline;
}

.thanks-box{
	padding:7px;
	background-image: url(/images/fond_top_slice2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 7px 0 0 0;

}

.table-compare td{
	border:1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	height:25px;
}
.txt-price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}
.txt-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.border-list td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.txt-main-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3D7FD6;
}
.txt-title-blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	/* color: #003399; */
	color: #868689;
}	


/** ########################  from templates page ######################**/

.search_cat {	font-size: 11px;
	font-family: Verdana;
	color: #CC0033;
	padding-left: 15px;
}
.search_cat_box {	font-size: 11px;
	font-family: Verdana;
	color: gray;	
	border: thick solid #CC0033;
/*	SCROLLBAR-BASE-COLOR: #D00000; #prevented validation */
/*	SCROLLBAR-ARROW-COLOR: #FFFFFF; #prevented validation */
}
.search_item {	font-size: 11px;
	font-family: Verdana;
	color: #0000CC;
	padding-left: 15px;
}
.search_item_box {	font-size: 11px;
	font-family: Verdana;
	color: #0000CC;
	border: 1px solid #0000CC;
}
.search_key {	font-size: 11px;
	font-family: Verdana;
	color: #669900;
	padding-left: 15px;
}
.search_key_box {	font-size: 11px;
	font-family: Verdana;
	color: #669900;
	border: 1px solid #669900;
}
.white_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}


.service-title
{
	margin: 0;
	padding: 0;
	color: #999;
	font-weight: lighter;
	font-size: 16px;
}

#team-c1, #team-c2{
	width: 50%;
}

#team-c1{
	float:left;
}
#team-c2{
	float:right;
}

#team-container{
	margin: 20px 0px 0px 20px;
	width:100%;
}

#team-container img{
	
	width:91px;
	height:96px;
}

.team-module h3, .team-module-last h3
{
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	color: #555;
	font-weight: lighter;
}

.team-module p a, .team-module-last p a{
	
	color:#ff3300;
	font-weight: bold;
}

.team-module h3 span, .team-module-last h3 span{

	color: #ff2200;
	font-weight:500;
}

.team-module p, .team-module-last p
{
	margin: 0;
	padding: 0 0 15px 0px;
	font-size: 11px;
	width: 330px;
	color: #333;
	line-height: 14px;
}

.team-module, .team-module-last
{
	float:left;
	border-bottom: silver 2px solid;
}

.team-module-last
{

	border-bottom:0px;
}

p.intro
{
	margin: 20px 0;
	padding: 0;
	width: 330px;
	font-size: 16px;
	color: rgb(120,182,193);
	line-height: 130%;
}
.team{
	float:left; 
	margin-right:13px; 
	margin-bottom:5px;
	border: 1px gray solid; 
	padding:3px; 
	background-color:white;
	width:91px;
	height:96px;
}

#team-col1-row6{
	position:absolute;
	top:622px;
	left:27px;
	width:159px;
	height:109px;
	background-color:#85C226;
}

#team-color-sq1{
	width:159px;
	height:109px;
	background-color:#85C226;
}

#team-col1-row9{
	position:absolute;
	top:994px;
	left:27px;
	width:159px;
	height:109px;
	background-color:#F7C200;
}

#team-col4-row4{
	position:absolute;
	top:374px;
	left:549px;
	width:159px;
	height:109px;
	background-color:#DF127B;
}
#team-col4-row7{
	position:absolute;
	top:746px;
	left:549px;
	width:159px;
	height:109px;
	background-color:#4493A0;
}
#col-left
{

	margin: 0;
	padding: 0;
	width: 162px;
	float: left;
}

#col-right
{
	margin: 0;
	padding: 0;
	width: 510px;
	float:right;

}

.pos-col-left
{
	margin: 12px 0 0 0;
	padding: 0;
}

#form_container {
    float:right;
    padding-right:5px;
}

form dt {
    clear: left;
    display: block;
    float: left;
}

form dd {
    float: left;
    margin-left: 0;
}

form dd input {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

#submit-label {
    display:none;
}

#news_item-element {
    padding: 0 10px;
}

#news-detail-content{
	width:90%;
	
}


#see-more{
	width:100%;
	text-align:right;
}

#current-page{
	
	font-weight: bold;
	text-decoration: underline;
	color: #ff3300;	
}
ul.errors {
    padding:0;
}

ul.errors li {
    color: red;
    list-style-type:none;
	font-weight:bold;
}

.message.error {
        border: 1px solid #e9c59b;
        background: #ffecce url(../images/error.gif) 12px 12px no-repeat;
        color: #e3302c;
        width: auto;
    }

    .message.success {
        border: 1px solid #bfde84;
        background: #edfbd8 url(../images/success.gif) 12px 12px no-repeat; padding:10px 40px;
        color: #508600;
    }

    .message.info {
        border: 1px solid #bbdbe0;
        background: #ecf9ff url(../images/info.gif) 12px 12px no-repeat;
        color: #0888c3;
    }

    .message.warning {
        border: 1px solid #e5e181;
        background: #fefde2 url(../images/warning.gif) 12px 12px no-repeat;
        color: #666;
    }

    .message .close {
        display: block;
        float: right;
        width: 16px;
        height: 16px;
        background: url(../images/close.png) 0 0 no-repeat;
        margin-top: 2px;
        cursor: pointer;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }

    .message .close.hover {
        -moz-opacity: 1;
        opacity: 1;
    }
a.link-hover, a:active.link-hover, a:visited.link-hover{
    
    font-weight:bold;
    text-decoration: underline;
}
