@charset "UTF-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(Img/bg.gif);
	background-repeat: repeat-x;
	background-color: #BAB9B1;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
.header img  {
	margin-left: 800px;
	padding: 10px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	text-align: left;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #000;
	background-image: url(Img/header1.gif);
	background-repeat: repeat-x;
	height: 120px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 10px 0;
	text-align: left;
}
.header h2 {
	color: #FFF;
	margin-top: -80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	margin-top: 10px;
	height: 100px;
	background-color: #1B1B1B;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.header ul, ol , dl{ /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 960px;
	background: #FAA819 url(Img/mainNavBg.gif) repeat-x;
	list-style: none;
	text-transform: uppercase;
}
.container .header #nav li {
	float: left;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
	font-style: italic;
}
.container .header li a{
	padding: 0 2.96em;
	line-height: 2.1em;
	background: url(Img/divider.gif) repeat-y left top;
	text-decoration: none;
	color: #000;
	float: left;
	display: block;
}

.container .header #nav li a:hover {
	color: #FFF;
}
.content .banner {
	background-image: url(Img/square.jpg);
	background-repeat: no-repeat;
	height: 319px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.content .banner-web {
	background-image: url(Img/web-square.jpg);
	background-repeat: no-repeat;
	height: 319px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.content .banner img {
	margin-top: 240px;
	margin-left: 40px;
}
.content .banner-web img {
	margin-top: 240px;
	margin-left: 40px;
}
.content .banner-seo {
	background-image: url(Img/seo-square.jpg);
	background-repeat: no-repeat;
	height: 319px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.content .banner-seo img {
	margin-top: 240px;
	margin-left: 40px;
}
.content .banner-ec {
	background-image: url(Img/e-commerce-square.jpg);
	background-repeat: no-repeat;
	height: 319px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.content .banner-ec img {
	margin-top: 240px;
	margin-left: 40px;
}
.content .banner-smo {
	background-image: url(Img/smo-square.jpg);
	background-repeat: no-repeat;
	height: 319px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.content .banner-smo img {
	margin-top: 240px;
	margin-left: 40px;
}
.content .banner-about {
	background-image: url(Img/about-square.jpg);
	background-repeat: no-repeat;
	height: 319px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.content .banner-about img {
	margin-top: 240px;
	margin-left: 40px;
}
.content .banner-email {
	background-image: url(Img/email-square.jpg);
	background-repeat: no-repeat;
	height: 319px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.content .banner-email img {
	margin-top: 240px;
	margin-left: 40px;
}
.box1 {
	border: 1px dotted #BAB9B8;
	width: 220px;
	height: 400px;
	position: relative;
	margin-left: 20px;
	background-color: #FFF;
	background-image: url(Img/web.jpg);
	background-repeat: no-repeat;
}
.box2 {
	border: 1px dotted #BAB9B8;
	width: 220px;
	height: 400px;
	position: relative;
	margin-left: 10px;
	background-color: #FFF;
	background-image: url(Img/seo.jpg);
	background-repeat: no-repeat;
}
.box3 {
	border: 1px dotted #BAB9B8;
	width: 220px;
	height: 400px;
	position: relative;
	margin-left: 10px;
	background-color: #FFF;
	background-image: url(Img/ecommerce.jpg);
	background-repeat: no-repeat;
}
.box4 {
	border: 1px dotted #BAB9B8;
	width: 220px;
	height: 400px;
	position: relative;
	margin-left: 10px;
	background-color: #FFF;
	background-image: url(Img/SMO.jpg);
	background-repeat: no-repeat;
}

.box span {
	position: absolute;
	bottom: 0;
	right: 0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.container .content .box1.floatLeft h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #FFF;
	font-weight: normal;
}
.container .content .box1.floatLeft p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	margin-top: -25px;
}
.container .content .box2.floatLeft h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #FFF;
	font-weight: normal;
}
.container .content .box2.floatLeft p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	margin-top: -25px;
}
.container .content .box3.floatLeft h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #FFF;
	font-weight: normal;
}
.container .content .box3.floatLeft p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	margin-top: -25px;
}
.container .content .box4.floatLeft h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #FFF;
	font-weight: normal;
}
.container .content .box4.floatLeft p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	margin-top: -25px;
}
.container .content .box1.floatLeft img {
	margin-top: -10px;
	margin-left: 15px;
}
.container .content .box2.floatLeft img {
	margin-top: -10px;
	margin-left: 15px;
}
.container .content .box3.floatLeft img {
	margin-top: -10px;
	margin-left: 15px;
}
.container .content .box4.floatLeft img {
	margin-top: -10px;
	margin-left: 15px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}
