/* Ampheon.com Styles
   Created: 21.05.09
   Author:  Kiki Kaloudi
   ----------------------------------------------------*/
body {
	font: 90% Georgia, "Times New Roman", Times, serif;
	background: #FBDDFF;
	background-image:url(images/body_background.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#container {
	width: 717px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
	position: relative;

}
#header {
	background: #FDEAFF; 
	height:54px;
	margin:0; padding:0;
	margin-left:17px
}
/* ---- Menu Top -----*/
ul#navlist {padding:0; margin:0; list-style:none;
display:inline; overflow:hidden; height: 50px;}

#navlist li{
display: inline;
list-style-type: none;
padding:0;
margin:0;
}
#navlist a{
float: left;
padding: 40px 23px 0 0;
margin-top:13px;
overflow: hidden;
height: 0px !important; 
height /**/:20px; /* for IE5/Win only */
}
#navlist a#home{background-image: url(images/nav/home.gif);
background-position: 0 0; background-repeat:no-repeat; width:70px;}
#navlist a:hover#home{background-image:url(images/nav/home_b.gif)}

#navlist a#about{background-image: url(images/nav/about.gif);
background-position: 0 0; background-repeat:no-repeat; width:70px;}
#navlist a:hover#about{background-image: url(images/nav/about_b.gif);}

#navlist a#services{background-image: url(images/nav/services.gif);
background-position: 0 0; background-repeat:no-repeat; width:80px;}
#navlist a:hover#services{background-image: url(images/nav/services_b.gif);}

#navlist a#pricing{background-image: url(images/nav/pricing.gif);
background-position: 0 0; background-repeat:no-repeat; width:72px;}
#navlist a:hover#pricing{background-image: url(images/nav/pricing_b.gif)}

#navlist a#testim{background-image: url(images/nav/testimonials.gif);
background-position: 0 0; background-repeat:no-repeat; width:123px;}
#navlist a:hover#testim{background-image: url(images/nav/testimonials_b.gif)}

#navlist a#contact{background-image: url(images/nav/contact.gif);
background-position: 0 0; background-repeat:no-repeat; width:70px;}
#navlist a:hover#contact{background-image: url(images/nav/contact_b.gif)}

#navlist a#blog{background-image: url(images/nav/blog.gif);
background-position: 0 0; background-repeat:no-repeat; width:70px;}
#navlist a:hover#blog{background-image: url(images/nav/blog_b.gif)}
/* ---- Content -----*/
#mainContent {
margin:0 0 0 9px;
padding:0;
width:700px;
background-color:#FBDDFF;
position:relative;
/*opacity:0.75;
-moz-opacity: 0.75;
-khtml-opacity: 0.75;*/

filter: alpha(opacity=75);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
background: rgba(251, 221, 255, 0.75);
}
#mainContent p{margin:0; padding:5px 30px 5px 30px; line-height:150%; text-align:justify; font-size:85%}
#mainContent h1{text-indent:-2000px; position:relative; padding:0; margin:0; background-image:url(images/home_title.gif); background-position:top; background-repeat:no-repeat; height:50px;}
#mainContent a{color:#000; font-weight:bold; text-decoration:underline}
#shadow{background-image:url(images/content_shad.png); background-position:left top; background-repeat:repeat-y; width:717px;}
.divider {background-image:url(images/swirl.png); background-position:center top; background-repeat:no-repeat; width:700px; height:32px; text-align:center; margin:20px 0 20px 0;}
.image{width:700px;text-align:center; margin:10px 0 10px 0;}

#footer {
background-image:url(images/footer_back.png); background-position:center top; background-repeat:no-repeat; width:700px; text-align:center; margin:30px 0 0px 0; height:65px;
}
#footer p {
	font-size:75%; text-align:center;
}
#footer a{font-weight:normal;}
#bottomShad{background-image:url(images/bottom_shad.png); background-position:center; background-repeat:no-repeat;height:10px;} 
