@charset "utf-8";
/* CSS Bacic Document */
body
{
margin:0px;
padding:0px;
background:url(../images/body-bg.jpg) left top repeat-x;
}
.inner
{
background:url(../images/innerbg.jpeg) left top repeat-x;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:100%;
height:auto;
text-align:center;
margin:0px;
}

/* CSS Header Document */
.header
{
width:950px;
height:129px;
text-align:center;
margin:0px auto;
}
.header-top
{
width:950px;
height:99px;
float:left;
text-align:left;
}
.header-left
{
width:475px;
height:auto;
float:left;
text-align:left;
}
.header-right
{
width:475px;
height:auto;
float:right;
text-align:left;
padding:30px 0px 29px 0px;
font-size:18px;
font-weight:bold;
color:#e7f0f6;
font-family:Helvetica, sans-serif;
line-height:20px;
}
.header-right a
{
color:#e7f0f6;
}
.header-right a:hover
{
color:#FFF;
}
/* CSS Menu */
#navcontainer {
		width:620px;
        margin:0px;
        height:30px;
		float:left;
		background:url(../images/aouaflowservices-logo-b2.jpg) left top no-repeat;
		padding-left:330px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin-right: 2px;
		background: url(../images/menu-bg-normal.jpg) left top repeat-x;
		height:30px;
}

#navcontainer ul li a {
        background: url(../images/menu-bg-normal.jpg) left top repeat-x;
        width: 76px;
        height: 30px;
        padding: 0px;
        margin: 0px;
        color: #FFF;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 11px/30px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:hover {
        color: #FFF;
        background: url(../images/menu-bg-hover.jpg) left top repeat-x;
		height:30px;
}

#navcontainer li.active a {
        color: #006699;
        background: url(../images/menu-bg-active.jpg) left top repeat-x;
		height:30px;
}
#navcontainer ul li a.big
{
width:150px;
}
-->


/* CSS Body-main Document */
.body-main
{
width:950px;
height:400;
text-align:center;
margin:0px auto;
}
.welcome
{
width:950px;
height:auto;
float:left;
clear:both;
margin-bottom:20px;
}
.welcome-content
{
width:450px;
height:400;
float:left;
text-align:left;
padding-top:10px;
}
.welcome-image
{
width:500px;
height: 400;
float:right;
text-align:left;
}
.body-bottom
{
width:950px;
height:auto;
float:left;
text-align:left;
padding:0px 0px 0px 0px;
clear:both;
}
.body-bottom ul
{
margin:0px;
padding:0px;
}
.body-bottom ul li
{
list-style-type:none;
width:300px;
height:auto;
float:left;
display:block;
margin-right:25px;
}
.body-bottom ul li.no-margin
{
margin-right:0px;
}

/* CSS Footer Document */
.footer
{
width:100%;
height:auto;
text-align:center;
margin:0px;
padding-top:50px;
padding-bottom:10px;
background:url(../images/footer-bg.jpg) left top repeat-x #023761;
clear:both;
}
.footer-inside
{
width:950px;
height:auto;
text-align:center;
margin:0px auto;
color:#f2faff;
}
.footer-inside a
{
color:#f2faff;
text-decoration:none;
}
.footer-inside a:hover
{
color:#66ccff;
text-decoration: underline;
}

/* CSS Text Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
body a
{
color:#669933;
font-weight:bold;
text-decoration:none;
}
body a:hover
{
color:#0066cc;
font-weight:bold;
text-decoration:none;
}

h1 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
}
h2 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
}