/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
================================================================
Global CSS file for richmond-orthodontist.co.uk

Created by:	Lorraine Humm lorraine@divine-creations.com
			Laurence Knutsen laurence@doifeellucky.co.uk
			
================================================================
*/


body {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: small;
	background-image: url(../img/bg.gif);
	background-color:#CFF4FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p {
	color: #333333;
	margin-top: 5px;
	}

h1 {
	font-size: 110%;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}
	
h2 {
	font-size: 100%;
	color:#000;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 8px;
	}

h3 {
	font-size: 100%;
	color:#0099FF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
/*-- positioning elements --*/

#container {
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
	}
	
#mast {
	background: url(../img/main_bg.jpg) no-repeat;
	width: 800px;
	height: 256px;
	}

#menu {
	width: 800px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #A9A9A9;
	}
	
#homecopy {
	width: 750px;
	margin-left: 10px;
	padding: 10px;
	height: 150px;
	border-bottom: 5px solid #ccc;
	clear: both;
	}
	
#copy {
	width: 750px;
	margin-left: 10px;
	padding: 10px;
	clear: both;
	}

.stackpos {
	height: 135px;}
	
#footer {
	clear: both;
	width: 800px;
	height: 20px;
	background-color: #35CBFF;
	font-size: 80%;
	line-height: 18px;
	text-align:center;
	color: #FFFFFF;
	}
#footer a, #footer a:hover {color:#FFFFFF;}
	
/*-- global navigation styles --*/

#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #fff;
	}

#menu a {
	float: left;
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	width: 131px;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #666;
	background: #A9A9A9;
	color: #fff;
	}
	
#menu a:hover {
	background: #D5D5D5;
	}
	
/*-- used for last menu li to remove uneccesary end border --*/

a.last {border-right: none!important; padding-right: 2px!important;}

/*--portal classes--*/

.portal {
	width: 250px;
	height: 165px;
	float:left;
	margin: 10px 5px 10px 5px;
	}
	
.portal p {
	margin: 40px 10px 10px 40px;
	}

.portal h2 {
	text-indent: -5000px;
	border-bottom: none;
	}	
	
/*--unique portal styling--*/

#children {
	background: url(../img/portal_children.gif) no-repeat;
	}
	
#adults {
	background: url(../img/portal_adults.gif) no-repeat;
	}

#practice {
	background: url(../img/portal_ourpractice.gif) no-repeat;
	}
	
/*-- adds padding for images on contact page --*/

.rightmargin {margin-right: 7px;}
