body {
	margin:0px;
	padding:0px; 
	color:#999;
	text-align:center;
	font-family:Arial, Helvetica;
	font-size:12px;
	
	background-color:#FFF; 
	background-image:url('/image/header_bg.png');
	background-repeat:repeat-x;
	background-position:top; 
} 

a{
	white-space:nowrap;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition:	color 0.2s ease-in;
	-o-transition:		color 0.2s ease-in;
	transition:			color 0.2s ease-in; 
}
a.selected{
	color:#96F !important;

}

.ease-in {
	-webkit-transition: border 0.5s ease-in;
	-moz-transition:	border 0.5s ease-in;
	-o-transition:		border 0.5s ease-in;
	transition:			border 0.5s ease-in; 
	
}

 

input {
	background-color:#FFF;
	border:none;
	padding:2px;
	color:#000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
#HeaderWraper{
	height:50px;
}
#Header{
	width:940px;
	margin:auto;
	text-align:right;
} 
#Header .Menu span {
	margin-left:10px;
}
#Header .Menu span a{
	margin-top:10px; 
	vertical-align:middle;
	margin:2px;
	padding:0px;
	background-image:none;
}
#Header .Menu {
	padding-top:15px; 
}

#Header .Menu  a{
 margin-left:10px;
}

.Menu a,
.Menu a:visited,
.Menu a:active{
	font-size:12px;
	color:#333;
	text-decoration:none;
}

#Header .Menu a,
#Header .Menu a:visited,
#Header .Menu a:active{	
	color:#BBB;	
}



.Menu  a:hover{
	color:#96F;
}

#Content a:visited,
#Content a:active,
#Content a{
	color:#555;
	text-decoration:none;
}
#Content  a:hover{
	color:#96F;
}
 
.gotoTop a{
	color:#999;
}
.gotoTop{
	background-image:url('/image/top_bullet.png');
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:12px;
	margin:10px;
}
 
#Header .Menu a{
	background-image:url('/image/header_bullet.png');
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:15px;
}

#MenuWraper {
	 
}
#MenuMain {
	height:131px;
	width:1000px;
	margin:auto;
	/*background-image:url('/image/menu_bg_effect.png');*/
	background-position:top;
	background-repeat:no-repeat;
}

#MenuMain .logo{
	vertical-align:middle;
	margin-right:15px;
	margin-top:-20px;
}
#MenuMain .Menu,
#MenuMain .Menu  a{
	text-align:left;
	font-size:12px;
	text-transform:uppercase; 
	margin-left:5px;
	margin-right:5px;
}

#SubMenuWraperHome{  
	background:url('/image/header_sub_bg_home.png') repeat-x top;
	padding-bottom:23px; 
	min-height:382px;
	
}

.SubMenuWraperHomeDiv{
	width:940px;
	margin:0px auto;
}

	.SubMenuWraperHomeDiv .left{
		float:left;
		width:403px;
		text-align:left;
	}
		
		.SubMenuWraperHomeDiv .left p{
			color:#5a5b5f;
			font-size:12px;
			text-align:left;
			padding-right:45px;
			font-family:Arial;
		}
	
	.SubMenuWraperHomeDiv .right{
		float:left;
		text-align:left;
		width:533px;
		padding-top:28px;
		padding-left:3px;
		padding-bottom:11px;
		background:url('/image/img_flash_home.png') 0px 25px no-repeat;
	}


.boxHome{
	width:940px;
	margin:0px auto;
	position:relative;
}

	.boxHome img{
		float:left;
	}
	
	.boxHome p{
		float:left;
		padding-left:20px;
		padding-top:140px;
		color:#d8c6ff;
	}

.inputHome{
	width:203px;
	height:22px;
	background:#a8aeb6;
	font-size:12px;
	padding-left:4px;
	color:#666;
	border:none;
	margin-top:5px;
}



	
#SubMenuWraper{  
	
	background-image:url('/image/header_sub_bg.png');
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:40px; 
}


#SubMenu{
	
	margin:auto;
	padding-top:10px;
	padding-bottom:20px;
}

#SubMenu a.bigBox{
	background-image:url('/image/menu_bullet_2.png');
	background-repeat:no-repeat;
	background-position:10px 23px;
	background-color:#e5e5e5; 
	line-height:90px;
	padding:20px;
	padding-left:45px;
	padding-right:18px;
	font-size:22px; 
	color:#CCC;
	margin:10px;
	font-family:verdana; 
	/*font-weight:100;*/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	text-decoration:none;
	border:1px solid #FFF; 
}  

#SubMenu a.bigBox:hover{
	color:#FFF;
	border:1px solid #96F;   
	
}


#ContentWraper { 
	width:980px;
	margin:auto;
}

#FooterWraper {
	margin-top:15px;
	background-image:url('/image/footer_bg.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#bfbfbf;
	border-top:1px solid #CCC;
}
#Footer{
	text-align:left;
	width:940px;
	margin:auto;
	
}
#Footer .FooterBox h2{ 
	color:#999;
	float:left;
	font-size:14px;
	padding:10px 0px 13px 0px; 
	width:300px;
}
#Footer .FooterBox{
	color:#666;
	width:320px;
	margin-left:20px;
	float:left;  
}
#Footer .FooterBox a:visited,
#Footer .FooterBox a:active,
#Footer .FooterBox a{	
	color:#666;
	text-decoration:none;
}
#Footer .FooterBox a:hover{	
	color:#FFF;
}


