﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background:url(../images/body-bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#container{
	background:url(../images/container-bg.jpg) no-repeat center top;
}
#wrapper{
	background:url(../images/header-bg.jpg) no-repeat center top;
}
#site-wrap{
	margin:0 auto 100px auto;
	width:820px;
}
a{
	text-decoration:none;
	outline:none;
	color:#FF9900;
}
a:hover{
	color:#CC6600;
}
ul{
	list-style:none;
}
.clearfloat{
	clear:both;
}
p{
	margin:0 0 24px 0;
	line-height:26px;
}
h1{
	font:230% Helvetica;
	margin:0 0 10px 0;
}
h2{
	font:190% Helvetica;
}
h3{
	font:130% Helvetica;
}
.qoute{
	margin:0 0 20px 0;
}
input, textarea{
	outline:none;
}
.mgbtm{
	margin:0 0 30px 0;
}
#sent{
	text-align:center;
	margin:0 0 20px 0;
	padding:10px 0;
	border-bottom:1px solid #996600;
	border-top:1px solid #996600;
}


/* Header Layer
------------------------------------------------------------------------*/
#header{
	margin:0 0 30px 0;
	position:relative;
	z-index:10;
}
#header .logo{
	background:url(../images/logo.png) no-repeat;
	display:block;
	width:354px;
	height:110px;
	text-indent:-2000px;
}
#header .navigation{
	position:relative;
	z-index:90px;
}
#header .navigation li{
	float:left;
	width:auto;
}
#header .navigation li a{
	display:block;
	height:48px;
	text-indent:-2000px;
}
#die-ie-six{
	position:absolute;
	top:15px;
	right:0;
	width:430px;
	font-size:11px;
	background:#FFF;
	padding:10px;
}

/*- Default Navigation -*/
#header .navigation li.home a{
	background:url(../images/nav.png) 0 0 no-repeat;
	width:84px;
}
#header .navigation li.get-start a{
	background:url(../images/nav.png) -84px 0 no-repeat;
	width:107px;
}
#header .navigation li.faq a{
	background:url(../images/nav.png) -191px 0 no-repeat;
	width:74px;
}
#header .navigation li.policy a{
	background:url(../images/nav.png) -265px 0 no-repeat;
	width:130px;
}
#header .navigation li.contact a{
	background:url(../images/nav.png) -395px 0 no-repeat;
	width:98px;
}

/*- Hover Navigation -*/
#header .navigation li.home a:hover, body#mainPage .navigation li.home a{
	background:url(../images/nav.png) 0 -48px no-repeat;
}
#header .navigation li.get-start a:hover, body#getStarted .navigation li.get-start a{
	background:url(../images/nav.png) -84px -48px no-repeat;
}
#header .navigation li.faq a:hover, body#faqPage .navigation li.faq a{
	background:url(../images/nav.png) -191px -48px no-repeat;
}
#header .navigation li.policy a:hover, body#privacyPage .navigation li.policy a{
	background:url(../images/nav.png) -265px -48px no-repeat;
}
#header .navigation li.contact a:hover, body#contactPage .navigation li.contact a{
	background:url(../images/nav.png) -395px -48px no-repeat;
}

#contents .entry  h3.faq-star{
	background:url(../images/favicon.png) no-repeat 0 6px;
	padding:5px 0 5px 30px;
}
#contents .faqPar p{
	margin-left:30px;
}

/* Dropdown */
ul.navigation                         { position: relative; }
ul.navigation li                      { zoom: 1; }
ul.navigation li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.navigation li.hover,
ul.navigation li:hover                { position: relative; }


/* 
	LEVEL TWO
*/
ul.navigation ul {
	z-index:100;
	width:219px;
	visibility:hidden;
	position:absolute;
	top:100%;
	left:0;
}
ul.navigation ul li {
	background:url(../images/scroll_bg.png);
	font-weight: normal;
	color: #000;
	margin:0 !important;
	float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.navigation ul li a{
	text-indent:0 !important;
	background:none !important;
	color:#FFF !important;
	padding:5px 0 5px 30px;
	border-right: none;
	color:#FFF !important;
	display:inline-block;
	width:189px !important;
	height:auto !important;
}
.bgnone{
	background:none !important;
	height:24px;
}
ul.navigation ul li a:hover{
	color:#FF0 !important;
	background:url(../images/hover-star.png) no-repeat 5px 5px !important;
}

/* 
	LEVEL THREE
*/
ul.navigation ul ul {
	left: 100%; top: 0;
}
ul.navigation li:hover > ul {
	visibility: visible; width:219px;
}


/* Ninja Scroll CSS
------------------------------------------------------------------------*/
/*- Ninja Scroll Top and Dagger -*/
#scroll-top{
	position:relative;
	height:38px;
	z-index:0;
	background:url(../images/scroll_01.png) no-repeat;
}
#scroll-top .dagger-top{
	position:absolute;
	top:-30px;
	left:-25px;
}

