/*
Designed by Media Flare
http://wwww.media-flare.com
Copyright © 2011 Media Flare. All rights reserved.
*/

/*** GLOBAL  ***/

/* Blue
color:#0097fc
*/

html,body{height:100%;}

@font-face {
    font-family: 'FuturaMedium';
    src: url('../font/futuramediumcondensedbt-webfont.eot');
    src: url('../font/futuramediumcondensedbt-webfont.eot?iefix') format('eot'),
         url('../font/futuramediumcondensedbt-webfont.woff') format('woff'),
         url('../font/futuramediumcondensedbt-webfont.ttf') format('truetype'),
         url('../font/futuramediumcondensedbt-webfont.svg#webfontyn6xk4ov') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	  font-family: 'FuturaLight';
    src: url('../font/futura-ltcn-bt-light-webfont.eot');
    src: url('../font/futura-ltcn-bt-light-webfont.eot?iefix') format('eot'),
         url('../font/futura-ltcn-bt-light-webfont.woff') format('woff'),
         url('../font/futura-ltcn-bt-light-webfont.ttf') format('truetype'),
         url('../font/futura-ltcn-bt-light-webfont.svg#webfontHLATdYNX') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#4a4a4a;
	height:100%;
	line-height:20px;
	background-color:#fff;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr, .clear{clear:both}
.oflow {overflow: hidden}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #e0e0e0;
	background-color: #d4d4d4;
	height: 1px;
	margin:0px 0px 25px 0px;
	padding:0px;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{ margin-bottom:20px;}
h3, h4, h5, h6{margin-bottom:15px;}
h1 {
	font-family: 'FuturaLight';
	font-size:34px;
	line-height:24px;
	color:#FFF;
	text-transform: uppercase;
	font-weight: normal;
	}
h2 {font-size:25px; line-height:20px; font-weight: normal;}
h3 {font-size:20px; line-height:18px;}
h4 {
	font-size:16px;
	font-weight: normal;
	line-height:22px;
	font-style:italic;

	}
h5 {font-size:30px; line-height:20px; font-weight: normal;}
h6 {
	font-family: 'FuturaLight';
	font-size:35px;
	line-height:15px;
	text-align:center;
	font-weight:normal;
	}

/* links */
a {color:#0097fc; text-decoration:none;}
a:hover{text-decoration:underline;}
a img{border:none}

/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 21px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 21px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 10px;
	border:solid 1px #e8e8e8;
	padding:5px;

   -moz-box-shadow: 0 0 1em #d4d2d2;
-webkit-box-shadow: 0 0 1em #d4d2d2;
        box-shadow: 0 0 1em #d4d2d2;
     -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
 -webkit-border-bottom-left-radius:3px;
-webkit-border-bottom-right-radius:3px;

}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:15px;
}
ul, ol {
	margin:10px 0 20px 30px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}

blockquote {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 60px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-style:italic;
	}

blockquote.alignleft, blockquote.alignright  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}

blockquote.alignleft{
	float:left;
	margin-left:0px;
	margin-right:20px;}


blockquote p{ margin:0px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e0e0e0;
	padding:15px 10px;
}

