* {
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 1;
}

.clear {
	clear: both;
}

a {
	color: #404040;
}

a:hover {
	text-decoration: none;
}


body {
	font-family: Cambria, Georgia, 'New York CE', utopia, serif;
	background: #EAEAB1 url(img/background_main.png) repeat-x scroll top;
	text-align: center;
}


div#container,
div#header,
div#footer {
	width: 900px;
	margin: auto;
	text-align: left;
	position: relative;
}


div#header div#contacts {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
}

div#header div#contacts ul {
	list-style-type: none;
	font-size: 1.2em;
	color: #868686;
	font-variant: small-caps;
}

div#header div#contacts ul li {
	line-height: 1.2;
	
}

div#header div#contacts span {
	font-size: 0.8em;
	
}

div#container {
	margin-top: 20px;
	background: White url(img/background.png) repeat-y scroll left;
}


div#container b.topBorder {
	position: absolute;
	background: White url(img/border_top.png) no-repeat scroll left top;
	width: 900px; height: 11px;
	top: 0; left: 0;
	z-index: 900;
}

div#container b.bottomBorder {
	position: absolute;
	background: White url(img/border_bottom.png) no-repeat scroll left bottom;
	width: 900px; height: 11px;
	bottom: 0; left: 0;
	z-index: 900;
}

div#container b.worker {
	position: absolute;
	background: White url(img/worker.jpg) no-repeat scroll top right;
	width: 400px; height: 292px;
	top: 0; right: 0;
	z-index: 1000;
}

div#container div#heading {
	padding: 40px 0 30px 50px;
}

div#container div#heading h2 {
	font-size: 3.5em;
	line-height: 1.1;
	font-weight: normal;
	color: #434343;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px #E0E0DB;
}

div#container div#heading h2.st {
	padding-left: 0.9em;
}

div#container div#heading h2.nd {
	padding-left: 1.8em;
}

/* Bookmarks */
div#container div#bookmarks {
	position: absolute;
	top: -30px; right: 10px;
}

div#container div#bookmarks li {
	list-style-type: none;
	float: left;
	display: block;
}

div#container div#bookmarks a {
	display: block;
	background: Aqua url(img/bookmark.png) no-repeat scroll top left;
	width: 140px; height: 30px;
	text-decoration: none;
	color: black;
	text-align: center;
	text-shadow: 1px 1px 1px white;
	font-size: 1.2em;
	line-height: 30px;
}

div#container div#bookmarks a:hover {
	background-position: 0 -30px;
}


/* Informations */
div.infoBox {
	float: left;
	width: 300px;
	padding-left: 50px;
}

div.rightInfoBox {
	width: 450px;
}

div.infoBox ul {
	list-style-type: none;
	padding-left: 10px;
}

div.infoBox ul li {
	line-height: 1.7;
	font-size: 1.2em;
	color: #2B2B2B;
}

div.infoBox h3 {
	font-weight: normal;
	color: gray;
	font-size: 1.8em;
	line-height: 1.5;
	font-style: italic;
}


/* Order */
a#order {
	background: #6B6B6B url(img/order.png) no-repeat scroll top left;
	width: 300px; height: 75px;
	float: right;
	margin-right: 30px;
	position: relative;
	text-decoration: none;
	color: white;
	font-style: italic;
	text-shadow: 1px 1px 1px gray;
}

a#order:hover {
	color: #FDE7B9;
}

a#order span {
	position: absolute;
	left: 10px; top: 4px;
	font-size: 2em;
	line-height: 0.9;
}


/* Footer */
div#footer {
	padding: 5px 0 0 20px;
	font-size: 1em;
	color: #2B2B2B;
}

div#footer a {
	text-decoration: none;
	color: #2B2B2B;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer span {
	color: gray;
	font-size: 0.9em;
}

/* Content */
#content {
	padding: 20px 0 0 20px;
}

#content h2 {
	font-size:  1.5em;
	line-height: 1.1;
	font-weight: normal;
	color: #434343;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px #E0E0DB;
}

#content h3 {
	font-size:  1.2em;
	line-height: 1.1;
	font-weight: normal;
	color: #434343;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px #E0E0DB;
}


#content p.short,
#content p.long {
	width: 450px;
	line-height: 1.3;
	text-align: justify;
	font-size: 0.95em;
	margin-bottom: 10px;
}

#content p.long {
	width: 80%;
}

#content ul {
	margin: 10px 0 10px 30px;
	width: 400px;
}

#content ul li {
	line-height: 1.2;
	font-size: 0.9em;
	
}

#content #order {
	float: left;
}

#content .contactRight,
#content .contentRight {
	float: right;
	margin: 0 50px 0 0;
	line-height: 1.5;
	font-size: 1em;
	border-left: 20px solid #E0E0E0;
	padding: 10px 20px;
	background-color: #EBEBEB;
	width: 180px;
}

#content .contentRight {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	width: 290px;
	margin-top: 200px;
}

#content .contentRight .contentRightInside {
	float: left;
	width: 100%;
	text-align: left;
}

#content .contentRight .contentRightInside h3 {
	font-size: 0.95em;
}

#content .contentRight .contentRightInside ul {
	font-size: 0.8em;
	margin: 5px 0 15px 15px;
	color: #404040;
	width: 80%;
}

#content .contentRight .contentRightInside ul li {
	line-height: 1.3;
	margin-bottom: 5px;
}

#content div.imageLeft {
	float: left;
	font-size: 0.7em;
	padding: 0 15px 15px 0;
}

#content div.imageLeft img {
	margin-bottom: 5px;
}

/* Taxes */
table.taxes {
	width: 98%;
	border: 1px solid silver;
}

table.taxes td,
table.taxes th {
	padding: 10px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

table.taxes td p {
	margin: 10px 0;
}

table.taxes tr.blueback th {
	background-color: #66CCFF;
}

table.taxes td.leftcol {
	width: 180px;
}








