@charset "utf-8";
body {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(../images/pixelBG/bodyBg.jpg);
	background-repeat: repeat-x;
}
#container  {
	width: 893px;
	margin: auto;
	text-align: left;
}
#header  {
	background-image: url(../images/pixelBG/header2.jpg);
	height: 96px;
	width: 893px;
	background-repeat: no-repeat;

}
#header #navBar {
	float: left;
	padding-left: 370px;
}

#mainContent  {



}
#mainContent #detailBox {
	float: left;
	background-image: url(../images/pixelBG/tablebg.jpg);
	padding-left: 10px;
	padding-top: 50px;
}
#mainContent #homeFla {
	background-image: url(../images/pixelBG/mainImage.jpg);
	height: 440px;
	width: 880px;
	margin-left: 5px;
}

#detailBox #seo {
	float: left;
	width: 430px;
	font-size: 80%;
	margin-right: 10px;
}
#detailBox  #seo  a    {
	color: #A9DEEC;
}
#detailBox #port {
	float: left;
	width: 440px;
	font-size: 80%;
	height: 145px;
}
#detailBox #port a {
	color: #A9DEEC;
}

#detailBox #pricing {
	float: left;
	width: 430px;
	margin-top: 40px;
	font-size: 80%;
	margin-right: 10px;
}
#detailBox #pricing a {
	color: #A9DEEC;
}


#detailBox #contact {
	float: left;
	width: 440px;
	margin-top: 40px;
	font-size: 80%;
}
#detailBox #contact a {
	color: #A9DEEC;
}
#mainContent #secondLevelMain {
	float: left;
	width: 893px;

}
#secondLevelMain #portText {
	font-size: 80%;
	color: #FFFFFF;
	line-height: 20px;
	float: left;
	width: 893px;
	background-image: url(../images/pixelBG/BgMain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#portText #padding {
	padding: 20px;
}



#secondLevelMain table {
	color: #FFFFFF;
	font-size: 70%;
	text-align: center;
	float: left;
	background-image: url(../images/pixelBG/tablebg.jpg);
}
#contactForm table {
	background-image: none;
}

#secondLevelMain a {
	color: #A9DEEC;
}


#secondLevelMain #adr, #bcba, #cb, #cbc, #cc, #ccc, #gis,#cpc, #dd, #dub, #ecl, #ef, #elite, #fam, #fs, #gw, #hob, #mbw, #njf, #pl, #pps, #m2m, #tryChs, #mfb, #vanLoan, #patrick, #fender  {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #3d5271;
}

#contactText {
	width: 400px;
	float: left;
	margin-right: 35px;
	padding-left: 20px;
	padding-top: 20px;
}

#contactForm {
	float: left;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 20px;
	background-image: none;
}
#seoPic {
	float: right;
}

#testText {
	padding: 20px;
	background-image: url(../images/pixelBG/BgMain.jpg);
	background-repeat: no-repeat;
}









#footer  {
	width: 873px;
	float: left;
	font-size: 70%;
	background-image: url(../images/pixelBG/footrBg.jpg);
	height: 89px;
	padding-left: 20px;
}
#footer a {
	color: #A9DEEC;
}

.floatLft {
	float: left;
	margin-right: 10px;
}
.floatRt {
	float: right;
}
#testText .floatRt {
	margin-left: 20px;
}


.style4 {
	font-size: 120%;
	font-weight: bold;
	color: #A9DEEC;
}
.style7 {font-size: 105%}
