/*
  Gorrod Media Stylesheet
*/



BODY {
  font-family: Verdana, Arial, sans-serif;
  background: #000000;
  color: #C2A4CE;
  margin: 0px;
}

H1 {
  font-family: Verdana, Arial,sans-serif;
  font-size: 16px;	
  color: #C0C0C0;
}

A {
  color: #C0C0C0;
  text-decoration: none;
}

A:hover {
  color: #C0C0C0;
  text-decoration: underline;
}

.footer {
  font-family: Verdana, Arial,sans-serif;
  font-size: 10px;	
  color: #C0C0C0;
}

.main {
  font-family: Verdana, Arial,sans-serif;
  font-size: 10px;	
  background: #000000;
  color: #C2A4CE;	
}


.ratesheader {
  font-family: Verdana, Arial,sans-serif;
  font-size: 10px;	
  background: #33204D;
  color: #FFFFFF;	
  font-weight : bold;
}


.rates {
  font-family: Verdana, Arial,sans-serif;
  font-size: 10px;	
  background: #C2A4CE;
  color: #000000;	
}


FORM {
	display: inline;
}

TR.header {
  background: #000000;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Verdana, Arial,sans-serif;
  font-size: 10px;
  background: #000000;
  background-image: url('images/infobox/bar.gif');
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #ffffff;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -300px;
left: -100px; /*position where enlarged image should offset horizontally */

}