/*- Ninja Scroll Bottom and Dagger -*/
#scroll-btm{
	position:relative;
	z-index:0;
	height:41px;
	background:url(../images/scroll_02.png) no-repeat;
}
#scroll-btm .dagger-btm{
	position:absolute;
	bottom:-18px;
	right:-25px;
}


/* Contents
------------------------------------------------------------------------*/
#contents{
	position:relative;
	height:auto;
	z-index:0;
	background:url(../images/scroll-repeat.png) repeat-y;
}
#contents .scroll-top{
	position:absolute;
	top:0;
	z-index:-0;
}
#contents .scroll-btm{
	bottom:0;
	position:absolute;
	z-index:0;
}

/*This part is for the default function of the scroll*/
#contents .entry, 
#contents .entry-sent, 
#contents .entry-privacy, 
#contents .entry-contact{
	width:770px;
	margin:0 auto;
	position:relative;
}

/*Class for the entry of all other pages with a default resizable height*/
#contents .entry{
	height:auto;
}
/*Class for contact page*/
#contents .entry-contact{
	height:600px;
}
/*Class for contact sent*/
#contents .entry-sent{
	height:500px;
}
/*Class for privacy policy*/
#contents .entry-privacy{
	height:500px;
}

/*Class for Skills List at the main page*/
#contents .skills-list h3{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#contents .skills-list li{
	float:left;
	width:190px;
	text-align:center;
	height:280px;
}

/* Service for 2 day and 5 day */
#contents .service{
	margin:0 auto;
	display:block;
	width:505px;
}
#contents .service li{
	float:left;
	width:auto;
}
#contents .service li.five-day a, #contents .service li.two-day a{
	display:block;
	background:url(../images/turnaround_bg.png) no-repeat;
	height:59px;
	width:170px;
	padding:32px 0 0 20px;
	color:#000000;
}
#contents .service li a span{
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
#contents .service li.two-day a{
	margin:0 20px 0 0;
}
#contents .service li.five-day a{
	margin:0 0 0 20px;
}
#contents .getstart{
	display:block;
	text-indent:-2000px;
	width:239px;
	height:58px;
	background:url(../images/get_started.png) no-repeat;
	margin:0 auto;
}

/* Landing Page for each services */
#contents .system-logo{
	float:right;
	padding:0 0 10px 20px;
	margin:0 70px 0 0;
}

/* New GetStarted Page CSS */
#gets-new .name, #gets-new .email{
	background:url(../images/input-bg1.png) no-repeat;
	padding:8px 5px;
	width:290px;
	border:none;
	font-size:12px;
}
#gets-new label{
	font-weight:bold;
	display:block;
	margin:0 0 10px 0;
}
#gets-new .basic-info li{
	float:left;
	margin:0 50px 30px 0;
}
#gets-new .num-pages{
	background:url(../images/input-bg2.png) no-repeat;
	padding:8px 5px;
	width:145px;
	border:none;
	font-size:12px;
}
#gets-new .basic-req li{
	float:left;
	margin:0 50px 30px 0;
}
#gets-new .slideslide{
	width:550px;
	margin:0 !important;
}
#gets-new fieldset{
	border:0;
	margin: 0 0 30px 0;
}

div.sio {
	background:url(images/collapsible-bg.png) 0% 0% no-repeat;
	padding:8px 0;
	margin-bottom:5px;
	float:left;
	width:100%;
	overflow:hidden;
	clear:both;
}
div.sio h2 {
	cursor:pointer !important;
	color:#5a7089 !important;
	padding:0 !important;
	margin:0 !important;
	background:url(images/collapsible-buttons.png) 100% -11px no-repeat;
}
div.sio h2 span {
	padding-right:10px;
}
div.sio h2.hover, div.sio h2:hover {
	color:#075199 !important;
}
div.sio h2.expanded {
	background-position:100% -61px;
}
#gets-new .options label{
	font-weight:normal;
	display:normal;
	float:none;
}
#gets-new .options input{
	margin:0 5px 0 0;
}
#gets-new .titlecol{
	cursor:pointer;
	display:block;
}
#gets-new .collapsible-area {
	display:none;
	float:left;
	width:100%;
	overflow:hidden;
	clear:both;
}


#gets-new .comms-ul li{
	float:left;
}
#gets-new .comms-ul .total, #gets-new .comms-ul .sub-button{
	margin:0;
}
#gets-new .comms-ul li.comms{
	width:400px;
	margin:0 10px 0 0;
}
#gets-new .note{
	font-size:11px;
	line-height:normal;
}
#gets-new .note img{
	float:left;
}
#gets-new .note p{
	line-height:normal;
	padding:7px 0 0 0;
}
#gets-new .comms-ul li.ful{
	width:300px;
}
#gets-new .options li{
	float:left;
	width:320px;
	margin:0 50px 0 0;
	position:relative;
}
#gets-new .options var{
	right:0;
	position:absolute;
}
#gets-new .comments{
	background:url(../images/comms_ul.png) no-repeat;
	padding:10px 5px 5px 3px;
	width:390px;
	height:285px;
	border:none;
	float:left;
	font-size:12px;
}



/* Check BOX */
.checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; }

.checkbox .mark {display: inline;}

