@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
body{
	background-repeat: repeat;
	background-image: url(../images/bg.png);
	font-family: Arial,Helvetica,Arial,sans-serif;Verdana,Tahoma;
	background-color: #e4e4e4;
	font-size: 12px;
	color:#888;
	line-height:18px;
	padding:0px;
	margin:0px;
}

.column { float: left; margin-right: 30px; }
.span-7 { width: 280px; }
.last { margin-right: 0;  }
#featuredBox { width: 950px; margin: 0 auto; } 

ul#css3menu1,ul#css3menu1 ul{
	margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;border-style:solid;border-color:#ccc;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
ul#css3menu1 ul{
	display:none;position:absolute;left:0;top:100%;-moz-box-shadow:3.5px 3.5px 5px #000000;-webkit-box-shadow:3.5px 3.5px 5px #000000;box-shadow:3.5px 3.5px 5px #000000;padding:0 10px 10px;background-color:#424542;border-width:2px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border-color:#FFF;}
ul#css3menu1 li:hover>*{
	display:block;}
ul#css3menu1 li:hover{
	position:relative;}
ul#css3menu1 ul ul{
	position:absolute;left:100%;top:0;}
ul#css3menu1{
	display:block;font-size:0;float:left;}
ul#css3menu1 li{
	display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu1>li,ul#css3menu1 li{
	margin:0;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a,ul#css3menu1 a.pressed{
	display:block;vertical-align:middle;text-align:center;text-decoration:none;font:15px Trebuchet MS;color:#000000;text-shadow:#FFF 0 0 1px;cursor:pointer;}
ul#css3menu1 ul li{
	float:none;margin:10px 0 0;}
ul#css3menu1 ul a{
	text-align:left;padding:4px;background-color:#424542;background-image:none;border-width:0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;font:14px Tahoma;color:#ffffff;text-decoration:none;text-shadow:#FFF 0 0 0;}
ul#css3menu1 li:hover>a{
	background-color:#444444;border-color:#C0C0C0;border-style:solid;font:15px Trebuchet MS;color:#ffffff;text-decoration:none;text-shadow:#FFF 0 0 1px;background-image:url("../images/mainbk.png");background-position:0 100px;}
ul#css3menu1 img{
	border:none;vertical-align:middle;margin-right:10px;}
ul#css3menu1 img.over{
	display:none;}
ul#css3menu1 li:hover > a img.def{
	display:none;}
ul#css3menu1 li:hover > a img.over{
	display:inline;}
ul#css3menu1 li a.pressed img.over{
	display:inline;}
ul#css3menu1 li a.pressed img.def{
	display:none;}
ul#css3menu1 span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu1 a{
	padding:10px;background-color:#444444;background-image:url("../images/mainbk.png");background-repeat:repeat;background-position:0 0;border-width:0 0 0 1px;border-style:solid;border-color:#C0C0C0;color:#000000;text-decoration:none;text-shadow:#FFF 0 0 1px;}
ul#css3menu1 li:hover>a,ul#css3menu1 li>a.pressed{
	background-color:#444444;background-image:url("../images/mainbk.png");background-position:0 100px;border-style:solid;border-color:#C0C0C0;color:#ffffff;text-decoration:none;text-shadow:#FFF 0 0 1px;}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li>a.pressed{
	background-color:#424542;background-image:none;font:14px Tahoma;color:#f2b20e;text-decoration:none;text-shadow:#FFF 0 0 0;}
ul#css3menu1 li.topfirst>a{
	height:18px;line-height:18px;border-width:0;border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;-webkit-border-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;}
ul#css3menu1 li.topfirst:hover>a,ul#css3menu1 li.topfirst>a.pressed{
	line-height:18px;}
ul#css3menu1 li.topmenu>a{
	height:18px;line-height:18px;}
ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu>a.pressed{
	line-height:18px;}
ul#css3menu1 li.toplast>a{
	height:18px;line-height:18px;border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;-webkit-border-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;}
ul#css3menu1 li.toplast:hover>a,ul#css3menu1 li.toplast>a.pressed{
	line-height:18px;}

/* links */
a, a:visited{
	color:#888; 
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:none;
}
a img{
	border:none;
	padding: 0;
	margin: 0;
}
.imgcenter{
	margin:2px auto 15px auto;
	display:block;
}
.imgmiddle{
	vertical-align:middle;
	margin-right:8px;
}

.imgleft{
	float:left; 
	margin:4px 18px 20px 0px;
}
.imgright{
	float:right; 
	margin:4px 0px 20px 18px;
}
hr {
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	clear:both;
}
hr.double {
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:2px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
}
hr.double-form {
	background-color:#d6d6d6;
	border-width:0;
	color:#d6d6d6;
	height:2px;
	line-height:0;
	margin:10px 0px !important;
	page-break-after:always;
}
strong{color:#757575;}

/* Lists, Blockquotes and Paragraphs */
p, ul, ol{
	margin-bottom:20px;
}
ul li{
	padding:0px 0px 0px 0px;
	line-height:20px;	
}
code{
	border-left:2px solid #cccccc;
  	background:#fefefe;
  	padding:5px 10px;
	font-size:11px;
  	display:block;
  	color:#858585;
  	margin-bottom:10px;
}

/* Pullquotes */
.pullquote_right,.pullquote_left{
	color:#9c9c9c;
	float:right;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:bold;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #cccccc;
}
.pullquote_left{
    border-right:2px solid #cccccc;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}

/* Dropcap */
.dropcap{
	float:left;
	font-size:30px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:0px;
	padding-top:3px;
	text-align:center;
	width:41px;
}
/* CSS Resets */
.foobar-container { border-collapse:separate !important; border-spacing: 0 !important; }
.foobar-container, .foobar-container-row, .foobar-container-left, .foobar-container-right, .foobar-container-center, 
  .foobar-close-button-container, .foobar-close-button-spacer { padding: 0 !important; margin: 0 !important; }
.foobar-message-wrapper { line-height: normal; }

/* Core CSS */
.foobar-wrapper { width: 100%; z-index: 1001; }
.foobar-container { width: 100%; table-layout: fixed; }
.foobar-container-left, .foobar-container-center, .foobar-container-right { vertical-align: middle; }
.foobar-container-center { text-align: center; }
.foobar-container-inner { position:relative; overflow: hidden; }
.foobar-shadow { width: 100%; height:0px; }
.foobar-message { position: relative; display: block; }
.foobar-message-wrapper { white-space: nowrap; position: absolute; }

.foobar-prev-button, .foobar-next-button { width: 28px; display: none; cursor: pointer; position:absolute; top:50%; z-index:996; }
.foobar-prev-button { left: 0; }
.foobar-next-button { right: 0; }

.foobar-close-button-container, .foobar-close-button-spacer, .foobar-open-button-container { width: 50px; }
.foobar-open-button-container { height: 0; overflow: hidden; text-align: center; }
.foobar-open-button-container.hidden { display:none; visibility: hidden; }
.foobar-open-button, .foobar-close-button { width: 28px; display: block; outline: none; border: none; margin: 0 auto; cursor:pointer; }
.foobar-open-button { position: absolute; left: 50%; margin-left: -17px; -moz-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; top: 0; bottom: auto; }

/* Inline CSS */
.foobar-wrapper.inline { position: relative; top: 0; bottom: 0; left: 0; }
.foobar-wrapper.inline .foobar-open-button-container { position: absolute; top: 0; bottom: auto; }

/* Top CSS */
.foobar-wrapper.top { position:fixed; top: 0; bottom: auto; left: 0; }
.foobar-wrapper.top .foobar-open-button-container { position: fixed; top: 0; bottom: auto; }

/* Bottom CSS */
.foobar-wrapper.bottom { position:fixed; top: auto; bottom: 0; left: 0; }
.foobar-wrapper.bottom .foobar-open-button-container { position: fixed; top: auto; bottom: 0; }
.foobar-wrapper.bottom .foobar-open-button { -moz-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; top: auto; bottom: 0; }

/* Shadow CSS */
.foobar-wrapper.shadow .foobar-shadow { height:5px; background: url('../images/shadow.png') repeat-x left bottom; }
.foobar-wrapper.shadow.bottom .foobar-shadow { background-position: left top; }
.foobar-wrapper.shadow .foobar-open-button-container { background: url('../images/shadow-button.png') no-repeat center bottom; }
.foobar-wrapper.shadow.bottom .foobar-open-button-container { background-position: center top; }

/* Button CSS */

/* x-close theme */
.foobar-wrapper.x-close .foobar-open-button { background: url('../images/x-close.png') no-repeat -56px center; }
.foobar-wrapper.x-close .foobar-close-button { background: url('../images/x-close.png') no-repeat 0px center; }
.foobar-wrapper .foobar-prev-button.x-close { background: url('../images/x-close.png') no-repeat -112px center; }
.foobar-wrapper .foobar-next-button.x-close { background: url('../images/x-close.png') no-repeat -168px center; }

/* triangle-arrow theme */
.foobar-wrapper.triangle-arrow .foobar-open-button { background: url('../images/triangle-arrow.png') no-repeat -56px center; }
.foobar-wrapper.triangle-arrow .foobar-close-button { background: url('../images/triangle-arrow.png') no-repeat 0px center; }
.foobar-wrapper .foobar-prev-button.triangle-arrow { background: url('../images/triangle-arrow.png') no-repeat -112px center; }
.foobar-wrapper .foobar-next-button.triangle-arrow { background: url('../images/triangle-arrow.png') no-repeat -168px center; }

/* long-arrow */
.foobar-wrapper.long-arrow .foobar-open-button { background: url('../images/long-arrow.png') no-repeat -56px center; }
.foobar-wrapper.long-arrow .foobar-close-button { background: url('../images/long-arrow.png') no-repeat 0px center; }
.foobar-wrapper .foobar-prev-button.long-arrow { background: url('../images/long-arrow.png') no-repeat -112px center; }
.foobar-wrapper .foobar-next-button.long-arrow { background: url('../images/long-arrow.png') no-repeat -168px center; }

/* small-white-arrow theme */
.foobar-wrapper.small-white-arrow .foobar-open-button { background: url('../images/small-white-arrow.png') no-repeat -56px center; }
.foobar-wrapper.small-white-arrow .foobar-close-button { background: url('../images/small-white-arrow.png') no-repeat 0px center; }
.foobar-wrapper .foobar-prev-button.small-white-arrow { background: url('../images/small-white-arrow.png') no-repeat -112px center; }
.foobar-wrapper .foobar-next-button.small-white-arrow { background: url('../images/small-white-arrow.png') no-repeat -168px center; }

/* x-white */
.foobar-wrapper.x-white .foobar-open-button { background: url('../images/x-white.png') no-repeat -56px center; }
.foobar-wrapper.x-white .foobar-close-button { background: url('../images/x-white.png') no-repeat 0px center; }
.foobar-wrapper .foobar-prev-button.x-white { background: url('../images/x-white.png') no-repeat -112px center; }
.foobar-wrapper .foobar-next-button.x-white { background: url('../images/x-white.png') no-repeat -168px center; }  

.foobar-wrapper .foobar-open-button:hover { background-position: -84px center; }
.foobar-wrapper .foobar-close-button:hover { background-position: -28px center; }
.foobar-wrapper.bottom .foobar-open-button { background-position: 0px center; }
.foobar-wrapper.bottom .foobar-close-button { background-position: -56px center; }
.foobar-wrapper.bottom .foobar-open-button:hover { background-position: -28px center; }
.foobar-wrapper.bottom .foobar-close-button:hover { background-position: -84px center; }
.foobar-wrapper .foobar-prev-button:hover { background-position: -140px center; }
.foobar-wrapper .foobar-next-button:hover { background-position: -196px center; }

/* Social CSS */

.foobar-social { list-style-type: none; margin: 0; padding: 0; }
.foobar-social li.foobar-social-text { padding-right: 10px; padding-left: 10px; }
.foobar-social li { float: left; text-align: left; }
.foobar-social li a { width: 28px; display: inline-block; }

.foobar-preset-1 { color: #ffffff; text-shadow: 0 1px 0 #986C00; }
.foobar-preset-1 a { color: #2b1b0a; text-shadow: 0 1px 0 #F1BA4D; text-decoration: none; }
.foobar-preset-1 a:hover { text-decoration: underline; }

.foobar-preset-2 { color: #000; text-shadow: 0 1px 0 #aaa; }
.foobar-preset-2 a { color: #fff; text-shadow: 0 1px 0 #888; text-decoration: none; }
.foobar-preset-2 a:hover { text-decoration: underline; }



/* - Workload - */
.workload { display: block; margin: 0px 0 0 19px; padding: 0 0 26px 19px; position: relative; height: 12px; } 
.workload strong { display: block; position: absolute; left: 18px; top: -2px; }
.loader { display: block; width: 202px; height: 35px; background-color: #73A649; position: relative; overflow: hidden; left: 1px; top: 4px; }
.loader .load { display: block; width: 202px; height: 35px; background: url(../images/workbar.png) no-repeat; position: absolute; top: 1px; left: -202px; z-index: 2; margin-left: 5px; }
.loader .border { display: block; position: absolute; background: url(../images/workbar_bg.png) no-repeat; width: 202px; height: 35px; z-index: 3; }
.percentage { font-size:130%;font-weight: bold; color: #cd2c65; display: block; position: absolute; left: -22px; top: 10px; margin-right: 10px;}
#small-print {font-size: 92%;}

/* Call Us */

#callus {
		float:right;
		padding:10px;
		color: #444;
		font-size: 110%;
}

#callus-whmcs {
		float:right;
		padding:25px 9px 10px 0;
		color: #444;
		font-size: 110%;
		
}

#toll-free	{
	color: #000000;
    margin-top: 45px;
    padding-right: 5px;
    text-align: right;

}


#large-number {
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.7em;
	font-weight:700; 
	font-style:normal;}
}
#small-number {
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: .9em;
    color: #555;

}
#smaller-number {
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: .9em;
    color: #555;

}

/* Featured Item */
	.fadeThis {
		position:relative;
		display:block;
		height: 175px;
		width: 265px;
		background:url(../images/featured.jpg) 0 0 no-repeat;
	}
	
	.fadeThis * {
	  display: none;
	}
	
	.fadeThis span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 175px;
		width: 265px;
		background:url(../images/featured.jpg) 0 -175px no-repeat;
	}

	.logos {
		position:relative;
		display:block;
		height: 175px;
		width: 185px;
		background:url(../images/logos.jpg) 0 0 no-repeat;
	}
	
	.logos * {
	  display: none;
	}
	
	.logos span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 175px;
		width: 185px;
		background:url(../images/logos.jpg) 0 -175px no-repeat;
	}


