@charset "utf-8";
/* CSS Document */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
table {border:none;}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative; color:#00FFFF; text-decoration:none; } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */
a:hover {color:#FFFFFF; text-decoration:underline;}


body {
	background-color: #FFFFFF;
	text-align:center;
}

#wrapper {	
	padding:0px;
	position:relative;
	margin:0px;	
	top:0px;
	background-image:url(../images/Top-BG.jpg);
	background-repeat:no-repeat;
	/*border:1px solid red;*/
	
}


#TopBar {
	position:absolute;
	left:0px;
	top:70px;
	width:642px;
	height:136px;
	text-align:left;
	background-image:url(../images/Top-Bar.png);
	background-repeat:no-repeat;
	/*border:1px solid black;*/
}

#MainArea {	
	position:relative;
	width:800px;
	height:500px;
	/*border:1px solid blue;*/
}


#LeftBlock {
	position:relative;
	margin-top:206px;
	float:left;
	width:642px;
	height:400px;
	background-image:url(../images/MainContent_Sliver.png);
	background-repeat:repeat-x;
	background-color:#2c758f;
	/*border:1px solid silver;*/
}

#MainContent {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding:0px 10px 0px 10px;
	text-align:left;
	margin:7px;	
	/*border:1px solid red;*/
}

#MainContent h2{
	font-size:24px;
	margin-bottom:5px;
}
#MainContent p{
	font-family: verdana,sans-serif;
	color: #F7F7F7;
	font-size: 11px;
	letter-spacing: 0.6pt;
	word-spacing: 1.6pt;
	line-height: 1.2;
}

#MainContent h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #F7F7F7;
	font-size: 14px;
	letter-spacing: 0.8pt;
	word-spacing: 1.6pt;
	line-height: 1.2;
	padding-bottom:5px;
}

#MainContent h3 a:hover{
	color:#FFFFFF;
}

#MainContent h4{
	font-family: verdana,sans-serif;
	color: #F7F7F7;
	font-size: 12px;
	letter-spacing: 0.6pt;
	word-spacing: 1.8pt;
	line-height: 1.2;
}

#MainContent textarea {
	width:380px;
	height:100px;
	background-image:url(../images/Textarea.png);
	background-repeat:no-repeat;
	
	border:none;
}

#MainContent .contacts{
	margin-top:10px;
	width:200px;
	float:right;
}

#MainContent table {
	/*border:1px solid red;*/
	width:400px;
}

#MainContent input {
	font-size:1em; 
	height:15px; 
	width:150px;
	background-image:url(../images/Input.png);
	border:none;
}

#MainContent .button {
	font-family: verdana,sans-serif;
	font-weight:bold;
	color:#000033;
	font-size: 12px;
	height:22px; 
	width:150px;
	background-image:url(../images/Button.png);
	border:none;
	cursor:pointer;
}

#SlideShow {
	float:right;
	margin-top:10px;
	width:300px;
	height:204px;
	background-image:url(../images/Slide.png);
	background-repeat:no-repeat;
}

#PowerStation {
	background-image:url(../images/PowerStation.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	bottom:0px;
	width:646px;
	height:243px;
}

.ProfileIMG {float:left;}
.ProfileCopy {}

#Footer {
	position:absolute;
	text-align:right;
	bottom:0px;
	left:0px;
	width:642px;
	height:18px;
	background-image:url(../images/Footer.png);
	background-repeat:repeat-x;
	/*border:1px solid red;*/
}

#Footer h4 {
	position:absolute;
	bottom:0px;
	right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
}

#RightBlock {
	float:left;
	margin-top:173px;
	width:158px;
	height:438px;
	background-image:url(../images/NavPanel.png);
	background-repeat:repeat-x;

	/*border:1px solid red;*/
}

#RightBlock ul {
	padding:30px 0px 0px 20px;
	list-style:none;
	font-family: verdana,sans-serif;
	font-size: 12px;
	letter-spacing: 2.2pt;
	word-spacing: 0.6pt;
	line-height: 1.2;
	text-align:left;
}

#RightBlock li {
	line-height:19px;
	width:150px;
}

#RightBlock a{
	color:#FFFFFF;
	text-decoration:none;
}

#RightBlock a:hover{
	color:#FFFFFF;
	padding:2px 30px 2px 3px;
	background-image:url(../images/Link-hover.png);
	background-repeat:no-repeat;
}

#RightBlock ul em{
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 40px 2px 3px;
	background-image:url(../images/Link.png);
	background-repeat:no-repeat;
	font-style:normal;
}

#rightside{
	position:absolute;
	top:173px;
	right:0px;
	width:600px;
	height:438px;
	background-image:url(../images/RightPanel-BG.png);
	background-repeat:repeat-x;	
}

#BottomBar{
	position:absolute;
	bottom:0px;
	left:0px;
	width:1142px;
	height:181px;
	background-image:url(../images/BottomBar.jpg);
	background-repeat:no-repeat;
}

