

/* standard elements */


* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	background: #FFF url(images/bg-stripe.gif) repeat;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 0px;
	padding-bottom:20px;
}
p,code,ul {
	font-size: 1.2em;
	/*padding-bottom: 1.2em;*/
}

h1 {
	font-size: 1.4em;
}

h2 {
	font: normal 1.0em "Trebuchet MS",sans-serif;
	color: #F06;
}
/* misc */
.clearer {
	clear: both;
}

.bredcrumb {
width:600px;
height:20px;
padding-top:242px;
padding-left:20px;
}
.bredcrumb a {
font-family:"Trebuchet MS";
font-size:12px;
color:#666666;
}
/* ----------Basic Architecture-------------- */
.bigbox {
	width: 870px;
	margin:auto;
	padding: 0;
	background:url(images/bg-box.gif) repeat-y;
}
.head {
    width:870px;
	background: url(images/segwaypoint_head2.jpg) no-repeat;
	height:230px;
}
.left {
	float: left;
	width: 220px;
	margin-left:0px;
}
/* Specials normal  Site */

.right {
    float: left;
	width: 625px;
	margin-left:5px;
}
.contentbox {
	width:870px;
	background:url(images/bg-box_faux.gif) repeat-y;
}

.text {
	width: 800px;
	margin:auto;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#333333;
	padding:10px;
}
.text h1 {
	font-family: "Trebuchet MS";
	font-size:18px;
	color: #99CC33;
	border-bottom: 1px dotted  #666666;
	margin-bottom:8px;
}
.text h2 {
	font-family: "Trebuchet MS";
	font-size:15px;
	color: #99CC33;
	font-weight: bold;
	margin-bottom:6px;
}
.text a {
    font-family:"Trebuchet MS";
	font-size:12px;
	color:#3399ff;
	text-decoration:none;
}
.text a strong {
    font-family:"Trebuchet MS";
	font-size:15px;
	color: #666666;
	text-decoration:none;
}
.text a p strong {
    font-family:"Trebuchet MS";
	font-size:15px;
	color: #3399ff;
	text-decoration:none;
}
.text li {
	list-style: url(images/li.png);
	margin-left: 28px;
	margin-bottom: 8px;
}
.text ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
.text  p span{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#7baa1e;
	font-weight:bold;
}



/* Specials start  Site */
.topholder{
    width:870px;
	background:url(images/bg-box_faux.gif) repeat-y;
	height:300px;
}
.flashstart {
	float: left;
	width: 625px;
	margin-left:5px;
	background:#00CC66;
}
.flashstartunderline {
    height:13px;
	width: 830px;
	margin-left:20px;
	background: url(images/flashunderline_start.gif) no-repeat;
}
/* -----------login--------------------------- */
.loginform {
    width:800px;
	height:100px;
	padding:10px;
}
.loginform_left {
    float:left;
    width:350px;
	margin-right:30px;
}
.loginform_right {
    float:left;
    width:350px:

}
.loginform_button {
margin-top:20px;
    width:232px;
	text-align:right;
	padding-right:30px;

}


/* -----------footer--------------------------- */
.footer {
    width:820px;
    margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px dotted #999999;
}
.footer_textleft {
    float:left;
    font-family: "Trebuchet MS";
	font-size:12px;
    color: #999999;
	padding-top:10px;
}
.footer_textleft a{
    color:#999999;
}
.footer_textleft a:hover {
    color:#3399ff;
}
.footer_textright {
    float:right;
    font-family: "Trebuchet MS";
	font-size:12px;
    color:#999999;
	padding-top:10px;
}
.footer_end {
    width:870px;
	height:23px;
	background: url(images/bg-foota.gif) no-repeat;
}

.errorfeld { border: 1px dashed red; background: #ffffee; padding: 10px; color: #600;}