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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/background_049.gif);
	background-repeat: repeat;
}

#flash
{
	height:131px;
	margin-top: 92px;
	padding-left: 104px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
}
.style2 {
	font-size: 12px
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}
.style3 {color: #000000}
.style4 {
text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	}
.style5 {
	color: #FFFF00
}

.webmo #container {
	width: 986px;
	margin: 30px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.webmo #header {
	height: 109px;
	background-image: url(../images/header.gif);
}

.webmo #head{
	
	height:263px;
	background-position: center;
	background-repeat: no-repeat;
}

.webmo #portfolio{
	height:285px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/port_holder.png);
	width: 913px;
}

.webmo #hosting{
	height:auto;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/hosting_body.png);
	width: 900px;
	padding-top: 10px;
}
.webmo #header #footer a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
}

.webmo #header #footer a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFF00;
}
.webmo #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 */
}
.webmo #mainContent {
	float: left;
	height: 295px;
	background-repeat: repeat-y;
	width: 986px;
	background-image: url(../images/bg.gif);
}

.webmo #animation_footer {
	float: left;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(../images/animation_footer.gif);
	background-position: center;
	width: 986px;
}
.webmo #search {
	float: right;
	height: 260px;
	width: 453px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

.webmo #text {
	float: right;
	height: 331px;
	width:567px;
	padding-left: 40px;
	padding-top: 28px;
}

.webmo #text a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFF00;
}

.webmo #text a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
}

.webmo #animation {
	float: right;
	height: 262px;
	width: 533px;
	margin-bottom: 0px;
	background-image: url(../images/header1.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}


.webmo #PriceContent {
	float: left;
	height: 212px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	width: 956px;
	padding-left: 15px;
	padding-right: 15px;
}

.webmo #TextContent {
	float: left;
	height: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	width: 986px;
}
.webmo #footer {
	padding: 20px 10px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 40px;
	float: left;
	width: 968px;
}
.webmo #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 */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
