/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:100%;
	font-family:"Century Gothic", Verdana, Geneva, sans-serif;
	background:#ccc;
	background-image:url(../imgs/bg_texture.png);
	background-repeat: repeat;
	background-position:top;
}
#container {
	width:960px;
	border-left: 1px #333 solid;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	overflow:hidden;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.9);*/
	font-size:0.875em;
	clear:both;
	box-shadow:inset 2px 0px 2px rgba(0,0,0,0.5), -2px 0px 2px rgba(255,255,255,0.9), inset -2px 0px 2px rgba(0,0,0,0.5), 2px 0px 2px rgba(255,255,255,0.9), inset 0px -2px 2px rgba(0,0,0,0.5), 0px 2px 2px rgba(255,255,255,0.9);
	-moz-box-shadow:    inset 2px 0px 2px rgba(0,0,0,0.5), -2px 0px 2px rgba(255,255,255,0.9), inset -2px 0px 2px rgba(0,0,0,0.5), 2px 0px 2px rgba(255,255,255,0.9), inset 0px -2px 2px rgba(0,0,0,0.5), 0px 2px 2px rgba(255,255,255,0.9);
-webkit-box-shadow:  inset 2px 0px 2px rgba(0,0,0,0.5), -2px 0px 2px rgba(255,255,255,0.9), inset -2px 0px 2px rgba(0,0,0,0.5), 2px 0px 2px rgba(255,255,255,0.9), inset 0px -2px 2px rgba(0,0,0,0.5), 0px 2px 2px rgba(255,255,255,0.9);

	background: #ffffff;
/*background: -moz-linear-gradient(left,  #ffffff 0%, #ededed 83%, #d1d1d1 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(83%,#ededed), color-stop(100%,#d1d1d1));
background: -webkit-linear-gradient(left,  #ffffff 0%,#ededed 83%,#d1d1d1 100%);
background: -o-linear-gradient(left,  #ffffff 0%,#ededed 83%,#d1d1d1 100%);
background: -ms-linear-gradient(left,  #ffffff 0%,#ededed 83%,#d1d1d1 100%);
background: linear-gradient(to right,  #ffffff 0%,#ededed 83%,#d1d1d1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=1 );*/

	
	/*border:1px solid rgba(0,0,0,0.3);*/
}
#topHeader {
	clear:both;
	width:100%;
	margin:0;
	padding:0px;
	height:40px;
	/*background:#333;
	box-shadow: 0px 0px 10px #000;
	border-bottom:1px solid #fff;
	margin-bottom:-1px;*/
	position:relative;
}
#topHeaderInsider {
	width:960px;
	height:20px;/*margin:auto;*/
	/*background-image: url(../imgs/bg_topHeader.png);
	background-position:left;
	background-repeat:no-repeat;*/
	/*border-left: 1px #111 solid;
	border-right: 1px #111 solid;*/
}
#header {
	height:235px;
	background:#f9f9f9;
	margin-top:0px;
	position:relative;
}
#topNav {
	height:40px;
	background: #999;
	background-image:url(../imgs/bg_topnav.jpg);
	background-repeat:no-repeat;
}
#columnContainer {
	border-top:0px solid #333;
	overflow:hidden;
	
}
#left {
	width:220px;
	float:left;
}
#main {
	width:880px;
	float:left;
	padding-left:40px;
	padding-right:0px;
	margin-bottom:20px;
	position:relative;
	
}
#right {
	width:220px;
	float:left;
}
#footer {
	clear:both;
	height:100px;
	
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	border-bottom:0px solid #fff;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	margin-top:10px;
	margin-left:4px;
	margin-bottom:4px;
	width:951px;
	
	font-family:Verdana, Geneva, sans-serif;
		font-size:0.9em;
	color:#ccc;
	text-align:center;
	
}


#footer a{
	text-decoration:none;
	color:#ccc;
}

#footer a:hover{
	text-decoration:underline;
	color:#ccc;
}

#footer2 {
	width:100%;
	height:750px;
	background:#adadad;
	Color:#666;
	padding:0;
	margin:0;
	background-image:url(../imgs/footer2texture.png);
	background-repeat:repeat;
	background-position:top;
	box-shadow:0 -2px 2px rgba(0,0,0,0.7), inset 0 2px 2px rgba(255,255,255,0.7);
	-moz-box-shadow:  0 -2px 2px rgba(0,0,0,0.7), inset 0 2px 2px rgba(255,255,255,0.7);  
-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.7), inset 0 2px 2px rgba(255,255,255,0.7); 
position:relative;

}
#footer2Info {
	clear:both;
	overflow:hidden;
	margin:auto;
	width:960px;
	
/*	background-image:url(../imgs/atomModel.png);
	background-position: 100% 120px;
	background-repeat:no-repeat;*/
}

