@charset "utf-8";
/* CSS Document */

/******************************************************** All Pages ****************************/

p.page_text{
	margin-bottom: 20px;
}


/******************************************************** Home page layout ****/
div#page_container{
	float: left;
	width: 900px;
	/*background-image: url('../images/sunset_bg_1px.jpg');
	background-repeat: repeat-y;*/
	background-color: #fff;
	margin: 20px 0;
}
div#left_content_text{
	padding-left: 20px;
}


/******************************* Slider Styles *******/


div#slider_box{
	clear: both;
	padding-top: 30px;
	width: 900px;
	height: 260px;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	/*border: 1px solid #0F0;*/
}
img#bottom_shadow{
	padding-left: 50px;
}
div.info_box{
	float: left;
	width: 378px;
	height: 226px;
	/*border: 1px solid #F60;*/
}
div.info_box img{
	display: block;
	float: left;
	border: 4px solid #eee;
}
div.info_text_box{
	float: left;
	width: 160px;
	height: 100px;
	padding: 0 5px 10px 10px;
}
h3.info_heading{
	color: #333;
}
p.info_text{
	color: #777;
}
img#bottom_shadow{
	padding-left: 50px;
}
p.sevice_btn a{
	float: left;
	width: 100px;
	display: block;
	color: #333;
	height: 21px;
	padding-top: 4px;
	margin-top: 15px;
	text-align: center;
	background-image: url('../images/services_btn.png');
}
p.sevice_btn a:hover{
	background-image: url('../images/services_btn2.png');
}

/******************************* End Slider Styles *********************/

div#left_content_box{
	float: left;
	width: 660px;
}
div#center_content_box{
	float: left;
	width: 410px;
}
div#left_text_box{
	float: left;
	width: 620px;
	padding: 0 20px 0 0;
}
div#right_content_box{
	float: right;
	width: 200px;
	margin-top: 40px;
}
h3.page_heading{
	margin-top: 10px;
}
div#world_map{
	float: left;
	width: 200px;
	height: 130px;
	background-image: url(../images/world_map.jpg);
	border: 1px solid #aaa;
	border-radius: 8px;
}
p#map_text{
	color: #000;
	font-size: 10px;
	text-align: center;
	margin-top: 112px;
}



/******************************************************************* Contact Us Page ****/

div#contact_form_box{
	float: left;
	width: 370px;
	margin-top: 20px;
}
form#form1{
	margin: 5px 0 0 0;
}
p.label{
	width: 80px;
	padding: 3px 0 0 0;
	margin: 0 0 0 2px;
}
p.data{
	width: 350px;
	margin: 0 0 5px 0;
}
p#sub{
	float: left;
	width: 100px;
	margin: 5px 5px 0 0;
}
p#res{
	float: left;
	width: 100px;
	margin: 5px 0 0 0;
}
div#contact_error_box{
	margin: 20px 0;
}
p.contact_error_text{
	color: #F30;
	border: 1px solid #F30;
	padding: 5px 10px;
	margin: 10px 0;
}
p.contact_success_text{
	color: #09F;
	border: 1px solid #09F;
	padding: 5px 10px;
}
div#contact_details_box{
	width: 200px;
	float: left;
}



/************************************************************ End Contact Us Page *****/





/************************************************************* Portfolio Page ******/


div#pf_page_container{
	float: left;
	width: 900px;
}
div#pf_header_box{
	float: left;
	width: 860px;
	padding: 0 20px 0 20px;
}
div#pf_heading_box{
	float: left;
	width: 400px;
}
div#pf_button_box{
	float: right;
	width: 400px;
}
p#pf_button_link a{
	display: block;
	float: right;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	background-color: #F00;
	margin: 10px 0 0 0;
	border-radius: 5px;
}
p#pf_button_link a:hover{
	background-color: #0C0;
}
div#pf_portfolio_box{
	float: left;
	width: 900px;
	margin: 0 0 10px 0;
	background-color: #eee;
	border-radius: 5px;
	padding: 10px 0;
}
div#pf_portfolio_box img{
	border: 5px solid #aaa;
	margin: 20px 13px 0 13px;
	border-radius: 5px;
}


