/* Edited by Jinendra*/


html {
	height:100%;
}	
body {
	background-color: #002A52;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
 	height:100%;
	margin:0;
	padding:0;
	}
	
	a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
	
			#content {
			    min-height: 91%;
				height:91%;
				clear:both;

			}
			#footer {
				position: relative;  /* Needed for Safari */
				width: 100%;
		}
			#footer h1 {
				padding-bottom: 0;
			}
			h1, p {
				margin: 0;
				padding-bottom: 1em;
			}
			h1 {
				font-size: 12px;
				line-height: 1.5em;
			}
			
			.table {
	background-color: #FFFFFF;
}

.footer {
	background-color: #FFCA0F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002A52;
}
.copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding-left: 55px;
}
#content-wrapper{
	width:742px;
	background-color:#FFFFFF;
	margin:0px auto 0 auto;
}
.photo{
	border:1px solid #000;
}
#left{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width:488px;
	background-image:url(../images/side/left.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0 20px 0 0;
}
#left p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin:10px 0;
	padding:0;
}
#left-welcome{
	font-family:Georgia, "Times New Roman", Times, serif, "Lucida Sans Unicode";
	font-size: 16px;
	font-weight:300;
	line-height: 20px;
	color:#0149b6;
}
#right{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width:225px;
	background-image:url(../images/side/right.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0 0 0 8px;
}
.footercopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.topbg {
	background: #FFFFFF url(../images/topbg.gif) repeat-x left top;
	padding-top: 23px;
}
.red {
	font-weight: bold;
	color: #FF0000;
}


.mattblacktabs{
	width: 100%;
	*margin:5px 0 0 0;
	display:table;
	padding:0 0 20px 0;
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 5px; /*offset of tabs relative to browser left edge*/
	font: normal 12px Arial;
	list-style-type: none;
}

.mattblacktabs li{
	display: inline;
	margin:0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding:3px 7px; /*padding inside each tab*/
	border: 1px solid #002a52; /*right divider between tabs*/
	color:#0f0c01;
	background: #ffca0f; /*background of tabs (default state)*/
	margin:0 6px 0 0;
	font-weight:bold;
}

.mattblacktabs li a:visited{
	color: #0f0c01;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	color:#002a52;
}
.product-heading{
	color:#000;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:15px;
	text-align:center;
	padding:0 4px 0 10px;
}
.product-heading a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.product-heading a:hover{
	text-decoration:underline;
}
.product-link{
	color:#000;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
}
.product-link a{
	text-decoration:none;
	color:#000;
}
.product-link a:hover{
	text-decoration:underline;
}
.product-details{
	color:#000;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:left;
	padding:0 4px 0 10px;
}