/* 
* {
	margin: 0;
	padding: 0;
}
*/
table{
line-height: 20px;
}

html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}



/* Header background: url(/extensions30/templates/extensions30/images/header.png) repeat-x bottom, url(/extensions30/templates/extensions30/images/header.jpg) repeat; */
#header {
	height:90px;
	width: 1100px;
	padding:0;
	background: transparent;
	}
	
	  
	#logo {
		float: left;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		width:250px;
		height:90px
}
	  
	  #logo p { margin-bottom:0}
	 
	 
	 
	#header h1 {
		font-size:32px;
		color:#fff;
		margin:24px 0 0;
		font-family: 'AaarghNormal', Verdana, Arial, Helvetica, sans-serif;}



#wrapper {
	width: 1100px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	background:#FFFFFF;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 0px;
	height: 0%;
	position: relative;
	

}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 250px;
	background:#FFFFFF;

		
}
#article {
	color: #000000;
	text-align: justify;
	width: 97%;
	height: 100%;
	padding: 10px 10px 10px 10px;
	border-color: #bbb;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
}

#advert{

padding: 20px 10px 10px 10px;
line-height: 15px;
font-size:0.7em;
color: #C0C0C0;
position: relative; bottom: 0;

}

#advert a {
  color: #888888;
  text-decoration: underline;
}
#advert a:hover {
  color: #888888;
    text-decoration: underline;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	height: 100%;
	
	margin-left: -100%;
	position: relative;
	background: #FFFFFF;
	
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1100px;
	margin: 0px auto 0;
	height: 60px;
	position: relative;
	background-color: #FFFFFF;
	color: #BC2A4D;
	border-color: #bbb;
    border-style: solid;
	border-width: 1px 0px 0px 0px;
	font: .9em/1em Georgia, "Times New Roman", Times, serif;

	}


/* images
-----------------------------------------------------------------------------*/
.megaweb_su {
text-align:center;
height:104px;
}

.megaweb_su1 {

width:220px;
display:inline-block;
padding:0px;
}

.megaweb_su1 a {
display:block;
float:left;
width:32px;
height:32px;
padding:16px 0px 0 5px;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}

.megaweb_su1 a img {
width:100%;
display:block;
border:0;
}

.megaweb_su1 a:hover {
width:64px;
padding-top:0;
}




.raised {

    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}        
 
.raised:before,
.raised:after {
    content:"";
    position:absolute;
    z-index:-2;
}

