/* =default
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
html, body {
	height: 100%;
}
html, body, address, /*blockquote,*/ div, p, pre, h1, h2, h3, h4, h5, h6, hr,
dd, dl, dt, ul, ol, li,
a, abbr, acronym, b, /*big,*/ br, cite, code, del, dfn, em, i,
ins, kbd, q, samp, /*small,*/ span, strong, /*sub, sup,*/ tt, var,
object,
/*caption, table, tbody, td, tfoot, th, thead, tr,*/
input, textarea, select, button, form, fieldset, legend, label,
u, font, s, center, dir, menu, strike, xmp {
	margin: 0px;
	padding: 0px;
	/*vertical-align: baseline;*/
	font-size: 1em;
	/*text-align: left;*/
	/*text-indent: 0px;*/
}
p {line-height:17px;}
a, :focus {
	outline: none;
}
/*hr, img,*/ object {
	border: 0px;
}
/*
input, select, button {
	vertical-align: middle;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
textarea, caption, td, th, tr {
	vertical-align: top;
}
*/



/* =global
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
html {
    font-size: 100.01%;
}
body {
	font-size: 62.5%;
	font-family: Verdana, sans-serif;
	color: #c9a891;
	background: #262626;
	/*text-align:center;*/
}
a:link, a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #af5b2c;
}
a:hover {
	text-decoration: none;
}
a:active {
}
h1 {
	font-size: 2.1em;
	margin: 15px 0px 4px 29px;
	color: #f79858;
	font-weight: normal;
}
/* --- !!! --- */
h1 a:link, h1 a:visited {
	font-size: 1em;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #f79858;
}
h1 a:hover {
}
h1 a:active {
}
/* --- !!! --- */
h2 {
	font-size: 2.1em;
	letter-spacing: -1px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #f79858;
}
.right-col .editor h2 {
	font-size: 18px;
	font-weight:normal;
	letter-spacing: 0px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #f79858;
	padding-bottom:5px;
}
.right-col .editor div.glav_page {font-size:11px;}
.right-col .editor a {text-decoration:none; font-size:12px;}
.right-col .editor a:hover {text-decoration:underline;}
h3 {
	font-size: 1.8em;
	color: #16655d;
	font-weight: normal;
	margin: 11px 0px 0px 25px;
}

a.sitename	{
	color: #f79858;
	margin: 0px !important;
	text-align: center;
	padding-top: 30px;
	font-size:2.2em;
	font-weight: bold;
	display:block;
	text-decoration:none;
	text-transform: uppercase;
	font-family:Arial,sans-serif;
}
.siteslogan	{
	text-align: center;
	font-size: 2.1em;
	letter-spacing: -1px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #f79858;
}
.sitelogo	{
	text-align: center;
	background: url(logo.gif) no-repeat center center;
	margin: 20px 0px 20px 0px;
}
.sitelogo img	{
	border: none;
}
.company_phone	{
	color: #f79858 !important;
	font-weight: bold;
}

