@charset "utf-8";
/* CSS Document */

/* Generic Selectors */

body {
background-color: #FFFFFF;
margin:0;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;

}

/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}
body#oranges {
	background-color: #fff;
}



h1 {
font-family: arial black; 
font-weight:800; 
font-size:70px; 
color:#FFF;
font-style:normal;
}

H2 {
	

	font-size: 16px;
	font-weight: bold;
	color: #336699;
}

H3 {
	

	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
	margin-top: 0px;
}


h4, h4 a, h4 a:visited {
	

	font-size: 18px; 
	text-decoration: none;
	font-weight: bold;
	padding:0px;
	padding-top:20px;
	margin:0px;
	color:#336699;
}

h4 a:hover {
	

	font-size: 18px; 
	text-decoration: underline;
	font-weight: bold;
	padding:0px;
	margin:0px;
	color:#336699;
}

h5 {
	

	font-size: 30px;
	font-weight: bold;
	color: #336699;
	margin-bottom:0px;
}

A{ color: #336699; text-decoration: underline}
A:hover{ color: #FF9933; text-decoration: underline}

.li-o
{
	margin-bottom: 25px;
	list-style-image: url(images/li-orange.jpg);
	

	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.li-a
{
	margin-bottom: 25px;
	list-style-image: url(images/li-apple.jpg);
	

	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}


@charset "utf-8";
/* CSS Document */


/* Navigation */

.nav {
	margin: 0;
	padding: 0;
	height: 36px;
	list-style: none; 
	overflow: hidden;
	text-align:center;

	}


.nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	text-align:center;
	width:180px;
	height:36px;
	}

.nav a {
	text-align:center;
	float: left;
	margin: 0; 
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:36px; /* for IE5/Win only */
	}
	
.nav-1 a  {
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: 0 0;
	}

.nav-1 a:hover {
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: 0 -36px;
	}

body#one .nav-1, body#one .nav-1 a:hover, body#one .nav-1 a {
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: 0 -72px;
	}
	
.nav-2 a  {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -180px 0;
	}

.nav-2 a:hover {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -180px -36px;
	}

body#two .nav-2, body#two .nav-2 a:hover, body#two .nav-2 a {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -180px -72px;
	}
	
.nav-3 a  {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -360px 0;
	}

.nav-3 a:hover {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -360px -36px;
	}

body#three .nav-3, body#three .nav-3 a:hover, body#three .nav-3 a {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -360px -72px;
	}
	
.nav-4 a  {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -540px 0;
	}

.nav-4 a:hover {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -540px -36px;
	}

body#four .nav-4, body#four .nav-4 a:hover, body#four .nav-4 a {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -540px -72px;
	}
	
.nav-5 a  {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -720px 0;
	}

.nav-5 a:hover {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -720px -36px;
	}

body#five .nav-5, body#five .nav-5 a:hover, body#five .nav-5 a {	
	width: 180px;
	background: url(images/navigation.png) no-repeat;
	background-position: -720px -72px;
	}
/*Safari-only bug*/
ul.nav {margin:0;padding:0}
li.nav {margin:0;padding:0}


/* Sub Nav */

.sub-nav{
height:22px;
text-align:center;
vertical-align:middle;
border-bottom: 1px solid #eaeaea;


font-size: 14px;
text-align:center;
}

.sub-nav a
{
	

	font-size: 14px;
	color: #336699;
	text-decoration: none;
}

.sub-nav a:hover
{
	

	font-size: 14px;
	color: #FF9300;
	text-decoration: none;
}

.sub-nav a#current
{
	

	font-size: 14px;
	color: #FF9300;
	text-decoration: underline;
}


/* Floating */

.float-pic-r {
float:right;
margin:10px 0px 10px 10px;
}

.float-pic-l {
float:left;
margin:10px 20px 5px 0px;}

/* Other */

