/*-- style for academy dental website - written by Neil Wallace 1st November 2006 --*/

body {font-family:times;font-size:10pt;color:#303030;
	background-color:#ECE9E2;text-align: center;margin:0px;}


/*-- DIVS --*/

div.clear{clear:both;}

#container {position:relative;top:0px;height:720px;margin:0px auto;width:800px;
	text-align:left;background-image:url(images/background1.jpg);}
#mainlinks{font-family:Arial;position:absolute;top:120px;left:210px;width:500px;}
#side{position:absolute;top:160px;left:20px;width:140px;height:50%;}
#sideservice{position:absolute;top:140px;left:20px;width:140px;height:50%;}

/*-- the main box --*/
#main{position:absolute;top:160px;left:210px;width:500px;}
#contactmain{position:absolute;top:160px;left:210px;width:500px;text-align:center;}


/*-- links --*/
a{color: #467CA0;}
a:hover{color:#800000;}

a.tlink {padding-right: 10px;padding-left:2px;text-decoration: none;color:#467CA0;}
a.tlink:hover{color: #800000;}
a.tlink:active {color: #800000;}
	
a.slink {padding-top:5px;padding-right: 4px;padding-left:14px;text-decoration: none; 
	background-image: url(images/link.gif);background-repeat: no-repeat;
	background-position:Left;color: #467CA0;}
a.slink:hover {background-image: url(images/hoverlink.gif);
	background-repeat: no-repeat;background-position: left;color:#800000;}
a.slink:active {background-image: url(images/hoverlink.gif);
	background-repeat: no-repeat;background-position: left;color:#800000;} 
#polish{background-image: url(images/polska.jpg);padding-left:20px;}

/*-- IMAGES --*/

img {border-style:solid;border-color:White;}
img.noborder{border-style:none;}
img.leftnoborder{border-style:none;float:left;}
img.rightnoborder{border-style:none;float:right;}
img.right{float:right;}
img.left{float:left;}

#w3c{height:31px;width:88px;position:absolute;left:32px;top:550px;}

/*-- misc --*/
hr{clear:both;}

h1,h2,h3,h4{margin-bottom:0px;}


/*-- UNORDERED LISTS --*/

ul.sidelink{list-style-type:none;padding-left:0px;
						margin-left:0px;padding-top:0px;margin-top:5px;}
ul{list-style-type:none;padding-left:20px;margin-left:0px;}

li.heading{list-style-type:none;}
li{margin-bottom:5px;}
/* this is "future proof" the side links have classes in case I need to squeeze them
eg.
li.servicesidelink{margin-bottom:5px;}
li.practicesidelink{margin-bottom:5px;}
li.npsidelink{margin-bottom:5px;}
li.teamsidelink{margin-bottom:5px;}
*/

/*-- tables --*/
table{text-align:center;width:90%;border-style:solid;border-width:10px;border-collapse:collapse;}
td{border-style:solid;width:33%}

