/*
CSS Document for Oxigeno Online website
www.oxigeno.co.nz
Date: 1 July 2010
*/

body {
	margin:0 auto;
	text-align:center;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 0.625em; /* sets Font Size so that 1em = 10px, 1.2em = 12px, 2em = 20px and so on */
	color:#333;
}

a {
	color:#4089B0;	
}
a:visited {
	color:#104F70;	
}
a:hover {
	color:#104F70;
}

h1 {
	font-size:2em;
	margin:0;
	padding:0;
}

h2 {
	font-size:1.8em;
	font-weight:normal;
}

h3 {
	font-size:1.6em;
	}

h4 {
	font-size:1.4em;
}

p {
	font-size:1.2em;
}

ul, ol {
	list-style-position:inside;
}

.blue {
	color:#25527A !important;
}
.red {
	color:#b12e22 !important;
}
.brown {
	color:#a86f01 !important;
}
.green {
	color:#85ac00 !important;
}
.white {
	color:#ede8e8 !important;
}
ul.white a:link, 
ul.white a:visited {
	color:#ede8e8;
}
.no-underline a:link,
.no-underline a:visited {
	text-decoration: none;
}
.no-underline a:hover {
	text-decoration: underline;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}

.text-12em {
	font-size: 1.2em;
}

.text-13em {
	font-size: 1.3em;
}

.text-centre {
	text-align: center;
}

blockquote {
	font-style:italic;
}

.small-caps {
	font-variant: small-caps;
}

#container {
	text-align:left;
}

/*header*/
#header {
	width:100%;
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/header_bg.png) 50% 0 no-repeat;
	height:120px;
}
#header-inner {
	width:975px;
	margin:0 auto;
	padding:0 5px 0 0;
}

#logo {
	margin:0 0 0 30px;
	padding:30px 0 0;
	display:inline;
	position:relative;
	float:left;
}

#logo a{
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/logo.png) 0 0 no-repeat;
	width:250px;
	height:71px;
	display:block;
	position:relative;
}


#navigation {
    float:right;
	display:inline;
	position:relative;
    margin:45px 15px 0 0;
}

#navigation ul {
	z-index:20;
	float:right;
	display:inline;
	position:relative;
	padding-left:0;
}

#navigation ul li {
	list-style:none;
	height:25px;
	float:left;
	margin:8px 0 0 0;
	padding:10px 0 0 25px;
	font-size:12px;
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/menu-bg.png) center left no-repeat;
}
#navigation ul li:first-child {
	background:none;
}

#navigation ul li a:link,
#navigation ul li a:visited {
    color:#fff;
    text-decoration:none;
	text-shadow:0 1px 0 #000;
}

#navigation ul li a:hover {
	text-decoration: underline;
}
#navigation ul li a.nav-selected, #navigation ul li a.nav-path-selected{
	color:#ACF7FF;
}

#breadcrumbs {
	margin-bottom:15px;
	font-size:1.1em;
}


/* BANNER CONTENT FOR HOME PAGE */
#banner {
	clear:both;
	width:980px;
	height:280px;
	margin:30px auto 0;
}

#banner h1 {
	font-size:3em;
}

#banner h4 {
	font-weight:normal;
	font-size:1.5em;
}

#banner h1 {
	margin:-7px 0 13px;
}

#banner h2, #banner h3, #banner h4 {
	margin:0 0 13px;
}

.home-banner {
	float:left;
	display:inline;
	position:relative;
	margin:0 25px 0 35px;
}

.home-text {
	float:left;
	display:inline;
	position:relative;
	width:450px;
}

/* Easy Slider on Home pages */

#slider {
	overflow:hidden;
	width:980px;
	position:relative;
}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:980px;
		height:280px;
		overflow:hidden; 
		}
	.slider-controls {
		width:980px;
		overflow:hidden;
		top:-190px;
		position:relative;
	}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:36px;
		height:55px;
		position:relative;
		left:0px;
		top:0px;
		z-index:1000;
		float:left;
		text-indent:-9999999em;
		}	
	#nextBtn, #slider1next{ 
		left:908px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:36px;
		height:55px;
		background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/buttons.png) -5px -100px no-repeat;	
		}	
	#nextBtn a, #slider1next a{ 
		background-position:-50px -100px;	
		}


/* CONTENT */
#content {
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/secondary-bg.png) top left repeat-x #fff;
	clear:both;
	min-height:400px;
}
body.home #content {
	min-height:100px;
}

#content-inner{
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/secondary-inner-bg.png) top center no-repeat;
	width:920px;
	margin:0 auto;
	padding:15px 30px 10px;
	overflow:hidden;
	text-shadow:0 1px 0 #fff;
}

