/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#151515;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html
	{
		font-family:Arial;
		font-size:0.688em;
		line-height:1.364em;
		color:#9aa6af;
	}

/* input, select { vertical-align:middle; font-weight:normal;} */

a {color:#7c7d7d;}
a:hover{text-decoration:none; color: #b0c9da;}
p {padding-top:15px;}

/* ============================= main layout ====================== */

.link {font-weight:bold; font-size:1.091em; line-height:1.5em;}
.date {color:#d8e0e5; background:url(../Images/date_bg.gif) no-repeat 0 1px; padding-left:18px; display:block; margin-bottom:9px;}

h2 {font-size:1.364em; line-height:1em; color:#b0c9da; background:url(../Images/h2_bg.gif) bottom left repeat-x; font-weight:normal; padding:0 0 7px 12px; margin-bottom:5px;}

li { background:url(../Images/list2_bg.gif) no-repeat 0 3px; padding-left:20px;}
li a {color:#B6BDC3; text-decoration:none; line-height:1.636em;}
li a:hover {text-decoration:underline;}
/* .box li { background:url(../Images/list_bg.gif) no-repeat 0 3px;} */

.list2 li {background:none; padding:0;}
.list2 li a {color:#9aa6af; line-height:1.636em; text-decoration:underline;}
.list2 li a:hover {text-decoration:none;}


.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:20px;}
.button {margin-top:12px;}

/* ============================= middle ====================== */

#middle {background:url(../Images/middle_bg.jpg) top left no-repeat;}
#middle {background:url(../Images/pige2.jpg) top left no-repeat;}
.middle_bot {background:url(../Images/middle2_bg.jpg) bottom left no-repeat;}
.banner {margin-bottom:15px;}
.column_padding {margin-right:27px;}
.col_pad {margin-right:20px;}
.col_pad2 {margin-right:68px;}
.col_pad3 {margin-right:45px;}
.p {padding-top:9px;}
.double_p {padding-top:30px;}
.ul {margin-top:10px;}
.phone {float:right; margin-right:77px;}

.indent {padding:41px 0 10px 25px;}
.indent2 {padding:41px 0 50px 0;}
.indent3 {padding:41px 25px 38px 25px;}
.box {background:#060606 url(../Images/box_corner_bottom_right.gif) bottom right no-repeat;}
.box .corner_bottom_left {background:url(../Images/box_corner_bottom_left.gif) bottom left no-repeat;}
.box .corner_top_right {background:url(../Images/box_corner_top_right.gif) top right no-repeat;}
.box .corner_top_left {background:url(../Images/box_corner_top_left.gif) top left no-repeat; width:100%;}
.box .indent {padding:23px 14px 28px 14px;}
.box .padding {padding:0 10px 0 12px;}

.upper {text-transform:uppercase; color:#efefef; font-size:1.182em; line-height:1.154em;}
.big {font-size:0.950em; color:#9aa6af;}
.center {text-align:center;}
.download {float:right; margin-left:66px;}
.list {line-height:2.273em; margin:10px 10px 0 0;}
.usual {color:#9aa6af;}

/* ============================= footer ====================== */

.navigation {color:#7c7d7d;}
.navigation a {color:#7c7d7d; margin:0 9px;}
.navigation a:hover {color:#b0c9da; text-decoration:none;}

/* ============================= form ============================= */

input, select {
	 border: 1px solid #666666;
	 background-color: #e9e9e9;
	 color: #666666;
	 font: 12px Verdana, Arial, Helvetica, sans-serif;
	 padding: 2px 2px;
}
input[type="checkbox"]{ background:none; border:0px; }
.input {width:133px; height:17px; border:1px solid #b4b4b4; padding:0 0 0 5px; font-size:1em; color:#191919;}
textarea{ background:#e9e9e9; border: 1px solid #666666; }


/* =========================== Checkbox =========================== */

.Checkbox {background:url('../Images/CheckboxUnchecked.gif') no-repeat center center;display:block;height:18px;width:18px;}
a.CheckboxUnchecked {background:url('../Images/CheckboxUnchecked.gif') no-repeat center center;}
a.CheckboxChecked {background:url('../Images/CheckboxChecked.gif') no-repeat center center;}
a.CheckboxUnchecked, a.CheckboxChecked {display:block;width:18px;height:18px;cursor:pointer;cursor:hand;}
a.CheckboxUnchecked img, a.CheckboxChecked img {width:18px;height:18px;display:inline;border:none;} /* Netscape 6.0 Fix */
