body{
	margin:0;
	padding:0;
	height:100%;
	background-color: #333333;
}
td{
	font-family: arial, verdana;
	font-size: 11px;
}

a, a:visited, a:link{
	color: #849412;
	text-decoration: none;
}

a:hover{
	color: #849412;
	text-decoration: underline;
}
input, textarea, select{
	background-color: white;
	border: 1px solid silver;
	font-size: 11px;
}
input, select{
	width: 100px;
}
hr{
	color: silver;
    background-color: silver;
    height: 1px;
}
.s{
	background-color: #333333;
	width: 15px;
}

.ltd{
	background-color: #333333;
	background-image: url(../img/background.gif);
}

.rtd{
	background-color: #333333;
	background-image: url(../img/background.gif);
}

.ctd{
	width: 800px;
	height: 20px;
	background-image: url(../img/header-line.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.btd{
	width: 400px;
	height: 400px;
	background-image: url(../img/header-body.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

.ftd{
	width: 800px;
	height: 69px;
	background-image: url(../img/header-footer.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: silver;
	font-size: 10px;
}

.fcopy, .fcopy:link, .fcopy:visited, .fcopy:hover{
	color: #acbd18;
	text-decoration: none;
	padding-right: 10px;
}

.menu{
	width: 235px;
	padding: 0px;
}

.page{
	line-height: 18px;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 565px;
}

.menuTable{
	background-color: #383838;
}

.menuSpace{
	background-color: #404040;
	border-bottom: 1px solid #333333;
	width: 100%;
}

.menuSpaceSelected{
	background-color: #acbd18;
	border-bottom: 1px solid #333333;
	width: 100%;
}

.menuOption, .menuOption:link, .menuOption:visited{
	padding: 10px;
	width: 180px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, verdana;
	color: silver;
	text-transform: uppercase;
	text-decoration: none;

}

.menuOption:hover{
	color: #ffff33;
}

.title{
	color: #849412;
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.ttd{
	width: 800px;
}

.topMenu, .topMenu:link, .topMenu:visited{
	color: gray;
	text-decoration: none;
}

.topMenu:hover{
	color: silver;
}

.service{
	color: black;
	font-size: 12px;
	font-weight: bold;
	width: 20%;
}
.serviceImg{
	width: 100px;
	border: 1px solid silver;
}

/* LIGHBOX */

.section {
    border-top: 1px solid silver;
    background-color: white;
}

.section ul {
    list-style: none;
    margin-top: 5px;
}

.section ul li {
    display: inline;
}

.section ul a {
    background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 5px 5px 10px;
    display: block;
    float: left;
    margin: 5px;
    text-decoration: none;
}

.section ul a:hover {
    background-color: white;
    border: 1px solid #333333;
}

.section ul a img {
    border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
    border: 1px solid #333333;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: left;
}

.section.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.section.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}
.category, .category:link, .category:active, .category:visited, .category:hover{
	text-transform: uppercase;
	font-weight: bold;
	color: gray;
}
