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

* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/architecture/bg.jpg);
	background-position: top center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}
a {
	color: blue;
	text-decoration: none;
}


p, ul, ol, hr, table, #bottom, #webdesign {
	margin-bottom: 12px;

}
ol, ul {
	margin-left: 30px;
}
#all {
	width: 640px;
	background-image: url(images/architecture/allbg.gif);
	margin-left: auto;
	margin-right: auto;
}
#top {
	background-image: url(images/architecture/topbg.gif);
	height: 20px;
	overflow: hidden;
}
#mid {
}
#wrapper {
	width: 600px;
	margin-left: 20px;
}
#header {
	background-image: url(images/architecture/header.gif);
	height: 215px;
}
#menu {
	padding-top:179px;
	padding-left: 84px;
}
#content {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	text-align: center;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
}
#webdesign {
	height: 22px;
	width: 561px;
	margin-left: auto;
	margin-right: auto;
}
#bottom {
	font-weight: bold;
}
#bot {
	background-image: url(images/architecture/botbg.gif);
	height: 20px;
	overflow: hidden;
}
ul#topmap {
	list-style-type:none;
	height:17px;
	padding: 0;
	margin: 0;
}
ul#topmap li {
	float:left;
	display:inline;
	height:17px;
}
ul#topmap li.index a {
	background:url(images/architecture/home.jpg) 0 0 no-repeat;
	width:40px;
	margin-right: 14px;
}
ul#topmap li.products a {
	background:url(images/architecture/products.jpg) 0 0 no-repeat;
	width:60px;
	margin-right: 15px;
}
ul#topmap li.protocol a {
	background:url(images/architecture/protocol.jpg) 0 0 no-repeat;
	width:54px;
	margin-right: 15px;
}
 
ul#topmap li.contactus a {
	background:url(images/architecture/contactus.jpg) 0 0 no-repeat;
	width:75px;
	margin-right: 15px;
}
ul#topmap li.pricing a {
	background:url(images/architecture/pricing.jpg) 0 0 no-repeat;
	width:53px;
	margin-right: 12px;
}
ul#topmap li.tracking a {
	background:url(images/architecture/tracking.jpg) 0 0 no-repeat;
	width:82px;
}
ul#topmap li a {
	display:block;
	height:17px;
	text-indent:-999em;
}
ul#topmap li.index a:hover, 
ul#topmap li.products a:hover, 
ul#topmap li.protocol a:hover, 
ul#topmap li.contactus a:hover, 
ul#topmap li.pricing a:hover, 
ul#topmap li.tracking a:hover {
	background-position:bottom left;
}
ul#botmap {
	margin-left: 0px;

}
ul#botmap li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	border-right: 1px solid #000;
	padding-left: 10px;
}
ul#botmap li a {
	color: black;
	text-decoration: none;
}
ul#botmap li a:hover {
}
ul#botmap li.first {
	padding-left: 0px;
}
ul#botmap li a.current {
	font-weight: bold;
}
ul#botmap li.last {
	border: 0;
	padding-right: 0px;
}
.header {
	font-size: 20px;

}
