body, html {
	background-color: rgb(255,255,255);
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: rgb(220,220,220);	
}

div#page {	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1028px;
	border: 1px solid #999;
	background-color: rgb(255,255,255);
}

div#banner {
	position: relative;
	top: 0px;
	height: 150px;
	 background-image: url('../img/gradient.png');
}

div#company {
	position: relative;
	top: 30px;
	left: 70px;
	float; left;
        width: 210px;
	background-color: rgb(255,255,255); 
	padding: 10px;
        border: thin dotted rgb(255,70,0);
/*
	font-size: 2.5em;
    font-family: Helvetica, Arial, sans-serif;
    color: rgb(255,255,255);	
*/
}

img.code {
	float:right;
	position: absolute;
	filter:alpha(opacity=50);
  	opacity:0.5;
    top: 0;
    right: 0;
    height:150px;
}

div#menu {
	position: relative;
	width:100%;
	height: 20px;
	background-color: rgb(255,70,0);
}

div#menu li {
	list-style-type: none;

	color: rgb(255,255,255);
	float: left;
	margin-right: 60px;
}

div#menu li a {
	font-family: Helventica, Arial, sans-serif;	
	text-decoration: none;
		color: rgb(255,255,255);

}

span#tagline {
	right:0px;
	position: absolute;
	padding-right: 20px;
	font-family: Helventica, Arial, sans-serif;	
	color: #EEEEEE;
}

div#content {
	width: 535px;
	padding: 20px 20px 20px 40px;
	height:448px;
	float: left;
}

.featureimage {
	border: 1px solid #FF7000;
}

div#sidebar img {
	border: 1px solid #FF7000;;
}


.title {
	color: rgb(255,70,0);
	font-family: Georgia, Georgia, serif;
}

.subtitle {
	color: rgb(62,89,188);
	font-family: Georgia, Georgia, serif;
}

div#sidebar {
	padding: 20px;
	width: 390px;
	height:448px;
	float: right;
}

.p1 {
	font-family: Helventica, Arial, sans-serif;
	/* font-family: Palatino Linotype, Book Antiqua, Palatino, serif; */
	font-size: 1em;
	line-height: 1.7em;
}

.p2 {
	font-family: Helventica, Arial, sans-serif;
        /* font-family: Palatino Linotype, Book Antiqua, Palatino, serif; */
        padding: 20px;
        font-size: 1em;
        line-height: 1.4em;
	border: 1px solid rgb(255,70,0);
}

.p3 {
        font-family: Helventica, Arial, sans-serif;
        /* font-family: Palatino Linotype, Book Antiqua, Palatino, serif; */
        font-size: 1em;
}

#customerInfo {
	display: none;
}

.clients {
        font-family: Helventica, Arial, sans-serif;
        /* font-family: Palatino Linotype, Book Antiqua, Palatino, serif; */
        font-size: 1em;
	cursor: pointer;
}

.clients strong {
	color: rgb(0,0,0);
}


.clients_active strong {
        color: rgb(255,70,0);
}


div#ft {
	clear: both;
	height:20px;
	background-color: rgb(255,70,0);
}

#customerWebsite a {
	color: rgb(255,70,0);
}