/************************************************************* End Portfolio Page ******/




/************************************************************* How it Works Page ******/

div#in_page_content{
	float: left;
	width: 900px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}
div.steps1-2{
	float: left;
	width: 235px;
	height: 300px;
	margin: 10px 31px 10px 0;
	padding: 20px;
	border: 2px solid #F60;
	border-radius: 10px;
}
div#step3{
	float: right;
	width: 235px;
	height: 300px;
	margin: 10px 0 10px 0;
	padding: 20px;
	border: 2px solid #F60;
	border-radius: 10px;
}
h3.heading3{
	
}
p#get_started_text{
	float: left;
	
	margin: 20px 0 0 15px;
}
p#get_started_text a{
	float: left;
	display: block;
	width: 200px;
	height: 31px;
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-image: url(../images/get_started_button.png);
	background-repeat: no-repeat;
}
p#get_started_text a:hover{
	background-image: url(../images/get_started_button_hov.png);
	background-repeat: no-repeat;
}
	




/************************************************************* End How it Works Page ******/



/************************************************************* Pre-checkout Page ******/

ul.list1{
	list-style: square;
	margin: 5px 0 20px 20px;
}
div#pc_content_box{
	float: left;
	width: 858px;
	border: 1px solid #aaa;
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 20px;
}



/************************************************************* End Pre-checkout Page ******/

/*************************************************************** Free Website Page *************/


div#budget_content_box{
	position: relative;
	float: left;
	width: 99.3%;
	height: 300px;
	background-image: url('../images/sunset_bg.jpg');
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 20px;
}
.budget-left-box{
	float: left;
	width: 300px;
	height: 260px;
}
.budget-center-box{
	position: relative;
	float: left;
	width: 340px;
	height: 260px;
}
p#budget_pricing_text{
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 20px;
	top: 190px;
}
h3#budget_page_heading{
	color: #fff;
	font-size: 20px;
	margin-bottom: 8px;
}
p.budget_paragraph{
	color: #fff;
	line-height: 130%;
}
div#budget_please_note_box{
	float: right;
	width: 160px;
	height: 140px;
	margin: 100px 35px 0 0;
}
h4#budget_please_note_heading{
	color: #fff;
	font-size: 18px;
}
ul.budget_list{
	float: left;
	list-style: square;
	margin: 5px 0 20px 20px;
	color: #fff;
}
h3#budget_signup_button{
	float: left;
}
h3#budget_signup_button a{
	padding: 7px 15px;
	border-radius: 12px;
	background-color: #F00;
	color: #fff;
}
h3#budget_signup_button a:hover{
	color: #FFF;
	background-color: #0C0;
}

/*************************************************************** End Free Website Page *************/

/************************************************************* Miscellaneous Payments Page ******/

div#mp_page_container{
	float: left;
	width: 898px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 10px;
	margin-bottom: 10px;
}
div#mp_page_header_box{
	float: left;
	width: 800px;
	padding: 20px;
	
}
div#mp_left_content_box{
	float: left;
	width: 445px;
	
}
div.mp_text_box{
	width: 360px;
	padding: 20px;
}
div#mp_right_content_box{
	float: right;
	width: 445px;
	border-left: 1px dotted #bbb;
}
h3#mp_page_heading{
	margin: 10px 0 0 0;
}
p.mp_page_text{
	
}
h4.mp_subheading1{
	font-weight: normal;
	margin-bottom: 5px;
}

/****************************************************** Down For Maintenance Page **********************/

img#maintenance_icon{
	float: left;
	padding: 15px 30px 15px 0;
}



/********************************************************* End Miscellaneous Payments Page ******/