/* CSS Document */

body {
	background-image:url(../images/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}#wrapper {
	background-color: #000000;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #222;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #222;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}
#wrapper #menu {
	background-color: #333;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #ad9961;
}

#wrapper #menu ul {
	margin: 0px;
	padding: 0px;
}
#wrapper #menu li {
	display: inline;
	line-height: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin-left: 33px;
	padding-left: 20px;
}
#wrapper #menu li a:hover {
	color: #ad9961;
	background-image: url(../images/nav-arrow.png);
	background-repeat: no-repeat;

}
#wrapper #menu .menu-separator {
	background-image: url(../images/menuseparator.png);
	width: 1px;
	height: 23px;
}






#wrapper #menuj {
	width: 310px;
	height: 31px;
	background-image: url(../images/java-background.gif);
	background-repeat: no-repeat;
	float: right;
}
#wrapper #menug {
	width: 310px;
	height: 31px;
	background-image: url(../images/google-background.gif);
	background-repeat: no-repeat;
	float: right;
}
#wrapper .menuitem {
	clear: right;
	float: left;
	padding-left: 20px;
	font-size: 13px;
	padding-right: 20px;
	line-height: 31px;
}
#wrapper .menuitem a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper .menuitem a:hover {
	color: #ad9961;
	text-decoration: underline;
}
#wrapper .content-separator {
	background-color: #ad9961;
	height: 1px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#wrapper #content {
	font-size: 12px;

	padding-bottom: 5px;
}
#wrapper #content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #ad9961;
	margin: 0px;
}
#wrapper #content .title-icon {
	vertical-align: middle;
	padding-right: 10px;
}

#wrapper hr  {
	color: #ad9961;
	background-color: #ad9961;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content h2 {
	font-weight: normal;
	color: #ad9961;
}
#wrapper #content a {
	color: #CCC;
}





#wrapper #text {
	font-size: 12px;
	width: 575px;
	text-align: justify;
	float: left;
	padding-top: 10px;
}
#wrapper #text td {
	padding-top: 3px;
	padding-bottom: 3px;
}
#wrapper #content .post-title {
	background-color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 16px;
	height: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 25px;
	color: #ad9961;
}
#wrapper #content .news-date {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 823px;
	color: #999;
	background-image: url(../images/date.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	margin: 0px;
}

#wrapper #content .news-article {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.form-width {
	width: 500px;
}

.goldtext {color: #ad9961}
#wrapper #content table {
	border: 1px none #ad9961;
}
#wrapper #content .specs-features td ul  {
	padding-left: 20px;
	list-style-image: url(../images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#wrapper #content .border {
	border: 1px solid #ad9961;
}
#wrapper #content .intro-title {
	color: #ad9961;
	font-size: 16px;
	font-weight: bold;
}
#wrapper #content .intro {
	width: 250px;
	float: left;
}
#wrapper #content .intro a {
	color: #ad9961;
}

#wrapper #content .intro-separator {
	width: 1px;
	float: left;
	background-color: #ad9961;
	margin-right: 24px;
	margin-left: 24px;
	height: 90px;
}
#wrapper #content .align-right {
	text-align: right;
}
#wrapper #footer {
	color: #999;
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
}
#wrapper #footer a {
	color: #CCC;
}

