@charset "utf-8";
/* CSS Document */

/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

img{
	border:none;
}
a img{
	border:none;
}
body{
	background:url(../img/background.png) repeat-x #efefef;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.container{
	width:960px;
	margin:0px auto;
	background:url(../img/shadow.png) repeat-y;
}
.header{
	width:938px;
	height:108px;
	float:left;
	margin:0 0 0 11px;
}
.logo{
	width:250px;
	height:60px;
	float:left;
	margin:26px 0 0 20px;
}
.logosback{
	width:666px;
	height:108px;
	float:left;
}
/*---------------------Start navigation----------------------------*/
.navigationback{
	width:938px;
	height:44px;
	float:left;
	margin:0 0 0 11px;
}
.navigation{
	float:left;
	width:800px;
}
.menu{
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;	
}

.menu li{
	float:left;
	display:inline;
	font-size:15px;
}

.menu li a{
	text-align:center;
	font-family:Arial;
	margin:0 ;
	padding:14px 45px 13px;
	display:block;
	color: #f5f5f5;
	text-decoration:none;
	float:left;
	border-left:#333333 1px solid;
	border-right:#000000 1px solid;
}
.menu li a:hover{
	background:#0093dd;
	margin:0px;
	color:#fff;
	float:left;
}
.ac{
	background:#0093dd;
	margin:0px;
	color:#fff;
	float:left;
}


.socialnetworklink{
	width:135px;
	height:36px;
	float:left;
	padding-top:7px;
}
.socialnetworklink a img{
	float:left;
	margin:0 7px 0 0;
}
/*---------------------End navigation----------------------------*/
/*---------------------Start Containt----------------------------*/
.containt{
	width:938px;
	float:left;
	margin:0px 0 0 11px;
	background:#fff;
	padding:5px 0 0 0;
}
.leftcontaintback{
	width:600px;
	height:603px;
	float:left;
	background:#fdfdfd;
	padding:5px;
	border:1px solid #f1f1f1;
	margin:0 0 0 5px;
}
.rightcontaintback{
	width:295px;
	min-height:200px;
	float:left;
	background:#fdfdfd;
	margin:0 0 0 5px;
	padding:5px;
	border:1px solid #f1f1f1;
}
	.free_space{
		width:294px;
		min-height:200px;
		float:left;
		margin-top:12px;
		margin-left:2px;
	}
			
	#content{
		position:relative;
		}

.label_text{
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	 border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3x;
	border-bottom-left-radius: 3px;

	

    background: url(../img/shree_icon.png)  no-repeat scroll 5px center #D3D3D3;
    border-bottom: 1px solid #B5B0B0;
    color: #444444;
    font-size: 16px;
    line-height: 32px;
    padding-left: 35px;
    text-shadow: 0 1px 0 #FFFFFF;
}

p{
		font:"Mongolian Baiti", "Modern No. 20";
		font-size:14px;
		font-weight:lighter;
		padding-top:10px;
		font-stretch:semi-expanded;
		color:#666;
			
	}
p#sc{
	 color: #444444;
    font-family: times,Times New Roman,times-roman,georgia,serif;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding-left:30px;
	padding-right:30px;
	text-align:justify;
    text-transform: uppercase;
}
p#ss{
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
        font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.1em;
	margin:0px;
	text-align: center;
	text-transform: uppercase;
	padding-left:385px;
	padding-right:10px;
}
p#sg{
	font-family:"Baroque Script";
	font-weight: normal;
        font-size: 15px;
	//letter-spacing: .1em;
	//line-height: 1.1em;
	margin:0px;
	text-align: center;
	//text-transform: uppercase;
	padding-left:385px;
	padding-right:10px;
	
}
.stamp{
	width:112px;
	height:112px;
	background:url(../img/stamp-small.png) no-repeat scroll;
	position:absolute;
	top:636px;
	left:710px;
}
/*---------------------End Containt----------------------------*/
/*--------------------Start Footer--------------------------*/
.footer{
	width:938px;
	height:30px;
	float:left;
	margin:5px 0 0 0;
}

.footerback{
	width:938px;
	height:31px;
	background:#111;
	color:#a1a1a1;
	float:left;
}
.footernavigationback{
	width:643px;
	height:31px;
	float:left;
}
.footermenu{
	list-style-position: outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.footermenu li{
	display:inline;
	font-size:12px;
}
.footermenu li a{
	text-align:center;
	margin:0px;
	padding:8px 10px;
	display:block;
	color: #ccc;
	text-decoration:none;
	font-size:12px;
	float:left;
	border-left:1px solid #000;
	border-right:1px solid #555555;	
}

.footermenu li a:hover{
	text-align:center;
	margin:0px;
	display:block;
	color: #111;
	text-decoration:none;
	float:left;
	background:#f7c787;	
}
.copyright{
	width:230px;
	float:right;
	margin-top:8px;
	color:#ccc;
	font-size:11px;
}
/*--------------------End Footer--------------------------*/
.clearer{
	clear:both;
}

