﻿/* COMMON */
*
{
	padding: 0;
	margin: 0;
}
body
{
	background-image: url(Images/Background.gif);
	font-family: Arial;
}
a:link { color: #c3191d; }
a:visited { color: #c3191d; }
a:active { color: #c3191d; }
a:hover { color: #c3191d; }
a img
{
	border: none;
	text-decoration: none;
}
#container
{
	width: 1050px;
	margin: 0 auto;
}
#header
{
	height: 400px;
	position: relative;
	margin-top: 20px;
	text-align: right;
	margin-left: -75px;
	padding-left: 75px;
	background-image: url(Images/Logo.png);
	background-repeat: no-repeat;
}
#headerline
{
	margin-top: 20px;
	width: 549px;
	height: 46px;
	background-image: url(Images/HeaderLine.png);
	background-repeat: no-repeat;
	padding-right: 120px;
	font-style: italic;
	font-size: 40px;
	color: #7d050c;
}
#title
{
	margin-top: 50px;
}
#menu
{
	margin-top: 80px;
	color: #f80;
}
#menu a:link { color: #f0df53; }
#menu a:visited { color: #f0df53; }
#menu a:active { color: #f0df53; }
#menu a:hover { color: #f0df53; }
.sep
{
	color: #bd5024;
	width: 30px;
	text-align: center;
}
#menu>div { float: right; }
#menu>a { float: right; }
#body
{
	padding: 25px 20px;
	background-image: url(Images/ContentBack.png);
	background-repeat: repeat-x;
	background-color: White;
	text-align: justify;
	text-indent: 20px;
}
#content
{
	width: 790px;
	padding-right: 10px;
	float: left;
}
h1
{
	font-size: large;
	color: #9b3e3e;
	padding-bottom: 15px;
}
#addons
{
	float: left;
	width: 180px;
	color: #444;
	text-align: left;
	font-size: 14px;
	padding-left: 30px;
}
.addontitle
{
	background-image: url(Images/Addon.gif);
	width: 200px;
	height: 36px;
	padding-left: 29px;
	margin-left: -20px;
	margin-bottom: 40px;
	color: White;
	font-size: 17px;
}
#footer
{
	color: #ab7375;
	margin: 30px auto;
	font-size: 12px;
	text-align: center;
}
ul
{
	list-style-type: circle;
	padding-left: 35px;
	text-indent: 0;
}
li
{
	padding-bottom: 10px;
}
p
{
	padding-bottom: 10px;
}
tr
{
	vertical-align: top;
}
th, td
{
	font-weight: normal;
	padding: 3px;
}
.counter
{
	float: right;
	margin-top: -62px;
}

/* HOME */
#banner
{
	margin-bottom: 20px;
	text-indent: 0;
}
.imgBoiler
{
	margin-right: 60px;
}

/* BOILER */
#imgControlPanel
{
	float: right;
	padding: 0 60px;
}
#imgBoilerInside
{
	float: right;
	padding: 0 0 20px 10px;
}

/* FORM */
input[type=text]
{
	width: 420px;
}
input[type=submit]
{
	width: 100px;
}

/* TYPES */
ul.boilerTypes table
{
	width: 100%;
}
ul.boilerTypes th
{
	text-decoration: underline;
	text-align: center;
	width: 50%;
}
ul.boilerTypes ul
{
	list-style-type: square;	
	padding-left: 20px;
}
ul.boilerTypes ul>li
{
	padding-bottom: 0;
}
