@charset "UTF-8";
/* CSS Document */



/* RESETING BROWSER-SPECIFIC VALUES */

/* Removes element padding and margin values */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre {
	margin: 0;
	padding: 0;
}
/* Removes image borders */
a img, :link img, :visited img {
	border: none
}
/* Removes tables' default borders */
table {
	border-collapse: collapse;
}
/* Removes automatic top and bottom margins on nested lists */
ul ul, ul ol, ul dir, ul menu, ul dl, ol ul, ol ol, ol dir, ol menu, ol dl, dir ul, dir ol, dir dir, dir menu, dir dl, menu ul, menu ol, menu dir, menu menu, menu dl, dl ul, dl ol, dl dir, dl menu, dl dl {
	margin-top: 0;
	margin-bottom: 0;
}
/* Removes list-bullets */
ul, ol, dl {
	list-style-type: none;
}
/* GLOBAL PROPERTIES */

/* Body and conventional layout properties */
  



body {
	background: #537564 url(img/bgFull.jpg) center top no-repeat;
	background-attachment:fixed;
	font: normal normal 11px Arial;
	color: #fff;
}
p, li {
	text-align: left;
	padding-bottom: 7px;
	line-height: 12px;
	color: #fff;
}
img, div, table, tr, td {
	behavior: url(iepngfix.htc);
}
/* Link properties */ 

a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #ff8600;
}
/* Heading properties */

h1 {
	font : normal normal 37px Georgia, helvetica, arial, sans-serif;
	text-align: left;
	margin: 0px 5px 0px 5px;
}
h2 {
	font: normal normal 12px Verdana;
	text-align: left;
}
h3 {
	font: normal normal 12px Verdana;
	text-align: left;
}
h4 {
	font: normal normal 12px Verdana;
	text-align: left;
}
h5 {
	font: normal normal 12px Verdana;
	text-align: left;
}
h6 {
	font: normal normal 12px Verdana;
	text-align: left;
}
/* PRINT VIEW PROPERTIES */


/* AREA-SPECIFIC PROPERTIES */

/* Main holder properties */



/* Header properties */

#mainMenu {
	background: url(img/mainMenuBg.png);
	font-size: 19px;
	font-family:Georgia, helvetica, arial, sans-serif;
}
#mainMenu {
	text-align: center;
	height: 38px;
}
#mainMenu a {
float: center;
padding: 0px 50px 0px 22px;
background:url(img/mainMenuOrnament.png) no-repeat right 2px;
}

a#lastMainMenuItem
{
background: none; 
padding-right: 33px;
}


/* Content area properties */

#businessCard {
	background: url(img/businessCardBg.png) left top no-repeat;
}
.boxBottom {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
#rightBox {
	margin: 37px 0px 35px 0px;
}
.photo, .photoLast {
	cursor:pointer;
	border: solid 5px #464646;
	position:relative;
	width:120px;
	height: 80px;
	float:left;
	margin: 0px 15px 15px 0px;
	background:url(img/photoBg.gif);
}
.photo:hover, .photoLast:hover {
	border: solid 5px #8c0000;
}
.photoLast {
	margin: 0px 0px 15px 0px;
}
.ribbon {
	position:absolute;
	top:-5px;
	left:-5px;
}



input { padding: 2px 4px 2px 4px; 	xxvertical-align:top; xxmargin-top: 2px;  }

textarea:focus, INPUT:focus {background: #24372d; border: solid 1px #666}
textarea:hover, INPUT:hover {background: #24372d;}

textarea { padding: 4px; }

input, textarea
{ background: #273c31; border: solid 1px #464748; color: #ffffff; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }

.button {
	background: #8c0000;
	color: #ffffff;
	padding: 3px 20px 3px 20px;
	height: 19px;
	xxline-height: 23px;
	width: 76px;
	text-transform:uppercase;
	border: none;
	display: block;
	vertical-align:middle;
	cursor:pointer;
 }

/* Footer properties */
