@charset "UTF-8";body,td,th {	font-family: Goudy Old Style, Times-Roman, sans;	color: #255056;}body {	background-color: #d1d2d3;}#mainContainer {	margin: 0px auto;	height: 960px;	width: 1280px;	background: url(images/bg-main.gif) no-repeat center center;	position: relative;}#navigation {	height: 571px;	width: 897px;	background: #000;	position: relative;	margin: 0px auto;}#name {	height: 33px;	width: 327px;	background: url(images/name.png) no-repeat left top;	position: absolute;	right: 179px;	top: 107px;}#navigation ul .about a, #navigation ul .contact a, #name a {	display: block;	height: 100%;	width: 100%;	cursor: pointer;}ul .about {	display: block;	height: 571px;	width: 298px;	background: url(images/butn-about.png) no-repeat;	float: left;}ul .portfolio {	display: block;	height: 571px;	width: 296px;	background: url(images/butn-portfolio.png) no-repeat;	float: left;}ul .contact {	display: block;	height: 571px;	width: 303px;	cursor: pointer;	background: url(images/butn-contact.png) no-repeat;	float: left;}ul .portfolio ul li a {	font-size: 20px;	color: #28565c;	text-decoration: none;	font-weight: bold;	line-height: 50px;}ul .portfolio ul li a:hover {	background-color:#333;}ul .portfolio ul {	text-align: center;	margin-top: 0px;}#outline {	padding: 10px;	position: absolute;	border: thin dotted #333;	top: 146px;	right: 179px;}#symbol {	background: url(images/symbol.png) no-repeat;	height: 150px;	width: 216px;	position: absolute;	z-index: 999;	left: 172px;	top: 17px;}/* DROPDOWN */        .dropdown-menu {	width:298px;	position:absolute;	font-size:10px;	color:#FFF;	cursor:pointer;	z-index:1000px;	left: 297px;}.dropdown-menu a:link, .dropdown-menu a:visited {    color:#FFF !important;    display:block !important;    text-decoration:none !important;     margin:0 !important;}.dropdown-menu a:hover {	color:#FFF !important;}.dropdown-menu .slide-down {    background:url(../images/red-dd-down-button.gif) no-repeat;}.menu-first {	background:transparent;	line-height:15px;	height: 60px;	position: absolute;	width: 296px;	top: 400px;}.down-list {	background:transparent;	margin-left:1px;	padding-bottom:5px;}.down-list li {	padding:8px;	background:#121212;	border-bottom: thin dotted #666;}.down-list .lastLI { background:#670100; padding-bottom:2px; }#copyright {	position: absolute;	bottom: 180px;	left: 530px;	font-size: small;	color: #999;}