/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
}
html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
	height:100%;
}

body {
	font-size:0.8em;
	color:#676767;
	width:687px;
	margin: 25px auto 20px auto;
}
form {
	height:100%;
}

p {
	margin-bottom:10px;
	text-align:justify;
}

h1 {
	color:#ff0000;
	font-size:1.4em;
	text-indent:-3000px;
	position:absolute;
	width:627px;
}
h2 {
	font-size:1.1em;
	color:#ff0000;
	font-weight:normal;
	border-bottom:2px solid #ff0000;
	width:423px;
	margin-bottom:15px;
}
h3 {
	font-size:1.0em;
	color:#676767;
	text-decoration:underline;
	margin-bottom:15px;
}

img {
	border:none;
}

li {
	margin-bottom:5px;
}

a {
	color:#ff0000;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}

hr {
	margin-bottom:10px;
}

ul {
	list-style:disc;
	margin-bottom:10px;
}
li {
	margin-left:20px;
}

table {
	margin-bottom:10px;
}

.textbox {
	border:1px solid #ff0000;
	font-size:1.0em;
}
.button {
	border:1px solid #676767;
	background:#feb2b2;
	color:#000;
	font-size:1.0em;
}
.bold {
	font-weight:bold;
}
.altColor {
	color:#FF0000;
}

/* CONTENT */
#container {
	margin:29px 0 0 10px;
	width:677px;
}
#mastHead {

}
#leftColumn {
	float:left;
	width:240px;
}
#rightColumn {
	float:right;
	width:420px;
}
#menu {
	background: #ff0000 url(/img/mastHeadBackground.gif) repeat-x;
	margin: 16px 0 0 0;
	padding:10px 0 0 48px;
	width:640px;
	clear:both;
} * html #menu {
	padding-left:46px;
	width:642px;
}
#menu ul {
	list-style: none;
	float:left;
	margin-bottom:10px;
}
#menu ul .polishTranslationMenu {
	list-style: none;
	float:none;
}
#menu li {
	float:left;
	margin:0 12px 0 0;
}
#menu ul .polishTranslationMenu li {
	float:none;
}
#menu li a {
	color:#feb2b2;
	font-weight:bold;
	font-size:1.0em;
	text-transform:capitalize;
	text-decoration:none;
}
#menu li a:hover {
	text-decoration:underline;
}
#menu #photos {
	padding-bottom:8px;
}
#menu #photos img {
	margin:0;
	padding:0;
}

.ratesTable {
	border:none;
	font-weight:normal;
	border-top:1px solid #676767;
	border-left:1px solid #676767;
	border-spacing:1px;
}
.ratesTable tr {
	margin:0;
	padding:0;
}
.ratesTable th, .ratesTable td {
	border-bottom:1px solid #676767;
	border-right:1px solid #676767;
	padding:2px 8px;
	text-align:center;
}
.ratesTable th {
	font-weight:bold;
}

#polishTranslationMenu {
	position:absolute;
	padding:3px 0px 0px 3px;
	height:44px;
	width:180px;
	background:#ff0000;
	border:1px solid #feb2b2;
	clear:both;
	margin-top:2px;
}

#polishTranslationMenu li {
	margin-bottom:8px;
}
#flags {
	background:#feb2b2;
	width:678px;
	padding:5px;
	height:24px;
	clear:both;
}
#flags img {
	float:right;
	margin-left:5px;
}
#footer {
	background:#ff0000;
	color:#feb2b2;
	margin:20px 0 0 0;
	padding:5px;
	width:678px;
	clear:both;
}
#footer a {
	color:#feb2b2;
	font-size:0.85em;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.testimonial {
	font-style:italic;
}