﻿/* @import url(global.css); */

/*global defaults*/

* {   
     padding: 0;   /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
     margin: 0;
     border: 0; 
}

body {   
     font-size: 62.5%;   /*Sets 1em=10px. Remember formula Childpx/Parentpx=Childem*/
     background-color: transparent; 
}

:visited {   
     text-decoration: none;    /*Removes underline from link/visited for readability*/
}

:link {   
     text-decoration: none;    /*Removes underline from link/visited for readability*/
}

ol {
     list-style: none;    /*Removes bullets from lists*/
}

ul {
     list-style: none;    /*Removes bullets from lists*/
}

:visited img {
     border: none;    /*Removes border images*/
}

:link img {
     border: none;    /*Removes border images*/
}

a img {
     border: none;    /*Removes border images*/
}

option {
     min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
}

/* end global defaults */


body {
     background-color: #999999;
     margin: 0 auto;
     font-size: 1.2em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 
}

#header {
     background-image: url(images/header.png);
     width: 750px;
     height: 283px; 
}

#navbar {
     display: inline;
     float: right;
     position: relative;
     top: +19px;
     width: 100%;
     left: -145px;
     z-index: 1; 
}



#navbar a {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size:medium;
     font-weight:bold
}

#navbar a:hover {
     color:#003300;
}

#home {
     position: relative;
     width: 75px;
     left: 225px;
     top: -2px; 
}



#hp {
     position: relative;
     left: 330px;
     top: 54px;
     width: 75px; 
}



#links {
     position: relative;
     left: 460px;
     top: 99px;
     width: 75px; 
}



#about {
     position: relative;
     top: 128px;
     width: 75px;
     left: 620px; 
}



#contact {
     position: relative;
     left: 790px;
     top:128px;
     width: 75px; 
}


#wrapper {
     background-image: url(images/bg.png);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

#content {
     width: 451px;
     position: relative;
     float: left;
     margin-left: 10px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
     direction:rtl
}

#picFrame1px{border:0px #650b14 solid}
#picFrame{border:1px #650b14 solid}


.entrytitle {
     color: #650b14;
     font-size: 1em;
     padding-bottom: 5px; 
     text-align:center
}

.entry {
     font-family: Arial, Helvetica, sans-serif;
     color: #003300;
     text-align: right;
     font-size:small;
     padding-bottom: 20px; 
}

.entry a {
     color: #650b14;
}

.entry a:visited {
     text-decoration: none; 
}

.entry a:hover {
     color: #ae7e0f;
}

#submenu {
     width: 217px;
     float: left;
     position: relative;
     height: 100%;
     top: -150px;
     z-index: 5; 
}

#submenu h3 {
     padding-top: 25px; 
}

.menutitle {
     font-family: Arial, Helvetica, sans-serif;
     color: #ffffff;
     font-size:large;
     text-decoration:none;
     text-align: center;
     padding-bottom: 10px;
     direction:rtl
}

ul a {
     font-family: Arial, Helvetica, sans-serif;
     color:#650b14;
     font-size:large;
     text-align: center;
     display: block;
     padding-bottom: 5px; 
     font-weight:bold;
     
     
}



ul a:hover {
     color: #003300;
}

.menuactive {}

li {}

a {}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(images/footer.png);
     clear: both; 
}

.footerfont {
	font-family:Arial ;font-size:small; font-weight:bold; color:#003300
}


.copyright {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .55em;
     position: relative;
     top: 130px;
     left: 25px; 
}

.prodonet {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .55em;
	position: relative;
	top: 130px;
	right: 25px;
	text-align: right;
}



a.footerLink:link {
	{text-decoration:none; font-family:Arial ;font-size:small; font-weight:bold; color:#003300}
a.footerLink:active 
	{text-decoration:none;font-family:Arial  ;font-size:small; font-weight:bold; color:#003300}
a.footerLink:visited
	{text-decoration:none; font-family:Arial ;font-size:small; font-weight:bold; color:#003300}
a.footerLink:hover
	{color:white}
	

a.ProdonetClass:link 
	{text-decoration:none; font-family:Arial ;font-size:10px; font-weight:bold; color:#ffffff}
a.ProdonetClass:active 
	{text-decoration:none;font-family:Arial  ;font-size:10px; font-weight:bold; color:#ffffff}
a.ProdonetClass:visited
	{text-decoration:none; font-family:Arial ;font-size:10px; font-weight:bold; color:#ffffff}
a.ProdonetClass:hover
	{color:#003300}



a:link {}

a:visited {}

a:hover {}

a:active {}

/* *** ie hacks *** */

* html #navbar {
     top: 7px;   /*ie hack*/
}

* html #home {
     top: 10px;   /*ie hack*/
}

* html #news {
     top: 59px;   /*ie hack*/
}

* html #links {
     top: 102px;   /*ie hack*/
}

* html #about {
     top: 126px;   /*ie hack*/
}

* html #contact {
     top: 122px;
}

* html #title {
     top: -105px;   /*ie hack*/
}

* html #slogan {
     top: -110px;   /*ie hack*/
}

* html #submenu ul a {
     height: 15px;
}
