* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #333333 url(../assets/images/img01.jpg) no-repeat center top;
	font-family: Calibri ,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;

}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}
img {
   border: 1px solid #FFF;
}  

#adminlinks{
	font-family: Century Gothic, Arial,  Verdana, Helvetica, sans-serif;
	position:absolute;
	padding:10px;
	color:#202020;
} 
#adminlinks h2 {
    font-weight: 700;  
    font-size: 18px;  
    line-height: 1.2em;  
    border-bottom: 1px dotted #202020;  
    color: #202020;  
    margin-bottom: 0.7em;
}
#adminlinks a {
 	font-weight: 600;  
	color:#555;
	text-decoration: none;
}
#adminlinks a:hover {
	color:#888;
	text-decoration: underline;
}
#adminlinks p {
    margin-bottom: 0.4em;
}
/* Header */

#header {
	width: 680px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 229%;
}

#header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 680px;
	height: 51px;
	margin: 0 auto;
	background: url(../assets/images/img02.jpg) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 4.81em 0 4.81em;
	border-right: 1px solid #2A2C2F;
	border-left: 1px solid #634a72;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active {
	background: url(../assets/images/menuhoover.jpg) repeat-x;
}
#menu .active {
	background: url(../assets/images/menuhoover.jpg) repeat-x;
}
/* Page */

#page {
	width: 680px;
	margin: 0 auto;
	background: #0F1720 url(../assets/images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 375px;
	padding: 20px 25px 0 40px;
	background: url(../assets/images/img04.jpg) no-repeat;
} 

.boxed {
	background: #503361;
	border: 1px solid #000000;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: url(../assets/images/blockbg.jpg);
	font-size: 11px;
	font-weight: bold;
}

.boxed .content {
	padding: 20px;
}

.boxedaccordion {
	background: #503361;
	border: 1px solid #000000;
}

.boxedaccordion .title {
	margin: 0;
	padding: 5px 20px;
	background: url(../assets/images/blockbg.jpg);
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
	cursor:pointer;
}

.boxedaccordion .contentaccordion {
	padding: 20px;
	
}

/* Sidebar */

#image {
	align: center;
	margin: 0;
	padding: 0;
}

#sidebar {
	float: right;
	width: 220px;
	padding: 20px 20px 0 0;
	background: url(../assets/images/img05.jpg) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	cursor: hand;
    cursor:pointer;
}

#sidebar li ul {
	padding: 0px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	/*background: url(../assets/images/img06.gif) repeat-x left bottom;*/
}

#sidebar h2 {
	margin: 0;
	margin-top:5px;
	padding: 10px;
	background: #180923;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	font-size: 11px;
	font-weight: bold;
	color: #DFE8F2;
}

#sidebar h3 {
	margin-top: 15px;
	margin-left: 10px;
	font-size: 12px;
}

#sidebar img {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#sidebar p {

	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom:13px;
	margin-top:0px;
	background: url(../assets/images/img06.gif) repeat-x left bottom;
}
#sidebar a {
	text-decoration: none;
	font-size: 11px;
}

#sidebar a:hover {
	text-decoration: underline;
}
/* Search */

#search {
}

#search image {
	align: center;
	margin: 0;
	padding: 0;
	border: none;
}

#search fieldset {
	align: center;
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#search input {
	float: right;
	margin-bottom: 5px;
	background: #5A83AE;
	border: 1px solid #000000;
	text-transform: lowercase;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchform {
	margin: 0;
	padding: 10px 20px 20px 20px;
}

#searchfield {
	width: 165px;
	padding: 2px 5px;
}

#searchsubmit {
}

/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(../assets/images/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
	width: 680px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../assets/images/img08.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #0F1720;
}

#footer a {
	color: #0F1720;
}       

/*EGNA*/

#contactlinks img {
	border:none;
	margin-left:5px;
	padding:0px;
	margin:0px;
}

#contactlinks {
	/*border: 1px solid #fff;*/
	position:relative;
	border: 0;
	z-index: 1;
	text-align:right;
	padding-right:15px;
	
}

.control {
	text-decoration: none;
	font-size:10px;	
}

.troggler { 
	cursor: hand;
	}
.highslide-maincontent form {
	font-color:#000;
}
#editor {
	position:relative;
	float:left;
	left:290px;   
}  
.boximg {
	margin:5px;
	
}

.nodec {
	border:none;
	padding:0px;
	margin:0px;
}
               

.tellafriend{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	display:none;
}

#edit_links{
	text-align:right;
}
.failure{
	padding:10px;
	width:358px;
	background-color:#a02727;
	border: 1px solid #161616;	
}
.success{
	padding:10px;
	width:358px;
	background-color:#72a74b;
	border: 1px solid #161616;
}

