body {
	background-color: #306;
	color: #306;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
	background-image: url(images/body_back.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}
h1, h2, h3 {
    margin: 0;
}

#Wrapper {
    width: 757px;
    margin: 0 auto;
	background-repeat: no-repeat;
	position: relative;
}

#Header {
    height:152px;
}

#Header h1 {
    width:195px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 54px;
	top:20px;
}

#Header h2 {
    color: #cfc;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    left: 532px;
    top: 120px;
    width: 196px;
}


#Header a{
    display:block;
    overflow:hidden;
    text-indent:-999999em;
    font-size: 1px;
    line-height:1px;
    width:195px;
    height:94px;
}

#Navigation {
	position:absolute;
	left: 532px;
	top:23px;
}
#Navigation, #Navigation li {
	margin:0;
	padding:0;
	list-style:none;
	width:70px;
}

#Navigation a {
    overflow:hidden;
    display:block;
    height:18px;
    background-repeat:no-repeat;
    text-indent: -9999999em;
    font-size:1px;
    line-height:1px;
}
#Home {
	background-image: url(images/home.gif);
}
#Prices {
	background-image: url(images/prices.gif);
}
#Method {
	background-image: url(images/method.gif);
}
#Clients {
	background-image: url(images/clients.gif);
}
#Contact {
	background-image: url(images/contact.gif);
}


#PageContent {
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	line-height: 140%;
	margin: 0 auto;
	overflow: hidden;
	zoom:1;
	background-position: 17px;
	padding: 10px 0;
}

#MainContent {
    margin-left:17px;
    float:left;
    width: 335px;
    padding: 0px 0px 5px 50px;
}

h3.headline {
    background-repeat:no-repeat;
    text-indent: -9999999em;
    font-size:1px;
    line-height:1px;
    height: 40px;
}

#Footer, #Footer ul {
    text-align:center;
    font-size: 11px;
    color: #ccf;
    padding: 0;
    list-style:none;
    margin: 0;
}
#Footer {
    margin: 1em auto;
}

#Footer a, #Footer a:visited {
    color: #ccf;
}
#Footer a:hover {
    color: #fff;
}

#Footer li {
    display:inline;
    padding: 0 1em;
    margin: 0;
    border-left: solid 1px #ccf;
    border-right: solid 1px #ccf;
}
.sidebar {
	margin-left: 465px;
	zoom:1;
	position: relative;
	padding-bottom: 150px;
	background-image: url(images/sidebar_note.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sidebar p {
    margin-right: 30px;
    margin-left: 65px;
}

.splashImage {
    text-align:right;
}

/* headline styles */
#Welcome {
	background-image: url(images/welcome.gif);
}
#PricesHead {
	background-image: url(images/prices_headline.gif);
}
#ContactHead {
	background-image: url(images/contact_headline.gif);
}
#ClientsHead {
	background-image: url(images/clients_headline.gif);
}
#MethodHead {
	background-image: url(images/method_headline.gif);
}

/* testimonial styles */
blockquote.testimonial {
	margin: 1em 0em;
	padding-top: 1em;
	border-top: 1px solid #306;
	padding-left: 30px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: 0em 1em;
}



.souligner {
	text-decoration: underline;
}