.seps   {
	background-image:url(Img/seps.gif);
	clear:both;
	height:19px;
	background-repeat:no-repeat;
}
.container .content .box5.clearfloat {
	height: 50px;
}
.box7 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}
.box6 {
	background-color: #FFF;
}
.box6 img {
	float: left;
	padding: 10px;
}
.box6 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
}
.box7 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	margin-top: 10px;
}
.box6 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}
.footer .boxf1.floatLeft {
	margin-left: 20px;
}
.footer .boxf1.floatLeft h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
}
.footer .boxf1.floatLeft ul {
	list-style-type: none;
	margin-left: 12px;
}
.footer .boxf1.floatLeft ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.container .footer .boxf1.floatLeft ul li a {
	text-decoration: none;
}
.footer .boxf1.floatLeft ul li a:hover {
	color: #FFF;
}
.footer .boxf1.floatLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}.container .content .box7 .web {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	display: list-item;
	margin-left: 30px;
}
.container .content .box7 ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	margin-left: 30px;
}
.footer .boxf1.floatLeft p img {
	padding: 5px;
	margin-top: -10px;
}
#wd-table tr .r1 {
	background-color:#EFEFEF;
	border-bottom:4px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	color:#5E6A72;
	font:14px Arial,Helvetica,Geneva,sans-serif;
	height:50px;
	padding-right:10px;
	text-align:right;
	width:304px;
}
#wd-table tr .r2 {
	background-color:#EFEFEF;
	border-bottom:4px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	color:#5E6A72;
	font:14px Arial,Helvetica,Geneva,sans-serif;
	height:50px;
	padding-right:10px;
	text-align:right;
	width:304px;
}
#wd-table tr .basic {
	background-image: url(Img/1.jpg);
	background-repeat: repeat-x;
	width: 196px;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
}
#wd-table tr .cms {
	background-image: url(Img/2.jpg);
	background-repeat: repeat-x;
	width: 196px;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
}
#wd-table tr .cart {
	background-image: url(Img/3.jpg);
	background-repeat: repeat-x;
	width: 196px;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
}
#wd-table tr .basic-btm {
	background-repeat: no-repeat;
	width: 196px;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	background-image: url(Img/basic-btm.png);
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
}
#wd-table tr .cms-btm {
	background-image: url(Img/cms-btm.png);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
}
#wd-table tr .cart-btm {
	background-image: url(Img/cart-btm.png);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
}
#wd-table {
	margin-left: 40px;
}
h1 {
	color: #206199;
	margin-left: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
ul#wd-features{
	clear: both;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
	height: 100px;
	width: 908px;
	margin-left: 28px;
}
.wd-basic ul#wd-features, .wd-cms ul#wd-features, .wd-cart ul#wd-features {
	height: 85px;
}
ul#wd-features li {
	float: left;
	list-style-type: none;
	margin-left: 28px;
	width: 205px;
	list-style-position: inside;
}
.basic ul#wd-features{
	width: 908px;
	margin-left: 28px;
	
}
.wd-basic ul#wd-featuresli, .wd-cms ul#wd-featuresli, .wd-cart  ul#wd-featuresli, .wd-customp  ul#wd-featuresli {
	width: 205px;
}
ul#wd-features li#wd-affordable {
	margin-left: 0;
}

ul#wd-features li h3 {
	color: #417aaa;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

ul#wd-features li p {
	width: 198px;
	font-size: 12px;
	color: #7d7d7d;
	margin: 0;
}
.wd-basic ul#wd-features li p, .wd-cms ul#wd-features li p, .wd-cart ul#wd-features li p, .wd-custom ul#wd-features li p{
	width: 200px;
}
.wd-cart ul#wd-features li#wd-training p{
	width: 214px;
}
.wd-basic ul#wd-features li#wd-training p{
	width: 211px;
}
ul#wd-features li p a {
	color: #417aaa;
	float: right;
	margin: 3px 10px 0 0;
	text-decoration: none;
}

ul#wd-features li#wd-custom h3, ul#wd-features li#wd-custom a, #wd-plans a.red {
	color: #ff7c0b;
	color: #417AAA;
}

#wd-plans {
	clear: both;
	margin-top: 25px;
	margin-left: 25px;
	*margin-left:15px;
	
}#wd-features #wd-affordable p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}
#wd-features #wd-turnaround h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}
#wd-features #wd-turnaround p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}
#wd-features #wd-training h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}
#wd-features #wd-training p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}
#wd-features #wd-affordable h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}
#wd-features #wd-custom h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}
#wd-features #wd-custom p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}
.container .content p a img {
	margin-left: 685px;
}
