/*
   CSS stylesheet for pfranc.com
 
   Still pretty incomplete, but we're getting there ;-)

   Some colors:
   993366 ... 100% pure pfranc purple, use this for all colored stuff
   e6cdd9 ... 25% of of pfranc purple
   efe0e8 ... 10% of of pfranc purple, good for backgrounds

*/

body {  
     font-family:arial,verdana,helvetica,sans;
     font-style:normal; 
     color:#000000; 
     background-color:#ffffff;
     margin: 1em;
	 }

.bkgd {
    background-image:url('./logo-pfranc-bkgd.png');
	background-attachment:fixed;
    }


h1,h2  {
    color:#993366;
    }

.center  { 
    text-align:center;
    }

/* those define the 2-column layout of the page center. Be careful if you touch this ... */
.col1	{     /* left column */
    float:left;
	clear:left;
  	width:49%;
	padding:0.5em; 
	}

.col2	{      /* right column */
	margin-left:51%;
	padding:0.5em;
	}

/* end of 2-column stuff */

.order {    /* example address field */
    font-family: courier-new, courier;
    margin:1em 1em 1em 1em;
    padding:0.5em 0.5em 0.5em 0.5em;
    color:#993366;
    background-color:#efe0e8; /* remove if ugly */
    }

.products { /* the product list at the bottom */
    clear: both;
    padding:0.5em 0.5em 0.5em 0.5em;
    /* background-color:#efe0e8; */
    }

/* those will be used for the navigation bar at the top */
.nav {
	clear: both;
    background-color:#efe0e8; /* previously: f0f0ff */
	font-size:0.8em;
    margin:1em 1em 1em 1em;
    padding:0.5em 0.5em 0.5em 0.5em;
	}

.floatleft { float: left; text-align: left;}
.floatright { float: right; text-align: right; }
/* end nav stuff */

.footer	{
	clear:both;	
	color:#222222;
	font-style:normal;
	font-size:0.8em;
	padding-bottom:1em;
	}
	
.lang {  /* for the languages line  */
    font-size:smaller;
    }

.purple {   /* just pfranc purple */
    color:#993366;
    }

.purpleXL { 
    color:#993366;
    font-size:x-large;
    }

.xxx1 {
    font-size:x-large;
    text-align:center;
    font-style:bold; }

.motto {  /* for the line pfrancs around the world ... */
    text-align:center;
    font-style:italic;
    }

.beertime {  /* guess what ;-) */
    font-style:bold;
    }

.info { /* for IPO lines etc */
    clear: both;	
    font-size:small;
    font-style:italic;
    }

.OffLine {  /* guess what */
    font-size:smaller;
    font-style:italic;
    color:red; 
    }   

.googleads {
	display:none;
    position:fixed;
    top:4em;
    right:0.5em;
  	background:#e0ffe0;
  	width:130px;
  	border:1;
	}
