/*
   style.css
   Boxing Sydney
   
   Created by Fabio Camilli on 13/07/2010.
   Copyright 2010 Oxygen Kiosk Pty Ltd. All rights reserved.
*/
/* Colours & Sizes
text: #000
green highlight: #9c0
---------------------------------------- */

/* Global Reset and base settings
---------------------------------------- */
* {margin: 0; padding: 0;}
html, body {height: 100%;}
body {font: 75%/1.5 normal Lucida Grande, Arial, Helvetica, Sans-Serif; background: url(../images/back.png) center top repeat-y #ebebeb;}
	

/* Images
---------------------------------------- */
a img {border: none;}




/* Typography
---------------------------------------- */
h2 { margin:0 0 0 20px; font:1.3em normal Lucida Grande, Arial, Helvetica, Sans-Serif; color:#666; }
p.captions {color: #333;  padding:20px 0 0 30px; }
p {margin:0 20px 0 20px; color: #333;   }


#footer {width:915px; float:left;}
p.footer_small {font:0.9em normal Lucida Grande, Arial, Helvetica, Sans-Serif; color: #999;}
p.copyright {font:0.9em normal Lucida Grande, Arial, Helvetica, Sans-Serif; color:#666;}
p.testimonial { float: left; width:70%;}


/* Navigation
---------------------------------------- */
/* Main */
ul#nav {height:100px;} 
ul#nav li {float:right; font-weight:bold; font-size:14px; list-style:none;}
ul#nav li a {float:left;  padding:40px 25px 40px 25px;  color: #fff; font-weight:normal; text-decoration:none; border-left:1px solid #999;  }
ul#nav li a:hover, ul#nav li.active a {color: #fff; background-image:url(../images/bg_nav5.png);  }

a.read_more {font:0.9em normal Lucida Grande, Arial, Helvetica, Sans-Serif; color:red; margin:0; text-decoration:none; color: #C03;}	
a:hover.read_more { color:#000;}		
			
/* Layout
---------------------------------------- */
#container {width:915px;margin:auto;}

#logo {position:relative; top:8px; left:2%; float:left;}

#header {height:100px;margin:0px;padding:0px;border-bottom:1px solid #999; background-image:url(../images/bg_nav_active2.png);}

#wrapper { height:100%; width:895px;border:10px solid #fff;background:#E6EDED; float:left;}

ul#snippets, ul#snippets li {list-style: none;}
ul#snippets {height:180px;clear:left;  }
ul#snippets li {float:left; margin:20px 0 0 0; width:33%; height:150px; border-right:1px solid #CCC;}
ul#snippets li:last-child, ul#snippets li.last {border-right:none;}
.icons {margin:20px 10px 0 20px; float:left;}

#line { height:15px; width:850px; margin:10px 20px 0 20px; border-bottom:1px solid #CCC; float:left;}
#line_small { height:15px; width:490px; margin:10px 20px 20px 20px; border-bottom:1px solid #CCC; float:left;}

#center_content { width:63%; float:left; margin:30px 0 20px 0; border-right:1px solid #CCC; }
#right_content { width:35%;  float:left; margin:30px 0 20px 0; }


ul#snippets_testimonials, ul#snippets_testimonials li {list-style: none;}
ul#snippets_testimonials {height:180px;clear:left;  }
ul#snippets_testimonials li {float:left; margin:20px 0 0 0; width:33%; height:150px; border-right:1px solid #CCC;}
ul#snippets_testimonials li:last-child, ul#snippets_testimonials li.last {border-right:none;}

#square_image { margin:0 10px 0 20px;  float:left;}
#contact_form { margin:0 0 0 20px; width:90%;}

/* Form
---------------------------------------- */
		



/* Tools
---------------------------------------- */
#container:after, #wrapper:after { /* For modern browsers */
  content    : ".";
  display    : block;
  height     : 0;
  clear      : both;
  visibility : hidden;
}

#container, #wrapper, html, body { display : inline-block; } /* For IE6/7 */
#container, #wrapper, html, body { display : block; } /* For IE6/7 */








