/*			***			***			***			*
 * Page definition 									
 *			***			***			***			*/   
* { /* Reset browsers default margin, padding and font sizes */
	margin: 0 auto;
	padding: 0;
}

html { /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	font-size: 100%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #777;
/*	background-color: #f93; */
	background-color: #000;
	font-size: 76%;			/* This sets the default font size to be equivalent to 12px */
	margin: 0;
	text-align: center;
}

/*			***			***			***			*
 * Div definition 									
 *			***			***			***			*/   
#container { 
	width: 1000px;
	/*padding: 1px 0 1px 0;*/
/*	position: relative;*/
}

#sub-nav-home {
	float: left;
}

#sub-nav-info {
	float: right;
	font-style: italic;
}

#header-site-wide{
	clear: both;
	width: 1000px;
	height: 120px;	
	background-image: url(http://www.e-cattivi.com/theme/v3/img/blackBar.jpg); 	
	border-bottom: 2px solid #fff;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

#logo {
	float: left;
	margin: 10px 0 0 45px;
/*	padding-top: 30px;
	margin: 30px 0px 0px 266px;*/
}

#ponsi-container {
	align: center;
	width: 468px;
	height: 60px;
	padding-top: 30px;
/*	margin: 30px 0px 0px 266px;*/
}

/*#pub {
	width: 468px;
	height: 60px;
	background-color: #fff;
}*/

#mascotte {
	float: right;
	padding: 26px 35px 0 0; 
/*	padding-top: 30px;
	margin: 30px 0px 0px 266px;*/
}

#container2{
	width: 1000px;
}

#section1 {
	float: left;
	width: 200px;
/*	display: block;*/
}

#bg {
	height: 320px;
	background-image: url(http://www.e-cattivi.com/theme/v3/img/sidebar.jpg);
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
/*	border: 5px solid #333333;*/
}

#mainmenu {
	float: right;
	padding: 20px 10px 10px 10px;
}

#under-bar {
	clear: right;
	float: right;
	width: 800px;
	height: 20px;
	background-image: url(http://www.e-cattivi.com/theme/v3/img/underBar.jpg); 	
}

#submenu-bar {
	clear: right;
	float: right;
	width: 800px;
	height: 50px;
	background-image: url(http://www.e-cattivi.com/theme/v3/img/submenubar.jpg); 	
}

#main-section {
	float: right;
	width: 800px;
/*	min-height: 600px;*/
	margin-top: -10px;
	padding: 0 0 20px 0; 
	background-color:#fff;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

#content {
	background-color: #ffffff;
	margin: 20px;
/*	padding: 10px;*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#submenu {
}

#section2 {
	float: right;
	width: 200px;
	margin: 10px;
	min-height: 1100px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#section3 {
	float: right;
	width: 120px;
	margin: 10px;
	min-height: 500px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#prefooter {
	clear: both;
	width: 1000px;
	height: 20px;
	background-image: url(http://www.e-cattivi.com/theme/v3/img/prefooter.jpg); 	
	border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
}

#footer-site {
	clear: both;
	height: 95px;
	text-align: center;
	background-image: url(http://www.e-cattivi.com/theme/v3/img/blackBar.jpg); 	
	border-top: 2px solid #fff;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	padding-top: 25px;
	margin-bottom: 10px;
}


/*			***			***			***			*
 * Links 									
 *			***			***			***			*/   
