body {
	margin: 0px;
	padding: 0px;
		background:#343434 url(../images/layout/bg.jpg) no-repeat fixed center top;
}
body, td, div {
	font: 13px "Times New Roman", Times, serif;
}
p {
	margin: 0 0 1em;
	line-height:1.3em;
}
h1 {
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .3em;
	background: url(images/layout/h1-icon.gif) no-repeat left center;
	padding-left: 15px;
}
h1 .big {
	font-size: 25px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
	background:#D2C6A3;
}
.header {
	background: #696E49 url(images/layout/head-bg.gif) repeat-x;
	text-align: right;
}
.footer {
	background: #D2C6A3 url(images/layout/footer-bg.gif) repeat-x;
	padding-top: 15px;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
}
.footer .small, .footer .small a {
	font-size: .9em;
	margin: 0px;
	padding-bottom: 10px;
}
.footer a, .footer .developed {
	margin-right: 10px;
	margin-left: 10px;
}

.sidebar {
	background: #333;
	border-top: 5px solid #FFFFFF;
	padding-left: 30px;
	color: #D2C6A3;
}
.sidebar .phone {
	font-size: 16px;
	letter-spacing: 0.2em;
	margin-top: 100px;
}
.sidebar a, .sidebar a:hover {
	text-transform: uppercase;
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
	background:none;
}
.contentpad {
	margin: 20px 20px 10px;
}

/* Nav */
#nav ul {
	list-style: none;
	margin: 20px 0px 0px;
	padding: 0px;
}
#nav ul li a {
	padding-left: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/layout/menu-icon-2.gif) no-repeat left center;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #000;
	margin-right: 20px;
}
#nav ul li a:hover {
	background: url(images/layout/menu-icon-1.gif) no-repeat left center;
	color: #D2C6A3;
	text-decoration: none;
}	
.subfoot a, .subfoot a:hover {
	font-size: .9em;
	color: #666;
	text-decoration: underline;
}
/************** table ************************/
table.tablegrid {
	border-collapse:collapse;
	border-spacing: 0;
}
.tablegrid td, .tablegrid th {
	padding: 5px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.tablegrid thead th,
.tablegrid tfoot td{
	font-weight:bold;
	text-align:left;
	background: #000;
    color:#fff;
}
.tablegrid thead th{
	border-top: 1px solid #666;
	border-bottom: 2px solid #666;
}