/*----------------------------------------------------------------------------- 
  REDEFINED TAGS
-----------------------------------------------------------------------------*/

* { 
margin: 0;
padding: 0;
border: none;
font-family: Helvetica, Arial, sans-serif;
}

body {
background-color: #FFFFFF;
}	

#header ul, #menu, #main, #sub, #left ul, .chef,
#right hr, .docContainer, .recipe p, .recipeMenu {
display: none;
}

#wrapper {
width: 925px;
margin: auto;
}

#header {
padding: 55px 0 25px 0;
background: url(../images/Aquaculture.png) no-repeat;
}

li {
list-style-type:none;
font-size: 8pt;
color: #908e8e;
}

#left {
float: right;
width: 690px;
padding-top: 40px;
}

.content{
text-transform: none;
padding-top: 25px;
}

#container {
position:relative;
}

h1 {
font-size:30pt;
color: #0094b9;
font-weight:normal;
text-transform:capitalize !important;
position: absolute;
top: 0;
left:0;
}

h2 {
font-size:16pt;
color: #4c4c4c;
font-weight:normal;
}

p + h2 { 
margin-top: 10px;
}

p {
font-size: 8pt;
line-height: 12pt;
color: #4c4c4c;
padding-bottom: 10px;
}

#right {
float: left;
width: 195px;
padding: 65px 0 10px 0;
}

.recipe li {
text-transform:none;
padding-top: 6px !important;
line-height: 13px;
color: #4c4c4c;
}

#footer {
margin-top: 15px;
border-top: 1px solid #d7d7d7;
padding-top: 10px;
color: #908e8e;
text-align: right;
font-size: 9px;
text-transform: uppercase;
}

.forceclear {
margin: 0px;
padding: 0px;
height: 0px;
clear:both;
}

.sIFR-dummy { 
width: 0px;
height: 0px;
margin-left: 42px !important;
z-index: 0;
}