.content-full { /* Used on Contact page */
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/secondary-inner-full-bg.png) top center no-repeat;
	width:920px;
	margin:0 auto;
	padding:15px 30px 20px;
	overflow:hidden;
	text-shadow:0 1px 0 #fff;
}

#content-left{
	width:605px;
	float:left;
	display:inline;
	position:relative;
}
#content-right{
	width:275px;
	float:left;
	display:inline;
	position:relative;
	margin-left:40px;
	margin-top:38px;
}
body.home #content-right { /* Home page specific */
	margin-top:0;
}

#content h1 {
	margin-bottom:10px;
	font-size:3em;
	line-height:125%;
}

#content h2 {
	margin:0 0 15px;
	font-size:1.5em;
}

#content h3{
	font-size:1.8em;
	color:#104969;
}

#content-left h3 {
	margin:20px 0 6px;
}

body.home #content-left h3 { /* Home page specific */
	margin:0 0 10px;
}

.content-half h3 {
	margin:0 0 6px;
}

#content-left h4, .content-half h4 {
	margin:0 0 5px;
}

#content-left h4, .content-half h4 {
	color:#104F70;
}

#content-right h3 {
	margin:20px 0 3px;
}
#content-right h3:first-child {
	margin-top:0;
}
body.home #content-right h3 {
	margin-top:0;
}

#content p {
	line-height:150%;
	margin:0 0 15px;
}
#content #content-right p {
	margin-bottom:10px;
}

#content a:hover {
	text-decoration:none;
	color:#999;
}

#content hr {
	border:none;
	height:1px;
	background:#ccc;
	margin:20px 0;
}

#content ol {
	margin:0 0 15px;
	padding:0;
}
#content ol li {
	margin:7px 0 7px 20px;
	padding:0;
	list-style-type:decimal;
	font-size:1.2em;
	list-style-position:outside;
}
#content ol li ol {
	margin:0 0 0 15px;
}
#content ol li ol li {
	font-size:1em;
	list-style-type:lower-alpha;
}

.content-half { /* Contact page specific */
	width:450px;
	margin-right:20px;
	float:left;
	display:inline;
	position:relative;
}



/* HOSTING */

#hosting {
	overflow:hidden;
}

#content-left #hosting h3 {
	margin-top:0;
}

.hosting-plan {
	float:left;
	display:inline;
	position:relative;
	width:175px;
	height:345px;
	margin:5px 10px 0 -6px;
	padding:10px 10px 10px 15px;
	color:#fff;
	text-shadow:0 1px 0 #000;
}

.hosting-plan-green {
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/hosting-packages.png) -2px 0px no-repeat;
}

.hosting-plan-blue{
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/hosting-packages.png) -204px 0px no-repeat;
}

.hosting-plan-purple {
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/hosting-packages.png) -405px 0px no-repeat;
	margin-right:0;
}

#content-left .hosting-plan h3 {
	margin:0 0 10px;
	font-size:1.5em;
}

#content-left .hosting-plan h4 {
	margin:5px 0 12px;
	color:#fff;
}

#content-left .hosting-plan p {
	margin:0 0 10px;
	line-height:140%;
}


/* CONTACT */

.formBlockSurveyTable {
}

.formBlockSurveyTable .question {
	font-size:1.2em;
	padding-top:7px;
}

.formBlockSurveyTable input, .formBlockSurveyTable textarea {
	margin:0 0 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-border-radius:5px;
	border:1px solid #ccc;
	background:#fff;
	font-size:1.2em;
	padding:6px;
	width:160px;
	font-family:Helvetica, Arial, sans-serif;
}
.formBlockSurveyTable textarea {
	width:290px;
	height:150px;
}
.formBlockSurveyTable input:hover, .formBlockSurveyTable input:focus, .formBlockSurveyTable textarea:hover, .formBlockSurveyTable textarea:focus {
	background:#E0EAEF;
	border-color:#ccc;
}

.formBlockSurveyTable .formBlockSubmitButton {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-border-radius:5px;
	padding:4px 7px;
	background:#4089B0;	
	cursor:pointer;
	border:0;
	color:#fff;
	font-size:1.4em;
	font-family:Helvetica, Arial, sans-serif;
	width:65px;
}
.formBlockSurveyTable .formBlockSubmitButton:hover, .formBlockSurveyTable .formBlockSubmitButton:focus {
	background:#104F70;
}

.miniSurveyView {
	margin:0;
}

