/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#000000;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.710em;
		line-height:1.556em;
		/* text-transform:uppercase; */
		color:#b3b7b6;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#b3fe06; text-decoration:none;}
a:hover {text-decoration:underline;}
p {padding-top:15px;}

/* ============================= main layout ====================== */

.imgindent {margin:0 20px 0 0; float:left;}

h2 {font-size:1.889em; font-weight:normal; color:#eeeeee; margin-bottom:29px;}

.link {background:url(images/link-bg.gif) top right no-repeat; padding-right:20px; color:#ffffff; display:inline-block; margin-top:70px; text-decoration:underline;}
.link:hover {text-decoration:none;}

/* ============================= header ====================== */

.flash {margin:8px 0 0 -11px; width:980px; height:378px;}

/* ============================= content ====================== */

#content {padding:0 85px 85px 85px; /* min-height:700px; height:auto; */}
* html #content {/* height:700px; */}
.col-pad {padding-right:60px;}

.description {padding:14px 0 0 0;}
.description a {text-decoration:none;}
.description a:hover {text-decoration:underline;}
.title {color:#95ec05;}
.name {color:#9a1055!important;}
.type {color:#28ce6d;}
.important{color: #CC6600;}

.bullets {list-style:circle; margin:15px; }

.minigalery{margin: 15px 0 0 0;}
.minigalery li{float: left; width: 75px; height: 75px; background-color: gray; margin: 0 16px 15px 0;}
.minigalery li.last{margin-right: 0px;}

.padding1 {padding-top:44px;}
.padding2 {padding-top:34px;}

/* ============================= footer ====================== */

#footer {margin:0 85px; color:#fcfaf8; padding-top:15px;}
#footer a {color:#c43800;}

#footer .right {color:#3e3e3e; width:300px; margin-top: -15px;}
#footer .right a {color:#b3fe06; float: right; text-decoration:underline;}
#footer .right a:hover {text-decoration:none;}
#footer .phone {color:#9b9c9c; float: right; }

/* ============================= forms ============================= */


#ContactForm .rowi {height:45px;}
#ContactForm .link {margin-right:20px;}

.input {width:363px; height:18px; border:1px solid #3e3e3e; background:#0d0d0d; padding:0 0 0 5px; font-size:1em;}
textarea {width:363px; height:132px; border:1px solid #3e3e3e; background:#0d0d0d; padding:0 0 0 5px; overflow:auto; font-size:1em;}
