@charset "UTF-8";
#wrapper {
	margin: auto;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 17px;
	width: 850px;
	padding-top: 12px;
}
#header  img.tel  {
	float: right;
}
#header  img.logo  {
	float: left;
}
#header  {
	margin: 0px;
	padding: 0px;
	float: left;
}
.clear  {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#content  {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
}
#footer {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#copyright  {
	background-image: url(../images/trans-ground.png);
	float: right;
	width: 400px;
	font-size: 11px;
	padding: 10px;
	text-align: right;
	color: #333333;
}
#container {
	padding: 0px;
	width: 800px;
	border: 6px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(../images/wrapper-background-home.jpg);
	background-position: left top;
	float: left;
}
.rightcolumn {
	float: right;
	width: 400px;
	padding: 0px;
	margin: 0px;
}
.rightcolumn img {
	padding-left: 27px;
	margin-bottom: 5px;
}
.prices {
	font-size: 16px;
	font-weight: bold;
	color: #D3111A;
	letter-spacing: -1px;
}
#content table {
	margin-left: 25px;
	width: 280px;
}
#content input{
	width: 180px;
	background-color: #ECECEC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 22px;
}

#content textarea {
	width: 180px;
	background-color: #ECECEC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#content #button {
	color: #FFFFFF;
	background-color: #E20A16;
	font-weight: bold;
	width: 75px;
	margin-right: 5px;
}
#content #button:hover {
	color: #FFFFFF;
	background-color: #9A0001;
	font-weight: bold;
	width: 75px;
	margin-right: 5px;
}
