@charset "utf-8";
/* CSS Document */

<!--
/****************************************************************************
* Page Created by Partha Roy
* WebSite - www.sreepartha.com
* E-mail - partha.roy.777@gmail.com, partha.roy.777@gmail.com
****************************************************************************/
-->



body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5D0CE9;
}

/* Fonts */

@font-face {
    font-family: 'BoulevardItalic';
    src: url('../fonts/boulevard-webfont.eot');
    src: url('../fonts/boulevard-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/boulevard-webfont.woff') format('woff'),
         url('../fonts/boulevard-webfont.ttf') format('truetype'),
         url('../fonts/boulevard-webfont.svg#BoulevardItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {outline:none;}

a.redlink{font:10px/18px Tahoma, sans-serif; color:#f56848; text-decoration:underline;}
a.redlink:hover{ color:#000; text-decoration:none;}

a.graylink{font:10px/18px Tahoma, sans-serif; color:#CCC; text-decoration:underline; text-transform:uppercase; text-decoration:none; padding:10px;}
a.graylink:hover{ color:#999; text-decoration:none; text-transform:uppercase;}

a.link{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	/*text-transform:uppercase;*/
	text-shadow: 1px 1px #cb2602;
	letter-spacing:0.5px;
}
a.link:hover{
	text-decoration:none;
	color:#cb2602;
	text-shadow: 1px 1px #efefef;
}

.redtxt{
	font-family: 'BoulevardItalic', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:29px;
	font-weight:bold;
	color:#EF1700;
}
.blacktxt{
	font-family: 'BoulevardItalic', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:29px;
	font-weight:bold;
	color:#0F0F0F;
}

.redtxt2{
	font-family:"Lucida Handwriting", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#EF1700;
}
.blacktxt2{
	font-family:"Copperplate Gothic Bold", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#8E1A23;
}

.txt1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#A50404;
}

.txt2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4B1010;
}

#shadowt {
-moz-box-shadow: 0 0 7px #888;
-webkit-box-shadow: 0 0 7px#888;
box-shadow: 0 0 7px #888;
}

#borders {
	border-collapse: collapse;
	margin-top:10px;
}

#borders td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #a9c6c9;
}

#borders th {
	background-color:#EFF1FA;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #a9c6c9;
}

/* Navigation */

#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #000; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 1px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 13px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 10px 29px;
background-color: #507588; /*Brown color theme*/ 
border-top: 1px solid #000;
}

#modernbricksmenu2 a:hover{
background-color: #EF1700; /*Brown color theme*/ 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #000; /*Brown color theme*/ 
color: white;
border-color: #507588; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 3px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid black;
background-color: lightyellow;
}

/* =============== */

#fixed {
position:fixed;
right: 0;
bottom:0;
height: 25px;
width: 50px;
padding-bottom:50px;
}



#borders_none {
	border-collapse: collapse;
	margin-top:10px;
}

#borders_none td {
	border: none;

}





.tab {
	padding:0;
	margin-bottom:0px;	
	
	}
.tab a, .tab a:visited, .tab a:hover {
	outline:none;
	display:block;
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0 1px 0 0;
	float:left;
	font-size:17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.tab a span, .tab a:visited span {
	display:block;
	text-decoration:none;
	color:#fff;
	background-color:#507588;
	height:30px;
	padding:5px 10px 5px 12px;

	}
.tab a:hover {
	color:#000;
	
	}
.tab a:hover span {
	text-decoration:none;
	color:#000;
	
	}
	
.tab a.sel, .tab a.sel:visited, .tab a.sel:hover {
	display:block;
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0 0px 0 0;
	float:left;
	font-size:17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
.tab a.sel span {
	display:block;
	text-decoration:none;
	color:#000;
	background-color:#fff;
	border-left:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	padding:5px 10px 5px 12px;
	}
	
.subblock {
	border:1px solid #d6d6d6;
	margin-top:21px;
	padding:10px;
	}
	
	
	
	
	
	
	
#tab2 {
	padding:0;
	margin-bottom:0px;	
	}	
	

#tab2 .tab {
	padding:0;
	margin-bottom:0px;	
	
	}
#tab2 .tab a, #tab2 .tab a:visited, #tab2 .tab a:hover {
	outline:none;
	display:block;
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0 1px 0 0;
	float:left;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
#tab2 .tab a span, #tab2 .tab a:visited span {
	display:block;
	text-decoration:none;
	color:#fff;
	background-color:#507588;
	height:60px;
	padding:5px 10px 5px 12px;

	}
#tab2 .tab a:hover {
	color:#000;
	
	}
#tab2 .tab a:hover span {
	text-decoration:none;
	color:#000;
	
	}
	
#tab2 .tab a.sel, #tab2 .tab a.sel:visited, #tab2 .tab a.sel:hover {
	display:block;
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0 0px 0 0;
	float:left;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
#tab2 .tab a.sel span {
	display:block;
	text-decoration:none;
	color:#000;
	background-color:#fff;
	border-left:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	padding:5px 10px 5px 12px;
	}
	
#tab2 .subblock {
	border:1px solid #d6d6d6;
	margin-top:51px;
	padding:10px;
	}