#Footer .FooterBox ul{	 
	margin:10px;
	margin-right:20px;
	float:left; 
	font-size:11px;
	list-style-image: url('/image/pixel.png') ;
}
#Footer .FooterBox ul li h3{	
	color:#FFF;
	padding:0px;
	margin:0px;
}
#FooterEnd {
	color:#777;
	padding:5px;
	border-top:1px solid #FFF; 
	margin-top:15px;
	padding-bottom:15px;
}



#Content {
	width:930px;
	margin:5px;
	float:left;
	border:1px solid #ccc;
	border-top:none;
	background-color:#FFF;
	text-align:left; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}

#Content .ContentTitle {
	background-image:url('/image/bg_h2_content.png');
	background-repeat:repeat-x;
	background-color:#cccccc;
	padding:15px; 
	padding-bottom:20px;
	line-height:15px;
	vertical-align:middle;
	border-bottom:1px solid #b2b2b2;
	border-top:1px solid #b2b2b2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	
	-o-border-radius-topleft: 5px;
	-o-border-radius-topright: 5px; 
}

#Content .ContentTitle .Menu {
	font-size:13px;
	text-transform:uppercase;
	line-height:25px;
}

#Content .ContentTitle .Menu a{ 
	margin-top:10px; 
	padding-left:7px; 
	padding-right:7px;
	white-space:normal;
	color:#666;
}

#Content h1 {
	float:left;
	color:#666;
	height:40px;
	line-height:20px;
	font-size:20px; 
	margin-right:15px;
}


#Content h2 {
	background-color:#f2f2f2;
	padding:6px; 
	color:#666;
	font-size:17px; 
	margin-bottom:10px; 
	text-indent:10px;
	border-top:1px solid #b2b2b2;
	clear:both;

}
#Content h3 {
	padding-top:7px; 
	padding-bottom:5px; 
	font-size:15px; 
	font-weight:bold;
}
.ContentMain{
	padding-bottom:15px;
}
.ContentMain p,
.ContentMain h3{
	padding:10px;

}

.ContentMain .ContentText {
	padding:10px;
}
.ContentMain .ContentText p{
	padding-left:0px;
}	


.ContentNavigation{
	padding:10px;
	clear:both;
}
.ContentNavigation li{
	display:inline-block;
	width:270px;
	margin-right:20px;
		margin-top:4px;
	
}
.ContentNavigation li a:visited,
.ContentNavigation li a:active,
.ContentNavigation li a:link,
.ContentNavigation li a{
	background-image:url('/image/header_bullet.png');
	background-repeat:no-repeat;
	background-position:0px 3px;	
	padding-left:10px;
}

.ContentNavigation .Pagination {
	text-align:right;
	line-height:25px;
	margin-top:5px;
}

.ContentNavigation .Pagination a:visited,
.ContentNavigation .Pagination a:active,
.ContentNavigation .Pagination a{
	border:1px solid #666;
	padding:3px 6px 3px 6px;
	font-size:11px;
	font-family:verdana;
	color:#FFF;
	background-color:#474B4E;
	text-decoration:none;
}
.ContentNavigation .Pagination a:hover{
	border:1px solid #96F;
}



#Sidebar {
	width:290px;
	margin:5px;
	float:right; 
	display:none;
}


.Gallery,
.imgFrame,
.SidebarBlock{
	background-color:#f2f2f2;
	border:1px solid #CCC;
	margin-bottom:20px;
	text-align:center;
	padding:9px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
.imgFrame{
	float:left;
	margin:10px; 
}
.contentFrame{
	float:left; 
	margin:10px;
	width:400px;
}
.Gallery{
	margin:10px 10px 0px 10px;
	height:100px;
	width:500px;
	
}
.GalleryContent img{
	float:left;
	margin-right:5px;
	border:1px solir #FFF;
}
.GalleryContent {  
	width:500px;
	position:absolute;
	overflow:hidden;
}
.GalleryContentHolder{
	overflow:hidden; 
}
 
.GalleryCommand{
	width:60px;
	height:20px;
	cursor:pointer;
	margin-left:455px;
	border-left:1px solid #BBB;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	
	-o-border-radius-bottomleft: 5px;
	-o-border-radius-bottomright: 5px; 
	
}
 
.GalleryGoLeft{
	width:30px;
	height:20px;
	float:left;
	background-image:url('/image/go_left.png');
	background-repeat:no-repeat;
	background-position: 12px 7px;	
	border-bottom-left-radius: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-radius-bottomleft: 5px; 
	-o-border-radius-bottomleft: 5px; 
	
}

.GalleryGoRight{
	width:30px;
	height:20px; 
	float:left;
	background-image:url('/image/go_right.png');
	background-repeat:no-repeat;
	background-position: 12px 7px;	  
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-o-border-radius-bottomright: 5px; 
}

.GalleryGoLeft:hover{
	background-color:#9966FF;
	background-image:url('/image/go_left_hover.png');
}
.GalleryGoRight:hover{
	background-color:#9966FF;
	background-image:url('/image/go_right_hover.png');
}

.SidebarBlock h2{
	font-size:16px;
	color:#333;
	margin:0px;
	padding:0px;
}
 
a.SidebarLink :link,
a.SidebarLink :active,
a.SidebarLink :visited,
a.SidebarLink {
	background-image:url('/image/side_bullet.png');
	background-repeat:no-repeat;
	background-position:0px 3px;	
	padding-left:10px;
	color:#666;
	text-decoration:none;
}
a.SidebarLink:hover {
	color:#96F;
}




/** -------------- */
.clear { clear:both; }
.no-bg{
	background-image:none;
	background-color:transparent;
}
