/* CSS Document */

* {
	margin:0; padding:0;
	font-size:12px;
}

body{
	background:#000000 url(images/main_bg.jpg) top center no-repeat;
	text-align:center;
	scrollbar-face-color:#263238; scrollbar-highlight-color:#A4A4A4; scrollbar-shadow-color:#7E8B91; scrollbar-3dlight-color:#7E8B91; scrollbar-arrow-color:#A4A4A4; scrollbar-track-color:#263238; scrollbar-darkshadow-color:#A4A4A4;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

.tmenu	{ font-size:12px; margin-left:10px; color:#7E8B91; }
.tmenu:hover	{ color:#FFFFFF; }

html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.625em;
		line-height:1.5em;
		color:#7e8b91;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#ffffff;}
a:hover{text-decoration:none;}
p {padding-top:12px;}
span {color:#f95106;}
strong {font-family:tahoma, geneva, sans-serif;}

/* ============================= main layout ====================== */

.link {background:url(images/link-bg.gif) no-repeat right 2px; padding-right:12px;}

li { background:url(images/list-bg.gif) no-repeat 0 10px; padding-left:12px; line-height:2em;}
li a {text-decoration:none;}
li a:hover {text-decoration:underline;}

cite {font-style:normal;}

.imgindent {margin:0 20px 0 0; float:left;}
/*
h1 {display:inline-block; font-size:4.1em; line-height:1em; font-family:"Times New Roman", Times, serif; font-weight:normal;}
h1 a {display:block; width:349px; text-decoration:none;}
h1 span {display:block; font-size:0.293em; color:#fff; text-transform:uppercase; line-height:1em;}
*/
h1 {font-size:30px; line-height:30px; color:#E96E20; font-family: "Trebuchet MS", "Times New Roman", Times, serif; font-weight:normal; margin-bottom:10px;}
h2 {font-size:16px; line-height:30px; font-family: "Trebuchet MS", "Times New Roman", Times, serif; font-weight:bold; font-style:italic;}

.close {position:absolute; margin:5px 0 0 840px;}

/* ============================= content ====================== */

.button {font-size:2.3em; line-height:1em; font-family:"Times New Roman", Times, serif; text-decoration:none; background:url(images/menu-button-bg.gif) top repeat-x; width:174px; text-align:center; height:79px; display:inline-block; padding:53px 0 0 0; margin:0 1px 1px 0;}
.button:hover {color:#000;}
.menu {background:#fff; margin:0 -1px -1px 0;}
.menu img {margin-right:1px; margin-bottom:1px;}

.box {position:relative; border:10px solid #ffffff; border-bottom-width:11px; border-left-width:11px; background:url(images/box-bg.jpg) top left no-repeat; height:398px;}

.indent {padding:40px 29px 30px 29px;}
.col-pad {padding-right:80px;}
.col-pad2 {padding-right:54px;}

.line-hor {border-bottom:1px solid #364247; padding-bottom:28px; margin-bottom:18px;}

.margin1 {margin-top:10px;}
.phone {display:inline-block; width:73px; color:#7e8b91;}

/* ============================= footer ====================== */

#footer {border:10px solid #fff; background:#dbeef6; border-bottom:none; text-align:center; color:#06090d;}
#footer a {color:#06090d;}

/* ============================= forms ============================= */

#ContactForm {padding:10px 0 0 0;}
#ContactForm .rowi {height:25px;}
#ContactForm .col-1 {width:233px !important;}
#ContactForm .col-2 {width:263px !important;}
#ContactForm .link {float:right; margin:20px 0 0 20px;}

.input {width:221px; height:18px; border:1px solid #a4a4a4; background:#263238; padding:0 0 0 5px; font-size:1em;}
textarea {width:256px; height:68px; border:1px solid #a4a4a4; background:#263238; padding:0 0 0 5px; overflow:auto; font-size:1em;}

