@charset "utf-8";
/* CSS Document */

 
body  {
	padding: 0;
	text-align: left;
	background-image: url(../images/back.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	height: auto;
	text-decoration: none;
}
#container  {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
} 
#header  {
	height: 227px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0;
} 
#right-top-menu {
	position: absolute;
	height: 23px;
	width: 126px;
	left: 820px;
	top: 85px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h1 { /* this only affects any h1 tags within the header */
	margin: 0; /* remove extra margin from h1 */
	padding: 0; /* bottom border of header */
	font-weight: bold; /* remove bold from h1 tag */
	text-align: center; /* center the text */
	font-size: 36px;
}

#sidebar1  {
	position: absolute;
	top: 90px;
	left: 11px;
	width: 186px; /* padding keeps the content of the div away from the edges */
	margin-top: 165px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 1px;
	margin-left: 14px;
	height: 354px;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/shadow.jpg);
}
#mainContent h1 {
}
#web_design_portfolio_main {
	height: 631px;
	width: 425px;
	margin-left: 50px;
}
.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #600;
	left: auto;
	right: auto;
	font-weight: bolder;
	background-color: #CCC;
	text-align: center;
	padding: 5px;
	width: 500px;
}
#wd_port_text_03 {
	float: left;
	height: 140px;
	width: 190px;
	text-align: center;
	margin-top: 10px;
}
#wd_port_text_04 {
	float: right;
	height: 140px;
	width: 190px;
	text-align: center;
	margin-top: 10px;
}
#wd_port_text_02 {
	float: right;
	height: 140px;
	width: 190px;
	text-align: center;
	margin-top: 10px;
}
#wd_port_image_03 {
	float: left;
	height: 140px;
	width: 140px;
	margin-left: 25px;
}
#wd_port_image_04 {
	float: right;
	height: 140px;
	width: 140px;
	margin-right: 25px;
}
#wd_port_image_01 {
	float: left;
	height: 140px;
	width: 140px;
	margin-left: 25px;
}
#wd_port_image_02 {
	float: right;
	height: 140px;
	width: 140px;
	margin-right: 25px;
}
#wd_port_text_01 {
	float: left;
	height: 140px;
	width: 190px;
	text-align: center;
	margin-top: 10px;
}


.headline {
	LINE-HEIGHT: 28pt;
	TEXT-TRANSFORM: uppercase;
	FONT-STYLE: normal;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica;
	LETTER-SPACING: 0px;
	COLOR: #000;
	FONT-SIZE: 13pt;
	font-stretch: normal
}
float_left {
	margin: 0px;
	float: left;
	text-decoration: none;
}
float_right {
	margin: 0px;
	float: right;
}
.image-explain-red {
}

.subhead {
	LINE-HEIGHT: 12pt;
	TEXT-TRANSFORM: uppercase;
	FONT-STYLE: normal;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica;
	LETTER-SPACING: 0px;
	COLOR: #1069B9;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	font-stretch: normal
}
#sidebar2  {
	position: absolute;
	top: 77px;
	right: 13px;
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	margin-top: 165px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}