/* DROPCAPS */
.dropcap1{
	text-shadow:1px 1px 0 #fff;
	color:#777;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
}
.dropcap2{
	background: transparent url(../images/dropcaps.png) top left no-repeat;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:4px 8px 0 0;
}
.dropcap3{
	background: #777;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/* HIGHLIGHT */
.highlight1{padding:1px 4px;background-color:yellow;color:#111;}
.highlight2{padding:1px 4px;background-color:#111;color:#eee;}


/* TABBLES */
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #ececec;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px}
tfoot td{border:0px;}
th{background-color:#eaeaea;}
tr:hover{
	background-color:#7fcbfd;
	color:#FFF;
	}
table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 0 0;
	width: 100%;
}
tr th,
thead th {
	font-family: 'FuturaLight';
	color:#0097fc;
	font-size: 22px;
	font-weight: normal;
	line-height: 18px;
	padding: 14px 24px;
	border: 1px solid #e7e7e7;
}
tr td {
	border: 1px solid #e7e7e7;
	padding: 12px 24px;
}
tr.odd td {
	background: #F2F7FC;
}

/* column */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.32%; }
.one_fourth{width:22%; }
.three_fourth{width:74%;}
.one_six{width:18.7%;}
.three_six{width:43.4%;}
.two_six{width:25.2%;}
.one_half,.one_third,.one_fourth, .three_fourth, .two_third, .one_six, .three_six, .two_six{ position:relative; margin-right:6%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.one_fourth p{margin-bottom:10px;}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*** CONTAINER ***/
#top_container{ background-image:url(../images/bg-cont-top.gif); background-repeat:repeat-x; background-position:top; }
#bottom_container{ background-image:url(../images/bg-cont-bottom.gif); background-repeat:repeat-x;}
#bottom_container_glow{ background-image:url(../images/bg-cont-bottom-shadow.gif); background-repeat:no-repeat; background-position:top;}
#bottom_container_r{ background-image:url(../images/bg-cont-bottom-r.gif); background-repeat:repeat; background-position:bottom;}
#footer_container{ border-top:1px solid #444343; background-color:#191919;}
/*** END OF CONTAINER ***/

/*** CENTERCOLUMN ***/
.centercolumn{width:994px; margin:0px auto 0px auto;}
/*** END OF CENTERCOLUMN ***/


/*** HEADER ***/
#header{height:104px; width:940px; margin:0px auto;}
#logo{width:288px; float:left;}
#logo a{ color:#535353;}
#logo a:hover{ text-decoration:none;}
#logo {padding: 35px 0 0 0; }


/*** NAVIGATION ***/
#navigation {
	font-family: 'FuturaMedium';
	text-transform:uppercase;
	padding:110px 0 0 0;
	width:572px;
	position:relative;
	z-index:200;
	float:right;
	font-size:18px;
	}
#menu li a.current {
	color:#0097fc;
	text-decoration:none;
	}
#menu li a.current1 {
	color:#0097fc;
	text-decoration:none;
	width: 65px;
	}

#menu{
	margin:0px; padding:0px;
	list-style-type:none;
	position:relative;
	line-height:20px;
	float:right;
	overflow:visible;
  }
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
  }

#menu li {
	margin: 0;
	padding: 0;
	float:left;
	height:46px;
  }

#menu a {
	display: block;
	line-height: 36px;
	/*overflow: hidden;*/
	margin: auto 15px;
	color:#a3a3a3;
	text-decoration:none;
  }

#menu li a:hover {
	color: #0097fc;
	text-decoration: none;
	display: block;
  }

#menu li ul {
  list-style: none;
  position: absolute;
  width: 183px;
  top: 46px;
  left: -999em;
  padding:0px 0;
  z-index:200;
  background-color:#fdfdfd;
  border:1px solid #e4e4e4;
  border-bottom:0px;

  }

#menu li:hover ul, #menu li.sfhover ul {
  left: auto;
  }

#menu li:hover ul ul{ left:158px;}
#menu li ul ul{ top:0px; border:1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
    		box-shadow:0 0 4px rgba(0, 0, 0, 0.1);

}

#menu li li {
  margin: 0;
  padding: 0;
  width: 183px;
  left: auto;
  height:auto !important;
	border-bottom:1px solid #e4e4e4;
  }


#menu li li a {
  width: 153px;
  color:#c0c0c0;
  line-height:18px;
  background-color: #fdfdfd;
  margin: 0;
  padding: 8px 15px 8px 15px;
  background-repeat:repeat-x;
  background-position:bottom;
  }

#menu li li a:hover {
  padding: 8px 15px 8px 15px;
  background-color: #eeeeee !important;
  }