/* Custom Message Styling */
.info {
	margin: 15px 0;
	color: #478BBF;
	padding: 8px 10px 8px 37px;
	background: #DCEFF5 url(../images/info.png) 12px 9px no-repeat;
	border: 1px solid #B8E7F5;
} 
.success {
	margin: 15px 0;
    color:#3F9153;  
    padding:8px 10px 8px 37px;
    background:#D7F7DF url(../images/success.png) 12px 9px no-repeat;
    border:1px solid #A3F7B8
}
.error {
    margin: 15px 0;
    color: #C24848;  
    padding: 8px 10px 8px 37px;
    background: #FFD6D6 url(../images/error.png) 12px 9px no-repeat;
    border: 1px solid #FFC2C2;
} 
.warning {
    margin: 15px 0;
    color: #CF9E00;  
    padding: 8px 10px 8px 37px;
    background: #FAF2D7 url(../images/warning.png) 12px 9px no-repeat;
    border: 1px solid #FAE8AF;
} 

#content ul li, #maintext ul li {
	background-image:url(../images/list-general.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	line-height:24px;
	list-style-type:none;
}

ul.checklist li {
  background-image:url(../images/tick.png) !important;
  background-position:0px 5px !important;
  background-repeat:no-repeat;
  padding:0px 0px 0px 20px !important;
  list-style-type:none;
}

ul.arrow li{
	background-image:url(../images/list-general.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	line-height:24px;
	list-style-type:none;
}
ul.circle li{
	background-image:url(../images/list-red.png) !important;
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:20px !important;
	list-style-type:none;
}

ul.nolistblock li{
	padding:0px 0px 0px 0px !important;
	line-height:20px;
	display:inline-block;
	margin:0px 12px 0px 0px;
	background-image:none !important;
}
li.marginoff{margin-right:0px !important;}
ol li{
	list-style:decimal;
	margin-bottom: 20px;}
	
	ol li ol li{
	list-style-type: lower-alpha;
	margin-bottom: 20px;
	margin-left: 25px;
}

	ol li ol li ol li{
	list-style-type: lower-roman;
	margin-bottom: 20px;
	margin-left: 25px;
}

.article-list {margin-left:20px;padding-top:10px;}

.clear{clear:both;}
.center{text-align:center; margin-bottom:10px;}

/* heading */
h1, h2, h3, h4, h5, h6{
	color:#5d5d5d !important;
	margin-bottom:12px;
}
	
h1{font-size:24px;line-height:26px;}
h2{font-size:22px;line-height:24px;	
	font-family: "Memphis Light",Rockwell,Georgia,serif;
	font-weight:200; 
	font-style:normal;}
h3{font-size:18px;line-height:20px;}
h4{font-size:16px;line-height:18px;}
h5{font-size:14px;line-height:16px;}
h6{font-size:13px;line-height:15px;}

/* text styled */
.boldtext-medium{font-size:14px;text-align: left ;font-weight:normal; color:#999;}
.boldtext-strong{font-size:20px; font-weight:normal; color:#888;}
.price{font-size:32px; color:#7f7f7f; font-weight:normal;}
.boxtitle-hosting{font-size:14px; color:#7f7f7f; font-weight:normal; padding:0px 0px 1px 3px; display:block; line-height:10px;}
.redtext{color:#c22127;}
.blacktext{color:#000;}
.whitetext{color:#eee;}
.notsoblacktext{color:#888;font-size: 115%; line-height: 1.1em;}
small{font-size:11px;}


	
	.featured-title {	font:36px/.8  'Memphis Light', Rockwell, Georgia, serif;
	
	text-rendering: optimizelegibility;
	color:#121212;
	margin: 0 0 0px;
	
	text-shadow:1px 1px #fff;
	}
	
	.featured-text {	font:22px/.8 'Memphis Light', Rockwell, Georgia, serif;
	
	text-rendering: optimizelegibility;
	color:#121212;
	margin: 0 0 0px;
	
	text-shadow:1px 1px #fff;
	}
	.featured-text-p {	font:22px/.8 ;

	text-rendering: optimizelegibility;
	
	margin: 0 0 0px;
	
	text-shadow:1px 1px #fff;

	}
	
	
.tittleHead h1 {
	
	color: #000;
	margin-bottom: 35px;
	color:#191919!important;
	font-family:"Memphis Light", Rockwell, Georgia, serif; font-size:35px; font-weight:200; font-style:normal;
	
}

.truste-small a:link,.truste-small a:visited  {color:#000}



/* Container
------------------------------------------------------*/
#container{
	width:960px;
	margin:0 auto; 
}

/* Topnavigation
------------------------------------------------------*/
#topnavigation{
	background-image:url(../images/top-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:right;
	font-size:11px;
	height: 23px;
	width:960px;
}
#topnavigation a, #topnavigation a:visited{
	color:#a6a5a5;
	padding:0px 10px;
}
.toplink{line-height:40px; text-shadow:0px 1px 0px #f1f1f1;}

/* Main
------------------------------------------------------*/
#main-curve-top{
	width:960px;
	background-image:url(../images/bg-main-curve-top.png);
	background-repeat:no-repeat;
	height:7px;
	background-position:bottom;
}
#main-curve-bottom{
	width:960px;
	background-image:url(../images/bg-main-curve-bottom.png);
	background-repeat:no-repeat;
	height:7px;
}
#main{
	width:920px;
	padding:0px 20px 0px 20px;
	background-color:#f4f4f4;
	background-image:url(../images/main-bg.png);
	background-repeat:repeat-x;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	border:solid 1px #B7B7B7;
	margin-right: 3px;
	
}
#top{height:80px; position:relative;}

#topright{
	
	padding:0px 0px 0px 20px;
	line-height:normal;
	position:absolute;
	right:1px;
	top:-25px;
	right:-6px;
	z-index: 9999;
	
}

/* Main Menu
------------------------------------------------------*/
#mainmenu{
	background-image:url(../images/bg-mainmenu.gif);
	background-repeat:no-repeat;
	width:920px;
	height:39px;}

#menu li a {font-size: 110%}
#mainmenu ul{line-height:38px; z-index:100;position:relative; float:left;}
#mainmenu ul li{
	float:left;
	padding:10px 0px 9px 25px;
	color:#868585;
	background-image:none;
	position:relative;
	
}
#mainmenu ul li a, #mainmenu ul li a:visited{
	color:#868585;
	text-decoration:none;
	text-shadow:0px 1px 0px #eaeaea;
	width:115px;
	
}
#mainmenu ul li li a{
	display:block;
	float:left;
}
#mainmenu ul li a:hover{
	text-decoration:none;
	color:#a6a4a4;
}
#mainmenu ul li.home img{padding-top:2px; vertical-align:top}
.menu li li{
	margin:0 0 0px 0px;
	padding:0px;
	position:relative;
	z-index:100;	
}
#menu li li{
	margin:0 0 0px 0px !important;
	padding:0px !important;
	position:relative;
	z-index:100;
	line-height:20px !important	
}
#menu ul{
	display:none;
	position:absolute;
	top:39px;
	left:11px;
	width:135px;
	padding:0px 0px 8px 0px !important;
	background-color:#cccccc;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;	
	border-bottom-left-radius:4px;	
}
#menu ul ul{top:0px; left:135px;}
#menu li ul a, #menu li ul a:visited{
	width:105px;
	padding:0px 15px 0px 15px;
	font-size:12px;
	color:#868585 !important;
	line-height:24px;
	z-index:100;
	text-decoration:none;
	font-size: 130%
}



		

/* Header
------------------------------------------------------*/
#header{ 
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	height:283px;
	margin-top:25px;
	position:relative;
	z-index:40
}
#header-inner{
	height:85px;
	position:relative;
	text-align:right;
}
#header-inner h1{
	padding-right:165px;
	padding-top:25px;
}
#header-inner .imgtitle{
	right:65px;
	position:absolute;
	top:-22px;
}

/* Slider
------------------------------------------------------*/
.header-left {
	float:left;
	width:496px;
}


.header-text {
	padding:20px 20px 20px 30px;
}
.header-text h1 {
	width:420px;
	line-height:28px;
	color: #000000;	
}
.slidertext {
	width:400px;
	color:#d7d7d7;
	outline:0;
	display:block;
	text-shadow: 1px 1px 1px #000;font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;line-height:23px;
}
.slider-title {	
	font:36px/1.3 'Memphis Light', Rockwell, Georgia, serif;
	text-rendering: optimizelegibility;
	color:#ffffff;
	margin: 0 0 0px;
	text-align: left;
	text-shadow:1px 1px #000;
}
.portfolio-main-title {	
	font:30px/.3 'Memphis Light', Rockwell, Georgia, serif;
	text-rendering: optimizelegibility;
	font-size-adjust:0.42; font-weight:200; font-style:normal;
	color:#333333;
	margin: 0 0 0px;
	text-align: left;
	text-shadow:1px 1px #fff;
}
#bottom-buttons {width:420px;margin: 8px 25px 25px 65px;}
#testimonial-sig {margin-top:45px;width:300px;}



.conbut{
	text-align:left;
}