#mainContent  {
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 25px;
	height: auto;
	min-height: 500px;
	text-align: left;
}
#footer  {
	background-color: #DDDDDD;
	background-image: url(../images/footernew1.jpg);
	height: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sidebar1 ul {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#copyright address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#copyright {
	margin-top: 0px;
	margin-left: 322px;
	float: left;
	height: auto;
	width: auto;
	background-color: #335882;
	margin-bottom: 5px;
	color: #000;
	font-weight: normal;
}
hr {
	color: #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: #000;
}
bold p {
	font-weight: bolder;
	font-size: 13px;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	color: #1069B9;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}


h1 {
	font-size: 17px;
	text-align: left;
	color: #1069B9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bolder;
}
.maincontent_text_blue {
	color: #1069B9;
	font-weight: bolder;
}
strong {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#right_sidebar_bottom {
	position:absolute;
	left:799px;
	top:663px;
	width:175px;
	height:463px;
	z-index:4;
}
#sidebar_left_bottom {
	position:absolute;
	left:33px;
	top:667px;
	width:168px;
	height:466px;
	z-index:3;
}
#sidebar2 p {
	font-size: 9px;
}
#mainContent ul li {
	font-size: 12px;
	font-weight: normal;
}
.bold {
	font-size: 12px;
	font-weight: normal;
}
.businessaddress {
	font-size: 12px;
	font-weight: bold;
}
.thrColAbsHdr #container #mainContent form label {
	font-weight: bold;
}
logo img {
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
.logo_IMG {
	padding-left: 25px;
}
.tables-main {
	padding-left: 65px;
}
.tables-main tbody tr td img {
	padding-right: 0px;
}
.thrColAbsHdr #container #mainContent table tbody tr td .portfolio .portfolio {
	text-align: left;
}
#images {
	height: 345px;
	width: 540px;
	margin-left: 8px;
	margin-right: 0px;
}
#logo_design {
	height: 270px;
	width: 425px;
	margin-left: 50px;
}
#logo_01 {
	float: left;
	height: 140px;
	width: 190px;
}
#logo_02 {
	float: right;
	height: 140px;
	width: 190px;
}
#logo_03 {
	float: left;
	height: 97px;
	width: 191px;
}
#logo_05 {
	float: none;
	height: 97px;
	width: 191px;
	margin-left: 245px;
}
.red-bold {
	font-weight: bolder;
	color: #600;
                font-size: 12px;
}
#right-top-menu1 {
	position: absolute;
	height: 23px;
	width: 126px;
	left: 820px;
	top: 156px;
	padding: 0px;
	margin: 0px;
}
#right-top-menu2 {
	position: absolute;
	height: 23px;
	width: 126px;
	left: 820px;
	top: 186px;
	padding: 0px;
	margin: 0px;
}
#right-top-menu3 {
	position: absolute;
	height: 83px;
	width: 173px;
	left: 813px;
	top: 135px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.link2 a:link {
	color: #600;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.link2 a:visited {
	color: #600;
	font-size: 12px;
	font-weight: bold;
}
.link2 a:hover {
	color: #00C;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.link3 a:link {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.link3 a:visited {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.link3 a:hover {
	color: #00C;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#header #company-name {
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
	position: absolute;
	height: 40px;
	width: 525px;
	left: 240px;
	top: 36px;
	font-size: 36px;
	font-weight: bolder;
	color: #06C;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#header #our-services {
	height: 20px;
	width: 532px;
	position: absolute;
	left: 237px;
	top: 86px;
	text-align: center;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header #web-design-free-quote {
	position: absolute;
	height: 73px;
	width: 221px;
	left: 771px;
	top: 27px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
#header #phone-web-design-free-quote {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}



#header #company-name-end {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #6C0;
}
#header #company-name-front {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #1069B9;
}
#header #top-right-menu {
	height: 94px;
	width: 169px;
	position: absolute;
	left: 799px;
	top: 121px;
	font-weight: bold;
	color: #FFF;
}
#mainContent #images a .float_left_red_hosting_image {
	padding-right: 5px;
}
#mainContent #images a .float_left_green_web_design_image {
	padding-top: 5px;
	padding-left: 5px;
}
.link4 a:link {
	color: #00F;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.link4 a:visited {
	color: #600;
	font-size: 12px;
	font-weight: bold;
}
.link4 a:hover {
	color: #003;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.link5 a:link {
	color: #CCC;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.link5 a:visited {
	color: #039;
	font-size: 10px;
	font-weight: bold;
}
.link5 a:hover {
	color: #000;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}


#header h2 { /* this only affects any h1 tags within the header */
	margin: 0; /* remove extra margin from h2 */
	padding: 0; /* bottom border of header */
	font-weight: bold; /* remove bold from h2 tag */
	text-align: center; /* center the text */
	font-size: 17px;
}
#header #our-services h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.copyright bottom {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
