/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		}	
	h1{font-size:2em; color:#128abc}	
	h2{font-size:1.2em; color:#128ABC;}	
	h3{font-size:1.5em; padding-top:.3em;color:#4f4f4f }
	h4{font-size:1.25em; color:#000;}
	h5,h6{font-size:1em;font-weight:bold;}
	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{color:#cdcdcd; margin-top:7px; margin-bottom:7px;  }	
	th,caption{text-align:left;}	
	label{}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	/*input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}*/

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
	.borderLeft { border-left:1px solid #ccc; }
	.borderRight { border-right:1px solid #ccc; }


/* // common */			

/* base */
	
	
	body{
		font-size:13px;
		background:#FFF;
		background-image:url(../images/bg.png);
		background-repeat:repeat-x;
		margin:0;
		padding:0;
		text-align:center;
		}	
	a, a:visited{
		text-decoration:none;
		color:#0884ba;
		}
	a:hover{color:#0884ba; text-decoration:none}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		padding-left:.5em;
		line-height:normal;
		}	
	dt{font-weight:bold;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	
	/*
	fieldset
	{
		border:1px solid #ccc;
		padding:1em 2em;
		margin:0 0 1.5em 0;
	}
	
	
	legend{padding:2px 5px;}	
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{}
	button
	{
		border:none;
		background:#555;
		color:#fff;
		padding:0 2.5em;
		height:2em;
		line-height:2em;
		cursor:pointer;
	}
	.note, .success, .error{display:block;}
	*/
	
	.error{color:#900;}
	.success{color:#060;}
	.note{font-weight:bold;}
	.notvalid{border:1px solid #900 !important;}
	
	.pullquote{
		width:20%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
	.boxout{
		width:20%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		margin-bottom:.5em;
		}
	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}
	.columnBox {
		background-image:url(../images/columnBg.jpg);
		width:276px;
		height:236px;
	}
	.columnBoxText h1{
		margin-bottom:5px;
	}
	.columnBoxText{
		padding:10px;
		color:#767676;
		line-height:16px;
	}
	
	.sep { 
		height:1px;
		background-color:#bcbcbc;
		width:840px;
		margin:0 auto;
		margin-top:10px;
		margin-bottom:10px;
	}

/* base */

/* layout */

	#container{	
		margin:0 auto;
		width:960px;
		text-align:left;
		position:relative;
		line-height:16px;
		}
	.inner{
		position:relative;
		}
	#logo a {
		display:block;
		width:275px;
		height:80px;
	}
	#logo {
		background-image:url(../images/logo.png);
		width:275px;
		height:80px;
		float:left;
		margin-top:20px;
	}
	#header{
		background-image:url(../images/headerBg.png);
		width:916px;
		height:125px;
		margin:0 auto;
		}	
		
	#domains {
		background-image:url(../images/domainBg.png);
		width:825px;
		height:77px;
		margin:0 auto;
		margin-top:15px;
		margin-bottom:15px;
		color:#FFFFFF;
	}	
	#domains a{
		color:#FFFFFF;
	}
		
	#domains h1{
		color:#FFFFFF;
		font-size:16px;
		margin:0;
		padding:0;
	}
	#domainsText, #domainsText td {
		padding:5px;
		font-size:11px;
		color:#FFFFFF;
	}		

	#carousel{
		list-style-type:none;
		z-index: 1;
		overflow: hidden;
		top: 0;
		left: 0;
		margin-left: -25px;
		padding: 0;
	}
	#carousel li {
		float: left;
		list-style: none;
		/* We set the width/height explicitly. No width/height causes infinite loops. */
		width:  900px;
		height: 316px;
	}

	#footer{
		position:relative;
		clear:both;
		background-image:url(../images/footerBg.png);
		background-repeat:repeat-x;
		background-color:#2b2b2d;
		color:#FFF;
		border-top:solid 5px #1189bc; 
		}	
		
	#footerColumns {
		background-image:url(../images/footerImage.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		width:850px;
		margin:0 auto;
		margin-top:20px;
	}
	#footerColumns h3 {
		color:#c2e1f3;
		font-weight:100;
		font-size:16px;
		text-align:left;
	}
	#footerColumns ul {
		margin:0;
		padding-left:5px;
	}
	#footerColumns li a {
		color:#FFF;
		text-decoration:none;
		padding-top:3px;
		padding-bottom:3px;
	}
	#footerColumns li a:hover {
		text-decoration:none;
	}
	#footerColumns li.linkcat  { list-style:none; }
	

	#footerColumns .linkcat  li {
		background-image:url(../images/footerSep.png);
		background-repeat:repeat-x;
		background-position:bottom;
		list-style:none;
		color:#FFF;
		width:175px;
		text-align:left;
		margin-left:15px;
		line-height:22px;
		margin-top:0;
	}
	
	#footerColumns .linkcat li:hover {
		background-color:#276091;
	}



	#content {
		width:930px;
		margin:0 auto;
	}	
	.content{
		clear:both;
		padding:1em 0;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{width:600px;}
	.secondary{width:280px;margin-left:40px;}
	.tertiary{}
	.quaternary{}
	
	/* grid */
		
		.cols{} /* main column container class */
		.col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
		.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
		/* use following classes to build custom grid (add as many as you want) */
		
		.col1, .col2, .col3{float:left;display:inline;}
		.col1{}
		.col2{}
		.col3{}
		
		.indent1{}
		.indent2{}
		.indent3{}
		
	/* grid */	

/* // layout */

/* navigation */
		#navContainer {
			background-color:#b8926b;
			width:850px;
			line-height:38px;
			height:38px;
		}
		#navPosition {
			width:760px;
			line-height:38px;
		}

		#nav, #nav ul, #nav li{
			margin:0;
			padding:0;
			list-style:none;
			}	
		#nav li{
			float:left;
			display:inline;
			position:relative;
			margin-right:.5em;
			}	
			
		#nav ul{
			position:absolute;
			left:0;
			display:none;
			z-index:1000;
			top:38px;
			margin:0;
			background-color:#383838;
			}

		#nav ul li{
			float:none;
			display:block;
			}

		#nav ul li a{
			color:#FFF;
			font-size:1.1em;
			font-weight:575;
			text-decoration:none;
			text-align:left;
			background-image:url(../images/footerSep.png);
			background-repeat:repeat-x;
			background-position:bottom;
		}
		#nav ul li a:hover, #nav ul li a.current, #nav ul li.current_page_item  a{
			text-decoration:underline;
			background-image:none;
		}
		#nav li a {
			display:block;
			color:#FFF;
			font-size:1em;
			font-weight:575;
			text-decoration:none;
			line-height:38px;
			height:38px;
			text-align:center;
			padding-left:7px;
			padding-right:7px;
		}
		#nav li a:hover, #nav li a.current, #nav .current_page_item  a {
			background-image:url(../images/navHover.png);
			background-repeat:repeat-x;
			background-position:center;
			color:#0884ba;
		}
		
		#nav .current_page_item  ul a{
			background-image:none;
		}
		
		#nav li a:hover, #nav li a.current {
			color:#0884ba;
		}
		
