@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	}

body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #003295;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	}	
	
#wrapper {
	position: relative;
	width: 918px;
	margin: 10px auto;
}

.clear { 
	clear: both;
	}
#wrapper #header {
	height: 230px;
	position: relative;
}
#wrapper #content {
	position: relative;
}
#wrapper #content #contentleft {
	padding: 10px;
	width: 610px;
	float: left;
}
#wrapper #content #contact {
	float: right;
	width: 260px;
	padding: 10px;
	color: #88aefb;
}
#wrapper #header #bannerservices {
	padding-top: 5px;
}
#wrapper #header #logo {
	position: absolute;
	top: 0px;
}
#wrapper #header #tag {
	position: absolute;
	left: 308px;
	top: 5px;
}
#wrapper #packages {
	clear: both;
}
#wrapper #packages #package1 {
	background-image: url(package6k.jpg);
	background-repeat: no-repeat;
	height: 203px;
	width: 291px;
	float: left;
	margin-left: 10px;
}

#wrapper #packages #package2 {
	background-image: url(package3k.jpg);
	background-repeat: no-repeat;
	height: 203px;
	width: 291px;
	float: left;
	margin-left: 10px;
}

#wrapper #packages #package3 {
	background-image: url(package12.jpg);
	background-repeat: no-repeat;
	height: 203px;
	width: 291px;
	float: left;
	margin-left: 10px;
}
#wrapper #footer {
	height: 20px;
	clear: both;
	font-size: 12px;
	text-align: center;
	padding: 20px;
}


#wrapper #packages #package1 #contentpackage {
	list-style-type: square;
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 18px;
}

#wrapper #packages #package2 #contentpackage {
	list-style-type: square;
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 18px;
}

#wrapper #packages #package3 #contentpackage {
	list-style-type: square;
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 18px;
}
#wrapper #header #filweb {
	padding-top: 100px;
}

a:link {text-decoration: none; color: #99ceff;}
a:visited {text-decoration: none; color: #99ceff;}
a:active {text-decoration: none; color: #99ceff;}
a:hover {text-decoration: underline; color: #99ceff;}

strong {
	color: #fff;
	}
