@charset "UTF-8";
/* CSS Document */

/*Stylesheet for Sarah Le Studio */

/*
*************************************************

SARAH LE STUDIO
General Screen Styles

Created by Sarah Le
http://www.sarahlestudio.com

*************************************************
*/

/*-------------------------------------------    
    General Selectors
-------------------------------------------*/
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	background-color: #FFF;
	color: #6a797d;
	font-size: 16px;
	width: 960px;
	padding: 0;
	line-height: 24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: 300;
}


#main {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.activepage {
	background-color: #9EAA3C;
	text-decoration: none;
	display: block;
	width: 190px;
	/*background-color: #b4aca9;*/
	color: #ffffff;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#main .nav {
	font-size: 18px;
	margin: 0;
}
#main  .nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main  .nav li {
	float: left;
}
#main  .nav a{
	text-decoration: none;
	display: block;
	width: 190px;
	background-color: #CCCCCC;
	color: #ffffff;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}
#main  .nav a:hover {
	background-color: #8da8a5;
}

.text {
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.3em;
	clear: left;
}
#main .textAbout #slogan {
	padding-top: 30px;
	margin-top: 50px;
	padding-bottom: 20px;
}
#main .textContact {
	padding-top: 30px;
}


.text_title h1 {
	border-bottom: 1px #cccccc dashed;
	padding-bottom: 10px;
}
#main .textPricing .service {
	padding-left: 25px;
	padding-right: 30px;
	clear: left;
	padding-top: 20px;
}
#main .textPricing .serviceTop {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 25px;
	clear: left;
}
#main .textPricing .serviceTop #design {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 30px;
}


 .text a:link {
	text-decoration: none;
	color: #9eaa3c;
}
#main  .text a:visited {
	color: #9eaa3c;
	text-decoration: none;
}
#main  .text a:hover {
	text-decoration: none;
	color: #46928b;
}
#main  .text a:active {
	color: #9eaa3c;
	text-decoration: none;
}


h1 {
	color: #9eaa3c;
	margin-top: 0px;
	font-size: 36px;
	padding-left: 35px;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h2 {
	color: #669900;
	font-size: 28px;
	font-weight: 300;
}
h3 {
	color: #d17101;
	font-size: 18px;
	font-weight: 300;
}

.project {
	margin-bottom: 5px;
	border-bottom: 1px #cccccc dashed;
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.projectTop {
	margin-bottom: 5px;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	margin-top: 15px;
	padding-bottom: 15px;
}

.website {
	float: left;
	width: 230px;
	height: 180px;
	margin-left: 20px;
}

.description a:link {
	text-decoration: none;
	color: #9eaa3c;
}
.description a:visited {
	color: #9eaa3c;
	text-decoration: none;
}

.description a:hover {
	text-decoration: none;
	color: #46928b;
}
.description a:active {
	color: #9eaa3c;
	text-decoration: none;
}

.description {
	margin-left: 310px;
	margin-right: 40px;
	height: 170px;
	padding-top: 10px;
}

.welcometext a:link {
	text-decoration: none;
	color: #9eaa3c;
}

.welcometext a:hover {
	text-decoration: none;
	color: #46928b;
}

.welcomeimage {
	float: left;
	width: 275px;
	margin-top: -20px;
	margin-left: -20px;

}

#main a img {
	border: none;
}

.welcometext {
	height: 120px;
}


#footer {
	text-align: center;
	font-size: 9px;
	background-color: #EEEEEE;
	padding: 5px;
	font-family: Verdana, sans-serif;
	color: #546164;
	clear: left;
	height: 25px;
	letter-spacing: 3px;
}
.introText {
	line-height: 25px;
	padding-left: 25px;
	padding-right: 25px;
	color: #6a797d;
}
.cleansimple {
	font-size: 80px;
	color: #999999;
	text-align: left;
	font-family: Arial, helvetica, sans-serif;
	padding-top: 25px;
	letter-spacing: .25em;
}
.contactimage {
	float: left;
	padding-left: 30px;
	margin-top: -10px;
}
.contact {
	padding: 20px 35px 20px 190px;
	font-size: 1em;
	line-height: 1.3em;
}

#main .title {
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 15px;
}
.descriptionBlog {
	font-size: 1em;
	line-height: 1.3em;
	float: left;
	width: 660px;
}
.service   #template    {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	margin-top: -20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.service     #maintenance  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 50px;
}
#main .textPricing .service #maintenance .sets {
	letter-spacing: .7px;
}
.sets  .bold     {
	color: #666666;
	font-weight: 500;
}
.imageBlog {
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
}
#textAbout {
	line-height: 1.5em;
	padding-left: 55px;
	padding-right: 30px;
}
#main #textAbout   a:link {
	text-decoration: none;
	color: #9eaa3c;
}

#main #textAbout a:visited {
	color: #9eaa3c;
	text-decoration: none;
}

#main #textAbout a:hover {
	text-decoration: none;
	color: #46928b;
}