.conbut-call h1 {
font-size: 25px;
color: #77BBD3 !important;
line-height: 30px;
text-shadow: 1px 1px 1px #000;
font-weight:400; font-style:normal;
text-decoration: none;
margin-top: -33px;	
margin-left: 190px;
	
}
.stitle{
	font-size:18px;
}
.header-right{
	float:left;
	width:424px;
	text-align:center;
	position:relative;
}
.header-image1{
	position:absolute;
	top:-40px;
	left:65px;
}
.header-image2{
	position:absolute;
	top:10px;
	left:60px;
}
.header-image3{
	position:absolute;
	top:-25px;
	left:0px;
}
.header-image4{
	position:absolute;
	top:0px;
	right:0px;
}
#nav-slide{
	float:left;
	position:absolute;
	background: transparent;
	bottom:10px;
	left: 32px;
	z-index:10;
	padding:10px 10px;
	
}
#pager a{
	background: url(../images/slidenav.png) no-repeat;
	display:block;
	float:left;
	font-size:0px;
	width:9px;
	height:10px;
	margin:0px 2px;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}

#pager-thumb {
background-image: url(../images/portfolio-bg.png);
background-repeat: no-repeat;
border-style: solid;
width:215px;height:185px;margin:0px;

}

#pager-thumb a img{
padding-left: 10px;
padding-top: 6px;
margin:0;

}


#pager .activeSlide{
	background: url(../images/slidenav-active.png) no-repeat;
}


/* Work Portfolio*/

p.work-quote { color:#555;font-family:"Memphis Light", Rockwell, Georgia, serif; font-size:35px; font-weight:200; font-style:normal;line-height: 40px;padding-left: 50px;padding-right: 50px;margin-top: -110px;margin-bottom:20px; }
p.work-heading {color:#555;font-family:"Memphis Light", Rockwell, Georgia, serif; font-size:25px; font-weight:200; font-style:normal;line-height: 40px;padding-left: 50px;padding-right: 50px;margin-top:10px;margin-bottom:20px;}


#featured-banner {
position: absolute;
right: -20px;
top: -10px;
display: block;
height: 174px;
width: 174px;
background: url(../images/featured-banner.png) no-repeat;
text-indent: -999em;
text-decoration: none;
}

/* BEGIN INTRO CSS */
.intro h1 {
	
	color: #5d5d5d;
	
	color:#191919!important;
	font-family:"Memphis Light", Rockwell, Georgia, serif; font-size:35px; font-weight:200; font-style:normal;
	
}


.intro p {
	
	line-height: 20px;
	color:#888;
	
	font-family:"Memphis Light", Rockwell, Georgia, serif; font-size:16px; font-weight:100; font-style:normal;
}

.intro p a {
	color: #e30347;
}

.intro p a:hover {
	font-weight: bold;
}

/* END INTRO CSS */

/* BEGIN CSS PORTFOLIO */
.portfolio ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 40px 0 0 0;
}

.portfolio li {
	margin-left: 28px;
	margin-bottom: 20px;
	margin-right: 28px;
	margin-top: 0;
	float: left;
	width: 241px;
	position: relative;
	height: 225px;
}

.portfolio li img {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.portfolio .content {
	display: none;
	position: absolute;
	top: -15px;
	left: -14px;
	background-color: #e2e2e2;
	width: 249px;
	height: 190px;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.portfolio li.hover div.content {
	display: block;
}

.portfolio .content h5 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #1e71ac;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

.portfolio div.content div.row {
	padding: 4px 0;
}

.portfolio div.content div.row span {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	padding: 2px 5px 3px 5px;
}

.portfolio div.content div.row span.name {
	width: 75px;
	margin-right: 15px;
}

.portfolio div.content div.row span.detail {
	margin-right: 4px;
}

/* zoom and more button */
.portfolio li a.folio-more,
.portfolio li a.folio-zoom {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 25px;
	width: 70px;
	background: url(../images/icons/icon-portfolio-more.png) no-repeat 50% 50% transparent;
}

/* zoom button */
.portfolio li a.folio-zoom {
	background: url(../images/icons/icon-portfolio-zoom.png) no-repeat 50% 50% #484848;
	right: 0px;
}

/* PORTFOLIO COLORS */
.portfolio li a.folio-more,
.portfolio div.content div.row span.name {
	background-color: #458947;
	color: #ffffff;
}

/* Content
------------------------------------------------------*/
#content-main{
	margin-top:25px;
}
#content-col{
	margin-bottom:10px;
	padding-bottom: 25px;
}
#content-inner{
	border-top:none;
}


#content-inner-sidebar{
	background-image:url(../images/bg-sidebar.png);
	background-repeat:repeat-y;
	border-top:none;
}
#content-inner-sidebar-bottom{
	width:920px;
	height:7px;
	margin-bottom:10px;
	background-image:url(../images/bg-sidebar-bottom.gif);
	background-repeat:no-repeat;
}

#content-inner-sidebar-work{
	border-top:none;
}

#content-inner-sidebar-bottom-whmcs{
	width:300px;
	height:7px;
	margin-bottom:10px;
	background-image:url(../images/bg-sidebar-bottom.gif);
	background-repeat:no-repeat;
}
#content-inner-sidebar-top{
	width:920px;
	height:7px;
	margin-top:20px;

}
#maintext{
	padding:30px 20px 35px 10px;
}
.arw-about{float:left;}

/* Popup From */
.popup-form{
	margin-left:50px;	
}
.submit-popup{
	font-weight:bold;
	margin:15px 0px 0px 87px;
}
.textarea-popup{
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #d6d6d6;
	font-family:Tahoma, Arial, verdana;
	font-size:12px;
	overflow:hidden;
	padding:10px 5px; 
	margin:0px 0px 9px 0px; 
	color:#939393;
	width:260px;
}

/* FAQ accordion styling
------------------------------------------------------*/
.ask{	
	cursor:pointer;
	font-size:12px;
	border-bottom:1px solid #e4e4e4;
	padding:1px 0px 9px 0px;
	clear:both;
}
.question{
	background-color:#ffffff;
	margin:-5px 0px 10px 0px;
	padding:11px 13px 1px 13px;
}
.openquestion{
	color:#7f7f7f !important;
	margin-bottom:5px;
}
.closedquestion{
	color:#7f7f7f !important; 
	margin-bottom:5px;
}

/* Column
------------------------------------------------------*/
.col-920{width:920px;}
.col-900{width:900px; margin:0 auto;}
.col-160 {
	display:inline-block;
	width:138px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important
}
.col-173 {
	display:inline-block;
	width:173px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	
}

.col-200 {
	display:inline-block;
	width:250px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	
}
.col-180 {
	display:inline-block;
	width:180px;
	vertical-align:top;
	padding:0px 0px 40px 0px !important;
	vertical-align:top;
}
.col-196 {
	float:left;
	width:263px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
}

