/* CSS Document */
body {
	background-color:#505050;
	background-image: url(../images/background-grad.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 100px;
}
#wrapper #main {
	background-image: url(../images/background.gif);
}

#wrapper #main #navigation {
	width: 184px;
	float: left;
	margin-left: 6px;
}
#wrapper #main #navigation ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 30px;
	list-style-type: none;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper #main #navigation a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#wrapper #main #content {
	float: left;
	clear: right;
	width: 725px;
	margin-left: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#wrapper #main #content h1 {
	font-size: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}
#wrapper #main #content h2 {
	font-size: 14px;
	margin-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#wrapper #main #content p {
	font-size: 11px;
	margin-left: 10px;
}
#wrapper #main #content ul {
	font-size: 11px;
}
#wrapper #main #content a {
	color: #FFFFFF;
}

#wrapper #main #content .specs {
	float: left;
	width: 350px;
	padding: 0px;
	margin-left: 10px;
	font-size: 11px;
}
#wrapper #main #content #layout {
	margin-left: 10px;
	background-color: #000000;
	padding: 5px;
	border: 1px solid #999999;
	width: 700px;
}

#wrapper #main #content .profiles {
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
#wrapper #main #content .profiles p {
	margin-top: 0px;
}

#wrapper #main #content .profiles .name {
	font-size: 12px;
	font-weight: bold;
}
#wrapper #main #content .specs td {
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	padding: 5px;
	vertical-align: top;
}
#wrapper #main #content .specs table {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#wrapper #main #content #contact {
	font-size: 11px;
	padding: 10px;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #footer {
	color: #999999;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#wrapper #footer a {
	color: #CCCCCC;
	text-decoration: none;
}