/* =wrap
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.wrap {
	width: 1000px;
	margin: 0px auto;
}


/* =center-block
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
table.center-block {
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}


/* =top
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.top {
	height: 19px;
	background: url("top-bg.gif") repeat-x 0px 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.top-left-shad {
	width: 45px;
	height: 100%;
	float: left;
	background: url("top-left-shad.gif") no-repeat 0px 0px;
}
.top-right-shad {
	width: 45px;
	height: 100%;
	float: right;
	background: url("top-right-shad.gif") no-repeat 0px 0px;
}


/* =center
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.center-left-shad {
	width: 40px;
	background: url("center-left-shad.gif") repeat-y 0px 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.center-right-shad {
	width: 40px;
	background: url("center-right-shad.gif") repeat-y 0px 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


/* =left-col
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.left-col {
	width: 273px;
	background: #e8e3d5 url("left-col-bg.gif") repeat-y 0px 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.menu {
	list-style-type: none;	
	margin: 40px 0px 0px 28px;
	background: url("menu-bg.gif") no-repeat 0px 0px;
}
.menu li {
	height: 31px;
	line-height: 34px;
	background: url("menu-bg.gif") no-repeat 0% 100%;
	padding: 0px 0px 0px 5px;
}
/* --- !!! --- */
.menu a:link, .menu a:visited {
	font-size: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	color: #bd602c;
	background: url("menu-li-bg.gif") no-repeat 0px 14px;
	padding-left: 16px;
	display: block;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a:active {
}
/* --- !!! --- */
.left-col-2 {
	width: 273px;
	background: #e8e3d5 url("left-col-bg.gif") repeat-y 0px 0px;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}
.left-col-2 p {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	clear: #525578;
	margin: 26px 0px 26px 26px;
}


/* =separate
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.separate-1 {
	width: 40px;
	background: #e8e3d5 url("separate-1-bg.gif") repeat-y 0% 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.separate-2 {
	width: 40px;
	background: #323554 url("separate-2-bg.gif") repeat-y 0px 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.separate-2-line {
	width: 40px;
	background: url("line2.gif") no-repeat;
	height: 1px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.skob {
	height: 30px;
	background: url("skob.gif") no-repeat 0px 0px;
	margin-top: 34px;
}


/* =right-col
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.right-col {
	width: 607px;
	background: #e8e3d5 url("right-col-bg.gif") repeat-y 0px 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.image-block {
	width: 581px;
	height: 187px;
	margin: 40px 18px 0px 8px;
	background: #fff;
}
.image-block img {
	width: 581px;
	height: 187px;
	display: block;
}
.path {
	height: 35px;
	line-height: 30px;
	padding-left: 26px;
	font-size: 1.1em;
	letter-spacing: -1px;
	*letter-spacing: normal;
	color: #af5b2c;
}
/* --- !!! --- */
.path a:link, .path a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #af5b2c;
}
.path a:hover {
	text-decoration: none;
}
.path a:active {
}
/* --- !!! --- */
.cont-text {
	margin: 18px 30px 50px 26px;
	font-size: 1.2em;
}


/* =bottom-left-col
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.bottom-left-col {
	width: 273px;
	background: #323554 url("bottom-left-col-bg.gif") repeat-y 0px 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.bottom-left-col p {
	font-size: 1.3em;
	color: #c9a891;
	margin: 25px;
}
.bottom-left-col span {
	color: #7ab93e;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.bottom-left-col-line	{
	height: 1px;
	background: url(line1.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


/* =bottom-right-col
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.bottom-right-col {
	width: 607px;
	background: #323554 url("bottom-right-col-bg.gif") repeat-y 0px 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;	
}
.bottom-right-col p {
	font-size: 1.3em;
	color: #fff;
	margin: 25px;
}
.bottom-right-col span {
	color: #7ab93e;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.bottom-right-col-line	{
	height: 1px;
	background: url(line3.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	vertical-align: top;	
}



/* =bot
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.bot {
	height: 10px;
	background: url("bot-bg.gif") repeat-x 0px 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.bot-left-shad {
	width: 45px;
	height: 100%;
	float: left;
	background: url("bot-left-shad.gif") no-repeat -1px -3px;
}
.bot-right-shad {
	width: 45px;
	height: 100%;
	float: right;
	background: transparent url(bot-right-shad.gif) no-repeat scroll 1px -3px 
}


/* =copy
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.copy {
	height: 29px;
	overflow: hidden;
}
.copy p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 65px;
	_margin: 5px 33px;
	font-size: 1.1em;
	letter-spacing: 0px;
	color: #af5b2c;
}
/* --- !!! --- */
.copy a:link, .copy a:visited {
	font-size: 1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #af5b2c;
}
.copy a:hover {
}
.copy a:active {
}
/* --- !!! --- */
p.copy-left {
	float: left;
	margin-top:-4px;
}
.copy-right {
	float: right;
}
table.form img {background-color:#ffffff; margin-left:7px;}
div.cont-text ul li {padding:5px 0px;}