/*	
	Copyright (c) 2008 Dynamic Web Renovations ltd.
	All rights reserved
	
	$ Revision date: 05/07/08
	
	CONTENTS
	1. Page Style
	2. Position
		a)Header
		b)Content
		c)Footer
	3. Gallery
	4. Forms
	5. Scroll bar
	
	Rebuild based on original site by ?????

*/

/* Page Style */

* {
	margin-top: 0;
	padding: 0;
	border: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: inherit;
	background: inherit;
	}

body {
	color: #7F7F83;
	background: #fff;
	}

a { 
	outline: none;
	text-decoration: none;
	color: #7F7F83;
	}
a:hover.text {
	border-bottom: 1px dotted #7F7F83;
	}
a:visited {
	color: #7F7F83; 
	}

img { float: left; }

.paddedIMG { 
	float: left; 
	padding: 2px;
	}

/* Position */

#container {
	position: absolute;
	left: 50%;
	width: 617px;
	margin: -225px 0 0 -307px;
	text-align: left;
	}

#horizon {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	}

/* Header */

#header {
	display: block;
	height: 49px;
	}

#header #celebLink { 
	width: 35px; 
	float: left;
	}

#header #titleLink { 
	width:272px; 
	float: left;
	}
	
#header #addressLink {
	display: block;
	width: 272px;
	height: 49px;
	float: left;
		}


/* content */

#content {
	clear: both;
	display: block;
	height: 350px;
	float: right;
	padding-right: 35px;
	}


#content #main{
	width: 545px;
	height: 350px;
	border: 1px solid #ccc;
	float: right;
	padding-left: 4px;
		}

#content #mainGallery{
	width: 545px;
	height: 350px;
	border: 1px solid #ccc;
	float: right;
		}

/* footer */
			
#footer {
	clear: both;
	display: block;
	width: 580px;
	padding-top: 10px;
	}

#footer #galleryLink {
	float: right;
	width: 35px;
	height: 30px;
	text-align: right;
		}
		
#footer #credit {
	float: right;
	width: 200px;
	height: 30px;
	text-align: right;
		}
#footer #homeButton {
	float: left;
	width: 100px;
	height: 30px;
	text-align: left;
	font-size:16px;
	font-weight:bold;
		}

/* Scroll bar */

/* first control*/
#scrollcontroll_contentmask {
	overflow: hidden;
	position: relative;
	height: 350px;
	width: 515px;
	padding-top: 0;
	padding-right: 10px;
	float: left;
}

#scrollcontroll_scrollcontainer {
	float: left;
	height: 350px;
	width: 10px;
	margin-left: 5px;
	display: none;
}

#scrollcontroll_scrollUpBtn {
	height: 10px;
	width: 10px;
	background-image: url(/alexia/template/images/scroll_up.gif);
	margin-bottom: 5px;
}

#scrollcontroll_scrollDownBtn {
	height: 10px;
	width: 10px;
	background-image: url(/alexia/template/images/scroll_down.gif);
	margin-top: 5px;
}

#scrollcontroll_scrolltrack {
	height: 320px;
	width: 10px;
	background-color: #e0e0e0;
}

#scrollcontroll_scrollknob {
	width: 8px;
	height: 25px;
	border: 1px solid #e0e0e0;
	background-color: #637279;
}

#contentcontainer {
	height: 350px;
	width: 515px;
	padding-top: 0;
	padding-right: 10px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 20px;
	font-size: 1.1em;
	padding-left: 4px;
}

