/* Start of CMSMS style sheet 'home_master' */
/**
 * Screen styles for Bootie Call
 * Author Matthew Holmes
 * Created 30 Jan 2008
 */
 
 body {
 	margin: 0;
 	padding: 0;
 	background: #dadada;
 	color: #666666;
 	font: 62.5%/1.6 "Lucida Grande", Arial, Helvetica, sans-serif;
 	}
 	
 	
 	/* -- links */
	a {
		color: #d640d6;
		}
	a:hover {
		text-decoration: none;
		}
	a:focus {
		outline: none;
		}
 	a img {
 		border: 0;
 		}
 	
 	
 	/* -- common elements */
 	h1, h2, h3, h4, h5, h6, ul, form, p {
 		margin: 0;
 		}
 	
 	
 	
 	
 	/* -- structure
 	--------------------------------------*/
 	#container {
 		background: #fff url(uploads/images/webimages/bg-header.gif) repeat-x;
 		}
 		
 		
 		#header,
 		#banner,
 		#main-body,
 		#footer .wrapper {
 			width: 940px;
 			margin: 0 auto;
 			}
 			
 			
 		.clearfix:after {
 			clear: both;
 			display: block;
 			height: 0;
 			content: ".";
 			visibility: hidden;
 			}
 			
 			
 			
 		/* -- header */
 		#header {
 			position: relative;
 			height: 446px;
 			background: #fff;
 			}
 			
 			#header h1 a {
 				position: absolute;
 				top: 35px;
 				left: 40px;
 				display: block;
 				width: 275px;
 				height: 142px;
                                z-index: 99;
 				}
 			#header h1 strong {
 				display: none;
 				}
 			
 			#header div#nav {
 				position: absolute;
 				top: 15px;
 				right: 230px;
 				margin: 0;
 				padding: 0;
				color: #fff;
 				}
 			#header div#nav a {
 				color: #fff;
 				font-size: 1.1em;
 				}
 				
 			#header form {
 				position: absolute;
 				top: 12px;
 				right: 22px;
                                z-index: 99;
 				}
 			#header form label {
 				display: none;
 				color: #fff;
 				font-size: 1.1em;
 				}
 			#header form input {
 				margin: 0 3px 0 5px;
 				padding: 2px 0 0;
 				border: 1px solid #fff;
 				width: 130px;
 				}
 			#header form button {
 				width: 53px;
 				height: 23px;
 				border: 0;
 				background: url(uploads/images/webimages/btn-search.png) no-repeat;
 				text-indent: -999em;
 				cursor: pointer;
 				}
 				
 			
 		
 		/* -- main body */
 		#main-body {
position: relative;
 			height: 1%;
 			padding: 0 0 35px;
 			font-size: 1.1em;
 			}
 		#main-body ul {
 			padding: 0 0 0 18px;
 			list-style: none;
 			}
 		#main-body li {
 			float: left;
 			width: 211px;
 			margin: 0 20px 0 0;
 			}
 		#main-body li.end {
 			margin: 0;
 			}

#seen {
position: absolute;
top: -100px;
right: -40px;
}
 			
 			
 		/* -- footer */
 		#footer {
 			padding: 20px 0;
 			border-top: 4px solid #c5c5c5;
 			font-size: 1.1em;
 			}
 		#footer .siteby {
 			float: right;
 			padding: 0 22px;
 			}
 		#footer .copyright {
 			float: left;
 			padding: 0 22px;
 			}
 		
 		
/* End of 'home_master' */