/* used for 4 column */
.col-207 { 
	display:inline-block;
	width:207px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;	
}
.col-207-last { 
	display:inline-block;
	width:207px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 3 column */
.col-286 { 
	display:inline-block;
	width:286px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-286-last { 
	display:inline-block;
	width:286px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 2 column */
.col-445 { 
	display:inline-block;
	width:445px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-445-last { 
	display:inline-block;
	width:445px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}
.col-604 { 
	display:inline-block;
	width:604px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-604-last { 
	display:inline-block;
	width:604px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* column for faq */
.col-275 { 
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-275-last { 
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

.col-280 {
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
}

.col-280b {
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	
}
.cycle-testimonial {height: 125px;}
.col-284 {

	display:inline-block;
	width:284px !important;
	vertical-align:top;
	padding:0px 0px 10px 0px !important;
}
.col-320 {
	float:left;
	width:320px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin:0px;
}
.col-440 {
	display:inline-block;
	width:440px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin:0px;
}
.col-440 p, .col-440 ul {margin:0px;}

.vertical-separator {
	display:inline-block;
	width:33px;

	
}
.vertical-separator-noline {
	display:inline-block;
	width:24px;
	height:100% !important;
}
.vertical-separator-noline2 {
	display:inline-block;
	width:22px;
}


.col-620{float:left; width:620px;}
.col-300{float:left; width:300px;}
.fullwidth{
	padding:30px 0px;
}
.fullwidth-serv{
	padding:30px 0px 0px 0px;
}

.cboxElement img {padding-left: 0px;padding-top: 0px;}

/* Sideright
------------------------------------------------------*/
.sideright{
	padding:35px 22px 22px 22px;
}
.sideright h2{
	font-size:18px;
	margin-bottom:8px;
	text-transform: capitalize !important;
}


.sideright ul{
	margin-bottom:0px;
}
.sideright li{
	margin-bottom:22px;
	color:#757575;
}
.sideright li li{
	margin-bottom:0px;
}
.sideright ul li li{
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:8px 0px ;
	
}
.sideright ul li li a, .sideright ul li li a:visited{
	color:#888;
	background-image:url(../images/list.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:0px 0px 0px 12px;
}
.sideright p, .sideright blockquote{
	text-shadow:0px 1px 0px #eaeaea;
	margin-bottom:10px;
	
}


/* Testimonials */

.testimonial {
	position:relative;
}

blockquote{
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:5px 0 20px 20px;
	line-height: 20px;
	font-size: 110%;
}

.quote p {
	padding-left: 20px;
	font-size: 120%;}

body:nth-of-type(1) .nav-testimonial{
/*	background-image:url(../images/grey.gif);
	background-repeat:repeat-x;
	background-color:#c2c2c2;
	-moz-border-radius: 4px; /* Firefox */
/*	-webkit-border-radius: 4px; /* Safari, Chrome */
/*	-khtml-border-radius: 4px; /*Linux browsers*/
/*	border-radius: 4px; /*CSS3*/
/*	border:solid 1px #b8b8b8;
	padding:2px 2px 3px 5px;*/
	width:9%;
	float:right;
	top:-32px;
	position:relative;
}
@media all and (min-width:0px) {
.nav-testimonial{height:21px;}
.next{position:absolute;top:10px;left:22px;}
.prev{position:absolute;top:10px;}
}


.next{
	background-image:url(../images/arrow-top.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
.prev{
	background-image:url(../images/arrow-bottom.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
.next, .prev{
	text-indent:-9999px !important;
	font-size:0px;
	display:inline-block;
	margin:0px 4px;
	cursor:pointer;
}

/* News
------------------------------------------------------*/

.nm_post {
  padding: 0;
  margin-bottom: 50px;
}

.nm_post h3 {
  margin-bottom: 5px;
  color: #000;
}

.nm_post p {
  margin-bottom: 10px;
}

.nm_post_title a {
font-size: 120%;
color: #555;
	line-height: 20px;
	
	
	font-family:"Memphis Light", Rockwell, Georgia, serif; font-weight:100; font-style:normal;
  text-decoration: none;
  
}

.nm_post_title a:hover {
	font-size: 120%;
	color: black;
  text-decoration: none;
 
}

.nm_post_date {
  color: #999;
  font-size: 11px;
}

.nm_post_content {
  margin-bottom: 20px;
}

.nm_post_meta {
  padding: 2px 5px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  font-size: 11px;
}

.nm_post_back {
  margin-top: 20px;
  font-size: 11px;
}

.nm_post_back a {
  text-decoration: none;
}

.nm_post_back a:hover {
  text-decoration: none;
}

.nm_page_nav .left {
  float: left;
  text-align: left;
}

.nm_page_nav .right {
  float: right;
  text-align: right;
}

.sideright a, .sideright a {
  text-decoration: none;
}

.sideright a:hover, .siderighta:hover {
  text-decoration: underline;
}

.sideright a.large {
  font-size: 22px;
}
/* Homepage
------------------------------------------------------*/
.box-grey{
	background-color:#e9e9e9;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	position:relative;
	margin-top:3px;
	height: 120px;
}
.box-grey-text{
	width:245px;
	color:#444;
	margin-left:10px;
	padding:10px 0px 10px 0px;
	font-weight: bold; 
}
.box-grey-text h3{
	margin-bottom:5px;
}

.box-grey-text p {
	margin-bottom:5px;
	font-size: 120%;
}

.box-wht{
	border-color: #f4f4f4;
	border-style: solid;
	border-width: 1px;
	background-color:#f4f4f4;
	position:relative;
	margin-top:3px;
	padding: 10px 10px 5px 10px;
	height: auto;
	
	
	
}

#spacer {margin-top: 20px;}

.box-wht-text{
	width:245px;
	color:#444;
	margin-left:10px;
	padding:10px 0px 10px 0px;
	font-weight: bold; 
}


.box-wht-text h3{
	margin-bottom:5px;
}

.box-wht-text p {
	margin-bottom:5px;
	font-size: 120%;
}


.img-tour{position:absolute; left:10px; top:-15px;}



.buttons{
	background-color:#aa2328;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(../images/bg-button.gif);
	background-repeat:repeat-x;
	color:#fff !important;
	margin-right: 30px;
	padding:8px 20px 10px 20px;
	font-size:16px;
	display: inline-block;
}

.button-gold{
	background-color:#aa2328;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(../images/bg-button.gif);
	background-repeat:repeat-x;
	color:#fff !important;
	margin-right: 30px;
	padding:8px 20px 10px 20px;
	font-size:16px;
	display: inline-block;
}

.buttons-p{
	background-color:#aa2328;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(../images/bg-button.gif);
	background-repeat:repeat-x;
	color:#fff !important;
	margin-right: 15px;
	padding:8px 20px 10px 20px;
	font-size:16px;
	display: inline-block;
}


.buttoncontact{
display:inline-block;
outline:none;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:90%!important;
text-decoration:none;
text-align:center;
font-size: 100% !important;
-moz-box-shadow:0px 1px 2px #bbbbbb;
-webkit-box-shadow:0px 1px 2px #bbbbbb;
box-shadow:0px 1px 2px #bbbbbb;

}

.square{
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}
.small{font-size:9pt; padding:5px 10px;}

.black{
background:#222;
background:-moz-linear-gradient(top, #555555 0%, #222222 50%, #000000 51%, #333333 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(50%,#222222), color-stop(51%,#000000), color-stop(100%,#333333));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222',GradientType=0);
text-shadow:-1px 0px 1px #000000;
border:1px solid #000000;
color:#fff;
}

.black:hover{
background:#333;
background:-moz-linear-gradient(top, #666666 0%, #333333 50%, #111111 51%, #444444 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(50%,#333333), color-stop(51%,#111111), color-stop(100%,#444444));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333',GradientType=0);
}

.gold{
background:#333;
background:-moz-linear-gradient(top, #444444 0%, #222222 50%, #333333 51%, #444444 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(50%,#222222), color-stop(51%,#333333), color-stop(100%,#444444));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333',GradientType=0);
text-shadow:-1px 0px 1px #000000;
border:2px solid #ffffff;
color:#fff;
font-weight: 400;
}

.gold:hover{
background:#333;
background:-moz-linear-gradient(top, #666666 0%, #333333 50%, #111111 51%, #444444 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(50%,#333333), color-stop(51%,#111111), color-stop(100%,#444444));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333',GradientType=0);
}

.button2{
	background-color:#363636;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(../images/bg-button2.gif);
	background-repeat:repeat-x;
	color:#fff !important;
	margin-right:10px;
	padding:8px 20px 10px 20px;
	font-size:16px;
	display: inline-block;
}

.button3, .button3 a, .button3 a:active, .button3 a:visited {

color: #646464 !important;
font-size: 16px;
padding-top: 1px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;
text-decoration: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
text-shadow: 1px 1px 1px #ffffff;
border: solid #a8a8a8 1px;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#d6d6d6));
background: -moz-linear-gradient(top, #fdfdfd, #d6d6d6);
margin-right: 10px;
}
.button3:hover {
color: #000;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d1d1), to(#fdfdfd));
background: -moz-linear-gradient(top, #d1d1d1, #fdfdfd)
}

.button4{
	background-color:#8D8D8D;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(../images/bg-button4.gif);
	background-repeat:repeat-x;
	color:#fff !important;
	margin-right:10px;
	margin-left:10px;
	padding:8px 20px 10px 20px;
	font-size:16px;
	display: inline-block;
}
.button-alt{
	background-color:#aa2328;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(../images/bg-button.gif);
	background-repeat:repeat-x;
	color:#fff !important;
	padding:8px 20px 10px 20px;
	font-size:16px;
}
.button:hover, .button-alt:hover, .button2:hover{color:#fff; text-decoration:none}





/* Services
------------------------------------------------------*/
.tb{
	background-image:url(../images/horizontal-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	margin-bottom:20px
}

.tb h3{
	margin-bottom:3px;
}
.italictext{
	font-size:14px;
	font-style:italic;
	line-height:22px;
	margin-bottom:30px;
}
.boxservices{
	margin-bottom:20px;
	padding-bottom:10px !important;

}
/* Web hosting and Dedicated




/* TWITTER ------------------------------------------------------*/


.tweet {

	background-repeat: no-repeat;

	background-position: left;

	background-image: url(../images/tweet-bg.png);

	width: 300px;
	height: 136px;
	margin-left: -35px;
	margin-top: 3px;
	padding: 5px;
	

}

.or {font-size: 50%;margin-left: -15px;color: #c2c2c2 !important;}

#tweet-text a, #tweet-text a:active, #tweet-text a:visited {
                            color: #77bbd3;
                            font-weight: normal;
                            
                        }
#tweet-text a:hover {color: #4c8ba5; font-weight: normal;}
#tweet-text {
padding-top: 11px;
padding-left: 12px;
width: 260px;
}
  
#tweet-bird{
	height: 48px;
	width: 48px;
	background-color: #f4f4f4;
	float: left;
	margin-right: 5px;
}

#tweet_list {float:left; display: block; position: relative;padding-top:25px; }  


.tweet_time a, .tweet_time a:hover, .tweet_time a:active, .tweet_time a:visited {
                            font-weight: bolder;
                            
                        }
                        
/* Quotes */


#quotes {

	background-repeat: no-repeat;

	background-position: left;

	background-image: url(../images/quotes-bg.jpg);

	width: 570px;
	height: 124px;
	margin-bottom: 5px;
	clear: both;
	

}

#quotes p {

padding: 20px 20px 20px 36px;
	

}

#quotes-client-name {
	padding-left: 16px;
	margin-bottom: 25px;
}

#quotes h4 {


font-size: 160%;
color: #999 !important;
line-height: 30px;


font-family:"Memphis Light", Rockwell, Georgia, serif; font-weight:500; font-style:normal;
text-decoration: none;
padding: 15px 25px 5px 35px;
margin-left: 25px;	
	

}


#quotes-long {

	background-repeat: no-repeat;

	background-position: left;

	background-image: url(../images/quotes-bg-long.jpg);

	width: 570px;
	height: 204px;
	margin-bottom: 5px;
	clear: both;
	

}

#quotes-long p {

padding: 10px 20px 20px 36px;
	

}

#quotes-long-featured {

	background-repeat: no-repeat;

	background-position: left;

	background-image: url(../images/quotes-bg-long-featured.jpg);

	width: 900px;
	height: 225px;
	margin-bottom: 5px;
	clear: both;
	

}

#quotes-long-featured p {

padding: 20px 20px 20px 36px;
font-size: 120%;
line-height: 25px;	

}

#quotes-client-name-long {
	padding-left: 16px;
	margin-bottom: 25px;
}


#quotes-long h4 {


font-size: 160%;
color: #999 !important;
line-height: 30px;


font-family:"Memphis Light", Rockwell, Georgia, serif; font-weight:500; font-style:normal;
text-decoration: none;
padding: 15px 25px 5px 35px;
margin-left: 25px;	
	

}


#whmcs-fieldset {margin-left: -7px;margin-top: -4px;}	

#pricing-boxe{
	border:solid 1px #cdcdcd;
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin:40px 0px 50px 0px !important;
	padding:0px 22px
}
#pricing-boxe hr {
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:1px;
	line-height:0;
	margin:20px 0px;
	page-break-after:always;
}
#pricing-boxe .border{
	border:solid 1px #cdcdcd;
	border-width:0px 1px 0px 0px;
	padding:20px 22px 56px 0px !important;
}
#pricing-boxe .borderactive{
	border:solid 1px #cdcdcd;
	border-width:1px 1px;
	padding:34px 22px 70px 22px !important;
	margin:-15px 0px;
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	position:relative;
}
#pricing-boxe .best{
	position:absolute;
	top:-5px;
	right:-4px;
}
#dedicated-boxe{
	border:solid 1px #cdcdcd;
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin:40px 0px 50px 0px !important;
	padding:0px 0px
}
.row{
	border-bottom:solid 0px #cdcdcd;
	margin:0px 0px 0px 0px;
	padding:0px 0px
}
.row.noborder{
	border-bottom:0px;
}

.col1{
	width:215px;
	float:left;
	text-align:center;
	padding:20px 0px;
}
.col2{
	width:441px;
	float:left;
	padding:0px 40px 0px 40px;
	background-image:url(../images/vertical-line.png);
	background-repeat:repeat-y;
	background-position:left;
	margin:20px 0px;
}
.col2 p{margin-bottom:10px;}
.bgwhite{
	background-color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:8px;
	text-align:center
}
.col3{
	width:182px;
	float:left;
	background-image:url(../images/bg-pricebox.gif);
	background-repeat:no-repeat;
	background-color:#e1e1e1;
	_height:157px;
	min-height:157px;
	position:relative;
}
.best{
	position:absolute;
	top:-4px;
	right:-4px;
}
.call-now{

font-size: 20px;

font-weight: bold;

color: #AA2328;
padding-top:5px;

}

.new-icon{

padding:5px;

}

.work-order{

color:black;
font-size: 120%;

}

.work-order img{

display: inline;
margin-bottom:-3px;

}
.top-contact{

padding-top:10px;
padding-right:20px;
color:black;
font-size: 140%;

}



/* Blog
------------------------------------------------------*/
{border-bottom:solid 1px #e4e4e4; padding-bottom:20px; margin-right:10px; margin-bottom:20px; float:left;padding-left:5px;}
.post h3{margin-bottom:2px;}
.post h1{margin-bottom:20px;}
.post h3 a, .post h3 a:visited{color:#7f7f7f; text-decoration:none}
.metadata{font-size:11px;}
.entry{padding:10px 0px 10px 0px;}
.entry img{margin-bottom:8px;}
.more{
	background-color:#c6c6c6;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(../images/more.gif);
	background-repeat:repeat-x;
	color:#908f8f !important;
	padding:7px 20px 8px 20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.more:hover{text-decoration:none;}
.butmore{text-align:right;}
.pages{line-height:30px; margin-bottom:10px; clear:left}
.blogpages{margin:10px 0px 0px 0px}
.pfpages{margin:-15px 0px 12px 0px;}
.pageof{
	border:solid 1px #dcdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:4px 8px !important;
	margin-right:3px;
}
.pages a{
	border:solid 1px #dcdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:4px 6px;
	margin:0px 3px;
	color:#a7a7a7 !important;
	text-decoration:none;
}
.pages a:hover{color:#fff !important; background-color:#458947; text-decoration:none;}
.pages a.current{color:#fff !important; background-color:#458947;}
#comment{
	padding:30px 10px 20px 0px; float:left;
}

#comment ol{
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style-type:none;
}
#comment ol li ol{
	margin-left:80px;
	}
.commentlist, .commentlist ol{position:relative;}
.commentlist li{margin:0px; list-style-type:none;}
.commentlist li small{font-size:11px; font-style:italic}
.avatar{position:absolute; top:10px; left:0}
.comment-text{ margin-left:80px; width:auto; border-bottom:solid 1px #e2e1e1;  padding:0px 0px 5px 0px; margin-bottom:10px}
.commdate{float:left; text-align:left}
.reply{}
.smalltext{text-align:right; clear:none}
#comment-form h4{
	margin-bottom:0px;	
}
#comment-form form{
	position:relative;
	padding:20px 10px 50px 10px;
}
#comment-form .input{
	width:255px;
}
#comment-form .form-column-right{
	position:absolute;
	top:20px;
	right:20px;
}
#comment-form .textarea{
	width:255px;
}
#comment-form button{
	position:absolute;
	right:0;
	bottom:-50px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
}



