/* CSS Document - IPA SCOTLAND */

/* STANDARD PAGE FORMATTING */

body {
	background-color: #605a4f;
	color: #555;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin-top: 20px;
	margin-bottom: 5px;
	}

* {
	margin: 0;
	padding: 0;
	}


table {
	   padding: 3px;
	   border: 1px solid #eeeeee;
	   margin-top: 13px;
	   }
	   
td {
   padding: 3px;
   border: 1px solid #eeeeee;
   }	  
   
td p {
	font-size:10px;
	} 

a {
	color: #0066cc;
	text-decoration: none;
	font-size: 11px;
	}
	
a:hover {
	color: #666666;
	}
	
p {
	font-size: 1.2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-align:justify;
	}

h1 {
	font-size: 1.3em;
	margin-bottom: 4px;
	color: #FFF;
	padding: 1px 0px 3px 3px;
	background-image: url(../graphics/bkgd_h1.jpg);
	background-repeat: repeat-x;
	}

h2 {
	color: #888;
	padding-top: 8px;
	padding-bottom: 2px;
	font-size: 11px;
	}

h3 {
	color: #6699cc;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	text-align: left;
	}
	
ol {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 35px;
	}

.clearer {
	clear: both;
	}


/* MASTER */
.master {
	
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 6px;
	width: 957px;
	}
	
/* END MASTER */


/* CONTAINERS */

.container {
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 757px;
	float: left;
	}

.sidecontainer {
	
	margin: 0 auto;
	padding: 10px 0px 10px 10px ;
	width: 172px;
	float:left;
	background-image: url(../graphics/bkgd_side.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-top: 148px;
	border-left: 1px solid #eee;
	}

/*******END CONTAINER*********/




/* HEADER */
.header {
	height: 120px;
	background-image: url(../graphics/banner.jpg);
	background-repeat: no-repeat;
	padding: 15px 15px 15px 15px;
	}
	
/*******END HEADER*********/



/* MAIN */
.main {
	clear: both;
	padding: 15px 15px 15px 15px;
	background-repeat: repeat-y;
	background-color: #FFF;
	}
	
/*******END MAIN*********/



	
	
/* CONTENT */
.content {
	float: right;
	width: 560px;
	text-align: left;
}

.price {
	color:#0066CC;
	font-size: 11px;
	text-align: left;
	}


/*******END CONTENT*********/



/* FOOTER */
.footer {
	background-image: url(../graphics/bkgd_footer.jpg);
	background-repeat: no-repeat;
	color: #666;
	height: 24px;
	font-size: 1.0em;
	margin: 0 auto;
	text-align: center;
	padding: 6px 0px 3px 0px;
	}
	
.footer a {
	color: #666666;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #000000;
	}

.ftleft {
	float: left;
	width: 50%;
	}
	
.ftright {
	float: right;
	width: 50%;
	}
	
/******** END FOOTER *********/	


/* CLEARER */
.clearfix:after {
        content: ".";            /* the period is placed on the page as the last thing before the div closes */
        display: block;          /* inline elements don't respond to the clear property */ 
        height: 0;               /* ensure the period is not visible */
        clear: both;             /* make the container clear the period */
        visibility: hidden;      /* further ensures the period is not visible */
}


/* SIDE NAVIGATION */

.sidenav {
	background: #FFF;
	float: left;
	width: 155px;
	}
	
.sidenav ul {
	border-top: 0px solid #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 13px;
}
.sidenav li {
	border-bottom: 2px solid #FFF;
	border-top: none;
	list-style: none;
	margin: 0;
			
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 2px 6px 2px 10px;
	text-decoration: none;
	background-color: #f1f5f9;
	border: 1px dotted #C1CCD5;
}
.sidenav li a:hover {
	color: #111;
	background-color: #eeeeee;
}



/* END SIDE NAV */


.small {
	font-size: 10px;
	}
	
.large {
	font-size: 14px;
	}	
