/* CSS Document */
* { margin:0; padding:0;}

.clear { clear:both;}

html { height:100%; }
html, body { height:100%; }
body {font-size:100%; line-height:0.9em; text-align:center; background:#000000}
html, input, textarea
	{	font-family:Arial; 
		color:#a1a1a1;
	}	


.vam{ vertical-align:middle}
.fl{ float:left}
.fr{ float:right}
.tac{ text-align: center}
.width{ width:100%}

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

b{color:#018eb9;}

a{color:#ffffff; text-decoration:none} 
a:hover{text-decoration:underline}
.a1{color:#c5c5c5; text-transform:uppercase; display:block; margin-top:3px; font-size:0.9em} 

ul{margin:0; padding:0; list-style:none;}
ul li{background:url(images/arrow.gif) top left no-repeat; background-position:0 5px; margin:0px; padding-left:10px; }
ul li a{color:#e5156d; text-decoration: underline; background:url(images/a.gif) repeat-x bottom;  line-height:1.5em} 
ul li a:hover { text-decoration:none; }

/*header*/
#header { font-size:0.75em; color:#FFFFFF }
#header .logo{ margin:81px 0 27px 53px }

/*content*/
#content{ font-size:0.6875em; width:100%; text-align:left; background:url(images/bg_cont1.gif) repeat-x top #181818}
#content .indent{padding:0px 15px 0px 0px}
#content .indent_col1{padding:0px 13px 34px 25px}
#content .indent_col1_1{padding:0px 33px 34px 25px}
#content .indent_col2{padding:0px 10px 24px 19px}
#content .title{  margin:0 0 38px 20px}
#content .title1{  margin:0 0 7px 15px}
#content .pic_left{ float:left; margin:0px 15px 16px 0px}
#content .pic{ margin:0px 0px 16px 0px}
#content .more{ margin:20px 10px 0px 0px; float:right}
#content .txt{ color:#FFFFFF}
#content p{ margin:0px 0px 15px 0px}
#content h3{ font-size:1em; color:#c5c5c5; text-transform:uppercase; font-weight:normal}

/*index.html*/
#page1 .logo{ margin:34px 0px 0px 258px}
#page1 .but1{ position:absolute; margin:163px 0px 0px 91px}
#page1 .but2{ position:absolute; margin:366px 0px 0px 91px}
#page1 .but3{ position:absolute; margin:162px 0px 0px 499px}
#page1 .but4{ position:absolute; margin:325px 0px 0px 499px}

/*index-1.html*/
#page2 .overflow, #page5 .overflow{ overflow:auto; width:364px; height:152px}
#page2 .overflow1, #page5 .overflow1{ width:336px; height:300px}
/*index-2.html*/
#page3 .overflow{ overflow:auto; width:264px; height:152px}
#page3 .overflow1{ width:231px; height:300px}
/*index-3.html*/
#page4 .overflow{ overflow:auto; width:742px; height:167px}
#page4 .overflow1{ width:709px; height:300px}
#page4 #content .indent_col1{padding:0px 0px 20px 25px}
/*index-5.html*/
#page6 .overflow{ overflow:auto; width:280px; height:152px}
#page6 .overflow1{ width:235px; height:300px; line-height:1.8em; color:#FFFFFF}
#page6 .overflow1 a{ text-transform:uppercase; color:#c5c5c5; text-decoration:none}
#page6 .overflow1 a:hover{text-decoration: underline}


/*footer*/
#page1 #footer {  padding:78px 25px 32px 33px;}
#footer { color:#b3b3b3; font-size:0.5625em;  padding:36px 25px 30px 33px;  text-transform:uppercase}
#footer a {color:#474747; text-decoration:none}  
#footer a:hover {  text-decoration:underline}


input{
   	border:1px solid #2d2d2d; 
	background:#000;
	width:250px; height:21px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:3px
}
textarea{
   	border:1px solid #2d2d2d; 
	background:#000;
	width:250px; height:79px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto}
