/* --------------------------------------- GLOBAL */
*{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
html, body{
	height: 100%;
}
body{
	background-color: #784278;
}
.dotLine{
	background-image:url(img/dot.gif);
	background-repeat:repeat-x;
	background-position: top;
	height: 1px;
	width: 90%;
	margin: 5px auto 15px auto;
}
/* --------------------------------------- PAGE */
#page{
	min-height: 100%;
	background-image:url(img/bg.gif);
	background-repeat:repeat-y;
	width: 900px;
	margin: 0px auto;
}
/* --------------------------------------- HEADER */
#header{
	height: 110px;
	border-bottom: 2px solid #fff;
	background-image:url(img/headerBg.png);
	background-repeat:repeat-y;
}
#header h1{
	background-image: url(img/logo.gif);
	background-repeat:no-repeat;
	height: 82px;
	text-indent: -2000px;
	overflow: hidden;
}
/* --------------------------------------- NAV */
#nav{
	list-style: none;
	width: 538px;
	margin-left: 296px;
	text-align: center;
	margin-top: 3px;
}
#nav li{
	display: inline;
	margin: 0px 20px;
}
#nav a{
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#nav a:hover{ color: #999999;}
#nav a.on{
	color: #ab4ac3;
}

/* --------------------------------------- SNAV */
#snav{
	list-style: none;
	margin-left: 13px;
}
#snav li{
	margin-bottom: 8px;
}
#snav a{
	font-size: 12px;
	text-decoration: none;
	color: #777;
	/*background-image:url(img/arrowOver.png);
	background-image:url(img/flowerOff.gif);*/
	background-image:url(img/flowerOff.png);
	background-repeat:no-repeat;
	padding: 2px 0px 2px 20px;
	display:block;
	
}
#snav a:hover{ 
	color: #9c6ba5;
	/*background-image:url(img/arrowOn.png);
	background-image:url(img/flower.gif);*/
	background-image:url(img/flowerOver.png);
}
#snav a.on{
	color: #784278;
	font-weight: bold;
	/*background-image:url(img/arrowOn.png);
	background-image:url(img/flowerOn.gif);*/
	background-image:url(img/flowerOn.png);
}

/* --------------------------------------- SNAV */
#snav .tnav{
	list-style: none;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 14px;
}
#snav .tnav li{
	margin-bottom: 5px;
}
#snav .tnav a{
	font-size: 12px;
	text-decoration: none;
	color: #777;
	background-image:url(img/arrowSubOff.gif);
	background-position: 0px 3px;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 12px;
	
}
#snav .tnav a:hover{ 
	color: #999999;
	background-image:url(img/arrowSubOver.gif);
}
#snav .tnav a.on{
	color: #000;
	background-image:url(img/arrowSub.gif);
	font-weight: normal;
}
/* --------------------------------------- MAIN TOP PICT PRESENTATION */
#pictTop{
	background-image:url(img/page/top_acc.jpg);
	background-repeat:no-repeat;
	height: 168px;
	border-bottom: 3px solid #fff;
}

/* --------------------------------------- LEFT */
#left{
	width: 200px;
	float: left;
	padding-top: 20px;
}
#left #pictLeft{
	margin-bottom: 10px;
	background-image:url(img/left/pict1.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	height: 130px;
}


/* --------------------------------------- RIGHT */
#right{
	width: 640px;
	float: left;
	padding: 20px 30px;
}


#tnav .on{
	color: #993300;
}

/* ----- LPG */
#lpg-list-pict{
	padding:0px;
	margin:0px;
	list-style:none;
}
#lpg-list-pict li{
	display: inline;
}
#lpg-list-pict li img{
	width:100%;
	max-width:190px;
	margin:4px;
	border:1px solid #784278;
}