a:link		{ color: #f60; text-decoration: underline;  font-weight: bold}
a:visited	{ color: #f60; text-decoration: underline;  font-weight: bold}
a:hover	   { color: #f60; text-decoration: underline;  font-weight: bold}
a:active		{ color: #f60; text-decoration: underline;  font-weight: bold}

/*a:link		{ color: #000000; text-decoration: underline;  font-weight: bold}
a:visited	{ color: #000000; text-decoration: underline;  font-weight: bold}
a:hover	   { color: #ff0000; text-decoration: underline;  font-weight: bold}
a:active		{ color: #000000; text-decoration: underline;  font-weight: bold}
*/


a.menu { 
	font-weight: bold;
	text-decoration: none;
	background-image: url(http://www.e-cattivi.com/theme/v3/img/bkAlpha85.png); 
	float: right;
	display: block;
	font-size: 14px;
	margin: 1px 1px 1px 0;
	border: solid 1px #fff;
	text-align: right;
	padding: 0.2em 5px 0.2em 45px;
}
a.menu:link    { color: #f00; }
a.menu:visited { color: #f00; }
a.menu:hover   { color: #fff; background-image: url(http://www.e-cattivi.com/img/redAlpha85.png); }
a.menu:active  { color: #fff; background-image: url(http://www.e-cattivi.com/img/redAlpha85.png); }

a.menusel { 
	font-weight: bold;
	text-decoration: none;
	background-image: url(http://www.e-cattivi.com/theme/v3/img/redAlpha85.png);
	float: right;
	display: block;	
	color: #fff;
	font-size: 14px;
	margin: 1px 1px 1px 0;
	border: solid 1px #fff;
	text-align: right;
	padding: 0.2em 5px 0.2em 45px;
}
a.menusel:link    { color: #fff; }
a.menusel:visited { color: #fff; }
a.menusel:hover   { color: #fff; }
a.menusel:active  { color: #fff; }




a.a-submenu { 
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin: 1px;
}
a.a-submenu:link    { color: #f00; }
a.a-submenu:visited { color: #f00; }
a.a-submenu:hover   { color: #fff; }
a.a-submenu:active  { color: #fff; }

a.a-submenusel { 
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin: 1px 1px 1px 1px;
}
a.a-submenusel:link    { color: #fff; }
a.a-submenusel:visited { color: #fff; }
a.a-submenusel:hover   { color: #fff; }
a.a-submenusel:active  { color: #fff; }







/*
a.a-submenu { 
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin: 1px 1px 1px 1px;
}
a.a-submenu:link    { color: #ffffff; }
a.a-submenu:visited { color: #ffffff; }
a.a-submenu:hover   { color: #ff0000; }
a.a-submenu:active  { color: #ff0000; }

a.a-submenusel { 
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin: 1px 1px 1px 1px;
}
a.a-submenusel:link    { color: #ff0000; }
a.a-submenusel:visited { color: #ff0000; }
a.a-submenusel:hover   { color: #ff0000; }
a.a-submenusel:active  { color: #ff0000; }
*/
/* end of link definition 						*/   


/*			***			***			***			*
 * Tag definition 									
 *			***			***			***			*/   
p {
	color: #000000;
	line-height: 1.3em;
}

img {
	border: 0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #f00;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #f00;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

h5 {
	font-size: 12px;
	color: #333;
}

h6 {
	font-size: 10px;
	color: #333;
}

/*			***			***			***			*
 * Class definition 									
 *			***			***			***			*/   

.justify {
	text-align: justify;
}

.center{
	text-align: center;
}

.right {
	text-align: right;
}

.cen{
	margin: 10px 0 10px 0;
	text-align: center;
}

.important {
	color: black;
	line-height: 1.6em;
	font-style: italic;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.ponsi {
	background-color: #ffffff;
	border: 5px solid #333333;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.blk85bg {
	background-image: url(http://www.e-cattivi.com/theme/v3/img/bkAlpha85.png); 
	display: block;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 1px 0 1px 0;
	margin: -5px 0 2px 0;
}

.semiRoundLeft {
	border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	-moz-border-radius: 10px 0 10px 0;
	padding: 10px 0 10px 0;	
	background-color: #ffffff;
	width: 190px;
}

.semiRoundRight {
	border-radius: 0 10px 0 10px ;
	-webkit-border-radius: 0 10px 0 10px;
	-moz-border-radius: 0 10px 0 10px;
	padding: 10px 0 10px 0;	
	background-color: #ffffff;
	width: 190px;
}

.whiteCol {
	color: #fff;
}

