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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #444;
	letter-spacing: normal;
	background-color: #000;
}
.sidebar {
	float: right;
	width: 265px;
}

a {
	font-weight: bold;
	color: #093C7B;
	text-decoration: none;
}

.wrapper {
	background-color: #000;
	background-image: url(../images/BWD_bg_home.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	height: 350px;
	/* [disabled]background-size: contain; */
}
.wrapper_inner {
	height: 568px;
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
}
#hosting {
	background-image: url(../images/Hosting_bg.jpg);
}

.middle {
	width: 1004px;
	float: left;
	background-color: #FFF;
	background-image: url(../images/images/BWD_middle_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #0C4385;
	border-right-color: #0C4385;
	border-bottom-color: #0C4385;
	border-left-color: #0C4385;
}
.service_box {
	float: left;
	height: 213px;
	width: 251px;
}


.contact {
	background-image: url(../images/BWD_contact.png);
	float: right;
	height: 65px;
	width: 343px;
	margin-top: 12px;
}
.menu {
	background-image: url(../images/BWD_menu.png);
	height: 57px;
	width: 1006px;
	float: left;
}
.banner {
	float: left;
	height: 350px;
	width: 995px;
	margin-right: 5px;
	margin-left: 5px;
}

.header_top {
	height: 86px;
	width: 1006px;
	margin-top: 23px;
	float: left;
}
.logo {
	float: left;
	height: 67px;
	width: 287px;
}
.services_wrapper {
	float: left;
	height: 202px;
	width: 1006px;
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #144a8d;
	border-right-color: #144a8d;
	border-bottom-color: #144a8d;
	border-left-color: #144a8d;
	background-color: #FFF;
	background-image: url(../images/images/BWD_middle_bg.jpg);
	background-repeat: repeat-y;
}
.main_text {
	padding: 20px;
	float: left;
	width: 685px;
}
h1 {
	color: #093c7b;
	font-size: 24px;
	letter-spacing: -1px;
	text-transform: capitalize;
}
.menu ul li {
	display: inline;
	color: #FFF;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	line-height: 57px;
}
.menu ul li a {
	color: #FFF;
	font-weight: normal;
}

.quick_quote {
	float: left;
	height: 199px;
	width: 238px;
	margin: 19px;
}
.footer_top {
	background-image: url(../images/images/BWD_footer_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 80px;
	width: 1006px;
}
.footer_middle {
	height: 46px;
	width: 100%;
	float: left;
	background-color: #000;
}
.footer_middle_inner {
	height: 46px;
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/images/BWD_footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.footer_bottom {
	background-color: #242424;
	float: left;
	height: 80px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_bottom_inner {
	font-size: 10px;
	color: #999;
	text-align: center;
	height: 70px;
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
}
.ipad_wrapper {
	background-image: url(../images/ipad_banner.png);
	background-repeat: no-repeat;
	height: 303px;
	width: 472px;
	float: left;
	margin-top: 47px;
	margin-left: 50px;
}
.banner_text {
	float: left;
	width: 400px;
	margin-top: 120px;
	margin-left: 50px;
}
.banner_contact_btn {
	float: left;
	height: 54px;
	width: 155px;
	margin-top: 10px;
}
.slider {
	float: left;
	height: 262px;
	width: 378px;
	margin-top: 40px;
	margin-left: 47px;
}

#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:378px;
    height:262px;
    background:url(/nivo-slider/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:560px;
	width:300px;
	height: 20px;
	bottom: 0px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/nivo-slider/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/nivo-slider/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
#seo {
	background-image: url(../images/SEO_bg.jpg);
}
#thin_banner {
	height: 180px;
}
.pricelist_banner {
	background-image: url(../images/pricelist_banner.png);
	float: left;
	height: 130px;
	width: 704px;
	margin-top: 30px;
	margin-left: 20px;
}
#main_text_wide {
	width: 965px;
	/* [disabled]border-top-width: 20px; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-color: #0C4385; */
}

 
#home_wrapper {
	height: 600px;
}
.one_page_website_bg {
	background-image: url(../images/1_page_website.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 320px;
	width: 275px;
	padding-top: 160px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
}
.one_page_website_bg ul  {
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: square;
}
.five_page_website_bg {
	background-image: url(../images/5_page_website.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 320px;
	width: 275px;
	padding-top: 160px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
}
.five_page_website_bg ul  {
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: square;
}
.ten_page_website_bg {
	background-image: url(../images/8_page_website.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 320px;
	width: 275px;
	padding-top: 160px;
	padding-right: 20px;
	padding-left: 20px;
}
.ten_page_website_bg ul  {
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: square;
}
.cms_page_website_bg {
	background-image: url(../images/cms_websites.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 282px;
	width: 440px;
	padding-top: 160px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 30px;
}
.cms_page_website_bg ul  {
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: square;
}
.ecommerce_page_website_bg {
	background-image: url(../images/ecommerce_websites.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 332px;
	width: 439px;
	padding-top: 110px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.ecommerce_page_website_bg ul  {
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: square;
}
#portfolioPic {
	float: left;
	height: 200px;
	width: 320px;
}
.hosting_banner {
	background-image: url(../images/web_hosting_banner.png);
	background-repeat: no-repeat;
	float: left;
	height: 122px;
	width: 600px;
	margin-top: 30px;
}
.hosting_box {
	float: left;
	height: 566px;
	width: 316px;
	margin-right: 5px;
	margin-bottom: 30px;
}
.seo_packages {
	background-image: url(../images/seo_packages.png);
	float: left;
	height: 1380px;
	width: 980px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.seo_banner {
	background-image: url(../images/SEO_Banner.png);
	float: left;
	height: 122px;
	width: 696px;
	margin-top: 30px;
}
.maintenance_box {
	float: left;
	height: 426px;
	width: 314px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
}
.maintenance_banner {
	background-image: url(../images/maintenance_banner.png);
	float: left;
	height: 139px;
	width: 676px;
	margin-top: 30px;
}
#portfolioPic a img {
	width: 320px;
	min-width: 0px;
	height: 200px;
}
