/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 3.1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #2E002E;
	line-height: 1em;
	padding-top: 96px;
	letter-spacing: -2px;
}

h2 {
	font-size: 2.6em;
	text-transform: uppercase;
	font-weight: normal;
	color: #2E002E;
	line-height: 1em;
	letter-spacing: -2px;
}

h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
	color: #2E002E;
	line-height: 1em;
	letter-spacing: -1px;
}

h4 {
	font-size: 19px;
	color: #70B4D7;
	text-transform: uppercase;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 16px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
p {
	line-height: 1.8em;
}
#container {

}
#masthead {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #70B4D7;
	padding-top: 32px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70B4D7;
}
#logo {
	height: 72px;
}
#logo a {
	text-indent: -9999px;
	display: block;
	height: 72px;
	width: 160px;
	background-image: url(../img/logo_nisha.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a {
	color: #BC005F;
}
a:hover {
	text-decoration: none;
}
/*#logo a:hover {
	background-image: url(../img/logo_nisha_website_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}*/
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigation li a {
	display: block;
	height: 57px;
	color: #2E002E;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #70B4D7;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 1.2em;
	float: left;
}
#navigation li a:hover {
	color: #70B4D7;
}
#navigation li.first a {
	padding-left: 0px;
}
#navigation li.last a {
	padding-right: 0px;
	border: none;
}
#navigation li.active a {
	color: #70B4D7;
	text-decoration: none;
}
#wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}
#content ul li {
	line-height: 1.8em;
	margin-bottom: 2px;
}

#quicklinks {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #70B4D7;
	border-bottom-color: #70B4D7;
	padding-top: 30px;
	padding-bottom: 30px;
}
#quicklinks2 {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #70B4D7;
	padding-top: 30px;
}
.top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #70B4D7;
	padding-top: 30px;
}
.small-box {
	height: 140px;
	background-color: #CCCCCC;
}


.boxgrid{
	width: 220px;
	height: 140px;
	float:left;
	overflow: hidden;
	position: relative;
	background-image: url(../img/bg_boxgrid_slide.gif);
	background-repeat: no-repeat;
}
.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid h4{
	color:#FFF;
	letter-spacing:-1px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: 2em;
	line-height: 1.3em;
	text-transform: uppercase;
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
}
.boxgrid h4 a {
	display: block;
	height: 90px;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	color: #999;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#subNavigation {
	display: block;
	width: 160px;
}


#subNavigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subNavigation li a {
	color: #2E002E;
	text-decoration: none;
	display: block;
    text-transform: uppercase;
	margin-bottom: 6px;
    width: 160px;
}
#subNavigation li a:hover {
	color: #70B4D7;
	text-decoration: none;
}
#subNavigation li.active a {
	color: #70B4D7;
	text-decoration: none;
}
#subNavigation ul {
	margin-bottom:30px;
}
#testimonials {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #70B4D7;
	padding-top: 30px;
}

#testimonials p {
	font-style: italic;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#testimonials a {
	font-style: normal;
	margin-top: 20px;
	display: block;
}
#testimonials p strong {
	font-style: normal;
	font-weight: bold;
	color: #2E002E;
}
#testimonialsBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70B4D7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#testimonialsBottom p {
	font-style: italic;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#testimonialsBottom a {
	font-style: normal;
	margin-top: 20px;
	display: block;
}
#testimonialsBottom p strong {
	font-style: normal;
	font-weight: bold;
	color: #2E002E;
}
#testimonialsMid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70B4D7;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #70B4D7;
	padding-top: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

#testimonialsMid p {
	font-style: italic;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#testimonialsMid a {
	font-style: normal;
	margin-top: 20px;
	display: block;
}
#testimonialsMid p strong {
	font-style: normal;
	font-weight: bold;
    color: #2E002E;
}
a.testInner {
	color: #2e002e;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.quotes {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70B4D7;
}
.quotesBottom {
	padding-bottom: 30px;
}
.rollover {
	display: inline;
	float: left;
	position: relative;
	margin-right: 20px;
}
.rollover a.bbc1 {
	background-image: url(../img/BBC-Tint.jpg);
	display: block;
	height: 120px;
	width: 160px;
	text-indent: -9999px;
}
.rollover a:hover.bbc1 {
	background-image: url(../img/BBC-Colour.jpg);
}
.rollover a.bbc2 {
	background-image: url(../img/Panorama-Tint.jpg);
	display: block;
	height: 120px;
	width: 160px;
	text-indent: -9999px;
}
.rollover a:hover.bbc2 {
	background-image: url(../img/Panorama-Colour.jpg);
}
.rollover a.bbc3 {
	background-image: url(../img/Money-Prog-Tint.jpg);
	display: block;
	height: 120px;
	width: 160px;
	text-indent: -9999px;
}
.rollover a:hover.bbc3 {
	background-image: url(../img/Money-Prog-Colour.jpg);
}
.rollover a.bbc4 {
	background-image: url(../img/Hardtalk-Tint.jpg);
	display: block;
	height: 120px;
	width: 160px;
	text-indent: -9999px;
}
.rollover a:hover.bbc4 {
	background-image: url(../img/Hardtalk-Colour.jpg);
}
.videos {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70B4D7;
}
.videosBottom {
	padding-bottom: 30px;
}
#EmailForm input, textarea {

	padding: 4px;

	border: 1px solid #cccccc;

	font-size: 1.15em;

	width: auto;

}

#EmailForm textarea {
	padding: 4px;
	border: 1px solid #cccccc;
	font-size: 1.4em;
}
.button {
	color: #D2ECF6;
	background-color: #70B4D7;
	border: 1px solid #06588A;
	float: left;
	padding: 2px;
	margin-top: 5px;
	width: 120px;
}

strong {
	color: #2E002E;
}
.blueborder {
	display: block;
	height: 30px;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #70B4D7;
}
#tabBlog {
	position: absolute;
	right: 0px;
	z-index: 5000;
	top: 164px;
	display: block;
	visibility: hidden;
}
body > #tabBlog { position: fixed; }
#tabBlog a {
	background-image: url(../img/tab-blog-off.png);
	height: 137px;
	width: 60px;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	text-indent: -9999px;
}
#tabBlog a:hover {
	background-image: url(../img/tab-blog-on.png);
	height: 137px;
	width: 60px;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	text-indent: -9999px;
}
.error{color:#FF0505;}
.gal-item {max-width:230px;}