#menu li:hover, #menu li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: relative;
  }


/* Search */
#searchform{float:right; margin:37px 0px 10px 0px;}
#searchform div{padding:0px 0px 0px 0px; border:solid 0px #82d0f4; width:170px; background-image:url(../images/bg-src.gif); background-repeat:no-repeat; background-position:right; background-color:none}
#searchform .inputbox{width:125px; line-height:20px; background-image:none; background:transparent; border:0px; padding:7px 6px 7px 7px; color:#9a9a9a }
#searchform .button_src{background-image:url(../images/button-src.gif); background-repeat:no-repeat; width:19px; height:17px;  border:0px; margin-top:5px; cursor:pointer;}

*+html #searchform .button_src{ background-image:url(../images/button-src-ie.gif); background-repeat:no-repeat; position:absolute; z-index:10; height:20px;} /* css for ie*/


/* Title and Description */
#title-desc-inner{background-image:url(../images/bg-title-inner.jpg); background-repeat:repeat-x; background-position:top; width:100%;
height:115px; float:left; margin-bottom:40px}
#title-desc-inner-centercolumn{width:994px; margin:0 auto;}
#title-desc-left{ text-align: center; width:auto; padding:46px 0px 0px 27px}
/*** END HEADER ***/


/** SLIDER **/
#cont-slider{ padding-bottom:18px; width:100%; float:left; }
#slider{
	height:378px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	padding-top:4px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#slideshow{ background:none; overflow:hidden; width:940px; margin:0px auto;}
#slideshow_navigation{position:absolute; left:245px; top:199px; z-index:160; cursor:pointer}
.cycle img{ z-index:0;}

#pager {
	width:705px;
	text-align:right;
	position:absolute;
	z-index:100;
	left:0px;
	top:120px;
}

#pager a{
	width:17px;
	height:17px;
	background-image:url(../images/nav-slide.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	border:0px;
	margin-right:2px;
	cursor:pointer;
	display:inline;
	display:inline-block;
	vertical-align:top;
	font-size: 0;
	line-height: 0;
	text-align:center;

}

