/**
 * RESET STYLES
 */
body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***********************************************************************************/
body {
	background: #e9f5fe url(../_images/bodyBackground.png) 0 0 repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #429abe;
}
.clearBoth {
	clear: both;
}
.center {
	margin: 0 auto;
	width: 735px;
}
h1 {
	float: left;
}
h1 a {
	display: block;
	width: 238px;
	height: 50px;
	background: url(../_images/logo.png) 0 0;
	text-indent: -5000px;
}
h2 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #243069;
	text-indent: -5000px;
}
/******************************top**************************************************/
#top {
	padding-top: 63px;
}
#top .topBox {
	float: left;
	padding-left: 30px;
	width: 218px;
	font-size: 12px;
	text-align: justify;
}
#top .topBox span {
	float: left;
	display: block;
	width: 50%;
	/*width: 109px;*/
}
#top .topBox span.tRight {
	text-align: right;
}
#top .topBox address {
	font-style: normal;
}
#top #address h2 {
	background: url(../_images/frontPageTexts.png) 0 -22px no-repeat;
	height: 15px;
}
#top #contact h2 {
	background: url(../_images/frontPageTexts.png) 0 0 no-repeat;
	height: 15px;
}
/******************************listOfPages******************************************/
#listOfPages {
	margin-top: 20px;
	padding-top: 40px;
	background: url(../_images/topBorder.png) 0 0 repeat-x;
	line-height: 1.2;
}
#listOfPagesContent {
	background: url(../_images/listOfPagesBackground.png) 50% -24px no-repeat;
}
#listOfPagesContent a {
	color: #243069;
	text-decoration: none;
}
#listOfPagesContent li {
	float: left;
	background-image: url(../_images/listOfPagesIcons.png);
	background-repeat: no-repeat;
}
#listOfPagesContent li.right {
	float: right;
}
#listOfPagesContent li#petrolStation { background-position: 100% 0; }
#listOfPagesContent li#restaurant { background-position: 0 -169px; }
#listOfPagesContent li#fuelComposition { background-position: 100% -334px; }
#listOfPagesContent li#askw { background-position: 0 -503px; }

#listOfPagesContent li a {	
	padding-top: 10px;
	padding-right: 85px;
	width: 205px;
	height: 115px;
	text-align: right;
}
#listOfPagesContent li.right a {
	padding-right: 0;
	padding-left: 85px;
	width: 250px;
	text-align: left;
}
#listOfPagesContent li a,
#listOfPagesContent li a span {
	display: block;
}
#listOfPagesContent li a span.title {
	margin-top: 10px;
	background-image: url(../_images/frontPageTexts.png);
	background-repeat: no-repeat;
	
	height: 27px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	text-indent: -5000px;
}
#listOfPagesContent li a span.description {
	font-size: 12px;
}

#listOfPagesContent li#petrolStation a span.title { background-position: 43px -36px; }
#listOfPagesContent li#restaurant a span.title { background-position: 0px -59px; }
#listOfPagesContent li#fuelComposition a span.title { background-position: 34px -83px; }
#listOfPagesContent li#askw a span.title {		background-position: 0px 7px;		background-image: url(../_images/dealer.png);	}

/******************************mainContent******************************************/
#mainContent {
	margin-top: 20px;
	padding-top: 20px;
	background: url(../_images/topBorder.png) 0 0 repeat-x;
	text-align: justify;
}
#mainContent h2 {
	background: url(../_images/frontPageTexts.png) 0 -149px no-repeat;
}
.signature {
	display: block;
	margin-top: 5px;
	padding-right: 10px;
	font-size: 18px;
	color: #243069;
	background: url(../_images/frontPageTexts.png) 560px -129px no-repeat;
	text-align: right;
	
	height: 17px;
	text-align: left;
	text-indent: -5000px;
}
/******************************footer***********************************************/
#footer {
	margin-top: 50px;
	padding-bottom: 35px;
	background: url(../_images/footerBackground.jpg) 50% 0 no-repeat;
	/*background: url(../_images/footerBackground.png) 50% 0 no-repeat;*/
	height: 193px;
	color: #243069;
}
#footer .center {
	padding-top: 8px;
	background: url(../_images/topBorder.png) 0 0 repeat-x;
}
#footer a {
	color: #243069;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}
.footerMenu {
	float: left;
} 
.footerMenu li {
	float: left;
	padding: 0 7px;
	border-right: 1px solid #243069;
}
.footerMenu li.first {
	padding-left: 0;
}
.footerMenu li.last {
	border-right: none;
}
.footerCopyrights {
	float: right;
}
