@charset "UTF-8";
/* CSS Document */

body {				background: #000 url(../images/body-bg.jpg) top left repeat-x;
					margin: 0 auto;
					padding: 0;
					text-align: center; }

#page {				width: 935px;
					height: auto;
					margin: 0 auto;
					text-align: center;
					padding: 0; }
					
#top .dropdown {	background: url(../images/dropdown-bg.png) top left no-repeat;
					width: 281px;
					height: auto;
					min-height: 106px;
					margin: 0;
					padding: 45px 0 0 0;
					float: left; }
					
a:link, a:visited, a:active {
					color: #B18487;
					text-decoration:none; }

a:hover {			color: #fff;
					text-decoration: none; }
					
#top .dropdown p {	font: 16px Arial, Helvetica, sans-serif;
					color: #FFF;
					padding: 0 0 17px 0;
					margin: 0;
					text-align: center;
					font-weight: normal; }
					
#bottom h1 {		font: 30px Arial, Helvetica, sans-serif;
					color: #FFF;
					padding: 35px 0 10px 0;
					text-align: center;
					margin:0;
					font-weight: normal; }
					
#bottom p {			font: 17px Arial, Helvetica, sans-serif;
					color: #B18487;
					padding: 0 0 7px 0;
					text-align: center;
					margin: 0;
					font-weight: normal;
					font-style: italic; }
					
#bottom .button1 {	background: url(../images/about-button.png) top left no-repeat;
					width: 296px;
					height: 165px;
					margin: 58px 0 0 33px;
					padding: 0;
					float: left; }
					
#bottom .button2 {	background: url(../images/demos-button.png) top left no-repeat;
					width: 280px;
					height: 165px;
					margin: 58px 0 0 0;
					padding: 0;
					float: left; }
					
#bottom .button3 {	background: url(../images/contact-button.png) top left no-repeat;
					width: 290px;
					height: 165px;
					margin: 58px 0 0 0;
					padding: 0;
					float: left; }
					
#bottom .footer {	width: 935px;
					height: auto;
					margin: 20px 0 0 0;
					padding: 0;
					float: left; }
					
#bottom .footer a:link, #bottom .footer a:active, #bottom .footer a:visited {
					color: #666;
					text-decoration:none; }
		
#bottom .footer a:hover {	
					color: #fff;
					text-decoration: none; }
					
#bottom .footer p {	font: 10px Arial, Helvetica, sans-serif;
					color: #666;
					padding: 0 0 7px 0;
					text-align: center;
					margin: 0;
					line-height: 18px;
					font-weight: normal;
					font-style: normal; }
					
.clear {			clear: both; }