@media screen and (-webkit-min-device-pixel-ratio:0){#pager a { text-indent:-9999px;}}




/** BEFORE CONTENT ***/
#before-content{width:100%;  float:left; margin-bottom:25px}
#before-content1{width:100%;  float:left; margin-bottom:25px}
.middle-text-top{background-image:url(../images/cont-middle-text-t.png); background-position:top; background-repeat:repeat-x; padding-top:6px; }
.middle-text-bottom{ color:#777777; background-image:url(../images/cont-middle-text-b.png); background-position:bottom; background-repeat:repeat-x; padding-bottom:6px;}
.middle-text-center{background-color:#eeeeee;  padding:35px 0px 0px 0px}
.middle-text{width:994px; margin:0 auto}
.middle-text h1{ margin-bottom:0px; text-align:center;}
.middle-text p{ line-height:32px; font-size:20px; margin-bottom:2px; text-align:center;}
.middle-text span.italic{ font-style:italic; font-weight:bold; font-size:12px; padding-right:80px; color:#a3a3a3!important; margin-bottom:10px; display:block; text-align:right}
/** END BEFORE CONTENT***/


/*** CONTENT ***/
#maincontent-home{padding:0px 0px 40px 0px; clear:left; }
#maincontent{padding:0px 0px 40px 0px; clear:left; }
#content.full{width:940px!important;}
#content{width:568px; float:left; margin:0px 27px 0px 27px;}
#content h2{margin-bottom:20px;}
#content p{	margin-bottom:18px;}

.cfix{*zoom:1}
.cfix:before, .cfix:after {
    content:"";
    display: table;
}
.cfix:after {clear:both}

.cfix h5 {margin-bottom: 0}

a.more{ padding:7px 0px; background-color:#f8f8f8; font-size:14px; color:#676767; font-weight:bold;
border:1px solid #dfdfdf; margin:20px 0; width:138px; text-align:center; display:block; text-decoration:none!important; float:right;}
a.more:hover{ background-color:#0097FC; color:#FFF;}

/* BLOCK LIST */
.col-block{list-style-type:none; margin:0px; padding:0px;}
.col-block li{list-style-type:none;width:440px; float:left; position:relative; margin-right:20px; margin-bottom:30px; padding-right:20px}
.col-block h3{margin-bottom:8px;}
.col-block .block-text{ margin-left:95px;}

/* TABLE LIST */
.table-box-container{ width:940px;}
.table-box-container ul{ margin:0px; border-bottom:1px dotted #e5e5e5; float:left; }
.table-box-container ul li{ float:left; list-style-type:none; padding:12px 0px; line-height:normal; color:#707070 !important; }
.table-box-container ul li h4{ margin:0px; font-size:14px;}
.table-box-container ul li.one{ width:455px; padding-left:20px; }
.table-box-container ul li.two{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
.table-box-container ul li.three{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
.table-box-container ul li.four{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
ul.table_header li{ }

ul.tbl-odd{ background-color:#fbfbfb; float:left;}
ul.tbl-odd li.one{ width:465px; padding-left:10px; }
ul.tbl-even{ background-color:#f7f7f7}
ul.tbl-even li.one{ width:465px; padding-left:10px; }
ul.tbl-price{ border:0px; font-size:18px;}
ul.tbl-price a, ul.tbl-price a:visited{ color:#707070; text-decoration:underline; font-size:12px;}
ul.tbl-price a:hover{ text-decoration:none;}


.icontable{width:25px; margin-right:10px;}
.icontable img{vertical-align:middle;}

/* COLUMN LIST */
.nomargin{ margin-right:0px !important;}

.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:18px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three_column p{margin-bottom:18px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:18px;}

.two_column li li, .three_column li li, .four_column li li, .three_four_column li li{margin:0px; width:auto !important; float:none;}
.two_column .alignleft, .three_column .alignleft, .four_column .alignleft{ margin-right:3px; margin-bottom:0}

/*** END CONTENT ***/

/*** RIGHT SIDEBAR***/
#sideright{	width:350px; float:left; color:#777;}
/*** END OF RIGHT SIDEBAR ***/


/*** SIDEBAR ***/
.gradient-side{background-image:url(../images/gradient-side.gif); background-position:left; background-repeat:repeat-y;}
.gradient-side-top{background-image:url(../images/gradient-side-top.gif); background-position:top left; background-repeat:no-repeat; padding-top:5px;}
.gradient-side-bottom{background-image:url(../images/gradient-side-bottom.gif); background-position:bottom left!important;  background-repeat:no-repeat; padding-bottom:10px;}
.sidebar{ padding-left:30px; }

.sidebar .widget-title{font-size:24px; line-height:26px; margin-bottom:10px; font-size:20px!important;}
.sidebar ul{list-style-type:none; padding:0 ; margin:0; list-style-position:outside}
.sidebar ul li{list-style-type:none; padding:0 ; margin:0;}
.sidebar ul li li{border-bottom:solid 1px #d4d4d4; padding:0 0 5px 0px; margin-bottom:5px;  }
.sidebar ul li li{display:inline-block; zoom:1; *display:inline; vertical-align:top;  width:140px; margin-right:18px;}
.sidebar ul li a, .sidebar ul li a:visited{color:#777; font-size:13px; padding: 8px 0}
.sidebar ul li a:hover{color:#0097fc; text-decoration:none; margin-left:0px;}
.widget-container{margin-bottom:40px !important;}
.widget-container.widget_recent li{ border:0px!important; margin-bottom:25px!important;}
.widget-container.widget_recent li a{ color:#9e9d9d!important;}

.widget-container.widget-flickr .alignleft{	margin:0 13px 13px 0;}
.widget-container.widget-adv .alignleft{margin:0 10px 10px 0; border:0px; padding:0px;}

.widget-container.widget_recentpost li{ border:0px!important;  clear:both; width:320px; display:block!important;}
.widget-container.widget_recentpost img.alignleft{ margin-right:17px!important;}

/*** END SIDEBAR ***/

/* TAB WIDGET */
ul.tabs {
	margin: 0px 0px 15px 0px;
	padding: 5px;
	float: left;
	list-style: none;
	width: 310px!important;
	background-color:#f8f8f8;
}
ul.tabs li {
	float: left;
	margin: 0px 5px 0px 0px!important;
	padding: 0px!important;
	background: transparent;
	border: 0px;
	border-width:0px !important;
	overflow: hidden;
	position: relative;
	font-size:12px;
	font-weight:bold;
	width:151px!important;
	text-align:center;
}

ul.tabs li.nomargin{ margin:0px!important;}

ul.tabs li a {
	text-decoration: none;
	color:#777777;
	display: block!important;
	padding: 6px 0px!important;
	outline: none;


}
ul.tabs li a:hover {
	background:#4c4c4c !important;
	text-decoration: none;
	color:#dfdfdf;
	border:1px solid #d7d7d7!important;
	padding:5px 0 7px 0 !important;
}
ul.tabs	 li.active{
	background:#dfdfdf !important;
	border:1px solid #d7d7d7!important;
	color:#676767;
}
ul.tabs	 li.active a:hover{  border:0px !important; padding: 6px 0px !important; width:151px;}
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #dfdfdf ;color:#dfdfdf;}
html ul.tabs li.active a{color:#676767;}

ul.tab-news{ margin:0px; padding:0px;}
ul.tab-news li{ border:0px!important;  clear:both; width:320px!important; display:block!important;}
.tab_content img.alignleft{ margin-right:17px!important;}


/*** FOOTER ***/
#bottom{ width:940px; padding:41px 0px 0px 0px; margin:0px auto;}
#bottom .widget-title{ padding-bottom:7px; margin-bottom:7px; color:#fff; font-size:20px;}
#bottom ul{ list-style-type:none; padding:0px; margin:0 0 0px 0; font-size:12px;}
#bottom ul li li{color:#e7e7e7; border-bottom:1px solid #9f9f9f;}
#bottom ul li a, #bottom ul li a:visited{color:#e7e7e7 !important; line-height: 40px; padding:14px 0}
#bottom ul li a:hover{text-decoration:none; color:#c9c9c9!important; margin-left:6px;}

ul.noborder li li { border-bottom:0px!important;}

/* CONTACT */
form{margin:0; padding:0;}
fieldset{border:0px;}
#contactform{margin:0 auto; position:relative;}
#contactform label{}
label.sp { width:3px;}
span.error{color:#ffa7a7;text-align:left; font-size:12px; display:block; vertical-align:top; font-family:Verdana, Geneva, sans-serif;}

#message{ margin-left:0px;}
#message h2	{}
#message p{margin:6px 0px; }

.widget-container #message{ color:#e7e7e7;}

#foot_contact label{margin-top:3px; font-size:11px; color:#e7e7e7;}

#foot_contact .text-input{
	margin:4px 8px 10px 0px;
	width: 168px;
	height:20px;
	padding:4px 2px;
	border:solid 1px #8f8f8f;
	background-color:#464646;
	color:#fff;
	vertical-align:middle;
	}

#foot_contact textarea.text-input{
	margin:4px 8px 10px 0px;
	padding: 4px 2px;
	height:98px;
	width:90%;
	border:solid 1px #8f8f8f;
	background-color:#464646;
	color:#fff;
	}

#foot_contact .button_foot{
text-transform:uppercase; color:#292929; padding:6px 0px; width:78px; border:solid 1px #9f9f9f;  background-color:#e3e3e3; cursor:pointer; margin-top:0px; font-size:11px;}
#foot_contact .button_foot:hover{ background-color:#0097fc; border:solid 1px #0097fc; color:#FFF;}

#map{margin-bottom:40px;}

#copyright{background-image:url(../images/bg-copyright.png); height:35px; background-repeat:no-repeat; text-align:center; background-position:center;  font-size:11px; color:#fff; text-align:center; padding-top:15px;}


/*** END OF FOOTER ***/

#homedesign{
	margin: 0px
	padding: 0px;
	float: left;
	display: block;
	width: 350px;
	height: 378px;
	background-image: url(../images/design.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#homedesign:hover {
  background-position: 0 -378px;
}
#homemarket{
	margin: 0px
	padding: 0px;
	float: left;
	display: block;
	width: 345px;
	height: 378px;
	background-image: url(../images/market.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#homemarket:hover {
  background-position: 0 -378px;
}
#homehost{
	margin: 0px
	padding: 0px;
	float: left;
	display: block;
	width: 299px;
	height: 378px;
	background-image: url(../images/host.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#homehost:hover {
  background-position: 0 -378px;
}
h3 a {
	color: #FFF;
}

h1 a {
	color: #FFF;
}
h1 a:hover {
	color: #0097fc;
}

.process{
	font-weight:bold;
	font-size:14px;
}

#maincontent #content h2 a {
	color: #686868;
}
#maincontent #content h2 a:hover {
	text-decoration:none;
}
.backtop a{
	float:right;
	color:#999;
}
.backtop a:hover{
	color:#0097fc
}

.one_six ul .widget-container ul li a img {
	position: relative;
	right: 3px;
	top: 7px;
	margin-right:2px;
}

.servicesalign {
	display: inline;
	float: left;
	margin-right: 21px;
	margin-top: 3px;
}
.lefttext{
	text-align:left;
}

div#tooltip{
	position:absolute;
	z-index:3000;
	color:#545454;
	background-color:#eaeaea;
	padding:12px;
	text-align:left;
	max-width:400px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 10px #7d7d7d;
	-moz-box-shadow: 2px 2px 10px #7d7d7d;
	box-shadow: 2px 2px 10px #7d7d7d;
	}

.hostprice {
	color:#545454;
	font-size:30px;
	padding:20px;
	font-family: 'FuturaLight';
}

.liftup{
	position:relative;
	bottom:2px;
}

.port{
	color:#999;
	font-style: italic;
	font-size: 23px;
	margin-left:5px;
}
#port_description{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top:20px;
}
#left_port{
	float:left;
	width: 680px;
}
#right_port{
	float:right;
	margin-left:50px;
}
.port_title{
	font-size:16px;
	text-transform: uppercase;
	position:relative;
	top:6px;
}
#port_description #right_port ul {
	margin-left: 15px;
}

#backport
{
	float: right;
	display: block;
	width: 60px;
	height: 26px;
	background-image: url(../portfolio/images/back.gif);
	background-repeat: no-repeat;
	background-position: 0 -26px;
	position:relative;
	bottom: 24px;
}

#backport:hover
{
  background-position: 0 0;
}

#tab2 {
	height: 296px;
	width: 318px;
	clear:both;
}
.widget_tabs_content #tab2 p {
	padding-right: 10px;
}

.widget_tabs_content #tab2 a {
	font-weight: bold;
}
.widget_tabs_content #tab2 a:hover {
	color:#0097FC;

}

ul .widget-container.widget_recentpost #tab2 a {
	font-weight: bold;
}
ul .widget-container.widget_recentpost #tab2 p {
	padding-right: 10px;
}

#tab2 .blogfeed li {
	display: inline;
	border-bottom: none;
}

.blogfeed_side{
	height:290px;
	overflow: auto;
}
.widget-container.widget_recentpost .blogfeed_side li {
	margin: 5px 0 12px 0;
	width: 318px;
}

.clearfix{clear:both;}

.menuwidth{
	width: 65px;
}