.whychoose {
	

	font-size: 14px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

.whychoose a{
	

	font-size: 14px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

.orangelink a{
	

	font-size: 12px;
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}

.orangelink a:hover{
	

	font-size: 12px;
	color: #FF9933;
	font-weight: bold;
	text-decoration: underline;
}

.orangetitle {
	

	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF9933;
}

.justorange {color: #FF9933;}

.w {
	

	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.warning {
	

	font-size: 10px;
	font-style: normal;
	color: red;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

.warning a {
	

	font-size: 10px;
	font-style: normal;
	color: red;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none
}


.greytitle {
	

	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #808080;
}

.pagetitle {
	

	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.subtext {
	

	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.subtextrom {
	

	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #336699;
}


.romblue {
	

	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #336699;
}

.bluetitle {
	

	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #336699;
}

.press-title
{
margin:0px;
padding:0px;
padding-top:10px;


font-size: 14px;
color: #003366;
font-weight: bold;
text-decoration: none;
}

.press-intro
{
margin:0px;
padding:0px;
padding-top:2px;
}

.press-abstract
{
margin:0px;
padding:0px;
padding-top:4px;
padding-bottom:10px;
font-size:12px
}

.press-rest a
{
font-weight:bold;
}

.presectionspace
{
margin:0px;
padding:8px;
}

.sectionheader {
	

	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.headercontent {
	

	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.content {
	

	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.footer {
	

	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.footer2 {
	margin-top: 10px;
	

	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.copyright {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;	
	

	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.list {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	

	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

#footerbar {
  background: url(images/blue-slice.jpg) repeat-x;
  height:36px;
}

<!--[if IE 6]>
#footerbar {
  min-height:36px;
}
<![endif]-->


/*************** PRICING  ***************/
.short { display:inline; }
.long { display:none;}
.price-banner-title, .price-banner-title a, .price-banner-title a:visited {
	

	font-size: 18px; 
	text-decoration: none;
	font-weight: bold;
	padding:0px;
	padding-top:20px;
	margin:0px;
	color:#31659C;
}

.price-banner-title a:hover {
	

	font-size: 18px; 
	text-decoration: underline;
	font-weight: bold;
	padding:0px;
	margin:0px;
	color:#31659C;
}
.price-sub {
	

	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#000000;
}

.price-bold {
	

	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:3
}

.price-contact {
	

	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#FF9933;
	margin-top:0;
	margin-bottom:0;
	padding-top:20;
	float:left;
}

.price-contact a, .price-contact a:visited {
	

	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#336699;
	margin-top:0;
	margin-bottom:0;
	padding-top:20;
}

.price-price {
	

	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	text-align:left;
}

.price-text {
	

	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	margin-top:3;
	padding-top:3;
}


.price-content-pad
{
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
}

.price-expand-top
{
	margin-top:5px;
	padding-top:3px;
}

.price-expand-text
{
	

	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	margin-top:3;
	padding-top:3;
}


.price-main-title
{
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#336699;
	padding-top:7px;
	padding-bottom:7px;
	

	font-size: 18px;
	font-weight:bold;
	color:#FFFFFF;
}

.price-pic
{
	float: right; 
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	

	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color:#000000;
	text-align:justify;
}

.price-pic-border
{
border:1px;
border-color:#000000;
}

.sub-pic-text {
	

	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color:#000000;
	text-align:justify;
}

.contact-text {
	

	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#FFFFFF;
}

.blue{color: #336699;}
.orange{color: #ff9933}

.slide-container {
	width:618px;
	height:400px;
	}	
	
.benefit {
	

	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-top:4px;
	margin-top:4px;
}

.bulletpoint {
	

	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-left:14px;
	margin-left:14px;
	text-align: left;
	vertical-align : middle;
	padding-top:2px;
	margin-top:2px;
	padding-bottom:2px;
	margin-bottom:2px;
}

.bulletpoint a{
	

	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align : middle;
	text-decoration: none;
}

.bulletpoint a:hover{
	

	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align : middle;
	text-decoration: underline;
}

