/* ------- CSS Resets -------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body {
	line-height: 1.3;
	color: black;
	background: white;
	
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ----- Main structure ----- */

	html{
		
	}

	
	body {
		margin-top:5px;
		text-align:center;
		font-weight:normal;
		font-family:"Ariel",ariel,sans-serif;
		font-size:1.0em;
		overflow:auto;
		background:#e0e0e0;
		color:#505050;
		}	
		
	a,a:visited{
		color:#404040;
	}
	
	a:hover{
		color:#f0f0f0;
	}
		
	#frame {
		width:790px;
		min-height:650px;
		margin-right:auto;
		margin-left:auto;
		text-align:left;
		background:#ffffff;
		margin-top:20px;
		margin-bottom:20px;
		overflow:  inherit;

	}
	
	#bodytext{
		float:left;
		padding:20px 10px 10px 10px;
		width:550px;
		
		
	}
	#bodytextpricing{
		float:left;
		padding:0px 10px 10px 10px;
		width:550px;
		
		
	}
	
	
	
	.halfbody{
		float:left;
		width:360px;
		padding-right:10px;
		padding-left:10px;
		
	}
	
	#leftpanel{
		float:left;
		width:200px;
		height:500px;
		border-right:1px solid #d0d0d0;
		padding:0px 5px 5px 10px;
	}
	
	#ttitle{
		float:left;
		padding-left:10px;
		padding-top:30px;
		font-size:2.0em;
		color:#404040;
		width:300px
	}
	#mainpic{
		padding-bottom:30px;
		padding-top:0px;
		float:right;
	}
	
	
	
	/*--- header ---*/
	
	#header{
		width:790px;
		height:102px;
		
	}
	#logo {
		float:right; 
		height:103px;
		padding-top:0px;
		padding-left:5px;
		padding-bottom:0px;
		margin-bottom:0px;
		width:450px;
		z-index:9999;
}
	#imgleft {
		float:left; 
		padding-top:20px;
		padding-bottom:0px;
		margin-bottom:0px;
		z-index:9999;
}
	#imgMain{
		float:left; 
		padding-top:10px;
		padding-bottom:0px;
		margin-bottom:0px;
		z-index:9999;
}
	
	/*--- menu ---*/
	
		#menulist{
		clear:left;
		width:785px;
		height:23px;
		border-bottom:2px solid #a0a0a0;
		margin-bottom:6px;
		padding-left:5px;
	}
	
	li.menu{
		float:left;
	}
	
	li.menu a,a:visited{
		float:left;
		height:23px;
		font-size:1.1em;
		padding-right:5px;
		padding-left:10px;
		
		text-decoration:none;
		color:#404040;
		background:url(images/blip.png) no-repeat center left;
	}
	
	li.menu a:hover {
		background:#e0e0e0;
		color:#404040;
	}
	
	li.menu a:selected {
		border-bottom:3px solid #c0c0c0;
	}
	
	/*--- language selector ---*/
	
	#langselect{
		float:right;
		height:20px;
		border:1px solid #e0e0e0;
		font-size:0.8em;
		
	}
	
	.langitem{
		float:left;
		height:20px;
		border:1px solid #f0f0f0;
	}
	
	.langitem a:hover{
		background:#e0e0e0;
	}
	
	#thislang{
		border-bottom:2px solid #a0a0a0;
	}
	
	/*--- headers ---*/
	
	
	h1{
		
		font-size:1.9em;
		padding-bottom:5px;	
	}
	
	h2{
		
		font-size:1.3em;
		padding-bottom:5px;
		padding-top:10px;
	}
	
		h3{
		
		font-size:1.3em;
		padding-top:10px;

	}
	
		h4{
		
		font-size:1.1em;
		padding-top:5px;

	}
	
	
	label{
		clear:left;
		padding-bottom:5px;
		color:#f0f0f0;
		font-size:1.1em;
	}
	
	
	