@charset "utf-8";
/* CSS Document */

@font-face {
font-family: Libel Suit;
src: url('../font/ISPGtype.ttf'),
     url('../font/ISPGtype.eot') format("opentype"); /* IE */
}

@font-face {
font-family: Libel Suit;
src: url('../font/ISPGtype.ttf'),
     url('../font/ISPGtype.eot') format("opentype"); /* IE */
	 font-weight:bold;
}
@font-face {
font-family: Hattori Hanzo;
src: url('../font/hattori_hanzo-webfont.ttf'),
     url('../font/hattori_hanzo-webfont.eot') format("opentype"); /* IE */
}

@font-face {
font-family: Hattori Hanzo;
src: url('../font/hattori_hanzo-webfont.ttf'),
     url('../font/hattori_hanzo-webfont.eot') format("opentype"); /* IE */
	 font-weight:bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	background-image: url(../img/bg5.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
a {
	color: #888888;
	text-decoration: none;
}
img {
	border:none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

h1,h2 {
	font-family:"Libel Suit";
	font-weight: normal;
	color: #aeadad;
	font-size: 30px;
	margin: 5px;
	padding: 0px;
	text-transform: capitalize;
}

h1 strong,
h2 strong {
	 color:#7e7e81;
}

h2 {	
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family:"Hattori Hanzo";
	font-size: 18px;
	color: #009ac6;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
hr {
	background-color: transparent;
	border: 1px dotted #dddddd;
	width: 90%;
	clear: both;
}


.borderB {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
}
.borderL {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #dddddd;
}

.shadowL {
	-moz-box-shadow: -6px 1px 10px -5px #dddddd;
	-webkit-box-shadow: -6px 1px 10px -5px #dddddd;
	box-shadow: -6px 1px 10px -5px #dddddd;
}
.bgBlue {
	background-color: #009ac6;
}
.bgGrey {
	background-color: #eeeeee;
}
.h2Small {
	font-size: 20px;
}
.textBig {
	font-size: 28px;
	font-weight: bold;
	text-transform: capitalize;
}




#header {
	background: #f8f4f3; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f4f3', endColorstr='#e3e1e5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f4f3), to(#e3e1e5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f8f4f3,  #e3e1e5); /* for firefox 3.6+ */
}
#topMenu   ul {
}
#topMenu   li {
	display: inline;
	margin-left:5px;
}
#topMenu a {
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#topMenu a:hover {
	background: #0094c9; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094c9', endColorstr='#005e97'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0094c9), to(#005e97)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0094c9,  #005e97); /* for firefox 3.6+ */
	-moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
    border-radius: 7px;
	color:#FFFFFF;
}
#banner {
	background-image: url(../img/bg1.jpg);
	background-repeat: repeat-x;
}
#bannerInner {
	background-image: url(../img/bg4.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
.footer {
	color: #FFFFFF;
}
.footer   li {
	float: left;
	margin-right: 8px;
	margin-top: 17px;
}
.footer  img {
	margin-right: 5px;
	margin-left: 5px;
}
#footerB {
	text-transform: capitalize;
}
#content {
	text-align: justify;
}
#content ul {
	padding:10px;
}
#content li {
	margin: 2px 40px !important;
	list-style:circle;
}

.portfolio img {
    -moz-box-shadow: 0 0 10px #bbbbbb;
	-webkit-box-shadow: 0 0 8px #bbb;
	box-shadow: 0 0 10px #bbbbbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:5px solid #ffffff;
	margin-bottom:10px;
}

.portfolio a:hover,
.portfolio img:hover {
    opacity:.8;
}
.portfolio a, #content a {
	color: #0393BC;
	font-weight: bold;
}

.sn a{
	background-repeat: no-repeat;
padding:22px;
}

.sn1 a {
	background-image: url(../img/sn1.png);
}
.sn1 a:hover {
	background-image: url(../img/sn1a.png);
}
.sn2 a {
	background-image: url(../img/sn2.png);
}
.sn2 a:hover {
	background-image: url(../img/sn2a.png);
}
.sn3 a {
	background-image: url(../img/sn3.png);
}
.sn3 a:hover {
	background-image: url(../img/sn3a.png);
}
.sn4 a {
	background-image: url(../img/sn4.png);
}
.sn4 a:hover {
	background-image: url(../img/sn4a.png);
}
.sn5 a {
	background-image: url(../img/sn5.png);
}
.sn5 a:hover {
	background-image: url(../img/sn5a.png);
}

