/* 
BLUE #33CCFF
ORANGE #FF8800
*/

*{
	font-size: 1em;
}
html{
	height:100%;
	}
body {

	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
    font-size: 75%;
	background: #000000;
	height:100%; /* needed for container min-height */
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/******************************************************************************************** TYPE */
.smallest{
font-size:.8em;}
.smaller{
font-size:.9em;}
.small{
font-size:1.0em;}
.normal{
font-size:1.1em;}
.big{
font-size:1.2em;
}
.bigger{
font-size:1.5em;}
.biggest{
font-size:1.7em;}


p{
font-size:1.1em;
line-height:1.6em;
}
.verdana{
font-family:Verdana, sans-serif;}
.arial{
font-family:Arial, sans-serif;}
.blue{
color:#33CCFF;}
.orange{
color:#FF8800;}
.white{
color:#ffffff;}

.strong{
font-weight:bold;
}

.bggray{
background-color:#000000;
}


a{
color:#000000;
}
a:visited{
color:inherit;
}
a img{
border:0;
}



/******************************************************************************************** DIVS */
.oneColFixCtr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/bg.gif) top center no-repeat #ffffff;
	top:20px;
	padding-top:10px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;	
}


.oneColFixCtr #topmargin {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:20px;
	top:20px;
	text-align:right;
	padding-top:10px;
	padding-right:30px;
	font-size:110%;
	font-weight:bold;
}

.oneColFixCtr #main{
	width:860px;
	float:left;
	clear:left;
	margin:0 auto;
	background:url(../images/lowerleft.gif) bottom left no-repeat #ffffff;
}

div *{
position:relative;
}

div#photo{
	height:189px;
	width:832px;
	float:left;
	clear:left;
	
	left:15px;
	margin:0 auto;
}
div#left{
	width:562px;
	float:left;
	min-height:500px;
	overflow:auto;
	display:block;
	padding: 15px 15px 15px 25px;
}
div#right{
	width:245px;
	float:left;
	padding-bottom:50px;
	background:url(../images/sidebar/bottom.gif) bottom center repeat-x #191919;
}
div#right div{
	width:220px;
	top:10px;
	margin-bottom:20px;
}
div#rightwhite{
	width:245px;
	float:left;
	padding-bottom:50px;
	background-color:#ffffff;
	text-align:center;
}
div#footer{
	width:800px;
	float:left;
	clear:left;
	left:30px;
	display:block;
	background-color:transparent;
	margin:0 auto;
}

div#footer p.mainfooter{
	height:35px;
	border-bottom:4px solid #000000;
	padding-bottom:10px;
}
div#footer a{
margin:0px 10px;
text-decoration:none;
}
div#footer a img{
margin:0;
}

div#footer a:hover{
text-decoration:underline;
}

/******************************************************************************************** SIDEBAR */
div.blueline{left:10px;
background: url(../images/sidebar/blueline.gif) repeat-y;
padding:0;
}

div.blueline p{left:10px;
}

div.orangedots{background: url(../images/sidebar/orangedots.gif) repeat-y;
}

div.orangedots p{left:20px;
}


form#contactarep{left:20px;
}



/******************************************************************************************** HOMEPAGE */
div#chooseyourtrade table{
left:522px;
top:45px;
width:260px;
}
div#chooseyourtrade table tr td img{
margin-top:13px;
}



/******************************************************************************************** SOLUTIONS */
div#phoneportalfeatures table{
position:relative;
top:65px;
left:410px;
padding:0;
width:400px;
margin:0;
}
div#phoneportalfeatures table tr{
vertical-align:top;
}
div#phoneportalfeatures table tr td{
line-height:24px;
}





/******************************************************************************************** INDUSTRIES */


div#selector{
display:block;
float:left;
width:168px;
background:url(../images/industries/selector.jpg) no-repeat;
height:250px;
}
div#selector ul{
position:relative;
margin:0;
padding:0;
font-weight:bold;
text-decoration:none;
}

div#selector ul li{
left:30px;
top:28px;
display:block;
width:138px;
padding-left:5px;
height:20px;
margin-bottom:5px;
list-style-image:none;
}
div#selector ul li a{
text-decoration:none;
width:130px;
display:block;
}
div#selector ul li a:hover{
text-decoration:underline;
}
div#line{
float:left;
height:250px;
width:45px;
display:block;
}

div.industrytext{
display:none;
float:left;
width:340px;
left:0px;
}

sup { 
vertical-align: baseline; 
font-size: 90%; 
position: relative;
top: -.4em;
}

/******************************************************************************************** TECHNOLOGY */
div.technology{
display:none;
width:185px;
left:0px;
text-align:left;
background:url(../images/technology/background.gif) repeat-y;
}
div.technology p{
margin:0;
padding:0;
position:relative;
left:15px;
}


/******************************************************************************************** OTHER PRODUCTS */

div#suite img{
padding:18px 0px;
vertical-align:middle;
}
div#suite a{
display:block;
border-bottom:1px solid #BBEEFF;
}
div#suite img.adondoproductsuite{
border-bottom:1px solid #BBEEFF;
}
div.product{
display:none;
height:450px;
margin:0;
padding:0;
border:1px solid white;
}
p#testimonialSection em{
margin-top:10px;
display:block;
}
#casesstatus{
position:relative;
top:-3px;
}
#testimonialsstatus{
position:relative;
top:-3px;
}
p#casesSection, p#testimonialSection{
float:left;
margin:5px 0 10px 0;
padding:0;
}
