/* CSS Document */
a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#990000;
}

body, html {
	font-family:'Palatino linotype', geneva, georgia, verdana, arial;	
	color:#666666;
	width:100%;
	height:100%;
	background:url(../images/page_slices_png8/page_bg_solid_64x128.png);
	margin:0;
	padding:0;
}
#gradient {
	width: 100%;
	height: 512px;
	background:url(../images/page_slices_png8/page_be_grad_64x512.png) repeat-x;
	padding-top:25px;
}
#page_wrapper {
	margin:auto;
	min-width:600px;
	max-width:900px;
	padding:0 50px
}
div#page {
	min-width:900px;
	padding:20px;
	background:#fff;
	float:right;
}
#logo {
	z-index:1;
	width:277px;
	margin:0 auto 20px auto;
	background:url(../images/version2/xoundesign_logo_3.png) no-repeat;
}
#logo ul {
	list-style:none;
}

img {
	border:0;
}
h1 {
	font-size:1.2em;
	font-weight:bold;
	color:#666666;
	margin: 20px 40px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;	
	font-weight:bold;

}
p {
	font-size:0.85em;
	margin: 20px 40px;
}
#nav{
	position:relative;
	width:100%;
	height:34px;
	font-size:0.95em;
	background:transparent url(../images/bgOFF.gif) repeat-x top left;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:30px 0;
	}
#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}
#nav ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#nav ul li a{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:6px 20px 4px 20px;
	height:24px;
}
#nav a:hover {
	background:#E0DFE3;
	text-decoration:none;
	color:#666666;

}
.emph {
	font-size:1.2em;
	font-weight:bold;
}
.item {
	border:solid 1px #666;
	width:100%;
	min-height:1px;
	background:url(../images/page_slices/item_grad.png) repeat-x;
	text-align:right;
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin-top:20px;
	padding:20px 0;
	float:left;
}
.item a:link {
	color:#CCCCCC;
}

.item_text {
	float:right;
	padding:10px;
}
.item_text h2 {
	padding:2px;
	font-size:1.3em;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1em;
	margin-right:0;
}
.item_text p a:link, .item_text p a:visited {
	text-decoration:none;
	color:#fff;
}
.item_text p a:hover {
	text-decoration:underline;
	color:#2072A5;
}

.item_image {
	width:320px;
	z-index:5;
	float:right;
	text-align:left;

}
.item_image img {
	padding:2px;
	border:1px solid #666;
}
.small {
	font-size:0.8em;
	color:#666;
	}
	

	