/* CSS Document */

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #006f87;
	background: #e3eff2;
	margin: 0px;
	padding: 0px;
}

.top p { margin: 0; padding: 10px 0; }

a{
	text-decoration: none;
	color: #db5d37;
}

a img { border: none; }

h1, h2, h3, h4, h5, h6{ margin: 0px; padding: 0px; }

h1{
	font-size: 20px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}


.wrapper{
	width: 1024px;
	height: 768px;
	margin: auto;
	background: url(images/danelec_bg.gif) no-repeat;
}

.logo{
	padding: 70px 0px 0px 110px;
}

.menubg{
	background: #5ba2b2;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	z-index: 1;
	width: 100%;
	height: 40px;
	position: relative;
	top: 60px;
}

.menu{
	z-index: 2;
	padding: 10px 0px;
	margin-top: 22px;
	height: 15px;
	position: relative;
}

.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.menu ul li{
	display: inline;
	padding: 0px 15px;
	margin: 0px;
}

.menu ul li a{
	color: #FFF;
	font-weight: bold;
}

.menu ul li.current a{
	text-decoration: underline;
}

.sidebarleft ul.submenu ul {
	padding-top: 5px;
	font-size: 0.9em;
}

.container{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.sidebarleft{
	width: 185px;
	padding-top: 30px;
	padding-right: 15px;
	float: left;
	color: #FFF;
	text-align: right;
}

.sidebarlefttop{
	height: 340px;
}

.sidebarleft a{
	color: #FFF;
}

.sidebarleft .title{
	font-size: 14px;
	margin-bottom: 50px;
	display: block;
	font-weight: bold;
}

.sidebarleft ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebarleft ul li{
	margin: 0px;
	padding: 5px 0px;
	font-weight: bold;
	list-style: none;
}

/* contentsmall */

.contentsmall{
	width: 425px;
	overflow: hidden;
	float: left;
	display: block;
}

.contentsmallframetop{
	background: url(images/contentsmalltop.gif) no-repeat;
	width: 100%;
	height: 16px;
	overflow: hidden;
}

.contentsmall .content{
	background: #e3eff2;
	height: 370px;
	padding: 0px 15px;
	overflow-y: scroll;
}

.contentsmallframebottom{
	background: url(images/contentsmallbottom.gif) no-repeat;
	width: 100%;
	height: 16px;
	overflow: hidden;
}

/* contentsmall end */

/* contentlarge */

.boxes{
	width: 640px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}

.boxes div{
	margin-left: 5px;
}

.boxes div:first-child, .boxes .box1{
	margin: 0px;
}

.boxes div div{
	margin: 0px;
}

.boxes .slideshowbox{
	float: right;
	width: 209px;
	height: 154px;
	position: relative;
}

.boxes .slideshowbox img{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.boxes .slideshowbox .bannerframe{
	width: 209px;
	height: 154px;
	background: url(images/bannerframe.png) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}

.contentlarge{
	width: 640px;
	overflow: hidden;
	float: left;
	display: block;
}

.contentlargeframetop{
	background: url(images/contentlargetop.gif) no-repeat;
	width: 100%;
	height: 16px;
	overflow: hidden;
}

.contentlarge .content{
	background: #e3eff2;
	height: 240px;
	padding: 0px 15px;
	overflow-y: scroll;
}

.contentlarge.fullheight .content
{
	height: 399px;
}

.contentlargeframebottom{
	background: url(images/contentlargebottom.gif) no-repeat;
	width: 100%;
	height: 16px;
	overflow: hidden;
}

/* contentlarge end */

.sidebarright{
	width: 210px;
	float: left;
	margin-left: 15px;
}

.sidebarright .slideshow{
	width: 209px;
	height: 154px;
	position: relative;
	margin-bottom: 5px;
}

.sidebarright .slideshow img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.sidebarright .slideshow .bannerframe{
	width: 209px;
	height: 154px;
	background: url(images/bannerframe.png) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.contentbox{
	width: 210px;
	float: left;
}

.contentboxtop{
	background: url(images/contentboxtop.gif) no-repeat;
	width: 100%;
	height: 16px;
	float: left;
}

.contentbox .content{
	background: #d7e8ec;
	padding: 0px 15px;
	height: 121px;
	width: 180px;
	overflow: hidden;
}

.contentbox .content h1{
	font-size: 20px;
}

.contentbox .content p{
	margin: 0px;
	padding: 0px;
}

.contentboxbottom{
	background: url(images/contentboxbottom.gif) no-repeat;
	width: 100%;
	height: 16px;
}

/* contentboxdark */

.contentboxdark{
	width: 211px;
	float: left;
	height: 153px;
}

.contentboxdarktop{
	background: url(images/contentboxdarktop.gif) no-repeat;
	width: 100%;
	height: 16px;
	float: left;
}

.contentboxdark .content{
	background: #aed0d8;
	padding: 0px 15px;
	height: 121px;
	width: 181px;
	overflow: hidden;
}

.contentboxdark .content h1{
	font-size: 20px;
}

.contentboxdark .content p{
	margin: 0px;
	padding: 0px;
}

.contentboxdarkbottom{
	background: url(images/contentboxdarkbottom.gif) no-repeat;
	width: 100%;
	height: 16px;
}

/* contentboxdark */

.bottom{
	color: #FFF;
	margin-top: 45px;
}

.bottom ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.bottom ul li{
	margin: 0px;
	padding: 0px 15px;
	color: #FFF;
	display: inline;
}

.bottom ul li a{
	color: #FFF;
}
