/*****************************************************************************
*                                                                            *
*            Glassmagi / Pål Roland Janssen -- CSS style sheet               *
*                                                                            *
*****************************************************************************/


/*****   Body   *****/
body {
	margin: 0 auto;
	padding: 0;
	font: 1em "Times New Roman",serif;
	background: #000;
	color: #fff;
}

#wrap {
	height: 739px;
	width: 721px;
	color: #fff;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
}


/***** Top menu *****/
#menuwrap {
	color: #fff;
	background-color: transparent;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	top: 146px;
	height: 57px;
	text-align: right;
	vertical-align: middle;
}

#menuwrap p {
	font: 1em "Times New Roman",cursive;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	padding: 0 40px 0 0;
	position: relative;
	top: -10px;
}

#menuwrap a, a:link, #menuwrap a:visited {
	text-decoration: none;
	color: #fff;
	padding: 0 10px 0 ;
}

#menuwrap a:hover {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#menuwrap a:active {
	color: #000;
	background-color: #ddd;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	opacity: 0.4;
}


/***** Left menu *****/
#leftmenu {
	background: transparent url(/design/theme/public/images/dots.gif) right repeat-y;
	color: #fff;
	clear: left;
	float: left;
	width: 150px;
	margin: 205px 0 5px 15px;
	padding: 0;
	font: 1em "Times New Roman", serif;
	font-style: italic;
}

#leftmenu h2 {
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #fff;
	width: 120px;
	font-size: 1.3em;
	color: #fff;
	background: transparent;
	font-weight: normal;
	letter-spacing: 1px;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
}

#leftmenu ul li {
	list-style: none;
	margin: 15px 0;
}

#leftmenu ul li a:link, #leftmenu ul li a:visited {
	background: transparent;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

#leftmenu ul li a:hover {
	text-decoration: underline;
}


/***** Down-buttons *****/
#buttons {
	float: left;
	clear: left;
	position: absolute;
	top: 725px;
	margin: 0 0 0 20px;
	padding: 0;
}

#buttons img {
	margin: 0 2px;
	padding: 0;
}

#buttons a img {
	border: 0;
	padding: 0;
}
	

/***** Main content *****/
#content {
	float: left;
	clear: none;
	margin: 200px 0 0 30px;
	width: 470px;
	height: 380px;
	padding: 3px 23px 3px 3px;
	overflow: auto;
	
	font: 1em "Times New Roman",serif;
	font-weight: normal;
	background: transparent;
	color: #fff;
}

#content p {
	font-weight: normal;
	line-height: 1.4em;
}

#content h2 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

#content h3 {
	font-size:1.1em;
	margin:0 0 8px;
}

#content img {
	padding: 2px;
	display: inline;
	border: 0;
}

#content ul, #content ol {
margin:0 0 16px 20px;
padding:0;
}

#content li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #content ol ol{
margin:0 0 0 16px;
padding:0;
}

#content hr {
border-width: 0 0 1px 0;
border-color: #000;
border-style: dashed;
color: #fff;
width: 100%;
height: 2px;
margin: 0 0 10px 0;
}

/***** Service *****/

#content * .service {
	font-size: 0;
	font-weight: normal;
	float: right;
	margin: 0;
	padding: 0;
}

#content .service img {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
	background: transparent;
}

.service a img {
	border: 0;
}

/***** Formation *****/
form {
width: 100%;
margin: 0;
padding: 0;
}

.formation {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: #F4F4F4;
color: #000;
padding: 10px 5px 10px;
}

input, select, textarea {
	font-family: "Trebuchet MS", Verdana, sans;
	font-size: 10pt;
	border: 1px solid #999;
}

input#reset, input#submit {
	border-style: ridge groove;
	border-width: 2px;
	border-color: #ccc;
	height: 25px;
	width: 10%;
	background: url(/design/theme/public/images/button.png) repeat-x #F4F4F4;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {text-align:right;}
.center {text-align:center;}
.centered {text-align:center;margin:0 auto;}
.small {font-size:0.8em;}
.italic {font-style:italic;}
.bold {font-weight:bold;}
.hide {display:none;}
.required {color: #f00;}
.objectedit {color: #656;}

.error {
padding: 10px;
border: 1px solid #000;
background-color: #f00;
color: #fff;
font-weight: bold;
font-size: 10pt;
}

.error span {
background-color: #fff;
border: 1px solid #000;
color: #f00;
padding: 2px;
font-weight: normal;
}

.newsflash {
margin:0;
}

.imgingress {
width: 520px;
display: inline;
}

.imgingress_small {
width: 268px;
display: inline;
}

.readmore {
clear:both;
width:100%;
text-align:right;
}



/* hey */
#content a
{
	color: #F7E1D4;
	background: transparent;
}

td
{
	vertical-align: top;
	padding-bottom: 1em;
	font-size: 1.3em;
}
