﻿/* 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;
}
#header .logo{
	background:url(../images/logo.png) no-repeat;
	display:block;
	width:354px;
	height:110px;
	text-indent:-2000px;
}
#header .navigation li{
	float:left;
	width:auto;
}
#header .navigation li a{
	display:block;
	height:48px;
	text-indent:-2000px;
}

/*- 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;
}


/* 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;
	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;
}


/* Get Started Form */
#form-quote	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-quote .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;
}