/*
CSS tryout for MyLife Technologies Website
*/

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #b0e4ef url(Decorations/bg2.png) 0 0 repeat-x;
/*    text-align: center;*/
    text-align: justify;
}
p, div, li, td, input, select, textarea {
    font-family: Verdana, Helvetica, Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #main ul, #main ol, #main table {
	margin-bottom: 15px;
	font-weight: normal;
}


/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 960px;
	margin: 0 auto;
/*	text-align: left;*/
	text-align: justify;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 108px;
	background: transparent url(Decorations/top2.png) right top no-repeat;
/* background: transparent url(Decorations/top.png) 275px 0 no-repeat; */
}

#top img {
	float: left;
	margin: 0 -550px 0 -388px;
	display: inline;
}

#phone {
	text-transform: uppercase;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	float: right;
	margin-right: 12px;
	display: inline;
	margin-top: 90px;
/*border: 1px solid #FFF;*/
}


/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
    height: 50px;
    background: transparent url(Decorations/main-top1.png) left bottom no-repeat;
    padding-left: 30px;
    padding-top: 30px;
	/*border: 1px solid #FFF;*/
    }

    #menu li {
        float: left;
        list-style: none;
        margin-right: 55px;
	margin-top: 0px;
	padding-bottom: 0.3em;
        margin-left: 30px;
        display: inline;
        border-bottom: 4px solid #62b5c6;
		font-size: 20px;
        }
    #menu li.selected {border-bottom: 8px solid #ffe4ef;} /*New 7 apil 2008 */
	#menu li.small {font-size: 10px;border-bottom: 2px solid #62b5c6;}

    #menu li a {
        text-decoration: none;
        text-transform: lowercase;
        }

    #menu a:link, #menu a:visited {
        color: #62b5c6;
        }
    #menu a:hover, #menu a:active {
        color: #478a97;
        }
		
            
    #menu a#test {
        border-bottom: 6px solid #ffe4ef;
	}


/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */
.header {
	font-size: 9px;
	color: #807f77;
	text-transform: uppercase;
	margin-bottom: 5px;
        line-height: 12px;
}

#main {
	background-color: #FFF;
	background-image: url(Decorations/main_sides1.png);
	background-repeat: repeat-y;
	margin-bottom: 25px;
      padding-top: 25px;
}

#container {
	margin: 0px 65px;
}

/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */
#side {
    width: 220px;
    float: right;
    padding-top: 15px;
    border-top: 3px double #b0e4ef;
    }

	#side h2 {
        font-size: 18px;
        text-transform: lowercase;
        margin-bottom: 10px;
		color: #000000;
        }
    #side li {
        list-style: none;
        border-bottom: 1px solid #b0e4ef;
        padding-bottom: 3px;
        margin-bottom: 3px;
        font-size: 11px;
        }
    #side p {
        font-size: 11px;
        line-height: 14px;
        }
    
	#side a:link, #side a:visited {
		color: #807f77;
		text-decoration: none;
        }
		
	#side a:hover, #side a:active {
        color: #62b5c6;
        text-decoration: underline;
        }
		
	#side a.black:link, #side a.black:visited {
		color: #000000;
		}
		
    #side img {
        margin: 15px;
        }
			
	
		


/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#welcome {
	width: 545px;/*605px;*/
	float: left;
	padding-top: 25px;
	border-top: 3px double #b0e4ef;
}
	#welcome h1 {
		font-size: 20px;
		line-height: 24px;
	}
	#welcome p#tagline {
		font-size: 16px;
		color: #807f77;
	}
	#welcome p {
		font-size: 12px;
		color: #807f77;
	}
        #welcome img {
        margin-bottom: 15px;
        }

#about {
width: 350px;
float: right;
margin-bottom: 15px;
}
#about h1 span {
font-size: 18px;
color: #807f77;
}
#aboutfoto {
float: left;
margin: 0px 15px 0 0;
width: 150px;
/*height: 123px;*/
}

#services-intro {
	width: 220px;
	float: right;
	padding-top: 25px;
	border-top: 3px double #b0e4ef;
}
	#services-intro li {
        font-size: 14px;
        list-style: none;
        padding-bottom: 15px;
        margin-bottom: 15px;
        }
	#services-intro li a {
		text-decoration: none;
	}
        #services-intro img {
        float: left;
        clear: both;
        margin-bottom: 25px;
        }


#recent-projects {
    border-top: 3px double #b0e4ef;
    /*border-bottom: 3px double #b0e4ef;*/
    padding-top: 25px;
    /*padding-bottom: 25px;*/
    margin-top: 25px;
    margin-bottom: 25px;
    }
    
    #recent-projects h2 {
        font-size: 20px;
        color: #000;
        text-transform: lowercase;
        /*border-bottom: 3px double #b0e4ef;
        padding-bottom: 7px;*/
        }
        #recent-projects h2 span {
            font-size: 12px;
            text-transform: uppercase;
            color: #807f77;
            }
    #recent-projects li {
        font-size: 12px;
        color: #807f77;
        margin-right: 44px;
        margin-left: 30px;
        /*display: inline;*/
        }
/* ----------------------------------- */
/* BOTTOM
/* ----------------------------------- */
#bottom {
    width: 936px;
    margin: 0 auto;
    background: #f5f5f1 url(Decorations/bottom.gif) 0 0 repeat-x;
    padding-top: 20px;
    }

    #bottom p {
        color: #706f69;
    }

    #contact-intro {
        float: left;
        width: 185px;
        padding-right: 30px;
        margin-left: 32px;
        display: inline;
        background: transparent url(Decorations/bottom-divider.gif) right top repeat-y;
     }
        #contact-intro p.action {
            font-size: 20px;
            line-height: 24px;
        }

    #page-bottom {
        height: 20px;
        background: transparent url(Decorations/main-bottom1.png) left bottom no-repeat;
    }

	a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #FF0000;
    text-decoration: underline;
}
a:hover, a:active {
    color: #FF0000;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
