body{
	margin-top:10px;
	padding:0;	
	
	background-color:#2b2a2b;
	background-image:url(../gfx/body_bg_v02.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}


#PageContainer{
	width:780px;
	height:auto;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
}


#PageHeader{
	width:780px;
	height:68px;
	margin:0;
	padding:0;

	background-color:#ffffff;
	background-image:url(../gfx/PageHeader_bg_v02.gif);
	background-repeat:no-repeat;
}

#Logo{
	width:204px;
	height:37px;
	margin-top:22px;
	margin-left:0;
	padding:0;
	float:left;
}

#Logo a img{
	margin-left:24px;
	border:0;
}


#MainMenu{
	width:540px;
	height:auto;
	overflow:auto;
	margin-top:33px;
	padding:0;
	float:left;
}



#PageMiddle{
	width:780px;
	height:auto;
	overflow:auto;
	
	margin:0;
	padding-bottom:10px;
	
	clear:both;
	background-color:#ffffff;

	background-image:url("../gfx/PageMiddle_bg.jpg");
	background-repeat:no-repeat;
	background-position:left bottom;
}


#PageMiddleInner{
	width:762px;
	height:auto;
	margin-left:9px;
	margin-bottom:20px;
	padding:0;
	border-top:dashed 1px #cfcfcf;
}



#SubMenu{
	display:block;
	width:180px;
	height:400px;
	min-height:400px;
	overflow:visible;
	float:left;
	margin-top:20px;
	padding:0;
}



#Image{
	display:block;
	width:180px;
	height:220px;
	overflow:hidden;
	float:right;
	margin-top:10px;
	padding:0;
	backround-color:#000000;
}



#MainContentsContainer{
	width:560px;
	height:auto;
	overflow:auto;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	
	/*border-left:dashed 1px #cfcfcf;*/
	/*border-right:dashed 1px #cfcfcf;*/
}

#MainContentsContainerFullPage{
	width:510px;
	height:auto;
	overflow:auto;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	/*border-left:dashed 1px #cfcfcf;*/
	border-right:none;
}


#MainContentsContainerOrderForm{
	width:570px;
	height:auto;
	overflow:auto;
	margin-top:10px;
	margin-left:10px;
	margin-right:0px;
	float:left;
	/*border-left:dashed 1px #cfcfcf;*/
	border-right:none;
}


#MainContents{
	width:auto;
	height:auto;
	min-height:450px;
	overflow:hidden;
	margin:0;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	
	float:left;
}



#AdditionalContents{
	width:140px;
	height:auto;
	margin-top:20px;
	margin-left:5px;
	padding:0;
	overflow:auto;
	float:left;
}

#AdditionalContents p{
	font-size:10px;
	line-height:14px;
}



table.LoginForm{
	width:380px;
}




#PageFooter{
	width:780px;

	height:auto;
	float:none;
	clear:both;
	
	margin-bottom:32px;
	padding-top:26px;
	overflow:auto;
	
	background-image:url(../gfx/PageFooter_bg_v02.gif);
	background-repeat:no-repeat;
	background-position:top;
	
	text-align:center;
}


#PageFooter p{
	font-size:11px;
	color:#b2b2b2;
}

#PageFooter a{
	font-size:11px;
	color:#71b6da;
}

#PageFooter a:hover{
	color:#ffffff;
}



#Sigill {
	width:auto;
	height:auto;


	text-align:center;
	
	margin:0px;
	padding:0px;
	padding-top:10px;
}



/*
***************************************
	NavigationTracker
***************************************
*/

#NavigationTracker{
	display:block;
	width:auto;
	height:auto;
	margin-bottom:20px;
	padding:0;
	float:left;
	clear:both;
}

#NavigationTracker ul{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}

#NavigationTracker li{
	list-style:none;
	display:block;
	width:auto;
	height:auto;
	float:left;
	font-size:11px;
	color:#606060;
	margin:0;
	padding:0;
	border:0;
	
	background-image:url(../gfx/Arrow_Small_E.gif);
	background-repeat:no-repeat;
	background-position:6px 4px;
}

#NavigationTracker li.FirstItem{
	background-image:none;
}

#NavigationTracker li a{
	display:block;
	float:left;
	margin:0;
	padding-left:18px;
	color:#1d88cb;
	text-decoration:none;
}

#NavigationTracker li.FirstItem a{
	padding-left:0px;
}

#NavigationTracker li a:hover{
	color:#71B6DA;
}

#NavigationTracker span.Selected{
	display:block;
	float:left;
	padding-left:18px;
}








div#LoginInfo{
	width:auto;
	float:right;
	clear:both;
	
	margin-left:50px;

	font-size:9px;
	color:#808080;
}












/*
***************************************
	Generic list styles (News)
***************************************
*/

div.Listing ul{
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
}

div.Listing ul li{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	
	float:none;
	clear:both;
	
	margin-bottom:10px;
	padding-bottom:10px;
	
	border-bottom:dashed 1px #cccccc;
}

div.Listing ul li a, div.Listing ul li span.nolink{
	display:block;
	width:auto;
	height:auto;
	text-decoration:none;
}

div.Listing ul li a{
	cursor:pointer;
}

div.Listing ul li a:link, div.Listing ul li a:visited{
	color:#636a39;
}

div.Listing ul li a:hover, div.Listing ul li a:active{
	color:#969b66;
}

div.Listing ul li.Selected{
}




/* Heading */

div.Listing li span.Heading{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	margin:0;
	padding-bottom:5px;
	font-size:12px;
	color:#1d88cb;
	font-weight:normal;
}

div.Listing ul li a:hover span.Heading, div.Listing ul li a:active span.Heading{
	color:#6cb2dd;
}

div.Listing li.Selected span.Heading{
	color:#6cb2dd;
}



/* Dates */

div.Listing li span.Date{
	color:#909090;
	padding-right:5px;
}

div.Listing li a:hover span.Date{
	color:#c0c0c0;
}

div.Listing li.Selected span.Date{
	color:#c0c0c0;
}



/* Text */

div.Listing li span.Text{
	color:#202020;
}

div.Listing li a:hover span.Text{
	color:#1d88cb;
}

div.Listing li.Selected span.Text{
	color:#1d88cb;
}


/* Image */

div.Listing li span.Image{
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;

	float:left;
	clear:left;
	
	margin-top:4px;
	margin-right:5px;
	margin-bottom:2px;
}

div.Listing li span.Image img{
	display:block;
	width:50px;
	height:50px;
}


/* ReadMore */

div.Listing li a span.ReadMore{
	display:block;
	float:none;
	clear:both;
	width:auto;
	height:auto;

	margin-top:5px;
	padding-right:13px;
	text-align:right;
	
	color:#1d88cb;
	
	background-image:url(../gfx/Arrow_Small_E.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

div.Listing li a:hover span.ReadMore{
	color:#6cb2dd;
}






/* More items */

div.Listing li.MoreItems{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-image:url(../gfx/Arrow_ReadMore.gif);
	background-repeat:no-repeat;
	background-position:15px 1px;
	padding-left:30px;
}

div.Listing li.MoreItems a{
	display:block;
	width:auto;
	height:auto;
	text-decoration:none;
	cursor:pointer;
	color:#636a39;
}

div.Listing li.MoreItems a:hover{
	color:#969b66;
}





/* Visitor alert texts upon failed validation etc */

p.ClientWarning{
	padding:3px;
	padding-left:22px;
	background-image:url(../gfx/Warning.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
	border:dotted 1px #990000;
	color:#990000;;
	clear:both;
	float:none;
}





