body{
	background: #ffffff url(head_bg.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 1000px;
	/* IE min-width fix */
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 770 ? "770px" : "auto");
	text-align: center;
}

#wrap {
	position: relative;
	width: 770px;
	text-align: left;
	margin: 0 auto;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(logo.gif) no-repeat left top;
	width: 210px;
	height: 144px;
}

#title {
	position: absolute;
	left: 240px;
	top: 0;
	height: 40px;
	color: #E5F0FF;
	background-color: inherit;
}

#title h1 {
	float: left;
	margin: 0;
	font-weight: normal;
	font-size: 32px;
	line-height: 44px;
}

#title .desc {
	font-size: 10px;
	line-height: 64px;
	text-transform: uppercase;
	padding-left: 10px;
}

#searchform {
	position: absolute;
	right: 0;
	top: 63px;
	margin: 0;
}

#searchform #s {
	border: 1px solid #869dce;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#searchform #submit {
	height: 19px;
	width: 19px;
	margin-bottom: -4px;
}

#pages {
	position: absolute;
	left: 240px;
	top: 69px;
}

#pages ul {
	margin: 0;
	padding: 0;
}

#pages li {
	float: left;
	list-style-type: none;
}

#pages li a {
	display: block;
	width: 73px;
	height: 15px;
	padding: 2px 0;
	margin-right: -1px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #06389B;
	background: url(tab0.gif) no-repeat left top;
	background-color: inherit;
}

#pages li a:hover {
	font-weight: bold;
}

#pages li.current_page_item a {
	background: url(tab1.gif) no-repeat left top;
}

A:link { color:#06389b; text-decoration: none; }
A:hover { color:#06389b; text-decoration: underline; }
A:active { color:#06389b; text-decoration: none; }
A:active:hover { color:#06389b; text-decoration: underline; }
A:visited { color:#06389b; text-decoration: none; }
A:visited:hover { color:#06389b; text-decoration: underline; }

#navcontainer {
	position: absolute;
	left: 10px;
	top: 150px;
	width: 140px;
}

#container {
	padding: 88px 0 0 0;
	margin-left: 150px;
}

#container .inner {
	position: relative;
	color: inherit;
	background-color: #f5f8fd;
	padding: 10px;
}

.post {
	position: relative;
	z-index: 2;
	padding-top: 30px;
}



#navlist ul {
	margin: 0;
	padding: 0;
}

#navlist li{
	margin-left: 10px;
	list-style-type: none;
	text-align: left;
	padding-right: 0px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

#navlist ul.children {
	margin-bottom: 10px;
}

#navlist ul.children li {
	font-weight: normal;
}

#navlist h2 {
	font-size: 14px;
}

#footer{
	margin-left: 150px;
	background: transparent;
	height: 66px;
	text-align:center;
	color: #333333;
}

h1{
	font-size: 24px;
}

h3{
	font-size: 18px;
	font-weight: bold;
}

.post input, .post textarea {
	border: 1px solid #869dce;
}


/* ----- */

a.button {
	display: block;
	padding: 3px 2px 3px 25px;
	margin: 7px 0;
	text-decoration: none;
	color: #06389B;
	background-color: inherit;
	border: 1px solid #3f64b2;
	font-size: 10px;
	width: 150px;
}

A.button { text-decoration: none; }
A.button:hover { text-decoration: none; }
A.button:active { text-decoration: none; }
A.button:active:hover { text-decoration: none; }
A.button:visited { text-decoration: none; }
A.button:visited:hover { text-decoration: none; }


a.buy {
	background: url(buy.gif) no-repeat 1px 1px;
}
a.download {
	background: url(download.gif) no-repeat 1px 1px;
}
a.manual {
	background: url(manual.gif) no-repeat 1px 1px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