.checkbox img {vertical-align: middle; margin-right:3px; width: 16px; height: 16px; }
.checkbox img {background: transparent url(../images/sio-check.png) no-repeat;}

.checkbox img{
	background-position: 0px 0px;
}
.checkbox-hover img{
	background-position: -16px 0px;
}
.checkbox-checked img{
	background-position: 0px -16px;
}
.checkbox-checked .checkbox-hover img {
	background-position: -16px -16px;
}

.checkbox-disabled img{
	background-position: 0px -32px;
}
.checkbox-checked .checkbox-disabled img{
	background-position: 0px -48px;
}





/* Slider
------------------------------------------------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: pointer; } /*Edit Here*/
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }


.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-state-default, .ui-widget-content .ui-state-default { border: 0px solid #cccccc; background: url(../images/favicon.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; outline: none; padding:2px 0; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
.ui-state-focus, .ui-widget-content .ui-state-focus { border: 0px solid #fbcb09; /*background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;*/ font-weight: bold; color: #c77405; outline: none; }




.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }

#slidingbar{
	position:relative;
	z-index:3;
}
#slidingbar #slider{
	position:absolute;
	left:-10px;
	top:30px;
	margin: 10px;
	width: 70%;
}
#slidingbar .daysdays{
	position:absolute;
	right:0px;
	top:38px;
}
#slidingbar .daysdays input{
	border:0;
	background:transparent;
}
#slidingbar .totalrate{
	font-size:14px;
	position:absolute !important;
	top:38px;
	right:0px;
}

/* Get Started Form */
#form-qoute	label{
	display:block;
	float:left;
	width:230px;
	font-weight:bold;
}
.cfields{
	clear:both;
	margin:0 0 20px 0;
}
#name, #mail{
	background:url(../images/input-bg1.png) no-repeat;
	padding:8px 5px;
	width:290px;
	border:none;
	font-size:12px;
}
#number_of_pages{
	background:url(../images/input-bg2.png) no-repeat;
	padding:8px 5px;
	width:145px;
	border:none;
	font-size:12px;
}
#msg, #comments{
	border:none;
	width:425px;
	height:195px;
	background-color:transparent;
}
#comments-layer{
	background:url(../images/textarea-bg.png) no-repeat;
	padding:10px 5px 5px 3px;
	width:441px;
	height:214px;
	border:none;
	float:left;
	font-size:12px;
}
#form-qoute .radios{
	float:left;
	width:auto;
}
#package_1, #package_2, #wordpress_yes, #wordpress_no{
	float:left;
	width:auto;
	margin:0 5px 0 0;
}
.radios label{
	float:left;
	display:block;
	width:400px !important;
	font-weight:bold;
}
.radios p{
	line-height:20px;
}
.file-upload{
	float:left;
	width:auto;
}
.sub-button{
	margin:0 0 0 200px;
}
#total_price{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#FF0000;
}
.total{
	margin:0 0 0 230px;
}

/* Login page for FreshBooks */
#login-layer{
	width:330px;
	margin:0 auto;
	padding:70px 0 0 0;
}
#login-layer label{
	display:block;
	width:100px;
	float:left;
}
#login-layer .login{
	background:url(../images/input-bg3.png) no-repeat;
}
#login-layer input{
	width:190px;
}
#login-layer .sub-button{
	padding:0 !important;
	margin-left:100px !important;
	width:150px;
	height:42px;
	display:block;
	text-indent:-2000px;
	background:url(../images/submit-but.png) no-repeat;
	border:0;
}
.fp{
	margin:0 0 0 100px;
}
.login-error{
	background:#CC0000;
	border:1px solid #663300;
	margin:0 0 20px 0;
	padding:5px;
	color:#FFF;
	text-align:center;
}


/* Footer
------------------------------------------------------------------------*/
#footer-wrap{
	background:#996633;
	height:50px;
	padding:10px 0;
}
#footer-wrap .footer p{
	margin:0 0 5px 0;
}
#footer-wrap .footer{
	width:820px;
	font-size:11px;
	color:#FFFFFF;
	margin:0 auto;
	position:relative;
}
#optimize-for{
	position:absolute;
	z-index:5;
	right:0;
	top:-60px;
	padding:30px 0 0 0;
	background:url(../images/we_optimize.png) no-repeat;
	width:263px;
	height:61px;
}
#optimize-for ul li{
	float:left;
	width:auto;
}
#optimize-for ul li a{
	display:block;
	float:left;
	text-indent:-2000px;
	height:45px;
}
#optimize-for ul li.ie a{
	width:45px;
	margin-right:10px;
}
#optimize-for ul li.gchrome a{
	width:50px;
	margin-right:10px;
}
#optimize-for ul li.ff a{
	width:43px;
	margin-right:10px;
}
#optimize-for ul li.safari a{
	width:50px;
	margin-right:10px;
}
#optimize-for ul li.opera a{
	width:33px;
}
#w3meta li a:hover{
	color:#FFFF00;
}
#w3meta li{
	float:left;
	width:auto;
	margin:0 5px 0 0;
}