.miniSurveyView #msg {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-border-radius:5px;
	padding:15px;
	border:none;
	background:#1C5D80;
	color:#fff;
	text-shadow:none;
	font-size:1.2em;	
}
.miniSurveyView #msg .error {
	color:#fff;
	font-weight:bold;
	padding:10px 10px 0;
}

.google-map {
	margin-right:0;
	margin-top:9px;
}


/* MISC - BUTTONS, BULLET & TICK LIST ITEMS, ETC */

.button-view-plan {
	display:block;
	width:84px;
	height:30px;
	margin-left:-3px;
	padding-top:2px;
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/buttons.png) -1px -2px no-repeat;
}
.button-view-plan:hover {
	background-position:-1px -36px;	
}

.button-read-more {
	display:block;
	width:94px;
	height:30px;
	margin-left:-2px;
	padding-top:2px;
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/buttons.png) -290px -2px no-repeat;
}
.button-read-more:hover {
	background-position:-290px -37px;
}
#content-right .button-read-more {
	margin-top:-8px;
}

#banner .button-read-more {
	height:45px;
	background-position:-96px -2px;
}

#banner .button-read-more:hover {
	background-position:-96px -50px;
}

.button-about {
	display:block;
	width:86px;
	height:30px;
	margin-left:-3px;
	margin-bottom:15px;
	padding-top:2px;
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/buttons.png) -198px -2px no-repeat;
}
.button-about:hover {
	background-position:-198px -37px;
}

ul.ticks, ul.bullets, #content-right .nav {
	margin:0;
	padding:0;
}
ul.ticks li, ul.bullets li, #content-right .nav li {
	padding-left:30px;
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/tick.png) 0 1px no-repeat;
	list-style-type:none;
	margin:6px 0;
	font-size:1.2em;
}
ul.bullets li, #content-right .nav li {
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/bullet.png) 0px 4px no-repeat;
	padding-left:17px;
}

#content-right .nav li ul {
	margin:0 0 0 0px;
	padding:0;
}
#content-right .nav li ul li {
	font-size:1em;
}

#content-right .nav li a.nav-selected {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}

p.small {
	font-size:1em;
	font-style:italic;
	clear:both;
}

.red-text {
	color:#ff0000;
}


/* FOOTER */

#footer {
	background:#919191 url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/footer-bg.png) top left repeat-x;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	clear:both;
}

#footer-inner {
	margin: 0 auto;
	width: 920px;
	padding:20px 30px;
	color:#fff;
	overflow:hidden;
}

#footer-quote, #footer-links, #footer-contact {
	float:left;
	position:relative;
	display:block;
	margin-bottom:20px;
}
#footer-quote {
	width:400px;
	padding:0 55px 0 0;
}
#footer-links {
	width:190px;
}
#footer-contact {
	width:275px;
}

#footer blockquote {
	margin:0 0 0 -5px;
	padding:0;
}
#footer blockquote p {
	margin-bottom:0;
	padding:0 20px 10px;
	line-height:150%;
}
#footer blockquote p:last-child {
	padding-bottom:0;
}

#blockquote-top {
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/blockquote-top.png) top left no-repeat;
	display:block;
	height:16px;
}
#blockquote-middle {
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/blockquote-middle.png) top left repeat-y;
}
#blockquote-bottom {
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/blockquote-bottom.png) top left no-repeat;
	display:block;
	height:33px;
}
#blockquote-name{
	font-style:normal;
	clear:both;
	margin-left:20px;
	font-size:1.2em;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer ul li {
	font-size:1.2em;
	list-style-type: none;
	padding:0;
	margin:0 0 10px;
}
#footer ul li a {
	color:#fff;
}

#footer  a:link,
#footer a:visited {
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
	color:#ccc;
}

#footer h3 {
	margin:0 0 10px;
	font-size:1.8em;
}

#footer p {
	margin:0 0 10px;
}

#footer a {
	color:#fff;	
}

#copyright {
	color:#e0e0e0;
	clear:both;
	background:url(http://www.oxigeno.co.nz/themes/Oxigeno_Online_July2010/images/footer-line.png) top left repeat-x;
	padding-top:20px;
	margin:0;
}

#footer #copyright a {
	color:#e0e0e0;
	text-decoration:none;
}
#footer #copyright a:hover {
	text-decoration:underline;
	color:#fff;
}

#footer #copyright p.copyright-left, #footer #copyright p.copyright-right {
	display:inline;
	position:relative;
	float:left;
	margin:0;
}

#footer #copyright p.copyright-right {
	float:right;
}
#testimonial {
	float: left;
	width: 40%;
	margin-right: 20px;
}