/* Portfolio
------------------------------------------------------*/
.boxpf{
	background-image:url(../images/horizontal-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:40px;
	padding-bottom:10px !important;
}
.boxpf img{
	margin-bottom:10px;
}

/* Contact
------------------------------------------------------*/
.contact-area{padding:20px 10px 20px 10px; margin:-315px 0px 40px 0px}
form{
	margin:0; 
	padding:0;
}
fieldset{border:0px;}
#contactFormArea{
	margin:0px 0px 0px 0px;
	position:relative;  
}
label{
	margin-bottom:5px;
	display:block
}
.textfield{
	background-color:#ffffff;

	border:1px solid #B7B7B7;
	font-family:Tahoma, Arial, verdana;
	font-size:12px; 
	padding:7px 5px; 
	margin:0px 0px 10px 0px; 
	display:block;
	color:#939393;
	width:260px;
}
.input{
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	behavior:url(border-radius.htc);
	border:2px solid #d6d6d6;
	font-family:Tahoma, Arial, verdana;
	font-size:12px; 
	padding:7px 5px; 
	margin:0px 0px 10px 0px; 
	display:block;
	color:#939393;
	
}
.textarea{
	background-color:#ffffff;
	border:1px solid #b7b7b7;
	font-family:Tahoma, Arial, verdana;
	font-size:12px;
	overflow:hidden;
	padding:10px 5px; 
	margin:0px; 
	color:#939393;
	width:260px;
}

#alert
{
	overflow: hidden;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 0;
	color: #000;
	font: 20px/40px arial, sans-serif;
	opacity: .9;
}


.contact-column-right{
	position:absolute;
	top:0px;
	right:0px;
}
.loading{
    background:url(../images/loading-contact.gif) top left no-repeat;
    padding-left:50px;
	color:#797979;
    margin-top:50px;
    margin-left:50px;
}  
    

.success-contact {
	text-align:center;
    color:#3F9153;
	margin-bottom:15px;
    padding:8px 10px 8px 37px;
    background:#D7F7DF url(../images/success.png) no-repeat 5px 10px;
    border:1px solid #A3F7B8;
} 


/* footer
------------------------------------------------------*/
#footer{
	background-repeat: no-repeat;
	background-image: url(../images/footer-bg.png);
	margin:-10px 0px 0px 0px;
	padding:20px 0px;
	width: 962px;
	
}
#footer-col{
	width:920px;
	padding:20px 0 0px 30px;
}

#footer-col ul li a, #footer-col ul li a:visited {
	color:#999;
	text-shadow:0px 1px 0px #000;

}

#footer-col h4 {
	color:#999;
	text-shadow:0px 1px 0px #000;
	
}

#footer-text{
	color:#000;
	text-shadow:0px 1px 0px #fff;
	text-align:center;
	padding:1px 0px 0px 0px;
	margin-top: -35px;

}


#hosting-col{overflow:hidden;padding:20px;background-color: #fff;}


/* Lavalamp menu */
.lavaLampWithImage {
            position: relative;
            height: 29px;
            width: 421px;
            background: url("../images/bg.gif") no-repeat top;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/lava.png") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava.png") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: normal 12px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                            
                        }

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

#breadcrumb {
    font: 11px Arial, Helvetica, sans-serif;
    
    background-repeat:repeat-x;
	height:30px;
    line-height:30px;
    color:#888;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px 0 -20px 0;
    padding:0px;
}

#breadcrumb li {
    list-style-type:none;
    padding-left:10px;
	display:inline-block;
	float:left;
}

#breadcrumb ul li {
    margin-bottom: 0 !important;
    line-height: 15px !important;
}

#breadcrumb a {
	display:inline-block;
    background-image:url('../images/bc_separator.gif'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#333333;
	outline:none;
}

.breadhome {
    border:none;
    margin: 7px 0px;
}

#breadcrumb a:hover {
	color:#35acc5;
}

#newsletter-archive-link {padding-top:5px;}

#newsletter-archive-link a, #newsletter-archive-link a:visited, #newsletter-archive-link a:hover{

	color:#999;
	text-shadow:0px 1px 0px #000;

}


/* Terms & Condition & legal-terms */


.legal-terms {padding-left:10px;line-height:24px;}

.legal-terms ul li {	
	background-image:none !important;
	padding:0px 0px 0px 12px;
	line-height:24px;
	list-style-type:none;}


.termscontent p {
  margin: 13px 0px;
}



.termscontent ol {
  display: block;
  list-style-type: decimal;
  margin: 13px 0;
  padding-left: 50px;
}

.termscontent ol li {
  margin-bottom: 20px;
}

.termscontent ol ul {
  display: block;
  list-style-type: circle;
  padding-left: 40px;
  padding-bottom: 20px;
}

.termscontent ul li {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.termscontent {
  margin: 0px auto 0px auto;
 
  overflow: hidden;

}


.legal-terms .dataTable {
	width:100%;
	background: transparent;
}

.legal-terms .dataTable td {
	padding: 6px 4px 6px 4px;
}

.legal-terms .dataTable tr.dataTableheading {
	background-color:#d8d8d8;
	font-weight:bold;
	text-align:left;
	font-size: 14px;
	height: 32px;
}
.legal-terms .dataTable tr.dataTableNoheading {
	font-weight:bold;
	font-size: 14px;
	height: 32px;
}
.legal-terms .dataTable tr.dataTableactive {
	border-bottom: 1px solid #C0BDBD;
}

/* Main Drop List Styles */



.dropList-bullet{
width:0; height:0;
content:"";
position:absolute;
right:10px; top:14px;
background:transparent;
border:4px solid transparent;
border-top-color:#555;
}

.dropList-layout{width:auto; position:relative;}

.dropList-box{
position:relative;
width:auto;
margin:0 0 10px 0;
padding:8px 10px;
border:1px solid;
cursor:pointer;
font:bold 9pt Arial, Helvetica, sans-serif;
text-align:left;
-moz-box-shadow:0px 0px 2px #ddd;
-webkit-box-shadow:0px 0px 2px #ddd;
box-shadow:0px 0px 2px #ddd;
}

.dropList{
display:none;
position:absolute;
list-style:inside none;
padding:0; margin:0;
border-bottom:1px solid #ddd;
-moz-box-shadow:0px 0px 2px #ddd;
-webkit-box-shadow:0px 0px 2px #ddd;
box-shadow:0px 0px 2px #ddd;
}

.dropList li{list-style:inside none; padding:0; margin:0; display:block;}

.dropList li a{
display:block;
outline:none;
position:relative;
width:auto;
padding:8px 10px; margin:0;
border:1px solid #ddd;
border-bottom:0 none;
font:bold 9pt Arial, Helvetica, sans-serif; color:#555;
text-decoration:none;
text-shadow:1px 1px 0px #fff;
background:#eeeeee;
background:-moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee));
background:-webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
background:-o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
background:-ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0);
background: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
-moz-box-shadow:0px 0px 1px #fff inset;
-webkit-box-shadow:0px 0px 1px #fff inset;
box-shadow:0px 0px 1px #fff inset;
}

