
@import url(menu.css);
@import url(form.css);

html 
{
	margin: 0;
	padding: 0;
	background: #282727 url(../images/bg_html.jpg) top left repeat-x;
}

body
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282727;
	text-align: justify;
	width: 942px;
	margin: 0 auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #5B5B5B;
	font-weight: bold;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3, h4, h5, h6 { font-size: 14px; }

a, a:link, a:visited
{
	color: #01ACC7;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

strong { color: #01ACC7; font-weight: bold; }

.clearfix { clear: both; }

a img { border: none; }

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li { line-height: 20px; }

hr { border: 1px solid #E4E3E3; margin: 25px 0 15px 0; }

/****** START header ******/

#header_wrapper
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	width: 942px;
	height: 407px;
	background: url(../images/header_watermark.gif) top right no-repeat;
}

#logo 
{
    float: left;
	margin: 30px 0 0 15px;
	width: 245px;
	height: 75px;
	z-index: 100;
}

#nav
{
	position: absolute;
    top: 122px;
	left: 50%;
	margin-left: -10px;
    width: 425px;
	text-align: right;
}

/****** END header ******/

/****** START index ******/

#content_wrapper { padding-top: 180px; }

#content
{
	width: 902px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-color: #F4F3F3;
	border-left: 20px solid #282727;
	border-right: 20px solid #282727;
}

#main_col { width: 661px; margin: 0; }
#main_col_index { padding-top: 21px; background: url(../images/bg_flash_top.jpg) top left no-repeat; }
.bg_flash_top { height: 21px; background: url(../images/bg_flash_top.jpg) top left no-repeat; }

.main_col_one, .main_col_two
{
	width: 300px;
	margin-top: 15px;
}
.main_col_one h1, .main_col_two h1, .main_col_three h1 { margin-top: 0; padding-top: 0; }


.main_col_one
{
	float: left;
	margin-left: 20px;
}
.main_col_two
{
	float: left;
	margin-left: 8px;
}
.main_col_three
{
	float: right;
	width: 220px;
	margin-top: 15px;
	margin-right: 20px;
}

.main_col_one p { margin: 0; padding: 0; }
.main_col_one p strong { font-size: 12px; }
.main_col_one p a { color: #333; }



#inner_col { margin: 0 20px; padding-top: 15px; *padding-top: 0; }

.testimonial
{
	margin: 0 0 10px 40px;
	padding: 5px 20px;
	border-left: 5px solid #2EC7D6;
	background-color: #e4e3e3;
}
.testimonial2
{
	margin: 0 0 10px 0px;
	padding: 5px 20px;
	border-left: 5px solid #2EC7D6;
	background-color: #e4e3e3;
}
.testimonial:hover, .testimonial2:hover { background-color: #fff; }
span.testimonial_by
{
	font-weight: bold;
}

/****** START SECONDARY COL ******/

#secondary_col
{
	position: absolute;
	top: 446px;
	right: 20px;
	width: 221px;
}
#secondary_col a, #secondary_col a:link, #secondary_col a:visited
{
	color: #5B5B5B;
	text-decoration: underline;
}
#secondary_col a:hover { color: #01ACC7; text-decoration: none; }

h2.h2_services, h2.h2_contact, h2.h2_request_a_quote, h2.h2_our_packages, h2.h2_work_with_us, h2.h2_startup_website
{
	height: 32px;
	margin: 0 0 0 0;
	padding: 0;
}
h2 span { display: none; }

h2.h2_services { background: url(../images/title_our_services.jpg) top left no-repeat; }
h2.h2_contact { background: url(../images/title_contact_details.jpg) top left no-repeat; }
h2.h2_request_a_quote { background: url(../images/title_request_a_quote.jpg) top left no-repeat; }
h2.h2_our_packages { background: url(../images/title_our_packages.jpg) top left no-repeat; }
h2.h2_work_with_us { background: url(../images/title_work_with_us.jpg) top left no-repeat; }
h2.h2_startup_website { background: url(../images/title_get_started.jpg) top left no-repeat; }

.secondary_services, .secondary_contact, .secondary_request_a_quote, .secondary_our_packages, .secondary_col_are_you_an_agency, .startup_website
{
	background-color: #fff;
	padding: 15px 0 15px 15px;
	border-left: 1px solid #A6DFFE;
}
.secondary_request_a_quote, .secondary_our_packages, .secondary_col_are_you_an_agency, .startup_website { padding: 10px 15px; }

.right_col_bottom
{
	width: 221px;
	height: 16px;
	background: url(../images/bg_right_col_bottom.jpg) top left no-repeat;
}

span.phone_number
{
	position: relative;
	top: -15px;
	left: 15px;
	color: #5B5B5B;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}

.secondary_col_bttn
{
	margin: 0;
	padding: 5px;
	background-color: #F4F3F3;
	border: 1px solid #e4e3e3;
	color: #01ACC7;
	font-weight: bold;
}

/****** END SECONDARY COL ******/

/****** START FOOTER ******/

#footer_wrapper
{
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	color: #5B5B5B;
	background: #F4F3F3 url(../images/bg_footer.jpg) top left no-repeat;
}
#footer_wrapper a, #footer_wrapper a:link, #footer_wrapper a:visited
{
	color: #5B5B5B;
	text-decoration: none;
}
#footer_wrapper a:hover {  color: #01ACC7; text-decoration: underline; }

#footer_one
{
	float: left;
	width: 130px;
	padding: 45px 0 0 10px;
	line-height: 17px;
}

#footer_two
{
	float: left;
	width: 300px;
	margin-left: 158px;
	padding-top: 48px;
}
#footer_two form, #footer_two p
{
	margin: 0;
	padding: 0;
}
#footer_two p
{
	margin-bottom: -5px;
	*margin-bottom: 0;
}
#footer_two form input#newsletter_form_email
{
	width: 180px;
	height: 15px;
	padding: 5px;
	font-size: 10px;
	background: url(../images/input_field_190.jpg) top left no-repeat; 
	border: none;
}
#footer_two form input#bttn_subscribe
{
	position: relative;
	top: 10px;
	*top: 5px;
	left: 10px;
}

#footer_three
{
	float: right;
	padding: 45px 10px 0 0;
	text-align: right;
	line-height: 17px;
}

#footer_bottom
{
	height: 28px;
	margin-left: 20px;
	margin-right: 20px;
	background: url(../images/bg_footer_bottom.jpg) top left no-repeat;
}

/****** END FOOTER ******/

/****** START our services page *******/

.services_group
{
	margin: 0 0 20px 20px;
	padding: 20px 20px 20px 0;
	border: 1px solid #fff;
}
h1.services_group_title
{
	display: block;
	margin: 0 0 0 20px;
	padding: 3px 10px;
	font-size: 16px;
	background-color: #fff;
}
.services
{
	margin: 0 0 10px 20px;
	padding: 10px 20px;
	border-left: 5px solid #2EC7D6;
	background-color: #e4e3e3;
}
.services:hover { background-color: #fff; }
.services h1 { color: #01ACC7; margin-top: 0; padding-top: 0; }

.services img { border: 1px solid #d0d0d0; }
.services img:hover { border: 1px solid #fff; }

.breadcrumb { padding-top: 20px; }
.breadcrumb ul li { float: left; }

/****** END our services page *******/

/****** START our work page *******/

.portfolio_website_item
{
	margin-bottom: 20px;
}
.portfolio_website_item_left
{
	float: left;
	width: 311px;
}
.portfolio_website_item_left h1
{
	display: block;
	margin-top: 0;
	padding: 10px;
	color: #01ACC7;
	background-color: #e4e3e3;
}
.portfolio_website_item_left p { padding: 10px 10px 0 10px; }

.portfolio_website_item_bttn
{
	margin: 10px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e4e3e3;
	color: #01ACC7;
	font-weight: bold;
}

.portfolio_website_item_right
{
	float: right;
	width: 290px;
	padding: 10px;
	background-color: #e4e3e3;
}
.portfolio_website_item_right img { border: 1px solid #c4c4c4; }
.portfolio_website_item_right img:hover { border: 1px solid #01ACC7; }

.portfolio_logo_item
{

}
.portfolio_logo_item div
{
	float: left;
	background-color: #e4e3e3;
	margin-bottom: 10px;
	padding: 10px;
}
.portfolio_logo_item_middle { margin: 0 10px; }

.portfolio_logo_item img { border: 1px solid #c4c4c4; }
.portfolio_logo_item img:hover { border: 1px solid #01ACC7; }

/****** END our work page *******/

/****** START web_design page ******/

.web_design_designs, .web_design_coding
{
	margin-bottom: 20px;
}
.web_design_designs_left
{
	float: left;
	width: 311px;
}
.web_design_coding_right
{
	float: left;
	width: 290px;
}

.web_design_designs_left h1, .web_design_coding_left h1
{
	display: block;
	margin-top: 0;
	padding: 10px;
	color: #01ACC7;
	background-color: #e4e3e3;
}
.web_design_designs_left p, .web_design_coding_left p { padding: 10px 10px 0 10px; }

.web_design_designs_right
{
	float: right;
	width: 290px;
	padding: 10px;
	background-color: #e4e3e3;
}

.web_design_coding_left { float: right; width: 311px; }
.web_design_coding_right { padding: 10px; background-color: #e4e3e3; }

.web_design_designs_right img, .web_design_coding_right img { border: 1px solid #c4c4c4; }
.web_design_designs_right img:hover, .web_design_coding_right img:hover { border: 1px solid #01ACC7; }

/****** END web_design page ******/

/****** START request_a_quote page ******/

#form_request_a_quote label
{
    color: #32A1BA;
    font-weight: bold;
}

#form_request_a_quote fieldset
{
    margin-top: 30px;
    padding: 0 20px 20px 20px;
    border: 1px solid #32A1BA;
}

#form_request_a_quote legend { margin-bottom: 20px; }

#form_request_a_quote input, #form_request_a_quote textarea { border: 1px solid #32A1BA; }

#company_info_left { float: left; margin-right: 20px; }
#company_info_right { float: left; }

#company_info_left ul li { margin-bottom: 2px; }
#company_info_right ul li { margin-bottom: 1px; }

.request_a_quote_textarea { width: 300px; height: 165px; }
#request_a_quote_additional_services ul { margin: 0; padding: 0; }
#submit_request_a_quote 
{
    float: right;
	margin-top: 10px;
	margin-right: 3px;
}

/****** END request_a_quote page ******/

/****** START packages_website page ******/

table.package_includes td { padding: 5px 10px; }
.package_includes_left strong { color: #fff; font-size: 12px; }
.package_includes_right strong { color: #87D3DF; font-size: 11px; }

table .package_includes_left { width: 260px; margin-right: 20px; background-color: #b8b8b8; }
table .package_includes_left:hover { background-color: #5B5B5B; }
table .package_includes_right { background-color: #fff; }

#website_packages_top { height: 220px; background: url(../images/website_packages_laptop.jpg) top right no-repeat; }

/****** END packages_website page ******/

/****** START packages_ppc page ******/

#ppc_packages_top { height: 220px; background: url(../images/ppc_packages_laptop.jpg) top right no-repeat; }


/****** END packages_ppc page ******/

/****** START payment boxes ******/

.payment_box_left, .payment_box_right 
{
	width: 40%;
	border: 1px dashed #C4C4C4;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px;
}
.payment_box_left { float: left; }
.payment_box_right { float: right; }

.payment_box_left form, .payment_box_right form
{
	text-align: center;
	margin: 0;
	padding: 0;
}
.payment_box_left h3, .payment_box_right h3
{
	text-align: left;
	font-size: 13px;
	color: #01ACC7;
	margin-top: 0;
}

/****** END payment boxes ******/



