html, body,td,th {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #272727;
	background-image: url(http://www.realitydesign.com/v10/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body {
	background-color: #272727;
	background-image: url(http://www.realitydesign.com/v10/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
margin: 0 0 10px 0;
padding: 0;
}

a:link {
	color: #ccc;
	text-decoration: none;
}
a:visited {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #4c73c6;
	text-decoration: none;
}
a:active {
	color: #ccc;
	text-decoration: none;
}

h1 {
font-weight: normal;
font-size: 21px;
margin: 0px 0px 12px 0px;
padding: 0px;
color: #eee;
}

.header {
	background: url(http://www.realitydesign.com/v10/images/bg-header.jpg) repeat-x top center #373837;
	height: 134px;
	width: 100%;
}

.top {
	width: 940px;
	margin-left: 30px;
	margin-right: 30px;
	height: 134px;
}

.top-left {
	float: left;
	height: 134px;
	width: 498px;
}

.top-right {
	float: right;
	height: 134px;
	width: 400px;
	text-align: right;
}

.nav-top {
	float: right;
	margin-top: 31px;
	margin-bottom: 20px;
	height: 42px;
	width: 87px;
}

.nav-bottom {
	float: right;
	width: 361px;
	height: 20px;
	padding-right: 1px;
}

.content {
	width: 960px;
	margin: 14px 18px 14px 18px;
}

.bottom {
	width: 940px;
	margin: 0px 30px 17px 30px;
}

.bottom-welcome {
	float: left;
	width: 515px;
        padding: 51px 20px 20px 20px;
	background: url(http://www.realitydesign.com/v10/images/box-slice_01.jpg) no-repeat top left #2e2e2e;
        text-align: left;
}

.bottom-about {
	float: left;
	width: 515px;
        padding: 51px 20px 20px 20px;
	background: url(http://www.realitydesign.com/v10/images/about_01.jpg) no-repeat top left #2e2e2e;
        text-align: left;
}

.bottom-quote {
	float: right;
	width: 323px;
        padding: 0px 20px 20px 20px;
	background: url(http://www.realitydesign.com/v10/images/box-slice_03.jpg) no-repeat #2e2e2e;
        text-align: left;
}

.bottom-quote-title {
        padding: 19px 0px 15px 0px;
        text-align: left;
}

.footer {
        width: 940px;
	padding: 0px 30px 17px 30px;
	height: 11px;
        color: #4c4c4c;
        font-size: 11px;
}

.footer-left {
        float: left;
        width: 450px;
	height: 11px;
        text-align: left;
}

.footer-right {
        float: right;
        width: 400px;
	height: 11px;
        text-align: right;
}

.footer-right-link {
        float: right;
        height: 11px;
        margin-left: 26px;
}

.footer-right-link a, .footer-right-link a:visited {
        color: #4c4c4c;
}

.footer-right-link a:hover {
        color: #d9d9d9;
}

.thumb {
        width: 170px;
        height: 134px;
        margin: 11px;
        float: left;
        background-color: #2e2e2e;
}

.thumb img {
filter:alpha (opacity=80);
-moz-opacity:.80;
opacity:.80;
-khtml-opacity: 0.8;
border: 1px solid #3d3d3d;
}

.thumb a img, . thumb a:visited img {
filter:alpha (opacity=80);
-moz-opacity:.80;
opacity:.80;
-khtml-opacity: 0.8;
border: 1px solid #3d3d3d;
}

.thumb a:hover img {
filter:alpha (opacity=100);
-moz-opacity:1;
opacity:1;
-khtml-opacity: 1;
border: 1px solid #444;
}

hr.clear{
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	border-width:0;
	margin:0;
	padding:0;
}

.tooltip {
	display:none;
	background:transparent url(/v10/images/tooltip/black7.png);
	font-size:12px;
	height:31px;
	width:168px;
	color:#fff;	
	position: relative;
	z-index: 1000;
	border-top: 1px solid #444;
}

.tooltipbox {
text-align: center;
padding-top: 7px;
}

.tooltipbox a, .tooltipbox a:visited {
color: #fff;
}

.tooltipbox a:hover {
color: #4c73c6
}