.dropList li a:hover{
background:#f5f5f5;
background:-moz-linear-gradient(top, #eeeeee 0%, #f5f5f5 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#f5f5f5));
background:-webkit-linear-gradient(top, #eeeeee 0%,#f5f5f5 100%);
background:-o-linear-gradient(top, #eeeeee 0%,#f5f5f5 100%);
background:-ms-linear-gradient(top, #eeeeee 0%,#f5f5f5 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f5f5f5',GradientType=0);
background:linear-gradient(top, #eeeeee 0%,#f5f5f5 100%);
}

.dropList li ul{
display:none;
padding:0; margin:0;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}

.dropList li ul li a{
padding:8px 10px;
background:#fff;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0);
border:0 none;
border-bottom:1px solid #eee;
font-weight:normal; 
color:#777;
}

.dropList li ul li a:hover{
background:#f5f5f5;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0);
}

.dropList li a + ul li:first-child a{border-top:1px solid #ddd;}
.dropList li a + ul li:last-child a{border-bottom:0 none;}

/* White Color Scheme */
 
 .white .dropList-box{
color:#555;
border-color:#ddd;
text-shadow:1px 1px 0px #fff;
-moz-box-shadow:0px 0px 1px #fff inset;
-webkit-box-shadow:0px 0px 1px #fff inset;
box-shadow:0px 0px 1px #fff inset;
background:#eeeeee;
background:-moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee));
background:-webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
background:-o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
background:-ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0);
background: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
}


.white .dropList-box:hover{
background:#f5f5f5;
background:-moz-linear-gradient(top, #eeeeee 0%, #f5f5f5 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#f5f5f5));
background:-webkit-linear-gradient(top, #eeeeee 0%,#f5f5f5 100%);
background:-o-linear-gradient(top, #eeeeee 0%,#f5f5f5 100%);
background:-ms-linear-gradient(top, #eeeeee 0%,#f5f5f5 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f5f5f5',GradientType=0);
background:linear-gradient(top, #eeeeee 0%,#f5f5f5 100%);
}


/* Blue Color Scheme */
 
 .blue .dropList-box{
color:#fff;
border-color:#09365f;
text-shadow:1px 1px 0px #09365f;
-moz-box-shadow:0px 0px 1px #fff inset;
-webkit-box-shadow:0px 0px 1px #fff inset;
box-shadow:0px 0px 1px #fff inset;
background:#064884;
background:-moz-linear-gradient(top, #3b75b4 0%, #064884 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b75b4), color-stop(100%, #064884));
background:-webkit-linear-gradient(top, #3b75b4 0%, #064884 100%);
background:-o-linear-gradient(top, #3b75b4 0%, #064884 100%);
background:-ms-linear-gradient(top, #3b75b4 0%, #064884 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b75b4', endColorstr='#064884',GradientType=0);
background:linear-gradient(top, #3b75b4 0%, #064884 100%);
}


.blue .dropList-box:hover{
background:#3b75b4;
background:-moz-linear-gradient(top, #064884 0%, #3b75b4 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #064884), color-stop(100%, #3b75b4));
background:-webkit-linear-gradient(top, #064884 0%, #3b75b4 100%);
background:-o-linear-gradient(top, #064884 0%, #3b75b4 100%);
background:-ms-linear-gradient(top, #064884 0%, #3b75b4 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#064884', endColorstr='#3b75b4',GradientType=0);
background:linear-gradient(top, #064884 0%, #3b75b4 100%);
}
 
/* Green Color Scheme */
 
.green .dropList-box{
color:#222;
text-shadow:1px 1px 0px #6b7735;
border-color:#6b7735;
-moz-box-shadow:0px 0px 1px #fff inset;
-webkit-box-shadow:0px 0px 1px #fff inset;
box-shadow:0px 0px 1px #fff inset;
background:#7d8f33;
background:-moz-linear-gradient(top, #B3D477 0%, #7AA746 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #B3D477), color-stop(100%, #7d8f33));
background:-webkit-linear-gradient(top, #B3D477 0%, #7AA746 100%);
background:-o-linear-gradient(top, #B3D477 0%, #7AA746 100%);
background:-ms-linear-gradient(top, #B3D477 0%, #7AA746 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3D477', endColorstr='#7AA746',GradientType=0);
background:linear-gradient(top, #B3D477 0%, #7AA746 100%);
}

.green .dropList-box:hover{
background:#93aa4c;
background:-moz-linear-gradient(top, #7AA746 0%, #B3D477 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #7AA746), color-stop(100%, #B3D477));
background:-webkit-linear-gradient(top, #7AA746 0%, #B3D477 100%);
background:-o-linear-gradient(top, #7AA746 0%, #B3D477 100%);
background:-ms-linear-gradient(top, #7AA746 0%, #B3D477 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7AA746', endColorstr='#B3D477',GradientType=0);
background:linear-gradient(top, #7AA746 0%, #B3D477 100%);
}

/* Magenta Color Scheme */
 
.magenta .dropList-box{
color:#fff;
text-shadow:1px 1px 0px #7e0238;
border-color:#7e0238;
-moz-box-shadow:0px 0px 1px #fff inset;
-webkit-box-shadow:0px 0px 1px #fff inset;
box-shadow:0px 0px 1px #fff inset;
background:#90013f;
background:-moz-linear-gradient(top, #b42364 0%, #90013f 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42364), color-stop(100%, #90013f));
background:-webkit-linear-gradient(top, #b42364 0%, #90013f 100%);
background:-o-linear-gradient(top, #b42364 0%, #90013f 100%);
background:-ms-linear-gradient(top, #b42364 0%, #90013f 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b42364', endColorstr='#90013f',GradientType=0);
background:linear-gradient(top, #b42364 0%, #90013f 100%);
}

.magenta .dropList-box:hover{
background:#93aa4c;
background:-moz-linear-gradient(top, #90013f 0%, #b42364 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #90013f), color-stop(100%, #b42364));
background:-webkit-linear-gradient(top, #90013f 0%, #b42364 100%);
background:-o-linear-gradient(top, #90013f 0%, #b42364 100%);
background:-ms-linear-gradient(top, #90013f 0%, #b42364 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#90013f', endColorstr='#b42364',GradientType=0);
background:linear-gradient(top, #90013f 0%, #b42364 100%);
}

/* Orange Color Scheme */
 
.orange .dropList-box{
color:#fff;
text-shadow:1px 1px 0px #c04501;
border-color:#c04501;

-moz-box-shadow:0px 0px 1px #fff inset;
-webkit-box-shadow:0px 0px 1px #fff inset;
box-shadow:0px 0px 1px #fff inset;

background:#d54d01;
background:-moz-linear-gradient(top, #f86c1f 0%, #d54d01 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f86c1f), color-stop(100%, #d54d01));
background:-webkit-linear-gradient(top, #f86c1f 0%, #d54d01 100%);
background:-o-linear-gradient(top, #f86c1f 0%, #d54d01 100%);
background:-ms-linear-gradient(top, #f86c1f 0%, #d54d01 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f86c1f', endColorstr='#d54d01',GradientType=0);
background:linear-gradient(top, #f86c1f 0%, #d54d01 100%);
}

.orange .dropList-box:hover{
background:#f86c1f;
background:-moz-linear-gradient(top, #d54d01 0%, #f86c1f 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d54d01), color-stop(100%, #f86c1f));
background:-webkit-linear-gradient(top, #d54d01 0%, #f86c1f 100%);
background:-o-linear-gradient(top, #d54d01 0%, #f86c1f 100%);
background:-ms-linear-gradient(top, #d54d01 0%, #f86c1f 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d54d01', endColorstr='#f86c1f',GradientType=0);
background:linear-gradient(top, #d54d01 0%, #f86c1f 100%);
}

/* Black Color Scheme */
 
.black .dropList-box{
color:#fff;
text-shadow:1px 1px 0px #222;
border-color:#222;
-moz-box-shadow:0px 0px 1px #fff inset;
-webkit-box-shadow:0px 0px 1px #fff inset;
box-shadow:0px 0px 1px #fff inset;
background:#333333;
background:-moz-linear-gradient(top, #555555 0%, #333333 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #333333));
background:-webkit-linear-gradient(top, #555555 0%, #333333 100%);
background:-o-linear-gradient(top, #555555 0%, #333333 100%);
background:-ms-linear-gradient(top, #555555 0%, #333333 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333',GradientType=0);
background:linear-gradient(top, #555555 0%, #333333 100%);
}

.black .dropList-box:hover{
background:#555555;
background:-moz-linear-gradient(top, #333333 0%, #555555 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #555555));
background:-webkit-linear-gradient(top, #333333 0%, #555555 100%);
background:-o-linear-gradient(top, #333333 0%, #555555 100%);
background:-ms-linear-gradient(top, #333333 0%, #555555 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#555555',GradientType=0);
background:linear-gradient(top, #333333 0%, #555555 100%);
}

/* Example #1 */
.big_img_cont {
	background:#0b0b0b;
	border:solid #000 1px;
	overflow:hidden;
	padding:10px;
	width:883px;
	margin:0px auto;
	-webkit-box-shadow: 0px 0px 2px 0px #000000;
	-moz-box-shadow: 0px 0px 2px 0px #000000;
	box-shadow: 0pxa 0px 2px 0px #000000;
}
.big_img_sh {
	background:url(../images/bigsh.png) center top no-repeat;
	width:886px;
	height:54px;
}
img.example1 {
	width:883px;
	height:256px;
}
.example1div {
	background:#000;
	height:120px!important;
	padding:3px 10px!important;
}
.example1div h3 {
	color:#fff;
	font-size:25px;
	margin:0px;
}
.example1div p {
	font-size:10px!important;
	color:#cecece;
}
.example1div2 {
	width:90px!important;
	height:15px!important;
	padding:3px 10px 10px!important;
	font-size:12px!important;
	background:#0b0b0b;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

/* Example #2 */
.small_img_sh {
	background:url(../images/smallsh.png) left bottom no-repeat;
	padding:0px 0px 18px 11px;
	float:left;
	margin:0px 10px 0px;
}
.small_img_cont {
	overflow:hidden;
	background:#262626;
	padding:6px;
	width:148px;
	-webkit-box-shadow: 0px 0px 2px 0px #000000;
	-moz-box-shadow: 0px 0px 2px 0px #000000;
	box-shadow: 0px 0px 2px 0px #000000;
}
.small_img_cont img {
	
}
img.example2 {
	width:147px;
	height:147px;
}
.example1div3, .example1div4 {
	width:25px!important;
	height:25px!important;
	padding-top:3px!important;
	font-size:12px!important;
	background:#262626;
	padding:5px 0px 0px!important;
	margin:0px!important;
}
.example1div3 {
	text-align:right;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.example1div4 {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

/* Example #3 */
.lang_img_sh {
	background:url(../images/smallsh.png) left bottom no-repeat;
	padding:0px 0px 18px 11px;
	float:left;
	margin:0px 4px;
}
.lang_img_cont {
	overflow:hidden;
	background:#262626;
	padding:6px;
	width:140px;
	-webkit-box-shadow: 0px 0px 2px 0px #000000;
	-moz-box-shadow: 0px 0px 2px 0px #000000;
	box-shadow: 0px 0px 2px 0px #000000;
}
img.example3 {
	width:140px;
	height:320px;
	
}
.example1div5 {
	width:100%;
	height:100%;
	padding:0px!important;
	margin:0px!important;
}
.example1div5 img {
	padding:0px!important;
	margin:0px!important;
}
.example1div6 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0px!important;
	font-size:14px!important;
	background:#000000;
	height: 23px!important;
	width:auto!important;
}
.example1div6 a {
	padding:10px;
}

/* Example 4 */
.mid_img_sh {
	background:url(../images/smallsh.png) left bottom no-repeat;
	padding:0px 0px 18px 11px;
	float:left;
	margin:0px 10px 0px;
}
.mid_img_cont {
	overflow:hidden;
	background:#262626;
	padding:6px;
	-webkit-box-shadow: 0px 0px 2px 0px #000000;
	-moz-box-shadow: 0px 0px 2px 0px #000000;
	box-shadow: 0px 0px 2px 0px #000000;
}
img.example4, img.example5 {
	height:285px;
	width:295px;
}
.example1div7 {
	width:100%!important;
	height:295px!important;
	background:#000000!important;
}
.browser_icons {
	margin-top:85px;
	padding:0px;
}

/* Example 5 */
.example1div8 {
	width:100%!important;
	height:295px!important;
	background:#262626!important;
	padding:5px!important;
}
.example1div8 p {
	margin:2px;
	padding:2px;
	font-size:11px!important;
}
#sample {
	background-image: url(rt.jpg);
	background-repeat: no-repeat;
	display: inline-block;
}

.badge

{

text-align: center;

background-color: transparent;

background-image: url("../images/badge.png");

background-repeat: no-repeat;

background-attachment: scroll;

background-position: 0% 0%;

background-clip: border-box;

background-origin: padding-box;

background-size: auto auto;

color: #ffffff;

display: block;

font-family:"Arial";

font-size: 10px;

height: 25px;

padding-top:0px;

position: relative;

top: -10px;

float:right;

width: 25px;

}

.badge a:hover {text-shadow: 1px 1px 1px #000000; padding:0; margin:0;}


.client-name {



}

/*----------subscribe form----------*/
.subscribe {
	width: 350px;
	margin-top: 0px;
	float: left;
	position: relative;
}
/*subscribe form*/
form#subform fieldset {
	border: none;
	background: none;
}
form#subform fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form#subform input {
	background: url(../images/input-fld-subscribe.png) no-repeat;
	width: 190px;
	height: 25px;
	padding: 5px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #787878;
	line-height: 2em;
	outline: none;
	border: none;
	float: left;
}
form#subform input.sub_submit {
	width: 90px;
	height: 35px;
	background: url(../images/subscribe-btn.png) no-repeat;
	padding: 0;
	margin: 0;
	float: left;
	color: #7c362b;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ffd428;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
}
/*position of error is relative to "suscribe" div*/
form#subform label.error {
	position: absolute;
	top: 35px;
	left: 0;
	color:  #b71e1e;
	font-style: italic;
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
}
form#subform #result_sub {
	width: 290px;
	height: 15px;
	margin-top: 15px;
	font-size: 12px;
	text-align: left;
	float: left;
}
/* Combined */
/* Mega Menu  */

#wrapper_menu {
	width: 920px;
	margin:0 auto;
	display:block;
	position: relative;
	z-index:1001;
}
.menu {
	list-style:none;
	width:878px;
	margin:0px auto 0px auto;
	height:43px;
	padding:0px 20px 0px 20px;
	}
.menu li {
	float:left;
	text-align:center;
	position:relative;
	margin-right:20px;
	margin-top:6px;
	border:none;
}
.menu li.fullwidth {
	position: static !important;
}
.menu li:hover {
	background:#161616;
	border:1px solid #000000;
	border-bottom:none;
	margin-right:19px;
	background: -moz-linear-gradient(top, #212121, #161616);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#212121), to(#161616));
	background: -o-linear-gradient(top, #212121, #161616);
	-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.menu li.nodrop:hover {
	background:#161616;
	border:1px solid #000000;
	padding: 4px 10px 4px 9px;
	background: -moz-linear-gradient(top, #212121, #161616);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#212121), to(#161616));
	background: -o-linear-gradient(top, #212121, #161616);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li.nodrop:hover a {
	padding: 0px;
}
.menu li a {
	color: #EEEEEE;
	outline:0;
	padding: 5px 10px 3px 10px;
	
	display:block;
	text-shadow: 1px 1px 1px #000;
}
.menu li:hover a {
	color:#ffffff;
	text-shadow: none;
	position:relative;
	z-index:11;
	border-bottom:1px solid #161616;
	padding: 4px 9px 4px 9px;
	cursor:default;
}
.menu li:hover div a {
	display:inline;
}
.menu-old li .dropc {
	padding-right:7px;
	padding-bottom: 4px;
	background-color: #161616;
	border:1px solid #161616;
	background: -moz-linear-gradient(top, #212121, #161616);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#212121), to(#161616));
	background: -o-linear-gradient(top, #212121, #161616);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
	
}

.menu li .dropc {
    background-color: #161616;
    border: 1px solid #161616;
    border-radius: 0 0 0 0;
    height: 27px;
    margin-top: -6px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 10px;
    width: 120px;
}
	


.active {	
	border:1px solid #161616;
	background: -moz-linear-gradient(top, #212121, #161616);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#212121), to(#161616));
	background: -o-linear-gradient(top, #212121, #161616);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    }

.menu li:hover .dropc {
	
	background-color: #161616;
    border: 1px solid #161616;
    border-radius: 0 0 0 0;
    height: 27px;
    margin-top: -8px;
    padding-bottom: 5px!important;
    padding-left: 20px!important;
    padding-top: 11px!important;
    width: 121px;
	margin-left: -6px;
	
}

.menu li:hover .drop {
	padding-right:10px;
	
	
	
}

/* Right aligned menu item */

.menu .right {
	float:right;
	right:-20px;
	margin-right:0px;
	
}
.menu li.right:hover {
	margin-right:-1px;
}



/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */



/* Left & right aligned common styles */

.menu .dropdown_1column, 
.menu .dropdown_2columns,
.menu .dropdown_login_columns, 
.menu .dropdown_3columns, 
.menu .dropdown_4columns,
.menu .dropdown_5columns,
.menu .dropdown_fullwidth {
	margin:4px auto;
	left:-999em;
	position:absolute;
	background:#161616;
	border:1px solid #000000;
	padding:10px;
	text-align:left;
	-moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    -khtml-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
	background: -moz-linear-gradient(top, #161616, #0A0A0A);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#161616), to(#0A0A0A));
	background: -o-linear-gradient(top, #161616, #0A0A0A);
}

/* Drop Downs Sizes */

.menu .dropdown_1column {width: 145px;}
.menu .dropdown_2columns {width: 290px;}
.menu .dropdown_login_columns {width: 200px;}
.menu .dropdown_3columns {width: 455px;}
.menu .dropdown_4columns {width: 610px;}
.menu .dropdown_5columns {width: 765px;}
.menu .dropdown_fullwidth {
	width: 920px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
}
.menu li .first_fullwidth {
	-moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column, 
.menu li:hover .dropdown_2columns, 
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
	left:-1px;
	top:25px;
}
.menu li:hover .dropdown_fullwidth {
	left:21px;
	top:33px;
	display: block;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
.menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:25px;
}
.menu li.right:hover .dropdown_fullwidth {
	right:18px;
	top:33px;
}

/* Columns Sizes */

.menu .col_1,
.menu .col_2,
.menu .col_3,
.menu .col_4,
.menu .col_5,
.menu .col_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
}
.menu .col_1 {width:145px;}
.menu .col_2 {width:300px;}
.menu .col_3 {width:455px;}
.menu .col_4 {width:610px;}
.menu .col_5 {width:765px;}
.menu .col_6 {width:920px;}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0px; /* Clearing margin & left */
	margin-bottom: 5px;
	clear: left;
}



/*  _______________________________________

	03 CONTENT STYLING
    _______________________________________  */



.menu p,
.menu ul,
.menu li,
.menu h2,
.menu h3 {
	color:#ffffff;
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}
.menu p {
	font-size:12px;
	line-height:18px;
	margin:0;
	margin-bottom:10px;
	text-shadow:1px 1px #000000;
}
.menu .strong {
	font-weight:bold;
}
.menu .italic {
	font-style:italic;
}
.menu h2, 
.menu h3 {
	text-shadow:1px 1px #000000;
	
	margin-top:7px;
}
.menu h2 {
	font-weight:400;
	font-size:21px;
	margin-bottom:18px;
	padding-bottom:11px;
}
.menu h3 {
	font-weight:600;
	font-size:14px;
	margin-bottom:4px;
	padding-bottom:7px;
}
.menu li:hover div a {
	text-decoration:none;
	text-shadow:none;
	border:none;5
	padding:0;
}
.menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}
.account-notice {color:#92D6E8; font-weight: 500;}

/* Icon paragraphs */

.menu .help,
.menu .favorite,
.menu .mail,
.menu .print {
	padding-left:36px;
	margin-bottom:18px;
}
.menu .help {background:url("menu_images/help.png") no-repeat 0px 2px;}
.menu .favorite {background:url("menu_images/favorite.png") no-repeat 0px 2px;}
.menu .mail {background:url("menu_images/mail.png") no-repeat 0px 2px;}
.menu .print {background:url("menu_images/print.png") no-repeat 0px 2px;}

.menu li.support {background:url("menu_images/help.png") no-repeat 0px 2px;}

/* Images styles */

.menu .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.menu .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0px;
}
.menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0px 5px 15px;
}

/* Box styles */

.menu li .black_box,
.menu li .dark_grey_box {
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-color:#0A0A0A;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

/* Standard lists styles */

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #000000;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	width:145px;
}
.menu li ul li a {
	padding:0;
}
.menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

/* Greybox lists styles */

.menu li .greybox li {
	background:#0A0A0A;
	border:1px solid #000000;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:131px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li .greybox li:hover {
	background:#141414;
	border:1px solid #111111;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.menu li .accountbox li {
	background:#0A0A0A;
	border:1px solid #0A0A0A;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 0px;
	width:131px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    text-align: right;
}
.menu li .accountbox li:hover {
	background:#141414;
	border:1px solid #0A0A0A;
	padding:4px 6px 4px 0px;
	margin:0px 0px 4px 0px;
	text-align: right;
}

.menu .accountbox #support {
    background: url(menu_images/help.png) no-repeat 10px 50%;
   background-color: #000; }
.menu .accountbox #mail {
    background: url(menu_images/mail.png) no-repeat 20px 50%;
   background-color: #000; }
    
.menu .accountbox #profile {
background: url(menu_images/profile.png) no-repeat 10px 50%;
background-color: #000;
}

.menu .accountbox #domain {
background: url(menu_images/domain.png) no-repeat 10px 50%;
background-color: #000;}

.menu .accountbox #invoice {
background: url(menu_images/money.png) no-repeat 20px 50%;
background-color: #000;}

.menu .accountbox #service {
background: url(menu_images/service.png) no-repeat 20px 50%;
background-color: #000;}

.menu .accountbox #signout {
background: url(menu_images/signout.png) no-repeat 20px 50%;
background-color: #000;}

.menu .accountbox #project {
background: url(menu_images/favorite.png) no-repeat 10px 50%;
background-color: #000;}



/* Other lists styles */

.menu li .plus li {
	background: url("menu_images/plus_dark.png") left 6px no-repeat;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.menu li .plus li:hover {
	background: url("menu_images/plus_dark.png") left 6px no-repeat;
	padding:0px 0px 0px 21px;
	margin:0px 0px 4px 0px;
}

/* Social Icons */

.menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.menu li ul.social li img {
	border:none;
}
.menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.menu li ul.social li span {
	display:none;
}

/* 2-Levels Drop Down */

.menu .levels, .menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu li:hover .levels a {
	display:block;
}
.menu .levels a {
	display: block;
	width: 10em;
}
.menu .levels a.parent, .menu .levels a.parent:hover {
	background: url("menu_images/drop2_dark.png") right center no-repeat;
}
.menu .levels li {
	float: left;
	width:150px;
}
.menu .levels li ul { /* second-level lists */
	position: absolute;
	background:#161616;
	border:1px solid #000000;
	top:-23px;
	margin:15px 0px 0px 4px;
	padding:6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: -moz-linear-gradient(top, #161616, #0A0A0A);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#161616), to(#0A0A0A));
	background: -o-linear-gradient(top, #161616, #0A0A0A);
	left: -999em;
}
.menu .levels li ul ul {
	top:-23px;
}
.menu .levels li:hover ul ul, .menu .levels li:hover ul ul ul {
	left: -999em;
}
.menu .levels li:hover ul, .menu .levels li li:hover ul, .menu .levels li li li:hover ul {
	left: 142px;
}



/*  _______________________________________

	04 CONTACT FORM
    _______________________________________  */



.menu form {
	margin:0 0 12px 0;
	padding:0px;
}

/* Labels & fieldsets stylings */

.menu fieldset {
	margin:0;
	border:none;
}		
.menu form p {
	margin:10px 0;
	overflow:hidden;
	width:240px;
}

.menu label {
	float:left;
	padding-top: 7px;
	display:block;
	text-align:left;
	width:70px;
}	
.menu input,
.menu textarea {	
	margin:0;	
	
	
	color:#eeeeee;	
	background-color:#222222;
	border:1px solid #0A0A0A;
	padding:3px 5px 3px 5px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-left: 0px;
}		
.menu textarea {
	height:100px;
	overflow:auto;
}

#login_name {width:190px;height:25px;}
#login_pass {width:190px;height:25px;}
.menu input[type="checkbox"]{
padding:10px;
margin:5px;
cursor:pointer;
color:#ffffff;
-moz-border-radius: 10px; -webkit-border-radius: 10px;
}						

/* Buttons stylings */

.menu button {

background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -ms-box-shadow: inset 0 1px 0 0 #96ca6d;
  -o-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 200px;

}

.menu button:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76b347), to(#5e9e2e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    -ms-box-shadow: inset 0 1px 0 0 #8dbf67;
    -o-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; }
.menu button:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #000;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #000;
    -ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #000;
    -o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #000;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #000; }


/*  _______________________________________

	05 COLORS
    _______________________________________  */



/* Black */

.menu_black {
	background: #333;
	background-image: url(../images/menu-bg.png);
	                 
	background-repeat: repeat-x;
	                 
	border: 1px solid #444;
	border-top: 1px solid #444;

}
.menu_black li:hover div a {
	color:#CCC;
}
.menu_black li:hover div a:hover {
	color:#EEE;
}
.menu_black li ul li a:hover {
	color:#EEE;
}

/* Blue */

.menu_blue {
	background: #014464;
	border: 1px solid #015b86;
	border-top: 1px solid #029feb;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	background: -o-linear-gradient(top, #0272a7, #013953);
}
.menu_blue li:hover div a {
	color:#0294da;
}
.menu_blue li:hover div a:hover {
	color:#33bcfd;
}
.menu_blue li ul li a:hover {
	color:#33bcfd;
}

/* Brown */

.menu_brown {
	background: #44391e;
	border: 1px solid #5c4c29;
	border-top: 1px solid #a28748;
	background: -moz-linear-gradient(top, #736033, #382f19);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#736033), to(#382f19));
	background: -o-linear-gradient(top, #736033, #382f19);
}
.menu_brown li:hover div a {
	color:#8b733e;
}
.menu_brown li:hover div a:hover {
	color:#bfa670;
}
.menu_brown li ul li a:hover {
	color:#bfa670;
}

/* Green */

.menu_green {
	background: #3e5718;
	border: 1px solid #52711f;
	border-top: 1px solid #8bc135;
	background: -moz-linear-gradient(top, #658c26, #354914);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658c26), to(#354914));
	background: -o-linear-gradient(top, #658c26, #354914);
}
.menu_green li:hover div a {
	color:#6f992a;
}
.menu_green li:hover div a:hover {
	color:#a3d158;
}
.menu_green li ul li a:hover {
	color:#a3d158;
}

/* Light Blue */

.menu_lightblue {
	background: #52786b;
	border: 1px solid #608c7d;
	border-top: 1px solid #99b9ae;
	background: -moz-linear-gradient(top, #709e8e, #52786b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#709e8e), to(#52786b));
	background: -o-linear-gradient(top, #709e8e, #52786b);
}
.menu_lightblue li:hover div a {
	color:#608c7d;
}
.menu_lightblue li:hover div a:hover {
	color:#99b9ae;
}
.menu_lightblue li ul li a:hover {
	color:#99b9ae;
}

/* Orange */

.menu_orange {
	background: #d24900;
	border: 1px solid #f45500;
	border-top: 1px solid #ff945b;
	background: -moz-linear-gradient(top, #ff6717, #c14300);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6717), to(#c14300));
	background: -o-linear-gradient(top, #ff6717, #c14300);
}
.menu_orange li:hover div a {
	color:#f45500;
}
.menu_orange li:hover div a:hover {
	color:#ff945b;
}
.menu_orange li ul li a:hover {
	color:#ff945b;
}

/* Pink */

.menu_pink {
	background: #910045;
	border: 1px solid #b30055;
	border-top: 1px solid #ff1a87;
	background: -moz-linear-gradient(top, #d50066, #80003d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d50066), to(#80003d));
	background: -o-linear-gradient(top, #d50066, #80003d);
}
.menu_pink li:hover div a {
	color:#e6006d;
}
.menu_pink li:hover div a:hover {
	color:#ff4da1;
}
.menu_pink li ul li a:hover {
	color:#ff4da1;
}

/* Purple */

.menu_purple {
	background: #6a5f71;
	border: 1px solid #7b6f83;
	border-top: 1px solid #ada5b3;
	background: -moz-linear-gradient(top, #8c8094, #615867);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c8094), to(#615867));
	background: -o-linear-gradient(top, #8c8094, #615867);
}
.menu_purple li:hover div a {
	color:#7b6f83;
}
.menu_purple li:hover div a:hover {
	color:#ada5b3;
}
.menu_purple li ul li a:hover {
	color:#ada5b3;
}

/* Red */

.menu_red {
	background: #830701;
	border: 1px solid #a40802;
	border-top: 1px solid #fd190f;
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d70b02), to(#830701));
	background: -o-linear-gradient(top, #d70b02, #830701);
}
.menu_red li:hover div a {
	color:#d60a03;
}
.menu_red li:hover div a:hover {
	color:#fd5953;
}
.menu_red li ul li a:hover {
	color:#fd5953;
}

/* Jquery Alerts*/ 
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #555;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../images/info.gif);
}

#popup_content.confirm {
	background-image: url(../images/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}



/*ColorBox Core Style:*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#cboxOverlay{background-color: #000;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.cboxIE6 #cboxTopLeft{background:url(../images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/ie6/borderMiddleRight.png);}
.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* Slider */

.bx-next {
	position:absolute;
	top:20%;
	right:-41px;
	z-index:999;
	width: 26px;
	height: 66px;
	text-indent: -999999px;
	background: url(../images/next.png) no-repeat 0 -66px;
}

.bx-wrapper {margin-left: 20px; margin-top: 40px;}
#slide1 {width:950px;}

/*previous button*/
.bx-prev {
	position:absolute;
	top:20%;
	left:-61px;
	z-index:999;
	width: 26px;
	height: 66px;
	text-indent: -999999px;
	background: url(../images/prev.png) no-repeat 0 -66px;
}

.work-prev {
	position:relative;
	top:80px;
	left:-31px;
	z-index:999;
	width: 26px;
	height: 66px;
	text-indent: -999999px;
	background: url(../images/prev.png) no-repeat 0 -66px;
}
.work-next {
	position: relative;
	top:14px;
	right:-905px;
	width: 26px;
	height: 66px;
	text-indent: -999999px;
	background: url(../images/next.png) no-repeat 0 -66px;
	
}

.work-wrapper {width:920px;height:500px;margin-top: 40px;margin-left: -11px; clear: both;}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(../images/gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(../images/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(../images/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

.work-next:hover,
.work-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}

#lgs { 
	display: block; 
	width: 199px; 
	height: 51px; 
	background: url("../images/lgs.png") no-repeat 0 0; 
} 
#lgs:hover {
	background-position: 0 -50px; 
}

#lgs span { 
	position: absolute; 
	text-indent:-9999px;
}

/* Super Massive CSS-Sprite Social Media Icon Set Start */
ul.socialicons 						{ list-style-type: none; }
ul.socialicons li					{ list-style-type: none; display: inline; float: left; padding: 0 5px 0 0; }
ul.color li a 						{ background: url('../images/socialicons2.png') no-repeat 0 0; }
ul.bw li a 							{ background: url('../images/socialicons.png') no-repeat 0 0; }
ul.socialicons li a 				{ text-indent: -9999px; width: 32px; height: 33px; display: block; overflow: hidden; margin: 2px; }
									
									
/* Each icon's sprite coordinates */
ul.socialicons li a.stumbleupon 			{ background-position: 0 0; }
ul.socialicons li a.stumbleupon:hover 	{ background-position: -38px 0; }
ul.socialicons li a.digg 					{ background-position: 0 -36px; }
ul.socialicons li a.digg:hover 			{ background-position: -38px -36px; }
ul.socialicons li a.facebook 				{ background-position: 0 -73px; }
ul.socialicons li a.facebook:hover 		{ background-position: -38px -73px; }
ul.socialicons li a.twitter 				{ background-position: 0 -109px; }
ul.socialicons li a.twitter:hover 		{ background-position: -38px -109px; }
ul.socialicons li a.delicious 				{ background-position: 0 -146px; }
ul.socialicons li a.delicious:hover 	{ background-position: -38px -146px; }
ul.socialicons li a.flickr 					{ background-position: 0 -183px; }
ul.socialicons li a.flickr:hover 		{ background-position: -38px -183px; }
ul.socialicons li a.youtube 				{ background-position: 0 -219px; }
ul.socialicons li a.youtube:hover 		{ background-position: -38px -219px; }
ul.socialicons li a.skype 					{ background-position: 0 -256px; }
ul.socialicons li a.skype:hover 		{ background-position: -38px -256px; }
ul.socialicons li a.linkedin 				{ background-position: 0 -292px; }
ul.socialicons li a.linkedin:hover 		{ background-position: -38px -292px; }
ul.socialicons li a.vimeo 					{ background-position: 0 -329px; }
ul.socialicons li a.vimeo:hover 		{ background-position: -38px -329px; }
ul.socialicons li a.blogger 				{ background-position: 0 -365px; }
ul.socialicons li a.blogger:hover 		{ background-position: -38px -365px; }
ul.socialicons li a.tumblr 					{ background-position: 0 -402px; }
ul.socialicons li a.tumblr:hover 		{ background-position: -38px -402px; }
ul.socialicons li a.picasa 					{ background-position: 0 -438px; }
ul.socialicons li a.picasa:hover 		{ background-position: -38px -438px; }
ul.socialicons li a.wordpress 				{ background-position: 0 -475px; }
ul.socialicons li a.wordpress:hover 	{ background-position: -38px -475px; }
ul.socialicons li a.rss 					{ background-position: 0 -511px; }
ul.socialicons li a.rss:hover 			{ background-position: -38px -511px; }
ul.socialicons li a.mobileme 				{ background-position: 0 -548px; }
ul.socialicons li mobileme:hover 		{ background-position: -38px -548px; }
ul.socialicons li a.apple 					{ background-position: 0 -585px; }
ul.socialicons li a.apple:hover 		{ background-position: -38px -585px; }
ul.socialicons li a.gpluslight 				{ background-position: 0 -621px; }
ul.socialicons li a.gpluslight:hover 	{ background-position: -38px -621px; }
ul.socialicons li a.gplusdark 				{ background-position: 0 -694px; }
ul.socialicons li a.gplusdark:hover 	{ background-position: -38px -694px; }
ul.socialicons li a.twitterb 				{ background-position: 0 -658px; }
ul.socialicons li a.twitterb:hover 		{ background-position: -38px -658px; }
ul.socialicons li a.instagram 				{ background-position: 0 -731px; }
ul.socialicons li a.instagram:hover 	{ background-position: -38px -731px; }
ul.socialicons li a.myspace 				{ background-position: 0 -767px; }
ul.socialicons li a.myspace:hover 		{ background-position: -38px -767px; }
ul.socialicons li a.dribble 				{ background-position: 0 -803px; }
ul.socialicons li a.dribble:hover 		{ background-position: -38px -803px; }
ul.socialicons li a.blip 					{ background-position: 0 -838px; }
ul.socialicons li a.blip:hover 			{ background-position: -38px -838px; }
ul.socialicons li a.spotify 				{ background-position: 0 -874px; }
ul.socialicons li a.spotify:hover 		{ background-position: -38px -874px; }
ul.socialicons li a.grooveshark 			{ background-position: 0 -910px; }
ul.socialicons li a.grooveshark:hover 	{ background-position: -38px -910px; }
ul.socialicons li a.ichat 					{ background-position: 0 -946px; }
ul.socialicons li a.ichat:hover 		{ background-position: -38px -946px; }
ul.socialicons li a.github 					{ background-position: 0 -981px; }
ul.socialicons li a.github:hover 		{ background-position: -38px -981px; }
ul.socialicons li a.soundcloud 				{ background-position: 0 -1017px; }
ul.socialicons li a.soundcloud:hover 	{ background-position: -38px -1017px; }
ul.socialicons li a.pinterest 				{ background-position: 0 -1053px; }
ul.socialicons li a.pinterest:hover 	{ background-position: -38px -1053px; }
ul.socialicons li a.smugmug 				{ background-position: 0 -1088px; }
ul.socialicons li a.smugmug:hover 		{ background-position: -38px -1088px; }
ul.socialicons li a.virb 					{ background-position: 0 -1124px; }
ul.socialicons li a.virb:hover 			{ background-position: -38px -1124px; }
ul.socialicons li a.technorait 				{ background-position: 0 -1160px; }
ul.socialicons li a.technorait:hover 	{ background-position: -38px -1160px; }
ul.socialicons li a.slashdot 				{ background-position: 0 -1195px; }
ul.socialicons li a.slashdot:hover 		{ background-position: -38px -1195px; }
ul.socialicons li a.sharethis 				{ background-position: 0 -1231px; }
ul.socialicons li a.sharethis:hover 	{ background-position: -38px -1231px; }
ul.socialicons li a.posterous 				{ background-position: 0 -1267px; }
ul.socialicons li a.posterous:hover 	{ background-position: -38px -1267px; }
ul.socialicons li a.googleb 				{ background-position: 0 -1302px; }
ul.socialicons li a.googleb:hover 		{ background-position: -38px -1302px; }
ul.socialicons li a.reddit 					{ background-position: 0 -1338px; }
ul.socialicons li a.reddit:hover 		{ background-position: -38px -1338px; }
ul.socialicons li a.friendfollow 			{ background-position: 0 -1374px; }
ul.socialicons li a.friendfollow:hover 	{ background-position: -38px -1374px; }
ul.socialicons li a.designfloat 			{ background-position: 0 -1409px; }
ul.socialicons li a.designfloat:hover 	{ background-position: -38px -1409px; }
ul.socialicons li a.amazon 					{ background-position: 0 -1445px; }
ul.socialicons li a.amazon:hover 		{ background-position: -38px -1445px; }
ul.socialicons li a.netvibes 				{ background-position: 0 -1481px; }
ul.socialicons li a.netvibes:hover 		{ background-position: -38px -1481px; }
ul.socialicons li a.bing 					{ background-position: 0 -1516px; }
ul.socialicons li a.bing:hover 			{ background-position: -38px -1516px; }
ul.socialicons li a.yahoo 					{ background-position: 0 -1552px; }
ul.socialicons li a.yahoo:hover 		{ background-position: -38px -1552px; }
ul.socialicons li a.aim 					{ background-position: 0 -1588px; }
ul.socialicons li a.aim:hover 			{ background-position: -38px -1588px; }
ul.socialicons li a.email 					{ background-position: 0 -1623px; }
ul.socialicons li a.email:hover 		{ background-position: -38px -1623px; }
ul.socialicons li a.ebay 					{ background-position: 0 -1659px; }
ul.socialicons li a.ebay:hover 			{ background-position: -38px -1659px; }
ul.socialicons li a.paypal 					{ background-position: 0 -1695px; }
ul.socialicons li a.paypal:hover 		{ background-position: -38px -1695px; }
ul.socialicons li a.feedburner 				{ background-position: 0 -1730px; }
ul.socialicons li a.feedburner:hover 	{ background-position: -38px -1730px; }
ul.socialicons li a.podcast 				{ background-position: 0 -1766px; }
ul.socialicons li a.podcast:hover 		{ background-position: -38px -1766px; }
ul.socialicons li a.appstoreios 			{ background-position: 0 -1802px; }
ul.socialicons li a.appstoreios:hover 	{ background-position: -38px -1802px; }
ul.socialicons li a.itunes 					{ background-position: 0 -1837px; }
ul.socialicons li a.itunes:hover 		{ background-position: -38px -1837px; }
ul.socialicons li a.appstoremac 			{ background-position: 0 -1873px; }
ul.socialicons li a.appstoremac:hover 	{ background-position: -38px -1873px; }
ul.socialicons li a.yelp 					{ background-position: 0 -1909px; }
ul.socialicons li a.yelp:hover 			{ background-position: -38px -1909px; }
ul.socialicons li a.wthree 					{ background-position: 0 -1944px; }
ul.socialicons li a.wthree:hover 		{ background-position: -38px -1944px; }
ul.socialicons li a.etsy 					{ background-position: 0 -1980px; }
ul.socialicons li a.etsy:hover 			{ background-position: -38px -1980px; }
ul.socialicons li a.stackoverflow 			{ background-position: 0 -2016px; }
ul.socialicons li a.stackoverflow:hover { background-position: -38px -2016px; }
ul.socialicons li a.foursquare 				{ background-position: 0 -2051px; }
ul.socialicons li a.foursquare:hover 	{ background-position: -38px -2051px; }
ul.socialicons li a.quora 					{ background-position: 0 -2087px; }
ul.socialicons li a.quora:hover 		{ background-position: -38px -2087px; }
ul.socialicons li a.photobucket 			{ background-position: 0 -2123px; }
ul.socialicons li a.photobucket:hover 	{ background-position: -38px -2123px; }