/*
   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;
	}
/* these came from junkyardjet.com  */ 
.amazon { font-family: arial; text-decoration: none; font-size: 10pt; }
.headline { font-family: arial }
.nounderline { text-decoration: none }
.hoverglow A:hover { background-color: ORANGE }
.title { font-size:18pt; font-family: arial; font-weight: bold }
.banner { font-size: 17pt; font-style: italic }
.smallbanner { font-size: 14pt; font-weight: bold; font-style: italic }
.menu { font-size: 12pt; font-family: arial; line-height: 130%; font-weight: bold }
.menusub { font-size: 10pt; font-style: italic; text-indent: 16px; font-family: arial }
.menusubsub { font-size: 9pt; font-style: italic; text-indent: 32px; font-family: arial }
.indent { text-indent: 20px; }
.indentmore { text-indent: 40px; }
.doublespace { line-height: 200% }
.singlespace { line-height: 100% }
.pagebody { font-size: 14pt; font-family: Arial,Helvetica; padding: 5px; }
.subpagebody { font-size: 8pt; font-family: arial }
.note { font-size: 6pt; font-family: verdana; font-weight: bold; }
.tablenote { font-size: 6pt; font-family: verdana }
.pageback { background-color: #FFFFDD }
.menuback { background-color: #FED6E8 }
.rightside { background-color: WHITE }
.lower { background-color: WHITE }
.footer { background-color: WHITE }
BODY { background-color: WHITE }

.buttonscontainer 
{width: 135px;
border-top: 1px solid #FF9933;
border-right: 1px solid #FF9933;
border-left: 1px solid #FF9933;
}

.buttons a {color: #000000;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #FF9933;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #FFFF00;
color: #000000;
text-decoration: none;} 

.buttons strong {color: #000000;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #FF9933;
font: 12px Arial, sans-serif;
font-weight: bold;
text-align: left;}

		#container {
			width: 95%;
			\width: 95%;
			w\idth: 95%;
			border: 1px solid gray;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			padding: 5px;
			margin-bottom: ;
			background-color: #FFFFFF;
			border-bottom: 2px #FFBB00 solid;
		}

		#content {
			padding: 5px;
			margin-left: ;
			margin-right: ;
			background-color: #FFFFFF;
		}

		#sidebar-a {
			float: left;
			width: ;
			margin: 0;
			margin-right: ;
			padding: 5px;
			background-color: #FFFFFF;
		}

		#sidebar-b {
			float: right;
			width: ;
			margin: 0;
			margin-left: ;
			padding: 5px;
			background-color: #FFFFFF;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: ;
			
			background-color: rgb(213, 219, 225);
		}
/* end of JunkYardJet.com css file --- I like his ads */
