﻿/* LeftColAbsPos.css */

/* Block all default margins and padding */
* {
    margin: 0;
    padding: 0;
}

body {
    /* Required to center wrapper in old browsers */
    text-align: center; 
    /* Style to taste */
    background: url(webpix/bgyellow2.gif) top center repeat-y;
    font-family: Verdana, Geneva, Sans-Serif;
}



#wrapper {
    /* Sets width of fixed or elastic layout */
    width: 50em; 
    /* Centers the layout (newer browsers) */
    margin: 0 auto; 
    /* Wrapper must have a border 
    border: solid 1px #b0c4d0; */
    /* Required so absolute mesaurement are in wrapper */
    position: relative; 
    /* Style to taste */
    background-color: #ebd1f2; 
    /*#ebd1f2;   #ccd9ea          */
}


#eXTReMe {
	    background-color: #fcda80; 
	  

}







/* ---------------------- Start layout division styles ---------------------- */
/* Branding division */
#branding {
    /* Style to taste. */
    height: 11.0625em; 
    background: #fcda80 url(webpix/branding5.jpg);
    
   
}

/* Navbar division */
#navbar {
    position: absolute; 
    /* Top = branding height */
    top: 11.0625em; 
    /* Left = leftcolumn width */
    left: 10em; 
    /* Width = wrapper width - leftcolumn width */
    width: 40em;
    /* Style to taste. Content top padding must match this height. */
    height: 2em;
    background-color: #5a1242;
      
         /* Use any fonts you like */
         font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
         font-size: 1em;
         color:#fff; /* white */ 
     
    }
    
    /* Remove bullets from unordered list */
    #navbar ul{
        list-style-type:none;
    }
    
    /* Make list horizontal */
    #navbar li{
        float:left;
    }
    /* All links, and links in unvisited and visited states */
    #navbar li a,
    #navbar li a:link,
    #navbar li a:visited{
       text-decoration:none;
       background-color: #5a1242;
       color:#fff; /* Text color of link */
       display:block; /* required to set width and height */
       text-align:center;
       height:2em; /* Match to navbar height */
       line-height:2em; /* Match to navbar height */
       width:6.5em;
       border-right:solid 1px #ccc;
       /* Remove dotted border from Firefox */
       outline-style:none;
    }
    /* Hover and active links */
    #navbar li a:hover,
    #navbar li a:active{
        /* Use any colors you like */
        background-color: #fbe4a8;
        color:#000;
    }
    
    #navbar li.selected a:link,
#navbar li.selected a:visited{
  background-color: #9b407d;
  }
    
    
    
    
    /* Styles for the body text */
    h1,p{
    margin:0.5em;
    }





/* Left column */
#leftcolumn {
    position: absolute; 
    /* Top = branding height */
    top: 11.0625em;
    left: 0;
    width: 10em;
    border-top: 0.25em solid purple;
           
}


#leftcolumn p {
	font-size: 0.7em;
	line-height: 1.4em;
	text-align: left;
	padding: 0.5em;
}

#leftcolumn h4 {
	padding-top: 1em;
	color: #4c354d;
}

/* Content division */
#content {
    padding-top: 2em; /* Same as navbar height */
    /* Left margin = leftcolumn width */
    margin-left: 10em;
    /* Style to taste */
    text-align:left;
    padding: 1.5em;
    padding-bottom: 0.5em;
    background-color: #fff;
    color: #000;    
}

/* Footer division */
#footer {
    /* Left margin = leftcolumn width */
    width: 100%; 
    clear: both;
    /* Style to taste */
    background-color: #5d8eca;
    color: #000;
    border-top: solid 5px #B0C4D0;
    border-bottom: solid 5px #B0C4D0;
    min-height: 2em;
 
    
}
/* ---------------------- End layout division styles ---------------------- */
/* ---------------------- Start Content division styles ------------------- */
/* Heading 1 tags in content division */
#content h1 {
    margin-left: 10px;
    font-size: 1.25em;
    text-align: center;
    color: #202f43;
    padding-top: 1em;
}

/* Paragraphs in content division */
#content p {
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 1em 12px;
}

/* Bulleted lists in content division */
#content ul {
    font-size: 0.8em;
    margin: 1em 20px 1em 40px;
    
}

#content ul li {
    margin-bottom: 0.5em;
    }
        

    
#footer p {
	font-size: 0.6em;
	padding: 0.5em;
}
	
.bold {
	font-weight: bold;
}
    
.blockgr {
	background-color: #94d19b;
	border: 1px solid #000;
	margin: 2em;
}

.blockbl {
	background-color: #c9e0ee;
	border: 1px solid #000;
	margin: 2em;
}

.blockpk {
	background-color: #e29fe4;
	border: 1px solid #000;
	margin: 2em;
}
    
.blockyellow {
	background-color: #fdde8e;
	border: 1px solid #000;
	margin: 2em;
}    

    
    
li.bullet {
		list-style-image: url(webpix/bulletgold.png);
		margin-left: 5em;
}

li.purplesq {
		list-style-image: url(webpix/purplesq.jpg);
		
}

img.camera {
	float: right;
	border: 1px solid #000;
	margin: 0 0 0.5em 0.5em;
}

img.world {
	float: left;
	margin: 0 2em 0.5em 0 ;
}

img.flowers {
	float: left;
	margin: 0 3em 0em 0;
}

img.money {
	float: left;
	margin: 0em 3em 0em 0.5em;
	border: 1px solid black;
}

img.laptop {
	float: left;
	margin: 1em 2em 1em 0.5em;
	border: 1px solid black;
}

.address {
	line-height: 1.5;
}

p.testimonial {
	line-height: 1.3;
	font-style: italic;
	background-color: #e2ebf6;
	padding: 8px;
}



    
/* ---------------------- End Content division styles ------------------- */




