/*******************************************************************************
	This Style centers the entire page regardless of screen resolution
*******************************************************************************/

/*******************************************************************************
Style section for the Header
*******************************************************************************/
body	{color: black;}

.printonly{
	display: none;
	}

.imghead	{
	vertical-align: top;
	height:60px;
	background:url('images/blankHead.gif');
	background-repeat:no-repeat;
	background-position:center;
	}

.headtext	{
	color:white;
	font-weight:bold;
	font-size:22px;
	text-align: center;
	padding-top: 7px;
	text-shadow: #333 3px 3px 2px;
	}

.name	{
	margin:10px;
	float: left;
	}

.unseen {
	visibility: hidden;
	}

.HeadWords	{
	position: absolute;
	top: 25px;
	left: 225px;
	background: #ffffff;
	}

.shadowwords1	{
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top:28px;
	left:228px;
	color: black;
	-moz-opacity: .15;
	opacity: .15;
	}

.shadowwords2	{
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 68px;
	left: 353px;
	color: black;
	-moz-opacity: .15;
	opacity: .15;
	}

.headwords1	{
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top:25px;
	left:225px;
/*	text-shadow: 3px 3px 5px silver;*/
	}

.headwords2	{
	font-size: 30px;
	font-weight: 900;
	position: absolute;
	top: 65px;
	left: 350px;
/*	text-shadow: 3px 3px 5px red; */
	}

.entrypic	{
	position: absolute;
	top: 60px;
	left: 175px;
	}

.flagbar	{
	position: absolute;
	top: 100px;
	left: 339px;
	width: 60%;
	background: #CA4830;
	overflow: hidden;
	}

.language	{
	position: absolute;
	top: 157px;
	left: 350px;
	width: 60%;
	font-size: smaller;
	text-decoration: none;
	}

.flag		{
	width: 15%;
	text-align: center;
	}


/*****************************************************
Style section for the main body of the page
******************************************************/
.index	{
	position: absolute;
	top: 190px;
	left: 190px;
    background:#ffffff;
    color: #000000;
    right: 5%;
    padding: 5px;
  	font-size: 12px;
	z-index: 1;

    }

.main	{
	position: absolute;
	top: 20px;
	left: 190px;
    background: #FFFFFF;
    color: #000000;
    right: 5%;
    padding: 5px;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
  	font-size: 13px;
	
    }


.imgright	{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
	}

.imgleft	{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: none;
	}

.redi	{
	font-style: italic;
	font-weight: bold;
	color: #ca4830;
	}
	
/******************************************************************************
	Style section for the navigation bar
*******************************************************************************/

.navigation	{
	position: absolute;
	top: 195px;
	left: 10px;
	width: 160px;
	height: auto;
	font-size: 12px;
	z-index: 4;
	text-decoration: none;
}

.navborder	{
	border:2px solid #ca4830;
	width:170px;
	padding:5px;
	-moz-border-radius:10;
	}

a	{ text-decoration: none; }

.navlink		{
	color: #ffffff;
	background: #CA4830;
	width: 160px;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	padding-top: 3px;
}

.nolink		{
	color: #ca4830;
	background: #ffffff;
	width: 160px;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
	border: 1px solid #CA4830;
	line-height: 13px;
	}

.spacer	{
	width: 160px;
	background: #ffffff;
	line-height: 2px;
	}
	
.transOFF {
	cursor: pointer;
	color: #ffffff;
	width: 160px; 
	background-color: #CA4830;
	border:1px solid #CA4830; 
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	line-height: 13px;
	text-decoration: none;

	}

.transON  {
	width: 160px; 
	cursor: pointer;	
	color: #ffffff;
	background-color: #CA4830;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	border:1px solid #CA4830;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	line-height: 13px;
	text-decoration: none;
	}

.transOVER  {
	width: 160px; 
	cursor: pointer;	
	color: #ffffff;
	background-color: #6F0000;
	border:1px solid #6F0000;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	line-height: 13px;
	text-decoration: none;
	}
/******************************************************************************
	Table styles
*******************************************************************************/
table	{
	font-size: small;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	}

.addtable	{
	Position: relative;
	left: 20px;
	/*border:1px solid black;*/
	border-collapse: collapse;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

td.pad	{
	/*border: 1px solid black;*/
	padding-left: 20px;
	padding-right: 20px;
	line-height: 13px;

	}

.tblhead	{
	background-color: #ca4830;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: small;
	}

tr#total {
	border-top: 3px solid #ca4830;
	font-weight: bold;
	}

.suppliertable {
	border:1px solid #ca4830;
	-moz-border-radius:10;
	border-collapse: collapse;
	padding:2;
	width: 90%;
	font-size: small;	
	-moz-border-radius:10;
	background: #f7f7f7;
	}

.suppliertable td	{
	border: 1px solid #b7b7b7;
	padding: 2px 5px 2px 5px;
	font-size: 10pt;
	}

.suppliertable thead, .suppliertable tfoot, .suppliertable th	{
	text-transform: capitalize;
	font-size: 10pt;
	color: #ffffff;
	background-color: #ca4830;
	font-weight: bold;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
	border: 1px solid #b7b7b7;
	}

div#slidemenu {
	display: none;
	background: white;
	height: auto;
	width: auto;
	padding: 5px;
	border:2px solid #ca4830;
	-moz-border-radius: 10;
	z-index:100;
	}

/*******************************************************************************
	Style section for the footer or inserted boxes
*******************************************************************************/

.box	{
	text-align: center;
	background: #ffffff;
	color : #000000;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding : 5px;
	border: 3px solid #CA4830;
	-moz-border-radius:10;
	}

.footer	{
	text-align: center;
	background: #ffffff;
	color : #000000;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding : 5px;
	border: 3px solid #CA4830;
	-moz-border-radius:10;
	}
/*******************************************************************************
	News blurbs
********************************************************************************/

.news	{
	text-align: left;
	background: #ffffff;
	color : #000000;
	font-family : Times, serif;
	font-size: 14px;
	padding : 5px;
	}

.newsHead	{
	text-align: center;
	font-family: Times, serif;
	font-Size: 18px;
	font-weight: bold;
	}

.newsCredits	{
	text-align: left;
	font-family: Times, serif;
	font-Size: 14px;
	font-style: italic;
	}

.newscol	{
	float: left;
	width: 30%;
	padding: 10px;
	}

.newsBody	{
	width: 100%;
	background: #FFFFFF;
    color: #000000;
	padding: 5px;
    font-family : times, serif; 
  	font-size: 13px;
	}

.first	{
	font-family:Georgia;
	color:#ca4830;
	font-size:56px;
	font-weight:normal;
	line-height:80%;
	letter-spacing:-6px;
	}

.dropcap	{
	float:left;
	color:#ca4830;
	font-size:56px;
	line-height:40px;
	padding-top:2px;
	font-family: Times, serif;
	}

hr	{
	background-color:  #CA4830;
	width: 100%;
	height: 2px;
	clear: both;
	border: none;
	}