﻿body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background:#696969 url('../imagesNEW/background.jpg') repeat-x top left;
	color: silver;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
}

a {color: silver;}
a:hover {color: #CF0000;}

hr {height: 1px;}

.header {
	height: 134px;
	width: 900px;
	text-align:center;
}

.topNav {
	background: #343434 url('../imagesNEW/navSlice.jpg') repeat-x top left;
	height:32px;
	text-align:center;
}

.topNav ul {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: none;
    padding: 10px;
    margin: 0px;
    border-bottom: 2px solid silver;
}

.topNav li {
    display: inline;
    list-style-type: none;
    padding: 0px 15px;
    text-align:center;
    color: silver;
}  

.topNav a {
    color: silver;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 2px solid silver;
}

.topNav a:hover {
	color: #CF0000;
    border-bottom: 2px solid #CF0000;
}

.contentHome {
	background-color:#343434;
	color: silver;
	height:508px;
	text-align:center;
}
.content {
	background-color:#343434;
	color: silver;
	height:508px;
	text-align:left;
	padding: 50px 100px 0px 100px;
	font-size: 12px;
	width: 900px;
	vertical-align:top;
}

.thumbnails {
	width:100%;
}

.thumbnails td {
	text-align: center;
	vertical-align:top;
	width: 33%;
	padding: 5px;
}

.portfolioThumbs {width: 100%;}
.portfolioThumbs td {
	width: 25%;
	padding: 3px;
	text-align:center;
}

.main_menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.main_menu:hover {
	color:#000000;
	/*text-decoration:underline;*/
}
.main_menu_inactive {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
}


.menu {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: black;
	background-color:silver;
	text-transform: uppercase;
	height:18px;
	padding: 5px;
}
.txt {
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
.title{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	}

.footer {
	background-color:#696969;
	border-top: 1px solid silver;
	color: silver;
	text-align:center;
	padding: 10px;
}