body, html {
	background-color: rgb(255,255,255);
	background: none;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: rgb(220,220,220);	
	font-size: .9em;
	line-height: 1.5;
}

div#page {	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1028px;
	/* min-height: 600px; */
	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;
}

#sidebar .submenu {
	list-style-type: none;
}

.submenu a, a:hover {
	color: #6289bc;
	text-decoration: none;
}

.submenu a.active, a.active:hover {
	color: #FF9000;
	border-bottom: 1px solid #FF9000;
}

.submenu a:hover {
	border-bottom: 1px dotted #FF9000;
}

div#content {
	/* position: absolute; */
	width: 525px;
	padding: 20px 20px 20px 40px;
	/* min-height: 600px; */
	float: left;
}

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

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


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

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

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

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

div#sidebar {
	padding: 20px;
	width: 390px;
	/* min-height: 600px; */
	float: left;
}

.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);
}

span.the-quote {
	display: block;
}

ul.breadcrumbs {
	-moz-padding-start:0px;
	list-style-type: none;
	margin: 0;
}

ul.breadcrumbs li {
	display: inline;
	float: left;
	padding-right: 20px;
}

.errorlist {
	color: red;
}

p {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