#main #textAbout a:active {
	color: #9eaa3c;
	text-decoration: none;
}
#main   .text   #slogan {
	padding-top: 50px;
	padding-bottom: 5px;
}
.projectBottom {
	margin-bottom: 5px;
	padding-top: 30px;
	margin-top: 5px;
	padding-bottom: 15px;
}
.textPricing {
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.3em;
	font-size: 14px;
	clear: left;
}
.textPricing p {
	letter-spacing: .7px;
}
#maintenance    .sets    .set1 {
	width: 350px;
	margin-right: 30px;
	float: left;
	padding-bottom: 20px;
	margin-top: -15px;
}
#maintenance   .sets   .set2 {
	width: 400px;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
	margin-top: -15px;
}
#design   .sets   .set1 {
	width: 350px;
	margin-right: 30px;
	float: left;
	margin-top: -15px;
}
#design    .sets    .set2 {
	width: 400px;
	float: left;
	margin-left: 25px;
	margin-top: -15px;
}
#template .sets .set0 {
}
#main .textPricing .service #design {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#main .textPricing .service .note {
	font-size: 11px;
	clear: left;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#main .textPricing .service #template .sets .set0 ul {
	margin-left: -25px;
	letter-spacing: .7px;
}
#main .textPricing .service #design .sets .set1 ul {
	letter-spacing: 0.7px;
	margin-left: -25px;
}
#main .textPricing .service #design .sets .set2 ul {
	margin-left: -25px;
	letter-spacing: .7px;
}
#main .textPricing .service #maintenance .sets .set1 ul {
	margin-top: 15px;
}
#main .textPricing .service #maintenance .sets .set2 ul {
}
#main .textPricing #slogan {
	margin-left: -40px;
	padding-bottom: 20px;
	margin-top: 40px;
}
.textContact {
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 50px;
	line-height: 1.3em;
}
#main .textContact .contactimage img {
	padding-right: 20px;
}
.textContact a:link {
	text-decoration: none;
	color: #9eaa3c;
}
.textContact a:hover {
	text-decoration: none;
	color: #46928b;
}
.nav   .first a {
	text-decoration: none;
	display: block;
	width: 190px;
	background-color: #CCCCCC;
	color: #ffffff;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}
.nav .last a {
	text-decoration: none;
	display: block;
	width: 190px;
	background-color: #CCCCCC;
	color: #ffffff;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffffff;
	border-left-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
.textAbout {
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.3em;
}
.textWork {
	padding-bottom: 20px;
	line-height: 1.3em;
	clear: left;
}
#main  .textWork  .site {
	clear: both;
}
#main .textWork .aboutSite {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 35px;
}
#main .textWork .aboutSite h2 {
	font-size: 28px;
	font-weight: 100;
	color: #a9a9a9;
	float: left;
	width: 60%;
	letter-spacing: 0px;
	line-height: 32px;
	margin-top: 5px;
}
#main .textWork .aboutSite h2 strong {
	display: block;
	clear: both;
	color: #a9a9a9;
	font-size: 35px;
	font-weight: 200;
}
#main .textWork .site img {
	padding-bottom: 20px;
}
#main .textWork .aboutSite p {
	float: right;
	width: 40%;
	font-size: 16px;
	text-align: right;
	line-height: 24px;
	padding-top: 6px;
	color: #999999;
	margin-top: 5px;
}
#main .textWork .aboutSite a:link {
	text-decoration: none;
	color: #669999;
}
#main .textWork .aboutSite a:visited {
	color: #669933;
	text-decoration: none;
}
#main .textWork .aboutSite a:hover {
	text-decoration: none;
	color: #669933;
}
#main .textWork .aboutSite a:active {
	color: #669933;
	text-decoration: none;
}
#main .textWork .aboutSiteFirst {
	padding-top: 30px;
}
#main .textWork .aboutSiteFirst h2 {
	font-size: 28px;
	font-weight: 100;
	color: #a9a9a9;
	float: left;
	width: 40%;
	letter-spacing: 0px;
	line-height: 32px;
	margin-top: 5px;
}
#main .textWork .aboutSiteFirst h2 strong {
	display: block;
	clear: both;
	color: #669999;
	font-weight: 200;
	font-size: 35px;
}
#main .textWork .aboutSiteFirst a:link {
	text-decoration: none;
	color: #669933;
}
#main .textWork .aboutSiteFirst a:visited {
	color: #669933;
	text-decoration: none;
}
#main .textWork .aboutSiteFirst a:hover {
	text-decoration: none;
	color: #669933;
}
#main .textWork .aboutSiteFirst a:active {
	color: #669933;
	text-decoration: none;
}
#main .textWork .aboutSiteFirst p {
	float: right;
	width: 55%;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	padding-top: 6px;
	color: #999999;
	margin-top: 5px;
}
#main .textWork .sloganWork img {
	padding-top: 25px;
	padding-bottom: 10px;
}
#main .textPricing .serviceTop #design .sets {
}
