* {
   margin: 0;
   padding: 0;

   /*outline: 0;*/
	vertical-align: baseline;
}

body {
	margin: 10px auto 0;
	width: 940px;
	background-color: #FFFFFF;
	background-image: url(../images/bodybackground.png);
	background-repeat: repeat-x;
}

a:link {color: #FF9900;
text-decoration: none;}
a:visited {color: #FF9900;
text-decoration: none;}
a:hover {color: #333333;
text-decoration: none;}
a:active {color: #FF9900;
text-decoration: none;}


	
a.three:link {
	text-decoration: none;
	color: #333333;}
a.three:visited {
	text-decoration: none;
	color: #333333;}
a.three:active {
	text-decoration: none;
	color: #333333;}
a.three:hover {
	text-decoration: none;
	color: #FF9900;}

p.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
}

.smtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.clienttext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}


hr {
	border: 0;
	color: #FF9900;
	background-color: #FF9900;
	height: 1px;
	margin-bottom: 7px;
}

.photo1 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

.photo2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

}



#wrap {
	float: left;
	width: 920px;
	height: 600px;
	background-color: #FFFFFF;
	background-image: url(../images/background_sub.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 20px;
}

#logo {
float: left;
margin-bottom:10px;
}

#menu {
	float: right;
	width: 575px;
	height: 25px;
	background-image: url(../Images/MenuColorFade.jpg);
	background-repeat: repeat-x;
	z-index:100;

}

#wrap3 {
	float: left;
	width: 905px;
	height: 450px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;

}

#rightbox {
	float: right;
	width: 540px;
	height: 100px;
	padding-left: 10px;
	
}

#rightbox2 {
	float: right;
	width: 190px;
	height: 450px;
	padding-left: 10px;
	padding-top: 10px;
}

#specs{
	float: left;
	width: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	margin-top: 10px;
}


#footer {
	float: left;
	width: 920px;
	height: 25px;
	padding-left: 20px;
}


/*-------------------for "switch view"---------------------- */

.handcursor{

	cursor:pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: normal;
}
.handcursor2{

	cursor:pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: normal;
}

.SVtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: normal;
}