.footer2container {
	width:840px;
	margin:auto;
	margin-top:20px;
	
}

#footer2title {
	font-size:3.6em;
	margin-left:10px;
	padding-top:20px;
	font-weight: bold;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.7), 1px 1px 0px rgba(255,255,255,0.4);
}
.footer2ul {
	margin:0;
	padding:0;
	margin-top:20px;
	margin-left:10px;
	width:270px;
	float:left;
}
.footer2ul ul {
	list-style-type:none;
	margin:0;
	padding:0px;
	margin-bottom:20px;
	border-left:1px dotted #666;
}
.footer2ul li {
	margin:0;
}
.footer2ul a {
	display:block;
	font-size:0.75em;
	color:#999;
	font-weight:normal;
	text-decoration:none;
	padding:4px;
	padding-left:5px;
	margin:0;
	
}
.footer2ul a:hover {
	text-decoration:underline;
	color:#eee;
}

.footer2ul li a.titleNo {
	float:left; 
	font-size:20px; 
	font-family:'Arial Black', Gadget, sans-serif;
	background-color:#ccc;
	border-radius:100px;
	display:block;
	height:25px;
	width:25px;
	padding:2px;
	text-align:center;
	
	line-height:25px;
	color:#333;
	margin-right:5px;
	margin-top:8px;
	margin-left:5px;
	
}

.footer2ul li a.titleLi {
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	color:#ccc;
}
.footer2ul li a.titleLi:hover {
	color:#ccc;
}

.footer2ul li a.descr1 {
	/*font-family:"Times New Roman", Times, serif;
	font-size:14px;*/
	color:#ccc;
	font-style:italic;
	
	display:block;
	height:120px;
	padding:5px;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	
	background: #666666; /* Old browsers */
background: -moz-linear-gradient(left,  #666666 0%, #4a4a4a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#666666), color-stop(100%,#4a4a4a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #666666 0%,#4a4a4a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #666666 0%,#4a4a4a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #666666 0%,#4a4a4a 100%); /* IE10+ */
background: linear-gradient(to right,  #666666 0%,#4a4a4a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#4a4a4a',GradientType=1 ); /* IE6-9 */

}

.footer2ul li a.descr1:hover {
color:#fff;
text-decoration:none;
}


#footer2Dixinet {
	/*	position:relative;*/
	clear:both;
	color:#666;
	font-weight:normal;
	padding-top:20px;
	text-align:center;
	border-top:1px solid #666;
}

#footer2Dixinet a{
	text-decoration:none;
	color:#666;
	}
	
	#footer2Dixinet a:hover{
	text-decoration:none;
	color:#999;
	}


.footer2ContentsTitle {
	width:100px;
	font-size:1.8em;
	background:none;
	float:left;
	margin:0;
	padding:0;
	margin-top:160px;
	margin-right:-120px;
	margin-left:-80px;
	font-weight:bold;
	text-transform: uppercase;
		/* Safari */
-webkit-transform: rotate(-90deg);
	/* Firefox */
-moz-transform: rotate(-90deg);
	/* IE */
-ms-transform: rotate(-90deg);
	/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
	
}


#footer2Links {
	padding:0;
	text-align:center;
	height:25px;
	width:540px;
	margin:auto;
	margin-top:35px;
	margin-bottom:35px;
	
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: -1px -1px 1px rgba(50, 50, 50, 0.3),  inset -1px -1px 1px rgba(250, 250, 250, 0.6);
-moz-box-shadow:    -1px -1px 1px rgba(50, 50, 50, 0.3),  inset -1px -1px 1px rgba(250, 250, 250, 0.6);
box-shadow:         -1px -1px 1px rgba(50, 50, 50, 0.3), inset -1px -1px 1px rgba(250, 250, 250, 0.6);

background: #eeeeee;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZGFkYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #eeeeee 0%, #adadad 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(100%,#adadad));
background: -webkit-linear-gradient(left,  #eeeeee 0%,#adadad 100%);
background: -o-linear-gradient(left,  #eeeeee 0%,#adadad 100%);
background: -ms-linear-gradient(left,  #eeeeee 0%,#adadad 100%);
background: linear-gradient(to right,  #eeeeee 0%,#adadad 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#adadad',GradientType=1 );*/

}

#footer2Links ul{
color:#555;

margin:0;
padding:0;
	
}

#footer2Links ul li{
	display:inline;
	margin-left:10px;
	margin-right:10px;
	color:#555;
	
}

#footer2Links a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.82em;
	color:#555;
	margin-left:0px;
	margin-right:0px;
	padding-left:1px;
	padding-right:1px;
	text-decoration:none;
	
}

#footer2Links a:hover{
text-decoration:underline;
color:#111;

}

#footer2Links a img{
border:0;
margin-left:3px;
margin-right:5px;
position:relative;
top:3px;


}
