
/*Reset Browser */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font: 14px/1.4em Helvetica, Arial;
	
}

img {border:0;}

a {
	color:black;
}

body {
	background-repeat: repeat;
	background-image: url(images/orange_bg.png);
}

#pageShell {
	background-color:white;
	width:890px;
	margin: auto;
	padding:5px;
}

/* Header */

div.header {
	margin:10px;
}

div.logo {
	float:left;
}

div.tagline {
	float:right;
	width:350px;
}

div.tagline h2 {font-size:large;}

/* Subheader */

div.subheader {
	margin:10px;
}

div.video {
	float:left;
	background: white;
	width:505px;
	height:387px;
}

div.badges {
	float:right;
}

div.badges table, tr, td {
	border:1px dashed #717171;
	
}

div.badges img {

margin:2px;
}

/* App Chooser */

div.appChooser {
	border:2px dashed #717171;
	width:auto;
	padding:12px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.appChooser h2 {
	font-size: large;
	
}

div.appChooser a {
	color:orange;
	text-decoration: none;
	
}

div.appservices {
	background-color: #eee;
	border:2px dashed #717171;
	width:auto;
	padding:12px;
	text-align: center;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.appservices a {
	color:orange;
	text-decoration: none;
	font-weight: bold;	
}


/* Our Services Chooser */

h1 {
	font-size: small;
	color:black;
	background:#eee;
	width:auto;
	padding:2px;
	margin-left:10px;
	margin-right:10px;
	display: none;
}

div.services p {
	text-align:center;
	padding-bottom: 10px;
}	

div.services a {
	color:orange;
}


div.testimonials {
	background-image: url('images/quote.png');
	background-color: white;
	background-repeat: no-repeat;
	padding:20px;
	margin-left:30px;
	width:90%;
}



/* Our Services Chooser */

#footer {
	color:white;
	margin:auto;
	width:900px;
	margin-bottom: 15px;
}

#footer p {
	padding-top: 5px;
}

.footer_left {
	float:left;
	text-align:left;
	margin-left:30px;
	padding:10px;
}

.footer_right {
	float:right;
	
	margin-right:20px;
	text-align:right;
	width:290px;
	padding:10px;
}
/* Univesal */

hr {
	border-style: dashed;
	color:#717171;
	width:95%;
	margin-top:-2px;
}

strong {
	font-weight: bold;
}

div.clear {
	clear:both;
}

#randomquote1, #randomquote2, #randomquote3, #randomquote4, #randomquote5, #randomquote6 {font-size:18px; font-weight:bold; display:none}
