﻿body {
	margin: 0;
	padding: 0;
	background-color: black;
}
/* --------------------headings here -------------------------- */
h1 {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: Medium;
	color: #FF0000;
	text-indent: 1px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: xx-large;
	color: #FF0000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:normal;
}
h3 {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: x-large;
	color: #FF0000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: small;
}

#specs table {
	border-collapse: collapse;
	}

#specs table td {
	border: 1px solid #000;
	border-collapse: collapse;
	}

td.table-header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	line-height: 17px;
	background-color: #333;
}
td.table-content {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
}
/* --------------------text and headings ends here -------------------------- */

a:link, a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

#specs a:link, #specs a:visited {
	color: blue;
	text-decoration: none;
	}

#specs a:hover {
	color: red;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #FF9966;
	text-decoration: underline;
}
a span {
	display: none;
}
a.hyperlinks:link {
	color: blue;
	text-decoration: none;
}
a.hyperlinks:visited {
	color: blue;
}
a.hyperlinks:hover, a.hyperlinks:active {
	color: red;
	text-decoration: underline;
}
a.hyperlinks span {
	display: none;
}
/* ------------------- main container begins --------------------------- */
#granosite-wrap {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
}
/* -------------------   --------------------------- */
/* ------------------- top here begins --------------------------- */
#granosite-banner {
	/* position: relative; */
	width: 1000px;
}
#granosite-links {
	/* position: relative; */
	width: 1000px;
	background-image: url('granosite-links.jpg');
	height: 66px;
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	line-height: 37px;
	color: #F3F3F3;
	text-align: center;
	letter-spacing: 1px;
}
	
	#granosite-links p {
		padding: 0;
		margin: 0;
		font-size: 11px;
		}
		
	#granosite-links #secondnav {
		line-height: 28px;
		}
	
.links {
	padding-right: 100px;
}
.link-seperator {
	background-image: url('link-seperator.gif');
	background-repeat: no-repeat;
	background-position: left;
	height: 37px;
	margin-left: 5px;
	margin-right: 5px;
}
/* ------------------- top ends here --------------------------- */
/* ------------------- two borders on each side begins   --------------------------- */
.table-right {
	background-image: url('border-right-granosite.gif');
	width: 19px;
}
.table-left {
	background-image: url('border-left-granosite.gif');
	width: 21px;
}
/* ------------------- two borders on each side  ends --------------------------- */
/* ------------------- left block begins  --------------------------- */
#left-block {

	width: 270px;

	padding-left: 20px;

}

/* ------------------- left block top begins  --------------------------- */

#left-block-top {

	margin: 10px;

	background-image: url('left-box-top.gif');

	background-repeat: no-repeat;

	border-bottom-color: #dddddd;

	border-bottom-style: solid;

	border-bottom-width: 1px;

	border-left-color: #dddddd;

	border-left-style: solid;

	border-left-width: 1px;

	border-right-color: #dddddd;

	border-right-style: solid;

	border-right-width: 1px;

}

.text-grey {

	font-family: Tahoma, Verdana, "Times New Roman";

	font-size: 11px;

	color: #666666;

	padding-right: 2px;

	padding-bottom: 70px;

	line-height: 19px;

	margin: 3px;

}

.heading {

	font-family: Tahoma, Verdana, "Times New Roman";

	font-size: 1.1em;

	color: #FF0000;

	font-weight: bold;

	line-height: 19px;

	margin: 1px;
	
	vertical-align:top;
}

/* ------------------- left block top ends here  --------------------------- */

#left-box-2 {
	margin-top: 10px;
	background-image: url('left-box-2.gif');
	background-repeat: no-repeat;
	height: 242px;
	width: 249px;
	position: relative;
	float: left;
}
.left-box-text {

	margin: 15px;

	font-family: Tahoma, Verdana, "Times New Roman";

	font-size: 12px;

	color: black;

	line-height: 15px;

}

/* ------------------- left block ends here --------------------------- */

/* ------------------- right block begins --------------------------- */
#right-block {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 12px;
	color: #000000;
	line-height:14pt;
	margin: 10px;
}
/* ------------------- right block ends here --------------------------- */
/* ------------------- bottom here --------------------------- */
#granosite-bottom {
	background-image: url('granosite-bottom.gif');
	height: 45px;
	padding-top: 20px;
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	line-height: 17px;
	color: #F3F3F3;
	text-align: center;
}
