/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	margin: 0px 0px 20px 0px;
}
TD,.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}
.black {
	color: #000000;
}
a {
	color: #d6aeae;
}
a:visited {
	color: #d6aeae;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	color: #000;
}
h3 {
	font-size: 14px;
	color: #000;
}
h4 {
	font-size: 12px;
	color: #000;
}
h5 {
	font-size: 10px;
	color: #000;
}
h6 {
	font-size: 9px;
	color: #000;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #894a4a;
	margin: 15px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* IDs */

#homebanner {
	position: absolute;
	top: 0px;
	z-index: 1;
	height: 350px;
	width: 800px;
}

#slidebanner {
	z-index: 200;
	height: 101px;
	width: 798px;
}
#banner {
	height: 211px;
	width: 798px;
}
#container {
	width: 798px;
	text-align: left;
}
#header {
	border-top: 3px solid #8d1b1b;
	margin-top: 20px;
}

#logo {
	position: absolute;
	top: 0px;
	margin-left: 15px;
	z-index: 1000;
}
#menu {
	position: absolute;
	z-index: 20;
	background-repeat: repeat-x;
	height: 37px;
	width: 798px;
	padding-top: 12px;
}
#menuinside {
	position: absolute;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 798px;
	padding-top: 12px;
	border-top: 1px solid #FFF;
}
#menu div.table {
	float: right;
	width: auto;
}
#menu div.cell {
	vertical-align: middle;
}
#menu a {
	padding: 0px 13px;
}
#menu a img {
	padding: 3px 0px;
	margin-bottom: 1px;
}
#menu a img.current {
	border-bottom: 1px solid #000;
	margin-bottom: 0px;
}

#menuinside div.table {
	float: right;
	width: auto;
}
#menuinside div.cell {
	vertical-align: middle;
}
#menuinside a {
	padding: 0px 13px;
}
#menuinside a img {
	padding: 3px 0px;
	margin-bottom: 1px;
}
#menuinside a img.current {
	border-bottom: 1px solid #000;
	margin-bottom: 0px;
}
#main {
	background-color: #8d1b1b;
	border-top: 1px solid #d6aeae;
	border-bottom: 1px solid #d6aeae;
	line-height: 150%;
}
#homemain {
	margin-top: 349px;
	z-index: 2;
	background-color: #8d1b1b;
	border-top: 1px solid #d6aeae;
	border-bottom: 1px solid #d6aeae;
	line-height: 150%;
}
#project {
	width: 298px;
	background-color: #661313;
	border-right: 1px solid #d6aeae;
}
td#project h3 {font-size:1.15em; word-spacing:normal;letter-spacing:normal;color:#fff;margin-bottom:2px;}
#content {
	padding: 15px;
	padding-left: 25px; 
	padding-right: 25px;
	padding-bottom: 25px;
}
#content .pink {
	color: #d38484;
}
#clients {
	border-bottom: 1px solid #3b3b3b;
	background-color: #121212;
	text-align: center;
}
#footer {
	color: #f3f3f3;
	text-align: center;
	padding-top: 10px;
}
#footer a {
	color: #f3f3f3;
	padding: 0px 10px;
	text-decoration: none;
}

/* Slideshow */
#slideshow #header {
	border-top: 3px solid #8d1b1b;
	margin-top: 20px;
}
#slideshow #menuinside {
	background-image: url(../images/menu_bg_slideshow.gif);
}
#slideshow #main {
	display: block;
	border-bottom: 1px solid #000;
	padding-top: 46px;
	margin: 0px;
}
#view {
	border-bottom: 1px solid #3b3b3b;
	background-color: #121212;
	text-align: center;
	padding: 25px 15px;
	font-size: 13px;
	font-weight: bold;
}


/* Classes */

.table {
	width: 100%;
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: top;
}

.left {
	float: left;
}

.pink {
	color: #b85959;
}

.noUnderline a,
a.noUnderline {
	text-decoration: none;
}

