/*****************************************************
*             Arkusz CSS v 0.1 FV-Engine             *
*****************************************************/
BODY
{
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 25px 0px 0px 0px;
	width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#centerBlock
{
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
/* -------------------- TOP -------------------- */
#topBlock
{
	width: 900px;
	height: auto;
	margin-bottom: 30px;
}
/* -------------------- MENU -------------------- */
#menuBlock
{
	background-color: #118332;
	width: 900px;
	height: 17px;
	margin: 0;
	padding: 1px 0px 0px 0px;
	text-align: center;
}
li
{
	display: inline;
	list-style-type: none;
	margin: 0px 55px 0px 55px;
}
/* -------------------- CONTENT -------------------- */
/* ---------- LEFT COLUMN ---------- */
#leftColumn
{
	width: 550px;
	height: auto;
	float: left;
	margin: 17px 0px 0px 0px;
	padding-left: 25px;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.margintopH2
{
	font-size: 14px;
	font-weight: bold;
	margin: 14px 0px 0px 0px;
	padding: 0;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 14px 0px 0px 1px;
	padding: 0;
}
.normalH3
{
	font-size: 12px;
	margin: 14px 0px 0px 0px;
	padding: 0;
}
.italicH3
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 14px 0px 0px 1px;
	padding: 0;
}
.txtContact
{
	margin: 14px 0px 0px 0px;
	padding: 0;
}
#contactBox
{
	width: 230px;
	height: auto;
	float: left;
}
/* ---------- FORM BLOCK ---------- */
#formBlock
{
	background-color: #eee;
	width: 235px;
	padding: 15px 15px 14px 15px;
	text-align: center;
	float: left;
	margin-top: 0px;
}
.formFont
{
	font-weight: bold;
	float: left;
	display: block;
	margin: 3px 9px 0px 0px;
}
.inputForm
{
	margin: 0;
	padding: 0;
	float: left;
	width: 150px; /* 116x21*/
	height: 19px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
}
.buttonForm
{
	margin: 0 auto;
	width: 80px;
	height: auto;
}
.labelInput
{
	float: right;
	margin: 0px 0px 14px 0px;
}
.labelTextarea
{
	float: right;
	margin: 0px 0px 14px 0px;
}
.labelButton
{
	text-align: center;
	margin: 0px 0px 0px 0px;
}
form
{
	margin: 0;
	padding: 0;
}
textarea
{
	margin: 0;
	padding: 0;
	float: left;
	width: 150px; /* 116x21*/
	height: 118px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	overflow: hidden;
}
/* ---------- RIGHT COLUMN ---------- */
#rightColumn
{
	width: 290px;
	height: auto;
	float: left;
	margin: 15px 0px 0px 0px;
	padding-left: 5px;
}
.photo
{
	background-image: url(http://www.sashwindowservices.com/gfx/1z.jpg);
	width: 290px;
	height: 290px;
	display: block;
}
/* -------------------- FOOTER -------------------- */
#footerBlock
{
	width: 900px;
	height: auto;
	text-align: center;
	margin: 20px 0px 20px 0px;
}
/* -------------------- EXTRAS -------------------- */
.clearfloat 
{
	clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
	margin: 0px;
}
/* -------------------- LINKS -------------------- */
a.linkMenu,.linkMenu:link,.linkMenu:visited,.linkMenu:active
{
    color: #FFF;
	font-weight: normal;
    text-decoration: none;
	font-size: 12px;
}
a.linkMenu:hover
{
    color: #FFF;
	font-weight: normal;
    text-decoration: underline;
	font-size: 12px;
}
a,a:link,a:visited,a:hover,a:active
{
    color: #000;
	font-weight: normal;
    text-decoration: underline;
}