/* @override 
	http://localhost/hydrographics/css/screen.css
*/

body {
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
}

body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

/*Style Resetting
-------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}


/*Body Styling & Structure etc
-------------------------------------------------------------- */
body {
	line-height: 20px;
	background-color: #152e5c;
	background-image: url(../images/global/bg_water.jpg);
}

#container{
	width: 100%;
}

.content_container{
	margin: 0 auto;
	width: 815px;
}

#content {
	width: 770px;
	margin: 0 auto;
}

.clearer{
	clear: both;
}

#left_column {
	float: left;
	width: 470px;
}

#right_column {
	float: left;
	width: 250px;
	margin-left: 50px;
}

#left_column50 {
	float: left;
	width: 360px;
}

#right_column50 {
	float: left;
	width: 360px;
	margin-left: 50px;
}

#showcase_thumbs img{
	float: left;
	border: 1px solid #718db7;
	margin: 5px;
}

#showcase_thumbs img:hover {
	border: 1px solid #fff;
}

#showcase_thumbs_photo img{
	float: left;
	background: #9fa9be;
	padding: 4px;
	border: 1px solid #26477e;
	margin: 8px;
}

#showcase_thumbs_photo img:hover {
	background: #fff;
}

img.borded {
	border: 5px solid #26477e;
}


/*Header
-------------------------------------------------------------- */
#header {
	width: 100%;
	height: 109px;
	margin-top: 20px;
	float: left;
	background: url(../images/global/header/header_bg_ns.gif) repeat-x;
	border-top: 5px solid #2d538d;
	border-bottom: 5px solid #2d538d
}

#navigation{
	float: left;
	width: 815px;
	height: 109px;
	background: url(../images/global/header/logo_image.gif) no-repeat 0 top;
}

#navigation ul{
	float: right;
    list-style:none;
    padding: 0;
    margin: 49px 0 2.5em;
}

#navigation ul li{
	float:left;
}

#navigation a{
	text-decoration: none;
	color: #999999;
	display: block;
	padding: 1em 1.5em;
	text-transform: uppercase;
	font: bold 9px Arial;
	letter-spacing: .2em;
	border-right: 1px solid #999;
	border-bottom: none;
}

#navigation a.rlast{
	margin-right: 0;
	padding-right: 2.5em;
	border: none;
}

#navigation li.current a{
	color: #d34c28;
}

#navigation a:hover {
	border-bottom-style: none;
	color: #00639a;
}

#page_header {
	margin: 30px 0 0 0;
	border: 5px solid #26477e;
	height: 200px;
	padding: 0;
}

/*News
----------------------------------------------------------- */
#news_entry {
	margin-bottom: 2em;
}

#news_entry p{
	text-align: left;
}

#news_date{
	float: left;
	margin: 0 1.5em 0 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#news_date p.month{
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #7894bb;
}

#news_date p.date{
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.6em;
	color: #7894bb;
}

/*Showcase
----------------------------------------------------------- */
#showcase_entry p{
	color: #7894bb;
}

#showcase_img img{
	border: 5px solid #26477e;
	background-color: #456890;
}

div#solutions_gallery div#flashcontent{
	margin: 0 auto;
	width: 550px;
	height: 400px;
		border: 5px solid #26477e;
	padding: 0;
}

div#flashcontent {
	margin: 0 auto;
	width: 760px;
}

/*Footer
----------------------------------------------------------- */
#footer {
	margin: 2em 0 2em 0;
	border-top: 1px solid #9fa9be;
}

#footer p{
	color: #c9d5ef;
	margin: 18px 0 0 0;
}

#footer .r_text p {
	text-align: right;
}

.s_text {
	font-size: .8em;
}

#footer_navigation{
}

#footer_navigation ul{
	float: right;
    list-style:none;
    padding: 0;
    margin: 1.9em 0 0 0;
}

#footer_navigation ul li{
	float:left;
}

#footer_navigation a{
	text-decoration: none;
	color: #c9d5ef;
	display: block;
	padding: 0em 1.5em;
	border-right: 1px solid #c9d5ef;
	border-bottom: none;
}

#footer_navigation a.rlast{
	margin-right: 0;
	padding-right: 0;
	border: none;
}

#footer_navigation li.current a{
	color: #d34c28;
}

#footer_navigation a:hover {
	border-bottom-style: none;
	color: #fff;
}


/*Typography
----------------------------------------------------------- */
p{
	color: #c9d5ef;
	margin: 0 0 18px 0;
}

p.last      { margin-bottom:0; }
p img       { float: left; margin: .5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

h3 {
	color: #fff;
	padding: 0 0 10px 0;
	margin: 36px 0 10px 0;
	letter-spacing: .1em;
	font: normal normal 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	border-bottom: 1px solid #5784b6;
}

h2 {
	color: #fff;
	font: normal 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
	margin: 25px 0 5px 0;
	text-transform: uppercase;
}

#right_column a img {
	border: 5px solid #26477e;
}

#right_column a:hover img {
	border: 5px solid #5784b6;
}

h2.top {
	margin-top: 1em;	
}

ul {
	margin: 0;
	padding-left: 1em;
	color: #c9d5ef;
}

span.heading{
	color: #fff;
	font: normal 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
	margin: 25px 0 5px 0;
	text-transform: uppercase
}

p a {
	text-decoration: none;
	color: #ffa523;
	border-bottom: 1px solid #5784b6;
}

p a:hover {
	color: #fff;
}

/*Important Classes
----------------------------------------------------------- */

.blast{
	margin-bottom: 0;
	padding-bottom: 0;
}

.rlast{
	margin-right: 0;
	padding-right: 0;
}

.lfirst {
	margin-left: 0; 
	padding-left: 0;
}

.tfirst {
	margin-top: 0;
	padding-top: 0;
}

iframe {
	border: 1px solid #456890;
}

/* Forms
-------------------------------------------------------------- */

fieldset {
	margin: 1em 0;
	padding:  1em;
	border:  none;
	background: none;
}

legend {
	font-weight: bold;
	padding: .2em 1em;
	display: block;
	background: #272727;
	border: solid 1px #000;
}

label {
	float: left;
	width: 10em;
	margin: 0 0 0 1.5em;
}

input[type="text"]{
	width: 270px;
	border: 1px solid #315d9c;
	color: #325e9d;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0.2em;
	background: #fff;
}

input[type="submit"] {
	width: auto;
	padding: 0.2em;
	
}

.form_note {
	color: #999999;
	font-size: 11px;
	padding-left: 1em;
}

textarea{
	width: 270px;
	border: 1px solid #315d9c;
	color: #325e9d;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0.2em;
	margin: 1em 0 0 0;
	background: #fff;;
}

option{
	color: #000;
	margin-left: 20px;
}

optgroup{
	color: #999;
	background-color: #fff;
	padding-top: 5px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
}

div.error {
	color: #fff;
	font-weight: bold;
	padding-left: 1.5em;
	margin-bottom: 1em;
	background: #5784B6;
}

#enquiry_fail, #enquiry_success {
	color: #fff;
	font-weight: bold;
	padding: 0.5em 1em;
	background: #5784B6;
}

#enquiry_fail strong, #enquiry_success strong {
	font-size: 1.3em;
	display: block;
	margin-bottom: 1em;
}

form p {
	margin-bottom: 1em;
}