body,html 
{
	margin:0px;
	background-color:#ffffff;
	font-family: Arial, Verdana , Helvetica,sans-serif;
	background-repeat: repeat-x;
	background-position: top center;	
	height:100%;
	background-image: url(../images/swing_bg.gif);
}

img
{
	border:0px;
}

#container
{
	width:1010px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}

.desc_product
{
	margin-left:60px;
	padding-top:10px;
	width:160px;
	color:#086aa6;
	font-size: 12px;
}

.desc_link
{
	text-decoration:none;
	width:160px;
	color:#086aa6;
	font-size: 12px;
}

.desc_link:hover
{
	text-decoration:none;
	width:160px;
	color:#086aa6;
	font-size: 12px;
}

.feature1
{
		width:242px;
		height:79px;
	    background-image: url(../images/feature1.gif);
}

.feature1:hover
{
		cursor:pointer;
		width:242px;
		height:79px;
		background-image: url(../images/feature1_over.gif);
}

.feature2
{
		width:242px;
		height:73px;
	    background-image: url(../images/feature2.gif);
}

.feature2:hover
{
		cursor:pointer;
		width:242px;
		height:73px;
		background-image: url(../images/feature2_over.gif);
}

.feature3
{
		width:242px;
		height:79px;
	    background-image: url(../images/feature3.gif);
}

.feature3:hover
{
		cursor:pointer;
		width:242px;
		height:79px;
		background-image: url(../images/feature3_over.gif);
}

.footer
{
	text-decoration:none;
	font-weight:400;
	color:#666666;
	font-size: 11px;
}

.footer:hover
{
	text-decoration:underline;
	font-weight:400;
	color:#086aa6;
	font-size: 11px;
}

.front_text
{
	color:#626262;
	font-size: 12px;
	text-align:justify;
	line-height:18px;
}

.nav
{
	background-repeat:no-repeat;
	background-image: url(../images/navback.gif);
	color:#626262;
	font-size: 12px;
	text-decoration:none;
}

.navitem
{
	color:#ffffff;
	font-size: 13px;
	text-decoration:none;
}

.navitem:hover
{
	color:#ffffff;
	font-size: 13px;
	text-decoration:underline;
}



.newsitem
{
	margin-left:5px;
	text-decoration:none;
	font-weight:400;
	color:#666666;
	font-size: 11px;
	text-align:justify;
	width:200px;
	margin-bottom:15px;
}

.pageback
{
	width:1000px;
	overflow:auto;
    background-image: url(../images/page_back.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	
}

.quicklinks
{
	margin-left:5px;
	text-decoration:none;
	font-weight:400;
	color:#333333;
	font-size: 12px;
	line-height:22px;
}



.quicklinks:hover
{
	margin-left:5px;
	font-weight:400;
	color:#086aa6;
	font-size: 12px;
	line-height:22px;
}

.searchfield
{
	width:100px;
	color:#626262;
	border:1px solid;
	border-color:#626262;
	font-size: 12px;
}

.subtitles
{
	font-weight:800;
	color:#086aa6;
	font-size: 12px;
}

.title
{
	color:#086aa6;
	font-size: 16px;
	font-style: normal;
}

/* menu styles */
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		text-align:center;
		padding: 5px 12px;
		line-height:10px;
		text-decoration: none;
		height:12px;
		width: 100px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #05456c;	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			margin-left:0px;
			margin-top:1px;
			position: absolute;
			visibility: hidden;
			text-align:left;
			border-top: 1px solid white}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			
			{
				font-size:11px;
				width: 160px;
				border-bottom:1px solid;
				border-color:#cccccc;
				text-align:left;
				background: #aaaaaa;
				color: #ffffff}
			
			#jsddm li ul li a:hover
			{	background: #05456c	}                