/* 		#nav a span
		{
			background:url(../images/navRight.png) right top no-repeat;
			margin:0;
			padding:0;
			padding-right: 10px
		}
		#nav a
		{
			background: url(../images/navLeft.png) left top no-repeat;
			text-decoration: none;
			padding-left: 10px
		}

/* //navigation */

/* header */

	#header h1{
		line-height:50px;
		height:50px;
		margin:0;
	}
	#header{	
		color:#FFF;	
	}		

	#header a{	
		color:#FFF;	
		text-decoration:none;
		padding-left:10px;
	}		
	#header a:hover{	
		text-decoration:underline;
	}

/* // header */
	
/* content */

	.content a, .content a:visited{
		text-decoration:underline;
		}
	
/* // content */

/* footer */

	
	#footer a, #footer a:visited{
		text-decoration:none;
		color:#fff;
		}
	
/* // footer */

/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */
/* rotator in-page placement */
    div#rotator {
	position:relative;
    width:  900px;
    height: 316px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin:0;
	padding:0;
}
/* rotator image style */	
	div#rotator ul li img {
}
    div#rotator ul li.show {
	z-index:500
}

/* // Packages */

.pkgTitle {
	background-image:url(../images/pkgName.png);
	background-repeat:no-repeat;
	width:255px;
	height:40px;
	font-size:2em;
	line-height:1.5em;
	padding-left:5px;
	color:#FFFFFF;
}

.pkgPrice {
	background-image:url(../images/pkgPrice.png);
	background-repeat:no-repeat;
	width:255px;
	height:42px;
	font-size:2.1em;
	line-height:1.5em;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}

.pkgDetails {
	background-image:url(../images/pkgDetails.png);
	width:255px;
	height:55px;
	font-size:1em;
	line-height:1em;
	color:#FFFFFF;
	text-align:center;
}
.pkgOrderNow a{
	display:block;
	background-image:url(../images/pkgOrderNow.png);
	width:129px;
	height:75px;
	float:left;
}

.pkgLearnMore a{
	display:block;
	background-image:url(../images/pkgLearnMore.png);
	width:126px;
	height:75px;
	float:right;
}

.togglecontainer {
	display:none;
}
.togglebutton {
	cursor:pointer;
}
.breadcrumb {
	padding-top:10px;
	margin-left:5px;
	font-size:12px;
}


.whmcs_vert_nlsmenu {
    border:none;
    background-image:none;
    background-color:#F5F5F5;
    padding:1px 1px 1px 1px;
    z-index:1;   
}
.whmcs_vert_nlsitemcontainerover {
    height:20px;
    border:1px solid #F5F5F5;
    background-image:url(img/itembg.gif);
 }



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			16em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
}
.sf-menu a {
	border-left:	1px solid #17a9d1;
			color:#FFF;
			font-size:1em;
			font-weight:575;
			text-decoration:none;
			line-height:38px;
			height:38px;
			padding-left:7px;
			padding-right:7px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu li {
	background:		none;
}
.sf-menu li li {
	background:		#616161;
}
.sf-menu li li li {
	background:		#616161;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current_page_item, .sf-menu li.current_page_parent {
	background:		#616161;
	outline:		0;
}



.sf-menu li a:hover {
	background:		#414141;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
a img {
	border:0 none;
	vertical-align:middle;
}

.box {
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #FFF;
margin:1px;
}
.box:hover {
background:#e0ebfe;
}

.heading2
{
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: -2px;
	text-shadow: 0 0 2px #CCC;
	font-size: 22px;
	font-weight: 700;
	line-height: 36px;
	color: #128ABC;
}

.clientareatable
{
	width: 100%;	
}

.clientareatableheading
{
	background-color: #F5F5F5;
	text-align: center;
	line-height: 22px;
	font-weight:bold;
}

.clientareatableactive
{
	text-align: center;
}