body {
	background: #191928 url(images/background.jpg) repeat-x;
	color: #8c8c94;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.red {
	color: #c90404;
}

.bold {
	font-weight: bold;
}

.wide {
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

a:link, a:active, a:visited {
	color: #8c8c94;
	text-decoration: none;
}

a:hover {
	color: #c90404;
	text-decoration: underline;	
}

a.underline:link, a.underline:active, a.underline:visited {
	color: #8c8c94;
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

a.menu-btn:link, a.menu-btn:active, a.menu-btn:visited {
	color: #758198;
	text-decoration: none;
}

a.quick-btn:link, a.quick-btn:active, a.quick-btn:visited {
	color: #ffffff;
	text-decoration: none;
}

a.menu-btn:hover, a.quick-btn:hover {
	text-decoration: underline;	
}

a.btn:link, a.btn:active, a.btn:visited {
	color: #758198;
	text-decoration: none;
}

a.btn:hover {
	color: #c90404;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

input, select, textarea {
	border-top: 1px solid #758198;
	border-left: 1px solid #758198;
	border-right: 1px solid #758198;
	border-bottom: 2px solid #758198;
	padding: 1px;
	color: #8c8c94;
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

#holder-left {
	background: #2a3348 url(images/gears-left-top.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom; 
	width: 220px; 
	height: 100%; 
	vertical-align: top;
}

#holder-right {
	width: 100%; 
	vertical-align: top;
}

#body {
	background: #2a3348; 
	width: 100%; 
}

#body-top {
	width: 100%; 
	height: 42px;
	background: url(images/body-top-bg.gif);
}

#body-bottom {
	background: url(images/body-bottom-bg.gif); 
	width: 100%; 
	height: 52px;
}

#content {
	background: url(images/content-bg.gif); 
	width: 523px;;
	height: 450px;
	padding: 15px;
	vertical-align: top;
}

#content-top {
	width: 561px;
	height: 70px;
}

#content-bottom {
	background: url(images/content-bottom-bg.gif); 
	width: 553px;
	height: 52px;
}

#content-bottom-menu {
	width: 100%; 
	padding: 14px 0px 0px 17px; 
	vertical-align: top;
}

#footer {
	width: 773px;
	height: 106px;
	background: url(images/footer-bg.gif);
}

#footer-menu {
	width: 388px;
	text-align: right; 
	vertical-align: top; 
	padding: 20px;
}

#copyright {
	padding-right: 20px;
	height: 36px; 
	vertical-align: top;
	text-align: right;
}

#terms {
	text-align: right; 
	vertical-align: top;
	padding-right: 20px;
}

#copyright, #terms {
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

#contact-form td {
	padding: 0px 0px 2px 0px;
}

.grid {
    width: 100%; 
}

.grid td {
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #bec4ce;
}

.pages {
	width: 100%;
}

.pages td {
	padding: 5px;
	text-align: right;
}

.caption {
	background: #bec4ce;
	width: 100%; 
	height: 20px;
	margin-bottom: 10px;
}

.caption td.left {
	width: 5px;
	background: url(images/caption-left.gif);
}

.caption td.right {
	width: 5px;
	background: url(images/caption-right.gif);
}

.caption td.dot {
	width: 14px;
}

.caption td.text {
	color: #ffffff;
}

.tab-20px {
	padding-left: 20px;
	padding-right: 5px;
}

.spacer-10px {
	padding: 5px 0px 0px 10px;
}

.tech-data, .tech-data-centered {
	width: 100%;
}

.tech-data td, .tech-data-centered td {
	padding: 5px;
	border: 1px solid #bec4ce;
}

.tech-data td.td1 {
	background: #bec4ce;
	color: #ffffff;
}

.tech-data-centered td {
	text-align: center;
}

.submit-btn {
	background: #ffffff;
	width: 90px;
	color: #758198;
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}
