﻿* {
	margin:0;
	padding:0;
	outline:0;
}
body 
{
	font-size:12px;
	line-height:18px;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#676464;
	background-color: rgb(229, 229, 229);
	background-image: url("../images/noise.png"), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
background-attachment: fixed;
	
}
.mainbody
{
	

	
}
.body
{
	width:960px;
	margin:0px auto;
	background-color:#ffffff;
	background-color:White; box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ;	
	
}
.innerbody
{
	overflow:hidden;
	margin-top:-10px;
}
.header
{
	height:100px;
	
	background-color: rgb(255, 255, 255);
background-image: url("../images/1.png");
   
}
.headerbody
{
	width:960px;
	margin:0px auto;
	padding-top:5px;
}
.logo
{
	width:680px;
}
.social
{
	width:280px;
	float:right;
	padding-top:20px;
	padding-left:30px;
}
.menu
{
	height: 40px;
	width: 960px;
	margin: 0px auto;
	background-image: url(  '../images/menu_bg.png' );
	background-repeat: repeat-x;
}
.subul
{
	width:960px;
	margin:0px auto;
	margin-left: 6px;
}
.subul li
{
	color:#ffffff;
	display: block;
	float: left;
	font-size:13px;
	height: 2.2em;
	line-height: 2.2em;
	margin-right: 0.99em;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	z-index: 1;
	
	height:16px;
	border-right:1px black solid;
    margin-top:13px;
    margin-left:5px;
    margin-right:5px;
	
}

.subul li a
{
	color:White;
    display: block;
    font-weight: normal;
    height:14px;
    line-height: 2.2em;
    padding: 0px 10px 1px 10px;
    text-decoration: none;
    text-indent: 0;
    width: auto;
   

    font-weight:bold; 
    margin-top:-6px;
    margin-left:7px;
    margin-right:10px;
    
}
.subul li a.current
{
  
 color: rgb(0, 0, 0);
}
.subul li a:hover
{
   color: rgb(0, 0, 0); 
}
.banner {
    width:940px;
	 margin-top:10px;
    height: 405px;
    border-radius: 5px 5px 5px 5px;
    
    padding: 4px 0px 0px 6px;
    box-shadow: 0px 0px 5px rgb(203, 203, 203);
    margin-left:7px;
}
.content
{
	height:600px;
	width:100%;
}

.bodyL
{
	width:600px;
	float:left;
	margin:10px;
}
.bodyR
{
	width:300px;
	float:right;
	margin-top:10px;
}
.bach
{
	background-position:center;
	background-image: url(  '../images/h2_bg.png' );
	background-repeat: repeat-x;
	width:590px;
}
.bach1
{
	background-position:center;
	background-image: url(  '../images/h2_bg.png' );
	background-repeat: repeat-x;
	width:250px;
}
.bach2
{
	background-position:center;
	background-image: url(  '../images/h2_bg.png' );
	background-repeat: repeat-x;
	width:620px;
}
.bach22
{
	background-position:center;
	background-image: url(  '../images/h2_bg.png' );
	background-repeat: repeat-x;
	width:330px;
}
.footer
{
	height: 40px;
	margin-top: 10px;
	
	background-color:Black; box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ;	
	
}
 .f_left
  {
      padding-left: 10px; 
      color: White; 
      padding-top: 10px;
     
  }
  .f_right
  {
      padding-right: 10px; 
      color: White; 
      padding-top: 10px;
  }
  .buttonCentered{text-align:center; margin-bottom:30px;}
.button, .button:link, .button:focus{cursor:pointer; position:relative; margin-top:10px; display:inline-block; text-decoration:none; font-size:12px; font-weight:bold; text-transform:uppercase; color:#787b7c; padding:8px 20px; background:-moz-linear-gradient(top, #fff 0%, #f1f1f1); background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)); -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cacaca; text-shadow:0 0 0;}
.button:hover{text-decoration:none; background:-moz-linear-gradient(top, #424242 0%, #000); background:-webkit-gradient(linear, left top, left bottom, from(#424242), to(#000)); color:#fff; border-color:#000;}
.button.iconLeft{padding-left:18px;
}
  .red-more {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px rgb(84, 153, 8);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0C1400), color-stop(1, #0C1400) );
	background:-moz-linear-gradient( center top, #0C1400 5%, #0C1400 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0C1400', endColorstr='#0C1400');
	background-color:#0C1400;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #0C1400;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
	float:right;
}
/*............Gellary.........image.........design..................*/
 #right {
	width:600px;
	float:left;
	margin-left:30px;
}
#right .thumbnails {
	overflow: hidden;
	padding:10px 0 0 0px;
	list-style: none;
	 
}
#right .thumbnails li {
	float: left;
	margin: 0 42px 18px 1px;
}
#right .thumbnails li a {
	border: 1px solid #eaeaea;
	padding: 2px;
	background: #f2f2f2;
	display: block;
	width:150PX;
}
#right .navigation {
	margin: -10px auto 0;
	overflow: hidden;
	width: 50px;
}
#right .navigation a {
	background:url("../images/sprite.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:21px;
	text-indent:-999999px;
	width:21px;
}
#right .navigation .prev {
	background-position: -159px -75px;
	margin: 0 8px 0 0;
}
#right .navigation .next {
	background-position: -186px -75px;
}

/*.........Gallery Menu...............*/
.view
{
    color: #fff;
    display: block;
    height: 26px;
    padding: 12px 25px 10px 25px;
    text-decoration: none;
    width: auto;
    font-size: 12px;
    text-align: center;
}
.view a.current
{
     color: #000;
}
.view:hover
{
    color: #000;
    display: block;
    height: 26px;
    padding: 12px 25px 10px 25px;
    text-decoration: none;
    width: auto;
    font-size: 12px;
    text-align: center;
} 

